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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/hotplug/
H A Drpaphp_slot.c36 static ssize_t location_read_file (struct hotplug_slot *php_slot, char *buf) argument
40 struct slot *slot = (struct slot *)php_slot->private;
129 struct hotplug_slot *php_slot = slot->hotplug_slot; local
137 sysfs_remove_file(&php_slot->kobj, &php_attr_location.attr);
139 retval = pci_hp_deregister(php_slot);
150 struct hotplug_slot *php_slot = slot->hotplug_slot; local
163 retval = pci_hp_register(php_slot);
170 retval = sysfs_create_file(&php_slot->kobj, &php_attr_location.attr);
183 pci_hp_deregister(php_slot);

Completed in 50 milliseconds