Searched refs:DRIVER_ATTR_IGNORE_LOCKDEP (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/dma/idxd/ |
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);
|
/linux/drivers/base/ |
A D | bus.c | 35 #define DRIVER_ATTR_IGNORE_LOCKDEP(_name, _mode, _show, _store) \ macro 198 static DRIVER_ATTR_IGNORE_LOCKDEP(unbind, 0200, NULL, unbind_store); 224 static DRIVER_ATTR_IGNORE_LOCKDEP(bind, 0200, NULL, bind_store);
|
Completed in 7 milliseconds