Searched refs:unbind_store (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/dma/idxd/ |
H A D | compat.c | 16 static ssize_t unbind_store(struct device_driver *drv, const char *buf, size_t count) in unbind_store() function 30 static DRIVER_ATTR_IGNORE_LOCKDEP(unbind, 0200, NULL, unbind_store);
|
/linux/drivers/base/ |
H A D | bus.c | 235 static ssize_t unbind_store(struct device_driver *drv, const char *buf, in unbind_store() function 251 static DRIVER_ATTR_IGNORE_LOCKDEP(unbind, 0200, NULL, unbind_store);
|