Searched refs:store_new_id (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/pci/ |
D | pci-driver.c | 99 static ssize_t store_new_id(struct device_driver *driver, const char *buf, in store_new_id() function 157 static DRIVER_ATTR(new_id, S_IWUSR, NULL, store_new_id);
|
/linux-4.4.14/drivers/hid/ |
D | hid-core.c | 2077 static ssize_t store_new_id(struct device_driver *drv, const char *buf, in store_new_id() function 2109 static DRIVER_ATTR(new_id, S_IWUSR, NULL, store_new_id);
|