Searched refs:DEVICE_ATTR_IGNORE_LOCKDEP (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/core/ |
D | sysfs.c | 108 static DEVICE_ATTR_IGNORE_LOCKDEP(bConfigurationValue, S_IRUGO | S_IWUSR, 774 static DEVICE_ATTR_IGNORE_LOCKDEP(authorized, S_IRUGO | S_IWUSR, 796 static DEVICE_ATTR_IGNORE_LOCKDEP(remove, S_IWUSR, NULL, remove_store);
|
/kernel/linux/linux-5.10/include/linux/ |
D | device.h | 149 #define DEVICE_ATTR_IGNORE_LOCKDEP(_name, _mode, _show, _store) \ macro
|
/kernel/linux/linux-5.10/drivers/pci/ |
D | pci-sysfs.c | 465 static DEVICE_ATTR_IGNORE_LOCKDEP(remove, 0220, NULL,
|
/kernel/linux/linux-5.10/drivers/i2c/ |
D | i2c-core-base.c | 1252 static DEVICE_ATTR_IGNORE_LOCKDEP(delete_device, S_IWUSR, NULL,
|