Searched refs:store_new_id (Results 1 - 4 of 4) sorted by relevance

/drivers/usb/serial/
H A Dbus.c114 static ssize_t store_new_id(struct device_driver *driver, function
128 __ATTR(new_id, S_IWUSR, NULL, store_new_id),
/drivers/pci/
H A Dpci-driver.c97 * store_new_id - sysfs frontend to pci_add_dynid()
105 store_new_id(struct device_driver *driver, const char *buf, size_t count) function
142 static DRIVER_ATTR(new_id, S_IWUSR, NULL, store_new_id);
/drivers/usb/core/
H A Ddriver.c82 static ssize_t store_new_id(struct device_driver *driver, function
89 static DRIVER_ATTR(new_id, S_IWUSR, NULL, store_new_id);
/drivers/hid/
H A Dhid-core.c1607 * store_new_id - add a new HID device ID to this driver and re-probe devices
1615 static ssize_t store_new_id(struct device_driver *drv, const char *buf, function
1646 static DRIVER_ATTR(new_id, S_IWUSR, NULL, store_new_id);

Completed in 209 milliseconds