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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/usb/serial/
H A Dbus.c107 static ssize_t store_new_id(struct device_driver *driver, function
121 __ATTR(new_id, S_IWUSR, NULL, store_new_id),
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/pci/
H A Dpci-driver.c28 * store_new_id - add a new PCI device ID to this driver and re-probe devices
37 store_new_id(struct device_driver *driver, const char *buf, size_t count) function
80 static DRIVER_ATTR(new_id, S_IWUSR, NULL, store_new_id);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/usb/core/
H A Ddriver.c75 static ssize_t store_new_id(struct device_driver *driver, function
82 static DRIVER_ATTR(new_id, S_IWUSR, NULL, store_new_id);

Completed in 108 milliseconds