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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pci/hotplug/
H A Dpcihp_skeleton.c43 struct list_head slot_list; member in struct:slot
47 static LIST_HEAD(slot_list);
302 list_add(&slot->slot_list, &slot_list);
327 list_for_each_safe(tmp, next, &slot_list) {
328 slot = list_entry(tmp, struct slot, slot_list);
329 list_del(&slot->slot_list);
H A Dcpci_hotplug_core.c57 static LIST_HEAD(slot_list);
282 list_add(&slot->slot_list, &slot_list);
309 list_for_each_entry_safe(slot, tmp, &slot_list, slot_list) {
311 list_del(&slot->slot_list);
365 list_for_each_entry(slot, &slot_list, slot_list) {
399 list_for_each_entry(slot, &slot_list, slot_list) {
[all...]
H A Dshpchp_core.c153 list_add(&slot->slot_list, &ctrl->slot_list);
173 list_for_each_safe(tmp, next, &ctrl->slot_list) {
174 slot = list_entry(tmp, struct slot, slot_list);
175 list_del(&slot->slot_list);
304 INIT_LIST_HEAD(&ctrl->slot_list);
H A Dcpci_hotplug.h51 struct list_head slot_list; member in struct:slot
H A Dshpchp.h89 struct list_head slot_list; member in struct:slot
107 struct list_head slot_list; member in struct:controller
242 list_for_each_entry(slot, &ctrl->slot_list, slot_list) {
H A Dpci_hotplug_core.c413 slot = list_entry (tmp, struct hotplug_slot, slot_list);
469 list_add(&slot->slot_list, &pci_hotplug_slot_list);
503 list_del(&hotplug->slot_list);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-message-private.h116 DBusDataSlotList slot_list; /**< Data stored by allocated integer ID */ member in struct:DBusMessage
H A Ddbus-pending-call.c66 DBusDataSlotList slot_list; /**< Data stored by allocated integer ID */ member in struct:DBusPendingCall
163 _dbus_data_slot_list_init (&pending->slot_list);
426 _dbus_data_slot_list_free (&pending->slot_list);
519 &pending->slot_list,
844 &pending->slot_list,
H A Ddbus-server-protected.h74 DBusDataSlotList slot_list; /**< Data stored by allocated integer ID */ member in struct:DBusServer
H A Ddbus-server.c157 _dbus_data_slot_list_init (&server->slot_list);
204 _dbus_data_slot_list_free (&server->slot_list);
1147 &server->slot_list,
1183 &server->slot_list,
H A Ddbus-message.c651 _dbus_data_slot_list_clear (&message->slot_list);
1106 _dbus_data_slot_list_free (&message->slot_list);
1172 _dbus_data_slot_list_init (&message->slot_list);
4497 &message->slot_list,
4528 &message->slot_list,
H A Ddbus-connection.c293 DBusRMutex *slot_mutex; /**< Lock on slot_list so overall connection lock need not be taken */
294 DBusDataSlotList slot_list; /**< Data stored by allocated integer ID */ member in struct:DBusConnection
1361 _dbus_data_slot_list_init (&connection->slot_list);
2693 _dbus_data_slot_list_free (&connection->slot_list);
5937 &connection->slot_list,
5981 &connection->slot_list,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/
H A Dpci_slot.c73 static LIST_HEAD(slot_list);
166 list_add(&slot->list, &slot_list);
320 list_for_each_entry_safe(slot, tmp, &slot_list, list) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dpci_hotplug.h118 struct list_head slot_list; member in struct:hotplug_slot

Completed in 137 milliseconds