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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/serial/
H A Dbus.c119 static ssize_t store_new_id(struct device_driver *driver, function
133 __ATTR(new_id, S_IWUSR, NULL, store_new_id),
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pci/
H A Dpci-driver.c98 * store_new_id - sysfs frontend to pci_add_dynid()
106 store_new_id(struct device_driver *driver, const char *buf, size_t count) function
143 static DRIVER_ATTR(new_id, S_IWUSR, NULL, store_new_id);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/core/
H A Ddriver.c79 static ssize_t store_new_id(struct device_driver *driver, function
86 static DRIVER_ATTR(new_id, S_IWUSR, NULL, store_new_id);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hid/
H A Dhid-core.c1407 * store_new_id - add a new HID device ID to this driver and re-probe devices
1415 static ssize_t store_new_id(struct device_driver *drv, const char *buf, function
1450 static DRIVER_ATTR(new_id, S_IWUSR, NULL, store_new_id);

Completed in 158 milliseconds