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

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dds1wm.h9 void (*enable)(struct platform_device *pdev);
10 void (*disable)(struct platform_device *pdev);
H A Di2c-pnx.h35 int (*suspend) (struct platform_device *pdev, pm_message_t state);
36 int (*resume) (struct platform_device *pdev);
37 u32 (*calculate_input_freq) (struct platform_device *pdev);
38 int (*set_clock_run) (struct platform_device *pdev);
39 int (*set_clock_stop) (struct platform_device *pdev);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/pwc/
H A Dpwc-misc.c41 int pwc_decode_size(struct pwc_device *pdev, int width, int height) argument
50 if (pdev->vpalette == VIDEO_PALETTE_RAW)
52 if (width > pdev->abs_max.x || height > pdev->abs_max.y)
60 if (width > pdev->view_max.x || height > pdev->view_max.y)
72 if (pdev->image_mask & (1 << i)) {
81 void pwc_construct(struct pwc_device *pdev) argument
83 if (DEVICE_USE_CODEC1(pdev->type)) {
85 pdev
[all...]
H A Dpwc-uncompress.c37 int pwc_decompress(struct pwc_device *pdev) argument
45 if (pdev == NULL)
48 fbuf = pdev->read_frame;
51 image = pdev->image_data;
52 image += pdev->images[pdev->fill_image].offset;
54 yuv = fbuf->data + pdev->frame_header_size; /* Skip header */
57 if (pdev->vpalette == VIDEO_PALETTE_RAW)
60 raw_frame->type = cpu_to_le16(pdev->type);
61 raw_frame->vbandlength = cpu_to_le16(pdev
[all...]
H A Dpwc-if.c44 pdev: struct pwc_devive *
141 struct pwc_device *pdev; member in struct:__anon5062
256 static int pwc_allocate_buffers(struct pwc_device *pdev) argument
261 PWC_DEBUG_MEMORY(">> pwc_allocate_buffers(pdev = 0x%p)\n", pdev);
263 if (pdev == NULL)
268 if (pdev->sbuf[i].data == NULL) {
275 pdev->sbuf[i].data = kbuf;
280 if (pdev->fbuf == NULL) {
287 pdev
338 pwc_free_buffers(struct pwc_device *pdev) argument
441 pwc_next_fill_frame(struct pwc_device *pdev) argument
487 pwc_reset_buffers(struct pwc_device *pdev) argument
521 pwc_handle_frame(struct pwc_device *pdev) argument
573 pwc_next_image(struct pwc_device *pdev) argument
583 pwc_frame_dumped(struct pwc_device *pdev) argument
596 pwc_rcv_short_packet(struct pwc_device *pdev, const struct pwc_frame_buf *fbuf) argument
687 struct pwc_device *pdev; local
810 pwc_isoc_init(struct pwc_device *pdev) argument
911 pwc_isoc_cleanup(struct pwc_device *pdev) argument
949 pwc_try_video_mode(struct pwc_device *pdev, int width, int height, int new_fps, int new_compression, int new_snapshot) argument
990 struct pwc_device *pdev = cd_to_pwc(class_dev); local
997 struct pwc_device *pdev = cd_to_pwc(class_dev); local
1016 struct pwc_device *pdev = cd_to_pwc(class_dev); local
1027 struct pwc_device *pdev = video_get_drvdata(vdev); local
1048 struct pwc_device *pdev = video_get_drvdata(vdev); local
1091 struct pwc_device *pdev; local
1203 struct pwc_device *pdev; local
1248 struct pwc_device *pdev; local
1321 struct pwc_device *pdev; local
1347 struct pwc_device *pdev; local
1408 struct pwc_device *pdev = NULL; local
1755 struct pwc_device *pdev; local
[all...]
H A Dpwc-ctrl.c159 static void pwc_set_image_buffer_size(struct pwc_device *pdev);
165 usb_control_msg(pdev->udev, usb_sndctrlpipe(pdev->udev, 0), \
169 pdev->vcinterface, \
173 usb_control_msg(pdev->udev, usb_rcvctrlpipe(pdev->udev, 0), \
177 pdev->vcinterface, \
194 static int set_video_mode_Nala(struct pwc_device *pdev, int size, int frames) argument
228 ret = send_video_command(pdev->udev, pdev
261 set_video_mode_Timon(struct pwc_device *pdev, int size, int frames, int compression, int snapshot) argument
314 set_video_mode_Kiara(struct pwc_device *pdev, int size, int frames, int compression, int snapshot) argument
397 pwc_set_video_mode(struct pwc_device *pdev, int width, int height, int frames, int compression, int snapshot) argument
430 pwc_get_fps_Nala(struct pwc_device *pdev, unsigned int index, unsigned int size) argument
442 pwc_get_fps_Kiara(struct pwc_device *pdev, unsigned int index, unsigned int size) argument
454 pwc_get_fps_Timon(struct pwc_device *pdev, unsigned int index, unsigned int size) argument
466 pwc_get_fps(struct pwc_device *pdev, unsigned int index, unsigned int size) argument
487 pwc_set_image_buffer_size(struct pwc_device *pdev) argument
529 pwc_get_brightness(struct pwc_device *pdev) argument
540 pwc_set_brightness(struct pwc_device *pdev, int value) argument
554 pwc_get_contrast(struct pwc_device *pdev) argument
565 pwc_set_contrast(struct pwc_device *pdev, int value) argument
579 pwc_get_gamma(struct pwc_device *pdev) argument
590 pwc_set_gamma(struct pwc_device *pdev, int value) argument
606 pwc_get_saturation(struct pwc_device *pdev, int *value) argument
625 pwc_set_saturation(struct pwc_device *pdev, int value) argument
645 pwc_set_agc(struct pwc_device *pdev, int mode, int value) argument
670 pwc_get_agc(struct pwc_device *pdev, int *value) argument
700 pwc_set_shutter_speed(struct pwc_device *pdev, int mode, int value) argument
736 pwc_get_shutter_speed(struct pwc_device *pdev, int *value) argument
757 pwc_camera_power(struct pwc_device *pdev, int power) argument
775 pwc_restore_user(struct pwc_device *pdev) argument
781 pwc_save_user(struct pwc_device *pdev) argument
787 pwc_restore_factory(struct pwc_device *pdev) argument
805 pwc_set_awb(struct pwc_device *pdev, int mode) argument
825 pwc_get_awb(struct pwc_device *pdev) argument
837 pwc_set_red_gain(struct pwc_device *pdev, int value) argument
850 pwc_get_red_gain(struct pwc_device *pdev, int *value) argument
863 pwc_set_blue_gain(struct pwc_device *pdev, int value) argument
876 pwc_get_blue_gain(struct pwc_device *pdev, int *value) argument
893 pwc_read_red_gain(struct pwc_device *pdev, int *value) argument
905 pwc_read_blue_gain(struct pwc_device *pdev, int *value) argument
918 pwc_set_wb_speed(struct pwc_device *pdev, int speed) argument
927 pwc_get_wb_speed(struct pwc_device *pdev, int *value) argument
940 pwc_set_wb_delay(struct pwc_device *pdev, int delay) argument
949 pwc_get_wb_delay(struct pwc_device *pdev, int *value) argument
962 pwc_set_leds(struct pwc_device *pdev, int on_value, int off_value) argument
985 pwc_get_leds(struct pwc_device *pdev, int *on_value, int *off_value) argument
1004 pwc_set_contour(struct pwc_device *pdev, int contour) argument
1029 pwc_get_contour(struct pwc_device *pdev, int *contour) argument
1051 pwc_set_backlight(struct pwc_device *pdev, int backlight) argument
1062 pwc_get_backlight(struct pwc_device *pdev, int *backlight) argument
1074 pwc_set_colour_mode(struct pwc_device *pdev, int colour) argument
1085 pwc_get_colour_mode(struct pwc_device *pdev, int *colour) argument
1098 pwc_set_flicker(struct pwc_device *pdev, int flicker) argument
1109 pwc_get_flicker(struct pwc_device *pdev, int *flicker) argument
1121 pwc_set_dynamic_noise(struct pwc_device *pdev, int noise) argument
1133 pwc_get_dynamic_noise(struct pwc_device *pdev, int *noise) argument
1145 _pwc_mpt_reset(struct pwc_device *pdev, int flags) argument
1153 pwc_mpt_reset(struct pwc_device *pdev, int flags) argument
1164 _pwc_mpt_set_angle(struct pwc_device *pdev, int pan, int tilt) argument
1182 pwc_mpt_set_angle(struct pwc_device *pdev, int pan, int tilt) argument
1210 pwc_mpt_get_status(struct pwc_device *pdev, struct pwc_mpt_status *status) argument
1225 pwc_get_cmos_sensor(struct pwc_device *pdev, int *sensor) argument
1272 pwc_ioctl(struct pwc_device *pdev, unsigned int cmd, void *arg) argument
[all...]
H A Dpwc-v4l.c214 static void pwc_vidioc_fill_fmt(const struct pwc_device *pdev, struct v4l2_format *f) argument
217 f->fmt.pix.width = pdev->view.x;
218 f->fmt.pix.height = pdev->view.y;
220 if (pdev->vpalette == VIDEO_PALETTE_YUV420P) {
226 f->fmt.pix.bytesperline = pdev->vbandlength/4;
227 f->fmt.pix.sizeimage = pdev->frame_size + sizeof(struct pwc_raw_frame);
228 if (DEVICE_USE_CODEC1(pdev->type))
246 static int pwc_vidioc_try_fmt(struct pwc_device *pdev, struct v4l2_format *f) argument
257 if (DEVICE_USE_CODEC23(pdev->type)) {
263 if (DEVICE_USE_CODEC1(pdev
288 pwc_vidioc_set_fmt(struct pwc_device *pdev, struct v4l2_format *f) argument
344 struct pwc_device *pdev; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/host/
H A Dpci-quirks.h4 void uhci_reset_hc(struct pci_dev *pdev, unsigned long base);
5 int uhci_check_and_reset_hc(struct pci_dev *pdev, unsigned long base);
H A Dpci-quirks.c59 void uhci_reset_hc(struct pci_dev *pdev, unsigned long base) argument
64 pci_write_config_word(pdev, UHCI_USBLEGSUP, UHCI_USBLEGSUP_RWC);
75 dev_warn(&pdev->dev, "HCRESET not completed yet!\n");
91 int uhci_check_and_reset_hc(struct pci_dev *pdev, unsigned long base) argument
106 pci_read_config_word(pdev, UHCI_USBLEGSUP, &legsup);
108 dev_dbg(&pdev->dev, "%s: legsup = 0x%04x\n",
116 dev_dbg(&pdev->dev, "%s: cmd = 0x%04x\n",
123 dev_dbg(&pdev->dev, "%s: intr = 0x%04x\n",
130 dev_dbg(&pdev->dev, "Performing full reset\n");
131 uhci_reset_hc(pdev, bas
136 io_type_enabled(struct pci_dev *pdev, unsigned int mask) argument
145 quirk_usb_handoff_uhci(struct pci_dev *pdev) argument
163 mmio_resource_enabled(struct pci_dev *pdev, int idx) argument
168 quirk_usb_handoff_ohci(struct pci_dev *pdev) argument
213 quirk_usb_disable_ehci(struct pci_dev *pdev) argument
336 quirk_usb_early_handoff(struct pci_dev *pdev) argument
[all...]
H A Dohci-ep93xx.c47 struct platform_device *pdev)
52 if (pdev->resource[1].flags != IORESOURCE_IRQ) {
57 hcd = usb_create_hcd(driver, &pdev->dev, "ep93xx");
61 hcd->rsrc_start = pdev->resource[0].start;
62 hcd->rsrc_len = pdev->resource[0].end - pdev->resource[0].start + 1;
76 usb_host_clock = clk_get(&pdev->dev, "usb_host");
77 ep93xx_start_hc(&pdev->dev);
81 retval = usb_add_hcd(hcd, pdev->resource[1].start, IRQF_DISABLED);
85 ep93xx_stop_hc(&pdev
46 usb_hcd_ep93xx_probe(const struct hc_driver *driver, struct platform_device *pdev) argument
95 usb_hcd_ep93xx_remove(struct usb_hcd *hcd, struct platform_device *pdev) argument
148 ohci_hcd_ep93xx_drv_probe(struct platform_device *pdev) argument
159 ohci_hcd_ep93xx_drv_remove(struct platform_device *pdev) argument
169 ohci_hcd_ep93xx_drv_suspend(struct platform_device *pdev, pm_message_t state) argument
185 ohci_hcd_ep93xx_drv_resume(struct platform_device *pdev) argument
[all...]
H A Dohci-at91.c53 static void at91_start_hc(struct platform_device *pdev) argument
55 struct usb_hcd *hcd = platform_get_drvdata(pdev);
58 dev_dbg(&pdev->dev, "start\n");
71 static void at91_stop_hc(struct platform_device *pdev) argument
73 struct usb_hcd *hcd = platform_get_drvdata(pdev);
76 dev_dbg(&pdev->dev, "stop\n");
107 struct platform_device *pdev)
112 if (pdev->num_resources != 2) {
117 if ((pdev->resource[0].flags != IORESOURCE_MEM)
118 || (pdev
106 usb_hcd_at91_probe(const struct hc_driver *driver, struct platform_device *pdev) argument
185 usb_hcd_at91_remove(struct usb_hcd *hcd, struct platform_device *pdev) argument
272 ohci_hcd_at91_drv_probe(struct platform_device *pdev) argument
278 ohci_hcd_at91_drv_remove(struct platform_device *pdev) argument
287 ohci_hcd_at91_drv_suspend(struct platform_device *pdev, pm_message_t mesg) argument
310 ohci_hcd_at91_drv_resume(struct platform_device *pdev) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/
H A Dhotplug.c9 struct pci_dev *pdev; local
16 pdev = to_pci_dev(dev);
17 if (!pdev)
22 "PCI_CLASS=%04X", pdev->class))
27 "PCI_ID=%04X:%04X", pdev->vendor, pdev->device))
32 "PCI_SUBSYS_ID=%04X:%04X", pdev->subsystem_vendor,
33 pdev->subsystem_device))
38 "PCI_SLOT_NAME=%s", pci_name(pdev)))
44 pdev
[all...]
H A Drom.c17 * @pdev: PCI device to enable
24 static int pci_enable_rom(struct pci_dev *pdev) argument
26 struct resource *res = pdev->resource + PCI_ROM_RESOURCE;
33 pcibios_resource_to_bus(pdev, &region, res);
34 pci_read_config_dword(pdev, pdev->rom_base_reg, &rom_addr);
37 pci_write_config_dword(pdev, pdev->rom_base_reg, rom_addr);
43 * @pdev: PCI device to disable
48 static void pci_disable_rom(struct pci_dev *pdev) argument
66 pci_map_rom(struct pci_dev *pdev, size_t *size) argument
160 pci_map_rom_copy(struct pci_dev *pdev, size_t *size) argument
192 pci_unmap_rom(struct pci_dev *pdev, void __iomem *rom) argument
212 pci_remove_rom(struct pci_dev *pdev) argument
232 pci_cleanup_rom(struct pci_dev *pdev) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/w1/masters/
H A Dds2482.c121 struct ds2482_data *pdev; member in struct:ds2482_w1_chan
143 * @param pdev The ds2482 client pointer
147 static inline int ds2482_select_register(struct ds2482_data *pdev, u8 read_ptr) argument
149 if (pdev->read_prt != read_ptr) {
150 if (i2c_smbus_write_byte_data(&pdev->client,
155 pdev->read_prt = read_ptr;
162 * @param pdev The ds2482 client pointer
168 static inline int ds2482_send_cmd(struct ds2482_data *pdev, u8 cmd) argument
170 if (i2c_smbus_write_byte(&pdev->client, cmd) < 0)
173 pdev
187 ds2482_send_cmd_data(struct ds2482_data *pdev, u8 cmd, u8 byte) argument
212 ds2482_wait_1wire_idle(struct ds2482_data *pdev) argument
239 ds2482_set_channel(struct ds2482_data *pdev, u8 channel) argument
265 struct ds2482_data *pdev = pchan->pdev; local
297 struct ds2482_data *pdev = pchan->pdev; local
327 struct ds2482_data *pdev = pchan->pdev; local
351 struct ds2482_data *pdev = pchan->pdev; local
388 struct ds2482_data *pdev = pchan->pdev; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/cobalt/
H A Drtc.c40 struct platform_device *pdev; local
43 pdev = platform_device_alloc("rtc_cmos", -1);
44 if (!pdev)
47 retval = platform_device_add_resources(pdev, cobalt_rtc_resource,
52 retval = platform_device_add(pdev);
59 platform_device_put(pdev);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/drivers/
H A Dpush-switch.c38 struct platform_device *pdev = psw->pdev; local
42 kobject_uevent(&pdev->dev.kobj, KOBJ_CHANGE);
45 static int switch_drv_probe(struct platform_device *pdev) argument
55 irq = platform_get_irq(pdev, 0);
61 psw_info = pdev->dev.platform_data;
66 psw_info->name ? psw_info->name : DRV_NAME, pdev);
71 ret = device_create_file(&pdev->dev, &dev_attr_switch);
73 dev_err(&pdev->dev, "Failed creating device attrs\n");
86 psw->pdev
99 switch_drv_remove(struct platform_device *pdev) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/pci/
H A Dfixup-malta.c52 static void __init malta_piix_func0_fixup(struct pci_dev *pdev) argument
65 pci_read_config_byte(pdev, 0x60+i, &reg_val);
73 if (PCI_SLOT(pdev->devfn) == 10) {
78 pci_read_config_byte(pdev, 0x69, &reg_val);
79 pci_write_config_byte(pdev, 0x69, reg_val | 0xf0);
86 static void __init malta_piix_func1_fixup(struct pci_dev *pdev) argument
91 if (PCI_SLOT(pdev->devfn) == 10) {
95 pci_read_config_byte(pdev, 0x41, &reg_val);
96 pci_write_config_byte(pdev, 0x41, reg_val|0x80);
97 pci_read_config_byte(pdev,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/hwmon/
H A Dk8temp.c55 struct pci_dev *pdev = to_pci_dev(dev); local
62 pci_read_config_byte(pdev, REG_TEMP, &tmp);
64 pci_write_config_byte(pdev, REG_TEMP, tmp);
65 pci_read_config_dword(pdev, REG_TEMP, &data->temp[0][0]);
69 pci_write_config_byte(pdev, REG_TEMP, tmp);
70 pci_read_config_dword(pdev, REG_TEMP,
77 pci_write_config_byte(pdev, REG_TEMP, tmp);
78 pci_read_config_dword(pdev, REG_TEMP,
83 pci_write_config_byte(pdev, REG_TEMP, tmp);
84 pci_read_config_dword(pdev, REG_TEM
138 k8temp_probe(struct pci_dev *pdev, const struct pci_device_id *id) argument
254 k8temp_remove(struct pci_dev *pdev) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/
H A Dorinoco_pci.h22 static int orinoco_pci_suspend(struct pci_dev *pdev, pm_message_t state) argument
24 struct net_device *dev = pci_get_drvdata(pdev);
47 free_irq(pdev->irq, dev);
48 pci_save_state(pdev);
49 pci_disable_device(pdev);
50 pci_set_power_state(pdev, PCI_D3hot);
55 static int orinoco_pci_resume(struct pci_dev *pdev) argument
57 struct net_device *dev = pci_get_drvdata(pdev);
62 pci_set_power_state(pdev, 0);
63 err = pci_enable_device(pdev);
[all...]
H A Dorinoco_tmd.c91 static int orinoco_tmd_init_one(struct pci_dev *pdev, argument
100 err = pci_enable_device(pdev);
106 err = pci_request_regions(pdev, DRIVER_NAME);
112 bridge_io = pci_iomap(pdev, 1, 0);
119 hermes_io = pci_iomap(pdev, 2, 0);
138 SET_NETDEV_DEV(dev, &pdev->dev);
142 err = request_irq(pdev->irq, orinoco_interrupt, IRQF_SHARED,
145 printk(KERN_ERR PFX "Cannot allocate IRQ %d\n", pdev->irq);
162 pci_set_drvdata(pdev, dev);
164 pci_name(pdev));
190 orinoco_tmd_remove_one(struct pci_dev *pdev) argument
[all...]
H A Datmel_pci.c52 static int __devinit atmel_pci_probe(struct pci_dev *pdev, argument
57 if (pci_enable_device(pdev))
60 pci_set_master(pdev);
62 dev = init_atmel_card(pdev->irq, pdev->resource[1].start,
64 &pdev->dev, NULL, NULL);
68 pci_set_drvdata(pdev, dev);
72 static void __devexit atmel_pci_remove(struct pci_dev *pdev) argument
74 stop_atmel_card(pci_get_drvdata(pdev));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/pci/
H A Dfixup.c27 static void __devinit pci_fixup_video(struct pci_dev *pdev) argument
38 if ((pdev->class >> 8) != PCI_CLASS_DISPLAY_VGA)
42 bus = pdev->bus;
63 pci_read_config_word(pdev, PCI_COMMAND, &config);
65 pdev->resource[PCI_ROM_RESOURCE].flags |= IORESOURCE_ROM_SHADOW;
66 printk(KERN_DEBUG "Boot video device is %s\n", pci_name(pdev));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/base/
H A Dplatform.c128 struct platform_device pdev; member in struct:platform_object
134 * @pdev: platform device to free
140 void platform_device_put(struct platform_device *pdev) argument
142 if (pdev)
143 put_device(&pdev->dev);
149 struct platform_object *pa = container_of(dev, struct platform_object, pdev.dev);
151 kfree(pa->pdev.dev.platform_data);
152 kfree(pa->pdev.resource);
176 pa->pdev.name = pa->name;
177 pa->pdev
202 platform_device_add_resources(struct platform_device *pdev, struct resource *res, unsigned int num) argument
226 platform_device_add_data(struct platform_device *pdev, const void *data, size_t size) argument
246 platform_device_add(struct platform_device *pdev) argument
310 platform_device_del(struct platform_device *pdev) argument
331 platform_device_register(struct platform_device * pdev) argument
346 platform_device_unregister(struct platform_device * pdev) argument
376 struct platform_device *pdev; local
532 struct platform_device *pdev = to_platform_device(dev); local
546 struct platform_device *pdev = to_platform_device(dev); local
571 struct platform_device *pdev = container_of(dev, struct platform_device, dev); local
589 struct platform_device *pdev = container_of(dev, struct platform_device, dev); local
601 struct platform_device *pdev = container_of(dev, struct platform_device, dev); local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ata/
H A Dsata_sis.c66 static int sis_init_one (struct pci_dev *pdev, const struct pci_device_id *ent);
148 struct pci_dev *pdev = to_pci_dev(ap->host->dev); local
153 switch (pdev->device) {
156 pci_read_config_byte(pdev, SIS_PMR, &pmr);
173 struct pci_dev *pdev = to_pci_dev(ap->host->dev); local
181 pci_read_config_byte(pdev, SIS_PMR, &pmr);
183 pci_read_config_dword(pdev, cfg_addr, &val);
185 if ((pdev->device == 0x0182) || (pdev->device == 0x0183) ||
186 (pdev
194 struct pci_dev *pdev = to_pci_dev(ap->host->dev); local
212 struct pci_dev *pdev = to_pci_dev(ap->host->dev); local
235 struct pci_dev *pdev = to_pci_dev(ap->host->dev); local
253 sis_init_one(struct pci_dev *pdev, const struct pci_device_id *ent) argument
[all...]
H A Dpata_sil680.c84 struct pci_dev *pdev = to_pci_dev(ap->host->dev); local
87 pci_read_config_byte(pdev, addr, &ata66);
105 struct pci_dev *pdev = to_pci_dev(ap->host->dev); local
109 pci_read_config_byte(pdev, addr, &reset);
110 pci_write_config_byte(pdev, addr, reset | 0x03);
112 pci_write_config_byte(pdev, addr, reset);
139 struct pci_dev *pdev = to_pci_dev(ap->host->dev); local
151 pci_write_config_word(pdev, addr, speed_p[pio]);
152 pci_write_config_word(pdev, tfaddr, speed_t[lowest_pio]);
154 pci_read_config_word(pdev, tfadd
186 struct pci_dev *pdev = to_pci_dev(ap->host->dev); local
281 sil680_init_chip(struct pci_dev *pdev) argument
341 sil680_init_one(struct pci_dev *pdev, const struct pci_device_id *id) argument
377 sil680_reinit_one(struct pci_dev *pdev) argument
[all...]

Completed in 286 milliseconds

1234567891011>>