Searched refs:DEVICE_ATTR_IGNORE_LOCKDEP (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/usb/core/ |
D | sysfs.c | 96 static DEVICE_ATTR_IGNORE_LOCKDEP(bConfigurationValue, S_IRUGO | S_IWUSR, 707 static DEVICE_ATTR_IGNORE_LOCKDEP(authorized, S_IRUGO | S_IWUSR, 729 static DEVICE_ATTR_IGNORE_LOCKDEP(remove, S_IWUSR, NULL, remove_store);
|
/linux-4.4.14/include/linux/ |
D | device.h | 587 #define DEVICE_ATTR_IGNORE_LOCKDEP(_name, _mode, _show, _store) \ macro
|
/linux-4.4.14/drivers/i2c/ |
D | i2c-core.c | 1308 static DEVICE_ATTR_IGNORE_LOCKDEP(delete_device, S_IWUSR, NULL,
|