Searched refs:pdev (Results 1 - 25 of 286) sorted by relevance

1234567891011>>

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/
H A Dpwc-misc.c35 int pwc_decode_size(struct pwc_device *pdev, int width, int height) argument
40 if (width > pdev->view_max.x || height > pdev->view_max.y)
47 if (pdev->image_mask & (1 << i)) {
55 void pwc_construct(struct pwc_device *pdev) argument
57 switch(pdev->type) {
60 pdev->view_min.x = 128;
61 pdev->view_min.y = 96;
62 pdev->view_max.x = 352;
63 pdev
[all...]
H A Dpwc-uncompress.c76 int pwc_decompress(struct pwc_device *pdev) argument
85 if (pdev == NULL)
88 if (pdev->magic != PWC_MAGIC) {
94 fbuf = pdev->read_frame;
97 image = pdev->image_ptr[pdev->fill_image];
101 yuv = fbuf->data + pdev->frame_header_size; /* Skip header */
102 if (pdev->vbandlength == 0) {
113 n = pdev->view.x * pdev
[all...]
H A Dpwc-if.c37 pdev: struct pwc_devive *
126 struct pwc_device *pdev; member in struct:__anon2806
243 static int pwc_allocate_buffers(struct pwc_device *pdev) argument
248 Trace(TRACE_MEMORY, ">> pwc_allocate_buffers(pdev = 0x%p)\n", pdev);
250 if (pdev == NULL)
254 if (pdev->magic != PWC_MAGIC) {
261 if (pdev->sbuf[i].data == NULL) {
268 pdev->sbuf[i].data = kbuf;
274 if (pdev
329 pwc_free_buffers(struct pwc_device *pdev) argument
440 pwc_next_fill_frame(struct pwc_device *pdev) argument
492 pwc_reset_buffers(struct pwc_device *pdev) argument
522 pwc_handle_frame(struct pwc_device *pdev) argument
575 pwc_next_image(struct pwc_device *pdev) argument
588 struct pwc_device *pdev; local
781 pwc_isoc_init(struct pwc_device *pdev) argument
879 pwc_isoc_cleanup(struct pwc_device *pdev) argument
915 pwc_try_video_mode(struct pwc_device *pdev, int width, int height, int new_fps, int new_compression, int new_snapshot) argument
940 struct pwc_device *pdev; local
1061 struct pwc_device *pdev; local
1114 struct pwc_device *pdev; local
1180 struct pwc_device *pdev; local
1199 struct pwc_device *pdev; local
1568 struct pwc_device *pdev; local
1601 struct pwc_device *pdev = NULL; local
1863 struct pwc_device *pdev; local
[all...]
H A Dpwc-ctrl.c168 usb_control_msg(pdev->udev, usb_sndctrlpipe(pdev->udev, 0), \
172 pdev->vcinterface, \
176 usb_control_msg(pdev->udev, usb_rcvctrlpipe(pdev->udev, 0), \
180 pdev->vcinterface, \
221 static inline int set_video_mode_Nala(struct pwc_device *pdev, int size, int frames) argument
254 if (pEntry->compressed && pdev->decompressor == NULL)
258 ret = send_video_command(pdev->udev, pdev
288 set_video_mode_Timon(struct pwc_device *pdev, int size, int frames, int compression, int snapshot) argument
346 set_video_mode_Kiara(struct pwc_device *pdev, int size, int frames, int compression, int snapshot) argument
416 pwc_set_video_mode(struct pwc_device *pdev, int width, int height, int frames, int compression, int snapshot) argument
460 pwc_set_image_buffer_size(struct pwc_device *pdev) argument
491 pwc_get_brightness(struct pwc_device *pdev) argument
507 pwc_set_brightness(struct pwc_device *pdev, int value) argument
526 pwc_get_contrast(struct pwc_device *pdev) argument
542 pwc_set_contrast(struct pwc_device *pdev, int value) argument
561 pwc_get_gamma(struct pwc_device *pdev) argument
577 pwc_set_gamma(struct pwc_device *pdev, int value) argument
597 pwc_get_saturation(struct pwc_device *pdev) argument
615 pwc_set_saturation(struct pwc_device *pdev, int value) argument
637 pwc_set_agc(struct pwc_device *pdev, int mode, int value) argument
672 pwc_get_agc(struct pwc_device *pdev, int *value) argument
717 pwc_set_shutter_speed(struct pwc_device *pdev, int mode, int value) argument
771 pwc_camera_power(struct pwc_device *pdev, int power) argument
794 pwc_restore_user(struct pwc_device *pdev) argument
804 pwc_save_user(struct pwc_device *pdev) argument
814 pwc_restore_factory(struct pwc_device *pdev) argument
836 pwc_set_awb(struct pwc_device *pdev, int mode) argument
861 pwc_get_awb(struct pwc_device *pdev) argument
878 pwc_set_red_gain(struct pwc_device *pdev, int value) argument
898 pwc_get_red_gain(struct pwc_device *pdev) argument
917 pwc_set_blue_gain(struct pwc_device *pdev, int value) argument
937 pwc_get_blue_gain(struct pwc_device *pdev) argument
960 pwc_read_red_gain(struct pwc_device *pdev) argument
978 pwc_read_blue_gain(struct pwc_device *pdev) argument
997 pwc_set_wb_speed(struct pwc_device *pdev, int speed) argument
1011 pwc_get_wb_speed(struct pwc_device *pdev) argument
1028 pwc_set_wb_delay(struct pwc_device *pdev, int delay) argument
1042 pwc_get_wb_delay(struct pwc_device *pdev) argument
1059 pwc_set_leds(struct pwc_device *pdev, int on_value, int off_value) argument
1082 pwc_get_leds(struct pwc_device *pdev, int *on_value, int *off_value) argument
1101 pwc_set_contour(struct pwc_device *pdev, int contour) argument
1136 pwc_get_contour(struct pwc_device *pdev, int *contour) argument
1168 pwc_set_backlight(struct pwc_device *pdev, int backlight) argument
1184 pwc_get_backlight(struct pwc_device *pdev) argument
1201 pwc_set_flicker(struct pwc_device *pdev, int flicker) argument
1212 pwc_get_flicker(struct pwc_device *pdev) argument
1224 pwc_set_dynamic_noise(struct pwc_device *pdev, int noise) argument
1236 pwc_get_dynamic_noise(struct pwc_device *pdev) argument
1248 pwc_get_cmos_sensor(struct pwc_device *pdev) argument
1278 pwc_ioctl(struct pwc_device *pdev, unsigned int cmd, void *arg) argument
[all...]
H A Dpwc.h224 int pwc_try_video_mode(struct pwc_device *pdev, int width, int height, int new_fps, int new_compression, int new_snapshot);
230 int pwc_decode_size(struct pwc_device *pdev, int width, int height);
231 void pwc_construct(struct pwc_device *pdev);
235 extern int pwc_set_video_mode(struct pwc_device *pdev, int width, int height, int frames, int compression, int snapshot);
237 extern void pwc_set_image_buffer_size(struct pwc_device *pdev);
240 extern int pwc_get_brightness(struct pwc_device *pdev);
241 extern int pwc_set_brightness(struct pwc_device *pdev, int value);
242 extern int pwc_get_contrast(struct pwc_device *pdev);
243 extern int pwc_set_contrast(struct pwc_device *pdev, int value);
244 extern int pwc_get_gamma(struct pwc_device *pdev);
[all...]
/asus-wl-520gu-7.0.1.45/src/tools/upnp/upnp/
H A Ddevice.c29 extern PService init_service(PServiceTemplate svctmpl, PDevice pdev);
32 void device_devicelist(PDevice pdev, UFILE *up);
33 void device_servicelist(PDevice pdev, UFILE *up);
45 PDevice pdev, subdev; local
54 pdev = (Device *) malloc(sizeof(Device));
55 memset(pdev, 0, sizeof(Device));
56 pdev->parent = parent;
57 pdev->template = pdevtmpl;
62 (*func)(pdev, DEVICE_CREATE, ap);
71 subdev = init_device(pdev,
94 destroy_device(PDevice pdev) argument
146 device_xml(PDevice pdev, UFILE *up) argument
209 device_devicelist(PDevice pdev, UFILE *up) argument
223 device_servicelist(PDevice pdev, UFILE *up) argument
255 rootdev(PDevice pdev) argument
268 device_iterator(PDevice pdev) argument
[all...]
H A Dssdp.c27 static void advertise_device(PDevice pdev, ssdp_t sstype, struct iface *pif, struct sockaddr *addr, int addrlen);
114 PDevice pdev; local
117 forall_devices(pdev) {
118 advertise_device(pdev, SSDP_REPLY, pif, srcaddr, addrlen);
122 static const char *location(PDevice pdev, struct iface *pif) argument
128 bytep[0], bytep[1], bytep[2], bytep[3], HTTP_PORT, rootdev(pdev)->udn);
137 PDevice pdev; local
142 for (pdev = root_devices; pdev; pdev
160 PDevice pdev; local
182 PDevice pdev; local
210 PDevice pdev; local
326 advertise_device(PDevice pdev, ssdp_t sstype, struct iface *pif, struct sockaddr *addr, int addrlen) argument
390 PDevice pdev; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Dpci2220i.c146 POUR_DEVICE pdev; // current device opearating on member in struct:__anon2523
364 * pdev - Pointer to device.
370 static int HardReset (PADAPTER2220I padapter, POUR_DEVICE pdev, UCHAR spigot) argument
372 DEB (printk ("\npci2220i:RESET spigot = %X devices = %d, %d", spigot, pdev->deviceID[0], pdev->deviceID[1]));
416 * pdev - Pointer to device.
421 static int AtapiReset (PADAPTER2220I padapter, POUR_DEVICE pdev) argument
423 SelectSpigot (padapter, pdev->spigot);
424 AtapiDevice (padapter, pdev->byte6);
602 * pdev
607 WriteDataBoth(PADAPTER2220I padapter, POUR_DEVICE pdev) argument
649 IdeCmd(PADAPTER2220I padapter, POUR_DEVICE pdev) argument
681 IdeCmdBoth(PADAPTER2220I padapter, POUR_DEVICE pdev) argument
794 AtapiIdentify(PADAPTER2220I padapter, POUR_DEVICE pdev) argument
929 AtapiSendCdb(PADAPTER2220I padapter, POUR_DEVICE pdev, CHAR *cdb) argument
947 AtapiRequestSense(PADAPTER2220I padapter, POUR_DEVICE pdev, Scsi_Cmnd *SCpnt, UCHAR pass) argument
981 InlineReadSignature(PADAPTER2220I padapter, POUR_DEVICE pdev, int index) argument
1075 WriteSignature(PADAPTER2220I padapter, POUR_DEVICE pdev, UCHAR spigot, int index) argument
1110 InitFailover(PADAPTER2220I padapter, POUR_DEVICE pdev) argument
1155 POUR_DEVICE pdev = padapter->pdev; local
1311 SetReconstruct(POUR_DEVICE pdev, int index) argument
1332 POUR_DEVICE pdev; local
1588 POUR_DEVICE pdev; local
2049 POUR_DEVICE pdev = &padapter->device[SCpnt->target];// Pointer to device information local
2529 POUR_DEVICE pdev; local
2799 POUR_DEVICE pdev = &padapter->device[SCpnt->target];// Pointer to device information local
2831 POUR_DEVICE pdev = &padapter->device[SCpnt->target];// Pointer to device information local
2914 POUR_DEVICE pdev; local
[all...]
H A Ddmx3191d.c59 struct pci_dev *pdev = NULL; local
68 while ((pdev = pci_find_device(PCI_VENDOR_ID_DOMEX,
69 PCI_DEVICE_ID_DOMEX_DMX3191D, pdev))) {
72 if (pci_enable_device(pdev))
75 port = pci_resource_start (pdev, 0);
89 scsi_set_pci_device(instance, pdev);
91 instance->irq = pdev->irq;
94 if (request_irq(pdev->irq, dmx3191d_do_intr, SA_SHIRQ,
96 printk(KERN_WARNING "dmx3191: IRQ %d not available - switching to polled mode.\n", pdev->irq);
H A Dpci2000.c98 struct pci_dev *pdev; member in struct:__anon2521
197 * pdev - Pointer to adapter device structure.
202 static int BuildSgList (Scsi_Cmnd *SCpnt, PADAPTER2000 padapter, PDEV2000 pdev) argument
211 zc = pci_map_sg (padapter->pdev, sg, SCpnt->use_sg, scsi_to_pci_dma_dir (SCpnt->sc_data_direction));
214 pdev->scatGath[z].address = cpu_to_le32 (sg_dma_address (sg));
215 pdev->scatGath[z].length = cpu_to_le32 (sg_dma_len (sg++));
217 outl (pdev->scatGathDma, padapter->mb2);
227 SCpnt->SCp.have_data_in = pci_map_single (padapter->pdev, SCpnt->request_buffer, SCpnt->request_bufflen, scsi_to_pci_dma_dir (SCpnt->sc_data_direction));
268 PDEV2000 pdev; local
311 pdev
423 PDEV2000 pdev = &padapter->dev[bus][pun]; local
669 struct pci_dev *pdev = NULL; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc64/kernel/
H A Dpci_common.c22 struct pci_dev *pdev = pci_dev_b(walk); local
24 if (pdev->class >> 8 == PCI_CLASS_BRIDGE_HOST) {
25 pbus->self = pdev;
40 struct pci_dev *pdev,
53 if ((pdev->bus->number == pbm->pci_bus->number) && (pdev->devfn == 0) &&
54 (pdev->vendor == PCI_VENDOR_ID_SUN) &&
55 (pdev->device == PCI_DEVICE_ID_SUN_PBM ||
56 pdev->device == PCI_DEVICE_ID_SUN_SCHIZO ||
57 pdev
39 find_device_prom_node(struct pci_pbm_info *pbm, struct pci_dev *pdev, int bus_prom_node, struct linux_prom_pci_registers *pregs, int *nregs) argument
86 pci_device_delete(struct pci_dev *pdev) argument
100 fixup_obp_assignments(struct pci_dev *pdev, struct pcidev_cookie *pcp) argument
147 pdev_cookie_fillin(struct pci_pbm_info *pbm, struct pci_dev *pdev, int bus_prom_node) argument
240 struct pci_dev *pdev = pci_dev_b(walk); local
261 bad_assignment(struct pci_dev *pdev, struct linux_prom_pci_registers *ap, struct resource *res, int do_prom_halt) argument
314 get_device_resource(struct linux_prom_pci_registers *ap, struct pci_dev *pdev) argument
348 pdev_resource_collisions_expected(struct pci_dev *pdev) argument
361 pdev_record_assignments(struct pci_pbm_info *pbm, struct pci_dev *pdev) argument
452 has_implicit_io(struct pci_dev *pdev) argument
465 pdev_assign_unassigned(struct pci_pbm_info *pbm, struct pci_dev *pdev) argument
566 pci_intmap_match(struct pci_dev *pdev, unsigned int *interrupt) argument
697 pdev_fixup_irq(struct pci_dev *pdev) argument
814 pdev_setup_busmastering(struct pci_dev *pdev, int is_66mhz) argument
899 struct pci_dev *pdev = pci_dev_b(walk); local
980 struct pci_dev *pdev = pci_dev_b(walk); local
1007 struct pci_dev *pdev = pci_dev_b(walk); local
1033 struct pci_dev *pdev = pci_dev_b(walk); local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/joystick/
H A Demu10k1-gp.c61 static int __devinit emu_probe(struct pci_dev *pdev, const struct pci_device_id *ent) argument
67 rc = pci_enable_device(pdev);
70 pdev->bus->number, pdev->devfn, rc);
74 ioport = pci_resource_start(pdev, 0);
75 iolen = pci_resource_len(pdev, 0);
89 port->dev = pdev;
90 pci_set_drvdata(pdev, port);
100 static void __devexit emu_remove(struct pci_dev *pdev) argument
102 struct emu *port = pci_get_drvdata(pdev);
[all...]
H A Dcs461x.c159 static int cs461x_free(struct pci_dev *pdev) argument
161 struct gameport *port = pci_get_drvdata(pdev);
229 static int __devinit cs461x_pci_probe(struct pci_dev *pdev, const struct pci_device_id *ent) argument
234 rc = pci_enable_device(pdev);
237 pdev->bus->number, pdev->devfn, rc);
241 ba0_addr = pci_resource_start(pdev, 0);
243 ba1_addr = pci_resource_start(pdev, 1);
254 cs461x_free(pdev);
268 cs461x_free(pdev);
307 cs461x_pci_remove(struct pci_dev *pdev) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/
H A Dalim1535d_wdt.c50 static void ali_timer_start(struct pci_dev *pdev) argument
56 pci_read_config_dword(pdev, 0xCC, &val);
59 pci_write_config_dword(pdev, 0xCC, val);
65 * @pdev: PCI device of the PMU
70 static void ali_timer_stop (struct pci_dev *pdev) argument
75 pci_read_config_dword(pdev, 0xCC, &val);
78 pci_write_config_dword(pdev, 0xCC, val);
84 * @pdev: PCI device of the PMU
91 static int ali_timer_settimer(struct pci_dev *pdev, unsigned long t) argument
102 ali_timer_start(pdev);
273 struct pci_dev *pdev; local
[all...]
H A Dppdev.c75 struct pardevice * pdev; member in struct:pp_struct
100 struct parport *port = pp->pdev->port;
129 pport = pp->pdev->port;
132 parport_set_timeout (pp->pdev,
178 parport_set_timeout (pp->pdev, pp->default_inactivity);
210 pport = pp->pdev->port;
213 parport_set_timeout (pp->pdev,
236 wrote = parport_write (pp->pdev->port, kbuffer, n);
266 parport_set_timeout (pp->pdev, pp->default_inactivity);
278 parport_write_control (pp->pdev
289 struct pardevice * pdev = NULL; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/mtd/maps/
H A Dsun_uflash.c111 struct uflash_dev *pdev; local
133 if(0 == (pdev = kmalloc(sizeof(struct uflash_dev), GFP_KERNEL))) {
139 memcpy(&pdev->map, &uflash_map_templ, sizeof(uflash_map_templ));
140 pdev->map.size = regs[0].reg_size;
143 pdev->name = kmalloc(iTmp, GFP_KERNEL);
144 prom_getstring(edev->prom_node, "model", pdev->name, iTmp);
145 if(0 != pdev->name && 0 < strlen(pdev->name)) {
146 pdev->map.name = pdev
[all...]
H A Damd766rom.c24 struct pci_dev *pdev; member in struct:amd766rom_map_info
91 static int __devinit amd766rom_init_one (struct pci_dev *pdev, argument
128 pci_read_config_byte(pdev, 0x43, &byte);
129 pci_write_config_byte(pdev, 0x43, byte | window->segen_bits);
132 pci_read_config_byte(pdev, 0x40, &byte);
133 pci_write_config_byte(pdev, 0x40, byte | 1);
183 static void __devexit amd766rom_remove_one (struct pci_dev *pdev) argument
197 pci_read_config_byte(pdev, 0x40, &byte);
198 pci_write_config_byte(pdev, 0x40, byte & ~1);
213 struct pci_dev *pdev; local
[all...]
/asus-wl-520gu-7.0.1.45/src/tools/upnp/igd/
H A Dlayer3.c22 static PService find_svc_by_type(PDevice pdev, char *type);
23 static PService find_svc_by_name(PDevice pdev, const char *name);
123 struct Device *pdev; local
128 if (udn == NULL || (pdev = find_dev_by_udn(udn)) == NULL) {
131 } else if (type == NULL || (csvc = find_svc_by_type(pdev, type)) == NULL) {
144 PDevice pdev = NULL; local
146 forall_devices(pdev) {
147 if (strcmp(pdev->udn, udn) == 0) {
152 return pdev;
156 static PService find_svc_by_type(PDevice pdev, cha argument
175 find_svc_by_name(PDevice pdev, const char *name) argument
[all...]
H A Digd.c90 int WANDevice_Init(PDevice pdev, device_state_t state, va_list ap) argument
102 pdev->opaque = (void *) pdata;
108 free(pdev->opaque);
109 pdev->opaque = NULL;
117 int LANDevice_Init(PDevice pdev, device_state_t state, va_list ap) argument
129 pdev->opaque = (void *) pdata;
135 free(pdev->opaque);
136 pdev->opaque = NULL;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/alpha/kernel/
H A Dpci-noop.c107 pci_alloc_consistent(struct pci_dev *pdev, size_t size, dma_addr_t *dma_addrp) argument
112 pci_free_consistent(struct pci_dev *pdev, size_t size, void *cpu_addr, argument
117 pci_map_single(struct pci_dev *pdev, void *cpu_addr, size_t size, argument
123 pci_unmap_single(struct pci_dev *pdev, dma_addr_t dma_addr, size_t size, argument
128 pci_map_sg(struct pci_dev *pdev, struct scatterlist *sg, int nents, argument
134 pci_unmap_sg(struct pci_dev *pdev, struct scatterlist *sg, int nents, argument
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/wireless/
H A Dorinoco_plx.c187 static int orinoco_plx_init_one(struct pci_dev *pdev, argument
202 err = pci_enable_device(pdev);
207 attr_mem = ioremap(pci_resource_start(pdev, 2), PAGE_SIZE);
240 addr = pci_resource_start(pdev, 1);
258 pccard_ioaddr = pci_resource_start(pdev, 3);
259 pccard_iolen = pci_resource_len(pdev, 3);
282 pdev->slot_name, pdev->irq, pccard_ioaddr);
286 pci_set_drvdata(pdev, dev);
288 err = request_irq(pdev
337 orinoco_plx_remove_one(struct pci_dev *pdev) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/irda/
H A Dvlsi_ir.c235 static int vlsi_set_clock(struct pci_dev *pdev) argument
242 pci_write_config_byte(pdev, VLSI_PCI_CLKCTL, clkctl);
251 pci_read_config_byte(pdev, VLSI_PCI_CLKCTL, &lock);
263 pci_write_config_byte(pdev, VLSI_PCI_CLKCTL, clkctl);
284 pci_write_config_byte(pdev, VLSI_PCI_CLKCTL, clkctl);
292 static void vlsi_start_clock(struct pci_dev *pdev) argument
298 pci_read_config_byte(pdev, VLSI_PCI_CLKCTL, &clkctl);
300 pci_write_config_byte(pdev, VLSI_PCI_CLKCTL, clkctl);
304 static void vlsi_stop_clock(struct pci_dev *pdev) argument
308 pci_read_config_byte(pdev, VLSI_PCI_CLKCT
314 vlsi_unset_clock(struct pci_dev *pdev) argument
794 struct pci_dev *pdev = idev->pdev; local
868 struct pci_dev *pdev = idev->pdev; local
1100 struct pci_dev *pdev = idev->pdev; local
1158 vlsi_irda_probe(struct pci_dev *pdev, const struct pci_device_id *id) argument
1215 vlsi_irda_remove(struct pci_dev *pdev) argument
1237 vlsi_irda_suspend(struct pci_dev *pdev, u32 state) argument
1243 vlsi_irda_resume(struct pci_dev *pdev) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/vr41xx/common/
H A Dvrc4173.c205 static int __devinit vrc4173_probe(struct pci_dev *pdev, argument
211 if ((err = pci_enable_device(pdev)) < 0) {
216 pci_set_master(pdev);
218 start = pci_resource_start(pdev, 0);
224 if (!start || (((flags = pci_resource_flags(pdev, 0)) & IORESOURCE_IO) == 0)) {
229 if ((err = pci_request_regions(pdev, "NEC VRC4173")) < 0) {
238 vrc4173_icu_init(pdev->irq);
240 if ((err = vr41xx_cascade_irq(pdev->irq, vrc4173_get_irq_number)) < 0) {
242 "vrc4173: IRQ resource %d is busy, aborting\n", pdev->irq);
247 "NEC VRC4173 at 0x%#08lx, IRQ is cascaded to %d\n", start, pdev
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/parisc/kernel/
H A Dsuperio.c153 struct pci_dev *pdev = sio->lio_pdev; local
157 if (!pdev || sio->iosapic_irq == -1) {
164 pdev->slot_name,sio->iosapic_irq);
167 pci_read_config_word (pdev, SIO_SP1BAR, &sio->sp1_base);
171 pci_read_config_word (pdev, SIO_SP2BAR, &sio->sp2_base);
175 pci_read_config_word (pdev, SIO_PPBAR, &sio->pp_base);
179 pci_read_config_word (pdev, SIO_FDCBAR, &sio->fdc_base);
182 pci_read_config_word (pdev, SIO_ACPIBAR, &sio->acpi_base);
191 pci_read_config_word (pdev, PCI_COMMAND, &word);
193 pci_write_config_word (pdev, PCI_COMMAN
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/aic7xxx/
H A Daic7xxx_osm_pci.c50 static int ahc_linux_pci_dev_probe(struct pci_dev *pdev,
60 static void ahc_linux_pci_dev_remove(struct pci_dev *pdev);
85 ahc_linux_pci_dev_remove(struct pci_dev *pdev) argument
96 ahc = ahc_find_softc((struct ahc_softc *)pdev->driver_data);
110 ahc_linux_pci_dev_probe(struct pci_dev *pdev, const struct pci_device_id *ent) argument
126 if (probed_pdev->bus->number == pdev->bus->number
127 && probed_pdev->devfn == pdev->devfn)
135 pci = pdev;
157 if (pci_enable_device(pdev)) {
161 pci_set_master(pdev);
[all...]

Completed in 298 milliseconds

1234567891011>>