Searched refs:unbind_store (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/drivers/dma/idxd/ |
H A D | compat.c | 17 static ssize_t unbind_store(struct device_driver *drv, const char *buf, size_t count) in unbind_store() function 31 static DRIVER_ATTR_IGNORE_LOCKDEP(unbind, 0200, NULL, unbind_store);
|
/kernel/linux/linux-5.10/drivers/base/ |
H A D | bus.c | 182 static ssize_t unbind_store(struct device_driver *drv, const char *buf, in unbind_store() function 198 static DRIVER_ATTR_IGNORE_LOCKDEP(unbind, S_IWUSR, NULL, unbind_store);
|
/kernel/linux/linux-6.6/drivers/base/ |
H A D | bus.c | 233 static ssize_t unbind_store(struct device_driver *drv, const char *buf, in unbind_store() function 249 static DRIVER_ATTR_IGNORE_LOCKDEP(unbind, 0200, NULL, unbind_store);
|
Completed in 7 milliseconds