Searched refs:DEVICE_ATTR_IGNORE_LOCKDEP (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/usb/core/ |
| A D | sysfs.c | 108 static DEVICE_ATTR_IGNORE_LOCKDEP(bConfigurationValue, S_IRUGO | S_IWUSR, 754 static DEVICE_ATTR_IGNORE_LOCKDEP(authorized, S_IRUGO | S_IWUSR, 776 static DEVICE_ATTR_IGNORE_LOCKDEP(remove, S_IWUSR, NULL, remove_store);
|
| /linux/include/linux/ |
| A D | device.h | 149 #define DEVICE_ATTR_IGNORE_LOCKDEP(_name, _mode, _show, _store) \ macro
|
| /linux/drivers/pci/ |
| A D | pci-sysfs.c | 497 static DEVICE_ATTR_IGNORE_LOCKDEP(remove, 0220, NULL,
|
| /linux/drivers/i2c/ |
| A D | i2c-core-base.c | 1286 static DEVICE_ATTR_IGNORE_LOCKDEP(delete_device, S_IWUSR, NULL,
|
Completed in 19 milliseconds