/linux-2.4.37.9/drivers/char/agp/ |
D | agpgart_fe.c | 319 agp_controller *controller; in agp_find_controller_by_pid() local 321 controller = agp_fe.controllers; in agp_find_controller_by_pid() 323 while (controller != NULL) { in agp_find_controller_by_pid() 324 if (controller->pid == id) { in agp_find_controller_by_pid() 325 return controller; in agp_find_controller_by_pid() 327 controller = controller->next; in agp_find_controller_by_pid() 335 agp_controller *controller; in agp_create_controller() local 337 controller = kmalloc(sizeof(agp_controller), GFP_KERNEL); in agp_create_controller() 339 if (controller == NULL) { in agp_create_controller() 342 memset(controller, 0, sizeof(agp_controller)); in agp_create_controller() [all …]
|
/linux-2.4.37.9/drivers/hotplug/ |
D | cpqphp.h | 275 struct controller *ctrl; 291 struct controller { struct 292 struct controller *next; argument 419 extern int cpqhp_proc_create_ctrl (struct controller *ctrl); 420 extern int cpqhp_proc_remove_ctrl (struct controller *ctrl); 430 static inline int cpqhp_proc_create_ctrl (struct controller *ctrl) in cpqhp_proc_create_ctrl() 434 static inline int cpqhp_proc_remove_ctrl (struct controller *ctrl) in cpqhp_proc_remove_ctrl() 443 extern void cpqhp_ctrl_intr (int IRQ, struct controller *ctrl_input, struct pt_regs *regs); 444 extern int cpqhp_find_available_resources (struct controller *ctrl, void *rom_start); 449 extern int cpqhp_process_SI (struct controller *ctrl, struct pci_func *func); [all …]
|
D | pciehp.h | 91 struct controller *ctrl; 108 struct controller { struct 109 struct controller *next; argument 203 extern int pciehprm_find_available_resources (struct controller *ctrl); 222 extern int pciehp_save_config (struct controller *ctrl, int busnumber, int num_ctlr_slots, int fi… 223 extern int pciehp_save_used_resources (struct controller *ctrl, struct pci_func * func, int flag); 224 extern int pciehp_save_slot_config (struct controller *ctrl, struct pci_func * new_slot); 228 extern int pciehp_configure_device (struct controller* ctrl, struct pci_func* func); 233 extern struct controller *pciehp_ctrl_list; 272 static inline struct slot *pciehp_find_slot (struct controller *ctrl, u8 device) in pciehp_find_slot() [all …]
|
D | ibmphp_ebda.c | 84 static struct controller *alloc_ebda_hpc (u32 slot_count, u32 bus_count) in alloc_ebda_hpc() 86 struct controller *controller; in alloc_ebda_hpc() local 90 controller = kmalloc (sizeof (struct controller), GFP_KERNEL); in alloc_ebda_hpc() 91 if (!controller) in alloc_ebda_hpc() 93 memset (controller, 0, sizeof (*controller)); in alloc_ebda_hpc() 97 kfree (controller); in alloc_ebda_hpc() 101 controller->slots = slots; in alloc_ebda_hpc() 105 kfree (controller->slots); in alloc_ebda_hpc() 106 kfree (controller); in alloc_ebda_hpc() 110 controller->buses = buses; in alloc_ebda_hpc() [all …]
|
D | shpchp.h | 92 struct controller *ctrl; 109 struct controller { struct 110 struct controller *next; argument 210 extern int shpchprm_find_available_resources (struct controller *ctrl); 228 extern int shpchp_get_bus_dev (struct controller *ctrl, u8 *bus_num, u8 *dev_num, struct slot *slo… 229 extern int shpchp_save_config (struct controller *ctrl, int busnumber, int num_ctlr_slots, int fi… 230 extern int shpchp_save_used_resources (struct controller *ctrl, struct pci_func * func, int flag); 231 extern int shpchp_save_slot_config (struct controller *ctrl, struct pci_func * new_slot); 235 extern int shpchp_configure_device (struct controller* ctrl, struct pci_func* func); 240 extern struct controller *shpchp_ctrl_list; [all …]
|
D | shpchprm.h | 43 int shpchprm_find_available_resources(struct controller *ctrl); 44 int shpchprm_set_hpp(struct controller *ctrl, struct pci_func *func, u8 card_type); 45 void shpchprm_enable_card(struct controller *ctrl, struct pci_func *func, u8 card_type); 47 int shpchprm_get_physical_slot_number(struct controller *ctrl, u32 *sun, u8 busnum, u8 devnum);
|
D | pciehprm.h | 41 int pciehprm_find_available_resources(struct controller *ctrl); 42 int pciehprm_set_hpp(struct controller *ctrl, struct pci_func *func, u8 card_type); 43 void pciehprm_enable_card(struct controller *ctrl, struct pci_func *func, u8 card_type);
|
D | cpqphp_proc.c | 45 struct controller *ctrl = (struct controller *)data; in read_ctrl() 94 struct controller *ctrl = (struct controller *)data; in read_dev() 150 int cpqhp_proc_create_ctrl (struct controller *ctrl) in cpqhp_proc_create_ctrl() 168 int cpqhp_proc_remove_ctrl (struct controller *ctrl) in cpqhp_proc_remove_ctrl()
|
D | shpchprm_nonacpi.c | 59 int shpchprm_get_physical_slot_number(struct controller *ctrl, u32 *sun, u8 busnum, u8 devnum) in shpchprm_get_physical_slot_number() 100 struct controller *ctrl, in phprm_get_used_resources() 191 struct controller *ctrl, in configure_existing_function() 214 static int bind_pci_resources_to_slots ( struct controller *ctrl) in bind_pci_resources_to_slots() 253 static void phprm_dump_ctrl_res( struct controller *ctlr) in phprm_dump_ctrl_res() 255 struct controller *ctrl = ctlr; in phprm_dump_ctrl_res() 284 int shpchprm_find_available_resources(struct controller *ctrl) in shpchprm_find_available_resources() 338 struct controller *ctrl, in shpchprm_set_hpp() 386 struct controller *ctrl, in shpchprm_enable_card()
|
D | ibmphp_hpc.c | 110 static u8 i2c_ctrl_read (struct controller *, void *, u8); 111 static u8 i2c_ctrl_write (struct controller *, void *, u8, u8); 119 static int process_changeinlatch (u8, u8, struct controller *); 121 static int hpc_wait_ctlr_notworking (int, struct controller *, void *, u8 *); 150 static u8 i2c_ctrl_read (struct controller *ctlr_ptr, void *WPGBbar, u8 index) in i2c_ctrl_read() 258 static u8 i2c_ctrl_write (struct controller *ctlr_ptr, void *WPGBbar, u8 index, u8 cmd) in i2c_ctrl_write() 357 static u8 isa_ctrl_read (struct controller *ctlr_ptr, u8 offset) in isa_ctrl_read() 372 static void isa_ctrl_write (struct controller *ctlr_ptr, u8 offset, u8 data) in isa_ctrl_write() 382 static u8 pci_ctrl_read (struct controller *ctrl, u8 offset) in pci_ctrl_read() 391 static u8 pci_ctrl_write (struct controller *ctrl, u8 offset, u8 data) in pci_ctrl_write() [all …]
|
D | pciehprm_nonacpi.c | 61 int pciehprm_get_physical_slot_number(struct controller *ctrl, u32 *sun, u8 busnum, u8 devnum) in pciehprm_get_physical_slot_number() 100 struct controller *ctrl, in phprm_get_used_resources() 191 struct controller *ctrl, in configure_existing_function() 282 static int bind_pci_resources_to_slots ( struct controller *ctrl) in bind_pci_resources_to_slots() 324 static void phprm_dump_ctrl_res( struct controller *ctlr) in phprm_dump_ctrl_res() 326 struct controller *ctrl = ctlr; in phprm_dump_ctrl_res() 355 int pciehprm_find_available_resources(struct controller *ctrl) in pciehprm_find_available_resources() 403 struct controller *ctrl, in pciehprm_set_hpp() 453 struct controller *ctrl, in pciehprm_enable_card()
|
D | cpqphp_core.c | 49 struct controller *cpqhp_ctrl_list; /* = NULL */ 170 static int init_SERR(struct controller * ctrl) in init_SERR() 312 static int ctrl_slot_setup (struct controller * ctrl, void *smbios_start, void *smbios_table) in ctrl_slot_setup() 433 static int ctrl_slot_cleanup (struct controller * ctrl) in ctrl_slot_cleanup() 550 static int cpqhp_set_attention_status (struct controller *ctrl, struct pci_func *func, u32 status) in cpqhp_set_attention_status() 592 struct controller *ctrl; in set_attention_status() 627 struct controller *ctrl; in process_SI() 667 struct controller *ctrl; in process_SS() 702 struct controller *ctrl; in hardware_test() 720 struct controller *ctrl; in get_power_status() [all …]
|
/linux-2.4.37.9/arch/ia64/kernel/ |
D | pci.c | 174 struct pci_controller *controller; in alloc_pci_controller() local 176 controller = kmalloc(sizeof(*controller), GFP_KERNEL); in alloc_pci_controller() 177 if (!controller) in alloc_pci_controller() 180 memset(controller, 0, sizeof(*controller)); in alloc_pci_controller() 181 controller->segment = seg; in alloc_pci_controller() 182 return controller; in alloc_pci_controller() 285 struct pci_controller *controller; member 317 window = &info->controller->window[info->controller->windows++]; in add_window() 337 struct pci_controller *controller; in pcibios_scan_root() local 341 controller = alloc_pci_controller(seg); in pcibios_scan_root() [all …]
|
/linux-2.4.37.9/arch/ia64/hp/zx1/ |
D | hpzx1_misc.c | 108 struct pci_controller *controller; in hpzx1_fake_pci_dev() local 115 controller = kmalloc(sizeof(*controller), GFP_KERNEL); in hpzx1_fake_pci_dev() 116 if (!controller) { in hpzx1_fake_pci_dev() 121 memset(controller, 0, sizeof(*controller)); in hpzx1_fake_pci_dev() 127 kfree(controller); in hpzx1_fake_pci_dev() 136 controller->platform_data = fake; in hpzx1_fake_pci_dev() 148 kfree(controller); in hpzx1_fake_pci_dev() 160 kfree(controller); in hpzx1_fake_pci_dev() 169 kfree(controller); in hpzx1_fake_pci_dev() 177 dev->sysdata = controller; in hpzx1_fake_pci_dev()
|
/linux-2.4.37.9/arch/ia64/sn/io/hwgdfs/ |
D | invent_stub.c | 33 int controller, int unit, int state) in replace_in_inventory() argument 45 add_to_inventory(int class, int type, int controller, int unit, int state) in add_to_inventory() argument 105 find_inventory(inventory_t *pinv, int class, int type, int controller, in find_inventory() argument 131 major_t controller, in device_inventory_add() argument
|
/linux-2.4.37.9/arch/ia64/sn/io/hwgfs/ |
D | invent_stub.c | 35 int controller, int unit, int state) in replace_in_inventory() argument 47 add_to_inventory(int class, int type, int controller, int unit, int state) in add_to_inventory() argument 107 find_inventory(inventory_t *pinv, int class, int type, int controller, in find_inventory() argument 133 major_t controller, in device_inventory_add() argument
|
/linux-2.4.37.9/drivers/isdn/act2000/ |
D | capi.h | 145 __u16 controller; member 150 __u16 controller; member 155 __u16 controller; member 159 __u16 controller; member 163 __u16 controller; member 169 __u16 controller; member 176 __u8 controller; member 190 __u8 controller; member 298 __u8 controller; member 304 __u8 controller; member
|
/linux-2.4.37.9/drivers/scsi/ |
D | README.ncr53c7xx | 22 These commands work on a per controller basis and use the option 'next' to 23 move to the next controller in the system. 28 this uses No Disconnection on the first controller and Asynchronous 29 SCSI on the second controller. 35 SyQuest SQ555 removeable hard drive. When using these devices on a controller
|
D | README.aha152x | 21 SCSI_ID scsi id of controller (0-7; default 7) 32 use configuration the controller reports (AHA-152x only) 38 override for the first controller 41 override for the second controller 68 configuration override for first controller 72 configuration override for second controller 77 IOPORT for first and second controller 80 IRQ for first and second controller 83 SCSIID for first and second controller 86 allow targets to disconnect for first and second controller [all …]
|
/linux-2.4.37.9/arch/mips/gt64120/common/ |
D | pci.c | 132 struct pci_dev controller; in pcibios_init() local 134 controller.devfn = SELF; in pcibios_init() 143 tmp = pci0ReadConfigReg(PCI_COMMAND, &controller); in pcibios_init() 145 pci0WriteConfigReg(PCI_COMMAND, &controller, tmp); in pcibios_init()
|
/linux-2.4.37.9/drivers/usb/gadget/ |
D | Makefile | 15 controller-$(CONFIG_USB_NET2280) += net2280.o 16 controller-$(CONFIG_USB_GOKU) += goku_udc.o 32 export-objs := $(controller-y) $(controller-m)
|
/linux-2.4.37.9/drivers/message/i2o/ |
D | i2o_block.c | 139 struct i2o_controller *controller; member 246 struct i2o_controller *c=dev->controller; in i2ob_get() 270 struct i2o_controller *c = dev->controller; in i2ob_send() 747 i2ob_install_device(i2ob_dev[unit].i2odev->controller, in i2ob_evt() 841 if(i2ob_dev[unit].i2odev->controller->bus.pci.promise) in i2ob_evt() 1005 i2ob_install_device(i2ob_dev[minor].controller, i2ob_dev[minor].i2odev, in do_i2ob_revalidate() 1110 i2o_post_wait(dev->controller, msg, 20, 60); in i2ob_release() 1121 i2o_post_wait(dev->controller, msg, 20, 2); in i2ob_release() 1131 if(i2o_post_wait(dev->controller, msg, 20, 60)==0) in i2ob_release() 1186 if(i2o_post_wait(dev->controller, msg, 20, 60) == 0) in i2ob_open() [all …]
|
/linux-2.4.37.9/Documentation/sound/ |
D | forte | 6 controller. The Genius Sound Maker Live card and the onboard audio in 12 The FM801 controller supports a variety of AC'97 codecs. This driver 18 be done with the way the hardware works. The FM801 controller doesn't 32 MIDI, FM audio, and the gameport controller are not currently
|
/linux-2.4.37.9/drivers/cdrom/ |
D | Config.in | 8 bool ' Matsushita/Panasonic, ... second CDROM controller support' CONFIG_SBPCD2 10 bool ' Matsushita/Panasonic, ... third CDROM controller support' CONFIG_SBPCD3 12 bool ' Matsushita/Panasonic, ... fourth CDROM controller support' CONFIG_SBPCD4
|
/linux-2.4.37.9/Documentation/usb/ |
D | ehci.txt | 4 USB 2.0-capable host controller hardware. The USB 2.0 standard is 15 into an EHCI controller, they are given to a USB 1.1 "companion" 16 controller, which is a OHCI or UHCI controller as normally used with 18 interact with the EHCI controller through a "Transaction Translator" 73 controller. This driver doesn't need to know anything about those 88 Assuming you have an EHCI controller (on a PCI card or motherboard) 97 You should also have a driver for a "companion controller", such as 99 remove its module and then the driver for that companion controller will 109 the EHCI controller can issue interrupts. 113 any EHCI controller: [all …]
|