Searched refs:controller (Results 1 - 25 of 129) sorted by relevance

123456

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/hotplug/
H A Dcpqphp_nvram.h38 static inline int compaq_nvram_load (void __iomem *rom_start, struct controller *ctrl)
51 extern int compaq_nvram_load (void __iomem *rom_start, struct controller *ctrl);
H A Dcpci_hotplug_core.c61 static struct cpci_hp_controller *controller; variable in typeref:struct:cpci_hp_controller
113 if (controller->ops->set_power)
114 retval = controller->ops->set_power(slot, 1);
148 if (controller->ops->set_power)
149 if ((retval = controller->ops->set_power(slot, 0)))
169 if (controller->ops->get_power)
170 power = controller->ops->get_power(slot);
242 if (!(controller && bus))
350 if ((controller->irq_flags & IRQF_SHARED) &&
351 !controller
[all...]
H A Dpciehp.h68 struct controller *ctrl;
84 struct controller { struct
85 struct controller *next;
87 struct mutex ctrl_lock; /* controller lock */
100 u8 slot_bus; /* Bus where the slots handled by this controller sit */
155 extern u8 pciehp_handle_attention_button(u8 hp_slot, struct controller *ctrl);
156 extern u8 pciehp_handle_switch_change(u8 hp_slot, struct controller *ctrl);
157 extern u8 pciehp_handle_presence_change(u8 hp_slot, struct controller *ctrl);
158 extern u8 pciehp_handle_power_fault(u8 hp_slot, struct controller *ctrl);
162 int pcie_init(struct controller *ctr
[all...]
H A Dshpchp.h74 struct controller *ctrl;
89 struct controller { struct
158 extern int __must_check shpchp_create_ctrl_files(struct controller *ctrl);
159 extern void shpchp_remove_ctrl_files(struct controller *ctrl);
162 extern u8 shpchp_handle_attention_button(u8 hp_slot, struct controller *ctrl);
163 extern u8 shpchp_handle_switch_change(u8 hp_slot, struct controller *ctrl);
164 extern u8 shpchp_handle_presence_change(u8 hp_slot, struct controller *ctrl);
165 extern u8 shpchp_handle_power_fault(u8 hp_slot, struct controller *ctrl);
168 extern void cleanup_slots(struct controller *ctrl);
170 extern int shpc_init( struct controller *ctr
[all...]
H A Dcpqphp.h151 /* offsets to the controller registers based on the above structure layout */
270 struct controller *ctrl;
286 struct controller { struct
287 struct controller *next;
290 void __iomem *hpc_reg; /* cookie for our pci controller location */
302 u8 bus; /* bus number for the pci hotplug controller */
393 #define msg_HPC_rev_error "Unsupported revision of the PCI hot plug controller found.\n"
394 #define msg_HPC_non_compaq_or_intel "The PCI hot plug controller is not supported by this driver.\n"
403 /* debugfs functions for the hotplug controller info */
406 extern void cpqhp_create_debugfs_files (struct controller *ctr
[all...]
H A Dcpci_hotplug.h72 extern int cpci_hp_register_controller(struct cpci_hp_controller *controller);
73 extern int cpci_hp_unregister_controller(struct cpci_hp_controller *controller);
H A Dpciehp_hpc.c94 /* offsets to the controller registers based on the above structure layout */
112 static inline int pciehp_readw(struct controller *ctrl, int reg, u16 *value)
118 static inline int pciehp_readl(struct controller *ctrl, int reg, u32 *value)
124 static inline int pciehp_writew(struct controller *ctrl, int reg, u16 value)
130 static inline int pciehp_writel(struct controller *ctrl, int reg, u32 value)
227 static void start_int_poll_timer(struct controller *ctrl, int sec);
232 struct controller *ctrl = (struct controller *)data;
247 static void start_int_poll_timer(struct controller *ctrl, int sec)
259 static inline int pcie_wait_cmd(struct controller *ctr
[all...]
H A Dshpchp_hpc.c166 * SHPC controller command error code
185 static void start_int_poll_timer(struct controller *ctrl, int sec);
186 static int hpc_check_cmd_status(struct controller *ctrl);
188 static inline u8 shpc_readb(struct controller *ctrl, int reg)
193 static inline void shpc_writeb(struct controller *ctrl, int reg, u8 val)
198 static inline u16 shpc_readw(struct controller *ctrl, int reg)
203 static inline void shpc_writew(struct controller *ctrl, int reg, u16 val)
208 static inline u32 shpc_readl(struct controller *ctrl, int reg)
213 static inline void shpc_writel(struct controller *ctrl, int reg, u32 val)
218 static inline int shpc_indirect_read(struct controller *ctr
[all...]
H A Dcpqphp_sysfs.c39 static int show_ctrl (struct controller *ctrl, char *buf)
77 static int show_dev (struct controller *ctrl, char *buf)
125 static int spew_debug_info(struct controller *ctrl, char *data, int size)
137 struct controller *ctrl;
144 struct controller *ctrl = inode->i_private;
226 void cpqhp_create_debugfs_files(struct controller *ctrl)
231 void cpqhp_remove_debugfs_files(struct controller *ctrl)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/sn/kernel/
H A Dio_init.c119 * sn_pci_legacy_window_fixup - Create PCI controller windows for
126 sn_legacy_pci_window_fixup(struct pci_controller *controller, argument
129 controller->window = kcalloc(2, sizeof(struct pci_window),
131 if (controller->window == NULL)
133 controller->window[0].offset = legacy_io;
134 controller->window[0].resource.name = "legacy_io";
135 controller->window[0].resource.flags = IORESOURCE_IO;
136 controller->window[0].resource.start = legacy_io;
137 controller->window[0].resource.end =
138 controller
160 struct pci_controller *controller = PCI_CONTROLLER(dev->bus); local
285 struct pci_controller *controller; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/host/
H A Dohci-dbg.c132 ohci_dump_status (struct ohci_hcd *controller, char **next, unsigned *size) argument
134 struct ohci_regs __iomem *regs = controller->regs;
137 temp = ohci_readl (controller, &regs->revision) & 0xff;
138 ohci_dbg_sw (controller, next, size,
143 temp = ohci_readl (controller, &regs->control);
144 ohci_dbg_sw (controller, next, size,
158 temp = ohci_readl (controller, &regs->cmdstatus);
159 ohci_dbg_sw (controller, next, size,
168 ohci_dump_intr_mask (controller, "intrstatus",
169 ohci_readl (controller,
221 ohci_dump_roothub( struct ohci_hcd *controller, int verbose, char **next, unsigned *size) argument
270 ohci_dump(struct ohci_hcd *controller, int verbose) argument
389 ohci_dump(struct ohci_hcd *controller, int verbose) argument
[all...]
H A Dehci-mem.c152 dma_free_coherent (ehci_to_hcd(ehci)->self.controller,
169 ehci_to_hcd(ehci)->self.controller,
179 ehci_to_hcd(ehci)->self.controller,
193 ehci_to_hcd(ehci)->self.controller,
203 ehci_to_hcd(ehci)->self.controller,
213 dma_alloc_coherent (ehci_to_hcd(ehci)->self.controller,
H A Dohci-s3c2410.c43 return hcd->self.controller->platform_data;
112 dev_dbg(hcd->self.controller,
163 dev_dbg(hcd->self.controller,
181 dev_dbg(hcd->self.controller, "SetPortFeat: POWER\n");
190 dev_dbg(hcd->self.controller,
201 dev_dbg(hcd->self.controller,
211 dev_dbg(hcd->self.controller,
236 dev_dbg(hcd->self.controller, "wHubCharacteristics 0x%04x\n",
251 dev_dbg(hcd->self.controller, "wHubCharacteristics after 0x%04x\n",
259 dev_dbg(hcd->self.controller, "GetPortStatu
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/
H A Dinventory.h20 extern void add_to_inventory (int class, int type, int controller, int unit, int state);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/
H A Dinventory.h20 extern void add_to_inventory (int class, int type, int controller, int unit, int state);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/agp/
H A Dfrontend.c289 * These routines manage the current controller, and the list of
295 struct agp_controller *controller; local
297 controller = agp_fe.controllers;
299 while (controller != NULL) {
300 if (controller->pid == id)
301 return controller;
302 controller = controller->next;
310 struct agp_controller *controller; local
312 controller
320 agp_insert_controller(struct agp_controller *controller) argument
335 agp_remove_all_clients(struct agp_controller *controller) argument
358 agp_remove_all_memory(struct agp_controller *controller) argument
372 agp_remove_controller(struct agp_controller *controller) argument
404 agp_controller_make_current(struct agp_controller *controller) argument
425 agp_controller_release_current(struct agp_controller *controller, struct agp_file_private *controller_priv) argument
455 agp_find_client_in_controller(struct agp_controller *controller, pid_t id) argument
475 struct agp_controller *controller; local
531 struct agp_controller *controller; local
650 struct agp_controller *controller; local
752 struct agp_controller *controller; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/core/
H A Dbuffer.c44 * Call this as part of initializing a host controller that uses the dma
46 * will be shared by all drivers using that controller, or returns a negative
56 if (!hcd->self.controller->dma_mask)
63 hcd->pool[i] = dma_pool_create(name, hcd->self.controller,
110 if (!bus->controller->dma_mask) {
119 return dma_alloc_coherent(hcd->self.controller, size, dma, 0);
135 if (!bus->controller->dma_mask) {
146 dma_free_coherent(hcd->self.controller, size, addr, dma);
H A Dhcd-pci.c49 * @id: pci hotplug id connecting controller to HCD framework
52 * Allocates basic PCI resources for this USB host controller, and
94 dev_dbg (&dev->dev, "controller already in use\n");
150 /* may be called without controller electrically present */
151 /* may be called with controller, bus, and devices active */
242 dev_dbg (hcd->self.controller, "--> PCI D0/legacy\n");
256 wake = wake && device_may_wakeup(hcd->self.controller);
258 dev_dbg (hcd->self.controller, "--> PCI D3%s\n",
274 dev_dbg (hcd->self.controller, "hcd state %d; not suspended\n",
314 dev_dbg (hcd->self.controller,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/pci/
H A Dpci.c125 struct pci_controller *controller; local
127 controller = kzalloc(sizeof(*controller), GFP_KERNEL);
128 if (!controller)
131 controller->segment = seg;
132 controller->node = -1;
133 return controller;
137 struct pci_controller *controller; member in struct:pci_root_info
294 window = &info->controller->window[info->controller
335 struct pci_controller *controller; local
390 struct pci_controller *controller = PCI_CONTROLLER(dev); local
414 struct pci_controller *controller = PCI_CONTROLLER(dev); local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/libsmb/
H A Dconncache.c38 fstring controller; member in struct:failed_connection_cache
62 if ( !(strequal(domain, fcc->domain_name) && strequal(server, fcc->controller)) )
108 if ( strequal(fcc->domain_name, domain) && strequal(fcc->controller, server) )
116 /* Create negative lookup cache entry for this domain and controller */
126 fstrcpy( fcc->controller, server );
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/kernel/
H A Dirixinv.c17 void add_to_inventory (int class, int type, int controller, int unit, int state) argument
26 ni->inv_controller = controller;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/mips-boards/generic/
H A Dpci.c92 struct pci_controller *controller; local
98 * Due to a bug in the Galileo system controller, we need
114 /* Set up resource ranges from the controller's registers. */
158 controller = &gt64120_controller;
162 /* Set up resource ranges from the controller's registers. */
190 controller = &bonito64_controller;
197 /* Set up resource ranges from the controller's registers. */
230 controller = &msc_controller;
236 if (controller->io_resource->start < 0x00001000UL)
237 controller
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/pci/
H A Dfixup-tx4938.c25 struct pci_controller *controller = (struct pci_controller *)dev->sysdata; local
27 if (controller == &tx4938_pci_controller[1]) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/act2000/
H A Dcapi.h145 __u16 controller; member in struct:actcapi_msg::__anon4634::manufacturer_req_net
150 __u16 controller; member in struct:actcapi_msg::__anon4634::manufacturer_req_v42
155 __u16 controller; member in struct:actcapi_msg::__anon4634::manufacturer_conf_v42
159 __u16 controller; member in struct:actcapi_msg::__anon4634::manufacturer_req_err
163 __u16 controller; member in struct:actcapi_msg::__anon4634::manufacturer_ind_err
169 __u16 controller; member in struct:actcapi_msg::__anon4634::manufacturer_req_msn
176 __u8 controller; member in struct:actcapi_msg::__anon4634::connect_req
190 __u8 controller; member in struct:actcapi_msg::__anon4634::connect_ind
298 __u8 controller; member in struct:actcapi_msg::__anon4634::listen_req
304 __u8 controller; member in struct:actcapi_msg::__anon4634::listen_conf
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hardware/eicon/
H A Ddiva.c195 pdiva->controller = i + 1;
196 pdiva->xdi_adapter.ANum = pdiva->controller;
204 pdiva->controller))
211 pa->controller = i + 1 + j;
212 pa->xdi_adapter.ANum = pa->controller;
216 pa->controller))
310 if (a[i]->controller) {
312 a[i]->controller)) IoAdapters[a[i]->controller - 1] = NULL;
377 if (a->controller) {
[all...]

Completed in 128 milliseconds

123456