Home
last modified time | relevance | path

Searched refs:DRIVER_ATTR_IGNORE_LOCKDEP (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/drivers/dma/idxd/
H A Dcompat.c13 #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 Dbus.c35 #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 Dbus.c39 #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