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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/pci/hotplug/
H A Dibmphp_core.c77 struct slot * slot_cur = *sl; local
79 debug("options = %x\n", slot_cur->ctrl->options);
80 debug("revision = %x\n", slot_cur->ctrl->revision);
82 if (READ_BUS_STATUS(slot_cur->ctrl))
83 rc = ibmphp_hpc_readslot(slot_cur, READ_BUSSTATUS, NULL);
88 slot_cur->bus_on->current_speed = CURRENT_BUS_SPEED(slot_cur->busstatus);
89 if (READ_BUS_MODE(slot_cur->ctrl))
90 slot_cur->bus_on->current_bus_mode =
91 CURRENT_BUS_MODE(slot_cur
117 struct slot * slot_cur; local
198 power_on(struct slot *slot_cur) argument
216 power_off(struct slot *slot_cur) argument
548 struct slot *slot_cur; local
608 validate(struct slot *slot_cur, int opn) argument
649 ibmphp_update_slot_info(struct slot *slot_cur) argument
715 struct slot *slot_cur; local
740 struct slot *slot_cur; local
858 is_bus_empty(struct slot * slot_cur) argument
889 set_bus(struct slot * slot_cur) argument
986 check_limitations(struct slot *slot_cur) argument
1025 print_card_capability(struct slot *slot_cur) argument
1047 struct slot *slot_cur; local
1229 ibmphp_do_disable_slot(struct slot *slot_cur) argument
[all...]
H A Dibmphp_ebda.c610 struct slot * slot_cur; local
613 slot_cur = list_entry (list, struct slot, ibm_slot_list);
614 if (slot_cur->ctrl) {
615 if ((slot_cur->ctrl->ctlr_type != 4) && (slot_cur->ctrl->ending_slot_num > first_slot) && (slot_num > slot_cur->ctrl->ending_slot_num))
616 first_slot = slot_cur->ctrl->ending_slot_num;
622 static char *create_file_name (struct slot * slot_cur) argument
633 if (!slot_cur) {
638 slot_num = slot_cur
[all...]
H A Dibmphp_pci.c1444 static int unconfigure_boot_card (struct slot *slot_cur) argument
1458 device = slot_cur->device;
1459 busno = slot_cur->bus;
1567 int ibmphp_unconfigure_card (struct slot **slot_cur, int the_end) argument
1572 struct slot *sl = *slot_cur;
1626 *slot_cur = sl;
H A Dibmphp.h754 extern int ibmphp_do_disable_slot (struct slot *slot_cur);

Completed in 104 milliseconds