Searched refs:DRIVER_ATTR_IGNORE_LOCKDEP (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/drivers/dma/idxd/ |
H A D | compat.c | 13 #define DRIVER_ATTR_IGNORE_LOCKDEP(_name, _mode, _show, _store) \ macro 31 static DRIVER_ATTR_IGNORE_LOCKDEP(unbind, 0200, NULL, unbind_store); 65 static DRIVER_ATTR_IGNORE_LOCKDEP(bind, 0200, NULL, bind_store);
|
/kernel/linux/linux-5.10/drivers/base/ |
H A D | bus.c | 35 #define DRIVER_ATTR_IGNORE_LOCKDEP(_name, _mode, _show, _store) \ macro 198 static DRIVER_ATTR_IGNORE_LOCKDEP(unbind, S_IWUSR, NULL, unbind_store); 228 static DRIVER_ATTR_IGNORE_LOCKDEP(bind, S_IWUSR, NULL, bind_store);
|
/kernel/linux/linux-6.6/drivers/base/ |
H A D | bus.c | 39 #define DRIVER_ATTR_IGNORE_LOCKDEP(_name, _mode, _show, _store) \ macro 249 static DRIVER_ATTR_IGNORE_LOCKDEP(unbind, 0200, NULL, unbind_store); 275 static DRIVER_ATTR_IGNORE_LOCKDEP(bind, 0200, NULL, bind_store);
|
Completed in 5 milliseconds