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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/pci/hotplug/
H A Dcpqphp_pci.c297 int cpqhp_save_config(struct controller *ctrl, int busnumber, int is_hot_plug) argument
330 ctrl->pci_bus->number = busnumber;
340 new_slot = cpqhp_slot_create(busnumber);
344 new_slot->bus = (u8) busnumber;
388 ctrl->pci_bus->number = busnumber;
393 new_slot = cpqhp_slot_find(busnumber, device, index++);
396 new_slot = cpqhp_slot_find(busnumber, device, index++);
400 new_slot = cpqhp_slot_create(busnumber);
405 new_slot->bus = (u8) busnumber;
H A Dcpqphp.h419 extern struct pci_func *cpqhp_slot_create(unsigned char busnumber);
433 extern int cpqhp_save_config(struct controller *ctrl, int busnumber,
H A Dcpqphp_ctrl.c954 * @busnumber: bus where new node is to be located
958 struct pci_func *cpqhp_slot_create(u8 busnumber) argument
970 if (cpqhp_slot_list[busnumber] == NULL) {
971 cpqhp_slot_list[busnumber] = new_slot;
973 next = cpqhp_slot_list[busnumber];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/pci/hotplug/
H A Dcpqphp_pci.c297 int cpqhp_save_config(struct controller *ctrl, int busnumber, int is_hot_plug) argument
330 ctrl->pci_bus->number = busnumber;
340 new_slot = cpqhp_slot_create(busnumber);
344 new_slot->bus = (u8) busnumber;
388 ctrl->pci_bus->number = busnumber;
393 new_slot = cpqhp_slot_find(busnumber, device, index++);
396 new_slot = cpqhp_slot_find(busnumber, device, index++);
400 new_slot = cpqhp_slot_create(busnumber);
405 new_slot->bus = (u8) busnumber;
H A Dcpqphp.h419 extern struct pci_func *cpqhp_slot_create(unsigned char busnumber);
433 extern int cpqhp_save_config(struct controller *ctrl, int busnumber,
H A Dcpqphp_ctrl.c954 * @busnumber: bus where new node is to be located
958 struct pci_func *cpqhp_slot_create(u8 busnumber) argument
970 if (cpqhp_slot_list[busnumber] == NULL) {
971 cpqhp_slot_list[busnumber] = new_slot;
973 next = cpqhp_slot_list[busnumber];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/slicoss/
H A Dslic.h294 uint busnumber; member in struct:sliccard
416 uint busnumber; member in struct:adapter
H A Dslicoss.c2013 seq_printf(seq, "Bus # : %d\n", card->busnumber);
3479 adapter->busnumber, adapter->slotnumber);
3494 "bus %d slot %d\n", adapter->busnumber,
3677 adapter->busnumber = pcidev->bus->number;
3772 card->busnumber = adapter->busnumber;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/slicoss/
H A Dslic.h294 uint busnumber; member in struct:sliccard
416 uint busnumber; member in struct:adapter
H A Dslicoss.c2013 seq_printf(seq, "Bus # : %d\n", card->busnumber);
3479 adapter->busnumber, adapter->slotnumber);
3494 "bus %d slot %d\n", adapter->busnumber,
3677 adapter->busnumber = pcidev->bus->number;
3772 card->busnumber = adapter->busnumber;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/ssb/
H A Dssb.h315 unsigned int busnumber; member in struct:ssb_bus
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/ssb/
H A Dssb.h315 unsigned int busnumber; member in struct:ssb_bus
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/ssb/
H A Dmain.c481 dev_set_name(dev, "ssb%u:%d", bus->busnumber, dev_idx);
765 bus->busnumber = next_busnumber;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/ssb/
H A Dmain.c481 dev_set_name(dev, "ssb%u:%d", bus->busnumber, dev_idx);
765 bus->busnumber = next_busnumber;

Completed in 294 milliseconds