Searched refs:pci (Results 126 - 150 of 1367) sorted by relevance

1234567891011>>

/drivers/media/video/cx25821/
H A Dcx25821-video-upstream-ch2.c127 struct pci_dev *pci,
244 pci_free_consistent(dev->pci, dev->_risc_size_ch2,
251 pci_free_consistent(dev->pci, dev->_data_buf_size_ch2,
453 pci_free_consistent(dev->pci, dev->upstream_riscbuf_size_ch2,
458 dev->_dma_virt_addr_ch2 = pci_alloc_consistent(dev->pci,
474 pci_free_consistent(dev->pci, dev->upstream_databuf_size_ch2,
479 dev->_data_buf_virt_addr_ch2 = pci_alloc_consistent(dev->pci,
497 ret = cx25821_risc_buffer_upstream_ch2(dev, dev->pci, 0, bpl,
682 err = request_irq(dev->pci->irq, cx25821_upstream_irq_ch2,
686 dev->name, dev->pci
126 cx25821_risc_buffer_upstream_ch2(struct cx25821_dev *dev, struct pci_dev *pci, unsigned int top_offset, unsigned int bpl, unsigned int lines) argument
[all...]
/drivers/media/video/saa7164/
H A Dsaa7164-buffer.c122 buf->cpu = pci_alloc_consistent(port->dev->pci, buf->pci_size,
127 buf->pt_cpu = pci_alloc_consistent(port->dev->pci, buf->pt_size,
156 pci_free_consistent(port->dev->pci, buf->pci_size, buf->cpu, buf->dma);
179 pci_free_consistent(dev->pci, buf->pci_size, buf->cpu, buf->dma);
180 pci_free_consistent(dev->pci, buf->pt_size, buf->pt_cpu, buf->pt_dma);
/drivers/atm/
H A Dlanai.c64 #include <linux/pci.h>
283 struct pci_dev *pci; member in struct:lanai_dev
333 size_t bytes, size_t minbytes, struct pci_dev *pci)
349 buf->start = pci_alloc_consistent(pci, size, &buf->dmaaddr);
372 struct pci_dev *pci)
375 pci_free_consistent(pci, lanai_buf_size(buf),
834 lanai->pci);
841 lanai_buf_deallocate(&lanai->aal0buf, lanai->pci);
1112 result = pci_read_config_word(lanai->pci, PCI_STATUS, &s);
1123 result = pci_write_config_word(lanai->pci, PCI_STATU
332 lanai_buf_allocate(struct lanai_buffer *buf, size_t bytes, size_t minbytes, struct pci_dev *pci) argument
371 lanai_buf_deallocate(struct lanai_buffer *buf, struct pci_dev *pci) argument
1947 struct pci_dev *pci = lanai->pci; local
2569 lanai_init_one(struct pci_dev *pci, const struct pci_device_id *ident) argument
[all...]
/drivers/media/video/cx88/
H A Dcx88-input.c27 #include <linux/pci.h>
246 int cx88_ir_init(struct cx88_core *core, struct pci_dev *pci) argument
446 snprintf(ir->phys, sizeof(ir->phys), "pci-%s/ir0", pci_name(pci));
452 if (pci->subsystem_vendor) {
453 dev->input_id.vendor = pci->subsystem_vendor;
454 dev->input_id.product = pci->subsystem_device;
456 dev->input_id.vendor = pci->vendor;
457 dev->input_id.product = pci->device;
459 dev->dev.parent = &pci
[all...]
/drivers/scsi/aic7xxx/
H A Daic79xx_pci.c257 ahd_find_pci_device(ahd_dev_softc_t pci) argument
267 vendor = ahd_pci_read_config(pci, PCIR_DEVVENDOR, /*bytes*/2);
268 device = ahd_pci_read_config(pci, PCIR_DEVICE, /*bytes*/2);
269 subvendor = ahd_pci_read_config(pci, PCIR_SUBVEND_0, /*bytes*/2);
270 subdevice = ahd_pci_read_config(pci, PCIR_SUBDEV_0, /*bytes*/2);
947 ahd_dev_softc_t pci; local
950 pci = ahd->dev_softc;
951 rev = ahd_pci_read_config(pci, PCIR_REVID, /*bytes*/1);
955 ahd_pci_write_config(pci, PCIR_COMMAND, 0, /*bytes*/2);
958 ahd->channel = ahd_get_pci_function(pci)
[all...]
/drivers/ata/
H A Dpata_cs5535.c33 #include <linux/pci.h>
223 MODULE_DEVICE_TABLE(pci, cs5535);
H A Dpata_cypress.c7 * linux/drivers/ide/pci/cy82c693.c Version 0.40 Sep. 10, 2002
13 #include <linux/pci.h>
176 MODULE_DEVICE_TABLE(pci, cy82c693);
H A Dpata_mpiix.c7 * a separate driver. The old ide/pci code handles this by just not tuning
30 #include <linux/pci.h>
246 MODULE_DEVICE_TABLE(pci, mpiix);
H A Dpata_ninja32.c39 #include <linux/pci.h>
206 MODULE_DEVICE_TABLE(pci, ninja32);
H A Dpata_ns87410.c22 #include <linux/pci.h>
184 MODULE_DEVICE_TABLE(pci, ns87410);
H A Dpata_oldpiix.c18 #include <linux/pci.h>
284 MODULE_DEVICE_TABLE(pci, oldpiix_pci_tbl);
H A Dpata_opti.c6 * linux/drivers/ide/pci/opti621.c Version 0.7 Sept 10, 2002
28 #include <linux/pci.h>
208 MODULE_DEVICE_TABLE(pci, opti);
H A Dpata_radisys.c17 #include <linux/pci.h>
263 MODULE_DEVICE_TABLE(pci, radisys_pci_tbl);
H A Dpata_triflex.c38 #include <linux/pci.h>
256 MODULE_DEVICE_TABLE(pci, triflex);
/drivers/firmware/
H A Dedd.c42 #include <linux/pci.h>
158 info->params.interface_path.pci.bus,
159 info->params.interface_path.pci.slot,
160 info->params.interface_path.pci.function,
161 info->params.interface_path.pci.channel);
672 return pci_get_bus_and_slot(info->params.interface_path.pci.bus,
673 PCI_DEVFN(info->params.interface_path.pci.slot,
674 info->params.interface_path.pci.
/drivers/i2c/busses/
H A Di2c-hydra.c26 #include <linux/pci.h>
113 MODULE_DEVICE_TABLE (pci, hydra_ids);
H A Di2c-pxa-pci.c7 #include <linux/pci.h>
157 MODULE_DEVICE_TABLE(pci, ce4100_i2c_devices);
/drivers/ide/
H A Dcs5535.c26 #include <linux/pci.h>
194 MODULE_DEVICE_TABLE(pci, cs5535_pci_tbl);
H A Ddelkin_cb.c24 #include <linux/pci.h>
166 MODULE_DEVICE_TABLE(pci, delkin_cb_pci_tbl);
H A Dide-pci-generic.c25 #include <linux/pci.h>
100 * @id: the matching pci id
177 MODULE_DEVICE_TABLE(pci, generic_pci_tbl);
H A Dit8172.c34 #include <linux/pci.h>
140 MODULE_DEVICE_TABLE(pci, it8172_pci_tbl);
H A Dopti621.c16 #include <linux/pci.h>
152 MODULE_DEVICE_TABLE(pci, opti621_pci_tbl);
/drivers/isdn/hysdn/
H A Dhysdn_init.c18 #include <linux/pci.h>
34 MODULE_DEVICE_TABLE(pci, hysdn_pci_tbl);
/drivers/media/radio/
H A Dradio-maxiradio.c6 * for radio but different pci controller.
21 * - better pci interface thanks to Francois Romieu <romieu@cogenit.fr>
41 #include <linux/pci.h>
193 MODULE_DEVICE_TABLE(pci, maxiradio_pci_tbl);
/drivers/media/video/cx23885/
H A Dcx23885-core.c545 "pci target lo",
546 "pci target hi",
691 if (request_mem_region(pci_resource_start(dev->pci, 0),
692 pci_resource_len(dev->pci, 0),
697 dev->name, (unsigned long long)pci_resource_start(dev->pci, 0));
703 int cx23885_risc_stopper(struct pci_dev *pci, struct btcx_riscmem *risc,
779 cx23885_risc_stopper(dev->pci, &port->mpegq.stopper,
801 if (dev->pci->device == 0x8880) {
810 if (dev->pci->device == 0x8880) {
870 if (dev->pci
1142 cx23885_risc_buffer(struct pci_dev *pci, struct btcx_riscmem *risc, struct scatterlist *sglist, unsigned int top_offset, unsigned int bottom_offset, unsigned int bpl, unsigned int padding, unsigned int lines) argument
1184 cx23885_risc_databuffer(struct pci_dev *pci, struct btcx_riscmem *risc, struct scatterlist *sglist, unsigned int bpl, unsigned int lines, unsigned int lpi) argument
1217 cx23885_risc_vbibuffer(struct pci_dev *pci, struct btcx_riscmem *risc, struct scatterlist *sglist, unsigned int top_offset, unsigned int bottom_offset, unsigned int bpl, unsigned int padding, unsigned int lines) argument
1265 cx23885_risc_stopper(struct pci_dev *pci, struct btcx_riscmem *risc, u32 reg, u32 mask, u32 value) argument
[all...]

Completed in 1231 milliseconds

1234567891011>>