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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/hotplug/
H A Dcpqphp.h234 struct pci_func { struct
235 struct pci_func *next;
415 extern struct pci_func *cpqhp_slot_create (unsigned char busnumber);
416 extern struct pci_func *cpqhp_slot_find (unsigned char bus, unsigned char device, unsigned char index);
417 extern int cpqhp_process_SI (struct controller *ctrl, struct pci_func *func);
418 extern int cpqhp_process_SS (struct controller *ctrl, struct pci_func *func);
428 extern int cpqhp_save_base_addr_length (struct controller *ctrl, struct pci_func * func);
429 extern int cpqhp_save_used_resources (struct controller *ctrl, struct pci_func * func);
430 extern int cpqhp_configure_board (struct controller *ctrl, struct pci_func * func);
431 extern int cpqhp_save_slot_config (struct controller *ctrl, struct pci_func * new_slo
[all...]
H A Dcpqphp_ctrl.c42 static u32 configure_new_device(struct controller* ctrl, struct pci_func *func,
44 static int configure_new_function(struct controller* ctrl, struct pci_func *func,
85 struct pci_func *func;
160 struct pci_func *func;
250 struct pci_func *func;
966 struct pci_func *cpqhp_slot_create(u8 busnumber)
968 struct pci_func *new_slot;
969 struct pci_func *next;
979 memset(new_slot, 0, sizeof(struct pci_func));
1002 static int slot_remove(struct pci_func * old_slo
[all...]
H A Dcpqphp_pci.c85 int cpqhp_configure_device (struct controller* ctrl, struct pci_func* func)
119 int cpqhp_unconfigure_device(struct pci_func* func)
330 struct pci_func *new_slot;
483 int cpqhp_save_slot_config (struct controller *ctrl, struct pci_func * new_slot)
572 int cpqhp_save_base_addr_length(struct controller *ctrl, struct pci_func * func)
582 struct pci_func *next;
701 int cpqhp_save_used_resources (struct controller *ctrl, struct pci_func * func)
958 int cpqhp_configure_board(struct controller *ctrl, struct pci_func * func)
964 struct pci_func *next;
1035 int cpqhp_valid_replace(struct controller *ctrl, struct pci_func * fun
[all...]
H A Dibmphp_pci.c37 static int configure_device(struct pci_func *);
38 static int configure_bridge(struct pci_func **, u8);
39 static struct res_needed *scan_behind_bridge(struct pci_func *, u8);
50 static void assign_alt_irq (struct pci_func * cur_func, u8 class_code)
81 int ibmphp_configure_card (struct pci_func *func, u8 slotno)
88 struct pci_func *newfunc; /* for multi devices */
89 struct pci_func *cur_func, *prev_func;
343 * Input: pointer to the pci_func
346 static int configure_device (struct pci_func *func)
561 * Parameters: pci_func
[all...]
H A Dibmphp_core.c708 * This function will return the pci_func, given bus and devfunc, or NULL. It
712 static struct pci_func *ibm_slot_find(u8 busno, u8 device, u8 function)
714 struct pci_func *func_cur;
735 * the pointers to pci_func, bus, hotplug_slot, controller,
753 static void ibm_unconfigure_device(struct pci_func *func)
815 static int ibm_configure_device(struct pci_func *func)
1049 struct pci_func *tmp_func;
1143 slot_cur->func = kzalloc(sizeof(struct pci_func), GFP_KERNEL);
1253 slot_cur->func = kzalloc(sizeof(struct pci_func), GFP_KERNEL);
H A Dibmphp.h691 struct pci_func { struct
699 struct pci_func *next;
716 struct pci_func *func;
756 extern int ibmphp_configure_card (struct pci_func *, u8);
H A Dcpqphp_core.c55 struct pci_func *cpqhp_slot_list[256];
586 cpqhp_set_attention_status(struct controller *ctrl, struct pci_func *func,
627 struct pci_func *slot_func;
654 struct pci_func *slot_func;
686 struct pci_func *slot_func;
806 struct pci_func *func;
1365 struct pci_func *next;
1366 struct pci_func *TempSlot;
H A Dcpqphp_sysfs.c82 struct pci_func *new_slot;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/firmware/
H A Dpcdp.h35 #define PCDP_UART_IRQ (1 << 6) /* in pci_func for rev < 3 */
36 #define PCDP_UART_PCI (1 << 7) /* in pci_func for rev < 3 */
46 u8 pci_func; member in struct:pcdp_uart
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/netxen/
H A Dnetxen_nic_hw.c649 switch(adapter->ahw.pci_func) {
668 "%d\n", adapter->ahw.pci_func);
H A Dnetxen_nic.h802 int pci_func; member in struct:netxen_hardware_context
H A Dnetxen_nic_main.c242 adapter->ahw.pci_func = pci_func_id;

Completed in 155 milliseconds