Searched refs:ent (Results 151 - 175 of 388) sorted by relevance

1234567891011>>

/drivers/scsi/aic7xxx/
H A Daic7xxx_osm_pci.c203 ahc_linux_pci_dev_probe(struct pci_dev *pdev, const struct pci_device_id *ent) argument
/drivers/scsi/aic94xx/
H A Daic94xx_sds.c198 struct asd_ocm_dir_ent *ent; local
206 ent = &dir->entry[i];
207 *offs = (u32) THREE_TO_NUM(ent->offs);
208 *size = (u32) THREE_TO_NUM(ent->size);
224 ASD_DPRINTK("couldn't find BIOS_CHIM dir ent\n");
/drivers/staging/comedi/drivers/
H A Dadl_pci8164.c389 *ent)
387 driver_adl_pci8164_pci_probe(struct pci_dev *dev, const struct pci_device_id *ent) argument
H A Dadv_pci1723.c499 const struct pci_device_id *ent)
498 driver_pci1723_pci_probe(struct pci_dev *dev, const struct pci_device_id *ent) argument
H A Damplc_pc263.c435 *ent)
433 driver_amplc_pc263_pci_probe(struct pci_dev *dev, const struct pci_device_id *ent) argument
H A Dcb_pcimdas.c488 *ent)
486 driver_cb_pcimdas_pci_probe(struct pci_dev *dev, const struct pci_device_id *ent) argument
H A Ddyna_pci10xx.c422 const struct pci_device_id *ent)
421 driver_dyna_pci10xx_pci_probe(struct pci_dev *dev, const struct pci_device_id *ent) argument
H A Dni_670x.c124 const struct pci_device_id *ent)
123 driver_ni_670x_pci_probe(struct pci_dev *dev, const struct pci_device_id *ent) argument
H A Dskel.c624 const struct pci_device_id *ent)
623 driver_skel_pci_probe(struct pci_dev *dev, const struct pci_device_id *ent) argument
/drivers/video/
H A Dskeletonfb.c682 const struct pci_device_id *ent)
681 xxxfb_probe(struct pci_dev *dev, const struct pci_device_id *ent) argument
/drivers/watchdog/
H A Dwdt_pci.c609 const struct pci_device_id *ent)
608 wdtpci_init_one(struct pci_dev *dev, const struct pci_device_id *ent) argument
/drivers/ata/
H A Dahci.c82 static int ahci_init_one(struct pci_dev *pdev, const struct pci_device_id *ent);
1039 static int ahci_init_one(struct pci_dev *pdev, const struct pci_device_id *ent) argument
1041 unsigned int board_id = ent->driver_data;
H A Dsata_promise.c152 static int pdc_ata_init_one(struct pci_dev *pdev, const struct pci_device_id *ent);
1180 const struct pci_device_id *ent)
1182 const struct ata_port_info *pi = &pdc_port_info[ent->driver_data];
1179 pdc_ata_init_one(struct pci_dev *pdev, const struct pci_device_id *ent) argument
H A Dsata_sil24.c355 static int sil24_init_one(struct pci_dev *pdev, const struct pci_device_id *ent);
1270 static int sil24_init_one(struct pci_dev *pdev, const struct pci_device_id *ent) argument
1273 struct ata_port_info pi = sil24_port_info[ent->driver_data];
H A Dsata_sx4.c217 static int pdc_sata_init_one(struct pci_dev *pdev, const struct pci_device_id *ent);
1441 const struct pci_device_id *ent)
1444 { &pdc_port_info[ent->driver_data], NULL };
1440 pdc_sata_init_one(struct pci_dev *pdev, const struct pci_device_id *ent) argument
/drivers/char/
H A Drtc.c956 struct proc_dir_entry *ent; local
1069 ent = proc_create("driver/rtc", 0, NULL, &rtc_proc_fops);
1070 if (!ent)
/drivers/dma/ioat/
H A Ddma_v2.c652 struct ioat_ring_ent *ent; local
654 ent = ioat2_get_ring_ent(ioat, ioat->tail+i);
655 ioat2_free_ring_ent(ent, c);
/drivers/w1/
H A Dw1.c358 struct list_head *ent, *n; local
361 list_for_each_safe(ent, n, &md->slist) {
362 sl = list_entry(ent, struct w1_slave, w1_slave_entry);
/drivers/net/ethernet/dec/tulip/
H A Ddmfe.c373 const struct pci_device_id *ent)
390 if ((ent->driver_data == PCI_DM9100_ID && pdev->revision >= 0x30) ||
391 ent->driver_data == PCI_DM9102_ID) {
464 db->chip_id = ent->driver_data;
500 ent->driver_data >> 16,
372 dmfe_init_one(struct pci_dev *pdev, const struct pci_device_id *ent) argument
/drivers/net/irda/
H A Dvlsi_ir.c1673 struct proc_dir_entry *ent; local
1675 ent = proc_create_data(ndev->name, S_IFREG|S_IRUGO,
1677 if (!ent) {
1681 ent->size = 0;
1683 idev->proc_entry = ent;
/drivers/isdn/hardware/mISDN/
H A Dhfcmulti.c4330 const struct pci_device_id *ent)
4332 struct hm_map *m = (struct hm_map *)ent->driver_data;
4342 if (ent->device == 0xB410) {
4959 const struct pci_device_id *ent)
5056 if (pdev && ent)
5058 ret_err = setup_pci(hc, pdev, ent);
5368 hfcmulti_probe(struct pci_dev *pdev, const struct pci_device_id *ent) argument
5370 struct hm_map *m = (struct hm_map *)ent->driver_data;
5373 if (m == NULL && ent->vendor == PCI_VENDOR_ID_CCD && (
5374 ent
4329 setup_pci(struct hfc_multi *hc, struct pci_dev *pdev, const struct pci_device_id *ent) argument
4958 hfcmulti_init(struct hm_map *m, struct pci_dev *pdev, const struct pci_device_id *ent) argument
[all...]
H A DmISDNinfineon.c1077 inf_probe(struct pci_dev *pdev, const struct pci_device_id *ent) argument
1093 card->ci = get_card_info(ent->driver_data);
1111 } else if (ent->driver_data == INF_SCT_1) {
/drivers/net/ethernet/atheros/atlx/
H A Datl2.c1347 * @ent: entry in atl2_pci_tbl
1356 const struct pci_device_id *ent)
2954 struct atl2_opt_list *ent; local
2982 ent = &opt->arg.l.p[i];
2983 if (*value == ent->i) {
2984 if (ent->str[0] != '\0')
2985 printk(KERN_INFO "%s\n", ent->str);
1355 atl2_probe(struct pci_dev *pdev, const struct pci_device_id *ent) argument
/drivers/net/ethernet/ti/
H A Dtlan.c163 int irq, int rev, const struct pci_device_id *ent);
167 const struct pci_device_id *ent);
438 const struct pci_device_id *ent)
440 return tlan_probe1(pdev, -1, -1, 0, ent);
465 const struct pci_device_id *ent)
503 priv->adapter = &board_info[ent->driver_data];
437 tlan_init_one(struct pci_dev *pdev, const struct pci_device_id *ent) argument
463 tlan_probe1(struct pci_dev *pdev, long ioaddr, int irq, int rev, const struct pci_device_id *ent) argument
/drivers/mmc/host/
H A Dsdhci-pci.c1356 const struct pci_device_id *ent)
1365 BUG_ON(ent == NULL);
1403 chip->fixes = (const struct sdhci_pci_fixes *)ent->driver_data;
1355 sdhci_pci_probe(struct pci_dev *pdev, const struct pci_device_id *ent) argument

Completed in 2667 milliseconds

1234567891011>>