Searched refs:ent (Results 101 - 125 of 388) sorted by relevance

1234567891011>>

/drivers/gpu/drm/nouveau/
H A Dnouveau_drv.c159 nouveau_pci_probe(struct pci_dev *pdev, const struct pci_device_id *ent) argument
161 return drm_get_pci_dev(pdev, ent, &driver);
/drivers/media/common/
H A Dsaa7146_core.c356 static int saa7146_init_one(struct pci_dev *pci, const struct pci_device_id *ent) argument
358 struct saa7146_pci_extension_data *pci_ext = (struct saa7146_pci_extension_data *)ent->driver_data;
/drivers/net/can/sja1000/
H A Dplx_pci.c469 const struct pci_device_id *ent)
479 ci = (struct plx_pci_card_info *)ent->driver_data;
468 plx_pci_add_card(struct pci_dev *pdev, const struct pci_device_id *ent) argument
H A Dems_pci.c224 const struct pci_device_id *ent)
223 ems_pci_add_card(struct pci_dev *pdev, const struct pci_device_id *ent) argument
/drivers/ata/
H A Dpata_efar.c253 * @ent: Entry in efar_pci_tbl matching with @pdev
264 static int efar_init_one (struct pci_dev *pdev, const struct pci_device_id *ent) argument
H A Dpata_it8213.c248 * @ent: Entry in it8213_pci_tbl matching with @pdev
259 static int it8213_init_one (struct pci_dev *pdev, const struct pci_device_id *ent) argument
H A Dpata_ns87415.c339 * @ent: Entry in ns87415_pci_tbl matching with @pdev
351 static int ns87415_init_one (struct pci_dev *pdev, const struct pci_device_id *ent) argument
/drivers/edac/
H A Dpasemi_edac.c189 const struct pci_device_id *ent)
188 pasemi_edac_probe(struct pci_dev *pdev, const struct pci_device_id *ent) argument
/drivers/isdn/hardware/avm/
H A Dt1pci.c191 const struct pci_device_id *ent)
190 t1pci_probe(struct pci_dev *dev, const struct pci_device_id *ent) argument
/drivers/net/wireless/orinoco/
H A Dorinoco_nortel.c142 const struct pci_device_id *ent)
141 orinoco_nortel_init_one(struct pci_dev *pdev, const struct pci_device_id *ent) argument
H A Dorinoco_plx.c181 const struct pci_device_id *ent)
180 orinoco_plx_init_one(struct pci_dev *pdev, const struct pci_device_id *ent) argument
/drivers/pci/hotplug/
H A Dcpcihp_zt5550.c208 static int zt5550_hc_init_one (struct pci_dev *pdev, const struct pci_device_id *ent) argument
/drivers/scsi/
H A Da2091.c183 const struct zorro_device_id *ent)
182 a2091_probe(struct zorro_dev *z, const struct zorro_device_id *ent) argument
H A Datp870u.c2555 static int atp870u_probe(struct pci_dev *pdev, const struct pci_device_id *ent) argument
2584 if (ent->device == PCI_DEVICE_ID_ARTOP_AEC7610) {
2590 switch (ent->device) {
2603 if ((ent->device == ATP880_DEVID1)||(ent->device == ATP880_DEVID2)) {
2614 atpdev->dev_id = ent->device;
2734 } else if (ent->device == ATP885_DEVID) {
2739 atpdev->dev_id = ent->device;
2916 atpdev->dev_id = ent->device;
2995 if(ent
[all...]
/drivers/staging/comedi/drivers/
H A Dadl_pci6208.c122 const struct pci_device_id *ent)
121 driver_pci6208_pci_probe(struct pci_dev *dev, const struct pci_device_id *ent) argument
H A Dcb_pcimdda.c202 *ent)
200 cb_pcimdda_driver_pci_probe(struct pci_dev *dev, const struct pci_device_id *ent) argument
H A Dcontec_pci_dio.c232 const struct pci_device_id *ent)
231 driver_contec_pci_probe(struct pci_dev *dev, const struct pci_device_id *ent) argument
H A Dke_counter.c98 const struct pci_device_id *ent)
97 cnt_driver_pci_probe(struct pci_dev *dev, const struct pci_device_id *ent) argument
/drivers/staging/sbe-2t3e3/
H A Dmodule.c124 static int __devinit t3e3_init_card(struct pci_dev *pdev, const struct pci_device_id *ent) argument
/drivers/tty/serial/jsm/
H A Djsm_driver.c67 static int __devinit jsm_probe_one(struct pci_dev *pdev, const struct pci_device_id *ent) argument
/drivers/video/
H A Ds3c2410fb.c729 unsigned long ent = fbi->palette_buffer[i]; local
730 if (ent == PALETTE_BUFF_CLEAR)
733 writel(ent, regs + S3C2410_TFTPAL(i));
740 if (readw(regs + S3C2410_TFTPAL(i)) == ent)
H A Dsunxvr2500.c119 const struct pci_device_id *ent)
118 s3d_pci_register(struct pci_dev *pdev, const struct pci_device_id *ent) argument
/drivers/watchdog/
H A Di6300esb.c420 const struct pci_device_id *ent)
419 esb_probe(struct pci_dev *pdev, const struct pci_device_id *ent) argument
H A Dvia_wdt.c159 const struct pci_device_id *ent)
158 wdt_probe(struct pci_dev *pdev, const struct pci_device_id *ent) argument
/drivers/ssb/
H A Dmain.c944 struct ssb_device *ent; local
948 ent = &(bus->devices[i]);
949 if (ent->id.vendor != dev->id.vendor)
951 if (ent->id.coreid != dev->id.coreid)
954 ent->devtypedata = data;

Completed in 393 milliseconds

1234567891011>>