Searched refs:ent (Results 76 - 100 of 388) sorted by relevance

1234567891011>>

/drivers/edac/
H A Di3000_edac.c441 const struct pci_device_id *ent)
450 rc = i3000_probe1(pdev, ent->driver_data);
440 i3000_init_one(struct pci_dev *pdev, const struct pci_device_id *ent) argument
H A Di82443bxgx_edac.c351 const struct pci_device_id *ent)
358 rc = i82443bxgx_edacmc_probe1(pdev, ent->driver_data);
350 i82443bxgx_edacmc_init_one(struct pci_dev *pdev, const struct pci_device_id *ent) argument
H A Dx38_edac.c412 const struct pci_device_id *ent)
421 rc = x38_probe1(pdev, ent->driver_data);
411 x38_init_one(struct pci_dev *pdev, const struct pci_device_id *ent) argument
H A De7xxx_edac.c501 const struct pci_device_id *ent)
507 -EIO : e7xxx_probe1(pdev, ent->driver_data);
500 e7xxx_init_one(struct pci_dev *pdev, const struct pci_device_id *ent) argument
H A Di3200_edac.c415 const struct pci_device_id *ent)
424 rc = i3200_probe1(pdev, ent->driver_data);
414 i3200_init_one(struct pci_dev *pdev, const struct pci_device_id *ent) argument
H A Di82875p_edac.c467 const struct pci_device_id *ent)
477 rc = i82875p_probe1(pdev, ent->driver_data);
466 i82875p_init_one(struct pci_dev *pdev, const struct pci_device_id *ent) argument
H A Di82975x_edac.c580 const struct pci_device_id *ent)
589 rc = i82975x_probe1(pdev, ent->driver_data);
579 i82975x_init_one(struct pci_dev *pdev, const struct pci_device_id *ent) argument
/drivers/gpu/drm/radeon/
H A Dradeon_drv.c286 radeon_pci_probe(struct pci_dev *pdev, const struct pci_device_id *ent) argument
291 return drm_get_pci_dev(pdev, ent, &kms_driver);
/drivers/infiniband/hw/qib/
H A Dqib_init.c1207 const struct pci_device_id *ent)
1212 ret = qib_pcie_init(pdev, ent);
1220 switch (ent->device) {
1223 dd = qib_init_iba6120_funcs(pdev, ent);
1227 ent->device);
1233 dd = qib_init_iba7220_funcs(pdev, ent);
1237 dd = qib_init_iba7322_funcs(pdev, ent);
1242 "deviceid 0x%x\n", ent->device);
1206 qib_init_one(struct pci_dev *pdev, const struct pci_device_id *ent) argument
/drivers/mtd/maps/
H A Dck804xrom.c116 const struct pci_device_id *ent)
128 switch (ent->driver_data) {
115 ck804xrom_init_one(struct pci_dev *pdev, const struct pci_device_id *ent) argument
/drivers/scsi/
H A Dgvp11.c288 const struct zorro_device_id *ent)
299 default_dma_xfer_mask = ent->driver_data;
287 gvp11_probe(struct zorro_dev *z, const struct zorro_device_id *ent) argument
/drivers/net/ethernet/ibm/ehea/
H A Dehea_qmr.c617 if (!ehea_dir->ent[idx])
620 ehea_dir->ent[idx] = vaddr;
672 ehea_bmap->top[top]->dir[dir]->ent[idx] = flag;
805 if (!ehea_bmap->top[top]->dir[dir]->ent[idx])
809 return ehea_bmap->top[top]->dir[dir]->ent[idx] | offset;
859 if (!ehea_bmap->top[top]->dir[dir]->ent[idx])
/drivers/scsi/mvsas/
H A Dmv_init.c377 const struct pci_device_id *ent,
384 (1L << mvs_chips[ent->driver_data].slot_width) *
391 mvi->chip_id = ent->driver_data;
541 const struct pci_device_id *ent)
572 chip = &mvs_chips[ent->driver_data];
591 mvi = mvs_pci_alloc(pdev, ent, shost, nhost);
376 mvs_pci_alloc(struct pci_dev *pdev, const struct pci_device_id *ent, struct Scsi_Host *shost, unsigned int id) argument
540 mvs_pci_init(struct pci_dev *pdev, const struct pci_device_id *ent) argument
/drivers/xen/xenbus/
H A Dxenbus_xs.c733 struct list_head *ent; local
746 ent = watch_events.next;
747 if (ent != &watch_events)
748 list_del(ent);
751 if (ent != &watch_events) {
752 msg = list_entry(ent, struct xs_stored_msg, list);
/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_dcb.c631 u8 bnx2x_dcbx_dcbnl_app_up(struct dcbx_app_priority_entry *ent) argument
637 if (ent->pri_bitmap & (1 << pri))
643 u8 bnx2x_dcbx_dcbnl_app_idtype(struct dcbx_app_priority_entry *ent) argument
645 return ((ent->appBitfield & DCBX_APP_ENTRY_SF_MASK) ==
655 struct dcbx_app_priority_entry *ent = local
658 if (ent->appBitfield & DCBX_APP_ENTRY_VALID) {
659 u8 up = bnx2x_dcbx_dcbnl_app_up(ent);
664 app.selector = bnx2x_dcbx_dcbnl_app_idtype(ent);
665 app.protocol = ent->app_id;
2441 struct dcbx_app_priority_entry *ent local
[all...]
/drivers/video/intelfb/
H A Dintelfbdrv.c166 const struct pci_device_id *ent);
501 const struct pci_device_id *ent)
558 if ((ent->device == PCI_DEVICE_ID_INTEL_915G) ||
559 (ent->device == PCI_DEVICE_ID_INTEL_915GM) ||
560 (ent->device == PCI_DEVICE_ID_INTEL_945G) ||
561 (ent->device == PCI_DEVICE_ID_INTEL_945GM) ||
562 (ent->device == PCI_DEVICE_ID_INTEL_945GME) ||
563 (ent->device == PCI_DEVICE_ID_INTEL_965G) ||
564 (ent->device == PCI_DEVICE_ID_INTEL_965GM)) {
500 intelfb_pci_register(struct pci_dev *pdev, const struct pci_device_id *ent) argument
/drivers/ata/
H A Dlibata-transport.c492 static int ata_show_ering(struct ata_ering_entry *ent, void *void_arg) argument
497 jiffies_to_timespec(ent->timestamp,&time);
501 arg->written += get_ata_err_names(ent->err_mask,
H A Dpata_pdc2027x.c65 static int pdc2027x_init_one(struct pci_dev *pdev, const struct pci_device_id *ent);
701 * @ent: matching entry in the id_tbl[]
703 static int __devinit pdc2027x_init_one(struct pci_dev *pdev, const struct pci_device_id *ent) argument
707 unsigned int board_idx = (unsigned int) ent->driver_data;
H A Dpdc_adma.c133 const struct pci_device_id *ent);
611 const struct pci_device_id *ent)
613 unsigned int board_idx = (unsigned int) ent->driver_data;
610 adma_ata_init_one(struct pci_dev *pdev, const struct pci_device_id *ent) argument
H A Dsata_qstor.c117 static int qs_ata_init_one(struct pci_dev *pdev, const struct pci_device_id *ent);
588 const struct pci_device_id *ent)
590 unsigned int board_idx = (unsigned int) ent->driver_data;
587 qs_ata_init_one(struct pci_dev *pdev, const struct pci_device_id *ent) argument
H A Dsata_sil.c115 static int sil_init_one(struct pci_dev *pdev, const struct pci_device_id *ent);
733 static int sil_init_one(struct pci_dev *pdev, const struct pci_device_id *ent) argument
735 int board_id = ent->driver_data;
H A Dsata_via.c77 static int svia_init_one(struct pci_dev *pdev, const struct pci_device_id *ent);
605 static int svia_init_one(struct pci_dev *pdev, const struct pci_device_id *ent) argument
610 int board_id = (int) ent->driver_data;
H A Dsata_svw.c415 static int k2_sata_init_one(struct pci_dev *pdev, const struct pci_device_id *ent) argument
418 { &k2_port_info[ent->driver_data], NULL };
/drivers/gpu/drm/gma500/
H A Dpsb_drv.c42 static int psb_probe(struct pci_dev *pdev, const struct pci_device_id *ent);
686 static int psb_probe(struct pci_dev *pdev, const struct pci_device_id *ent) argument
688 return drm_get_pci_dev(pdev, ent, &driver);
/drivers/char/agp/
H A Dvia-agp.c442 const struct pci_device_id *ent)
453 j = ent - agp_via_pci_table;
441 agp_via_probe(struct pci_dev *pdev, const struct pci_device_id *ent) argument

Completed in 1839 milliseconds

1234567891011>>