Searched refs:ent (Results 26 - 50 of 388) sorted by relevance

1234567891011>>

/drivers/scsi/
H A Dzorro7xx.c75 const struct zorro_device_id *ent)
83 zdd = (struct zorro_driver_data *)ent->driver_data;
74 zorro7xx_init_one(struct zorro_dev *z, const struct zorro_device_id *ent) argument
/drivers/ata/
H A Dpata_netcell.c47 * @ent: Entry in netcell_pci_tbl matching with @pdev
58 static int netcell_init_one (struct pci_dev *pdev, const struct pci_device_id *ent) argument
H A Dsata_sis.c66 static int sis_init_one(struct pci_dev *pdev, const struct pci_device_id *ent);
194 static int sis_init_one(struct pci_dev *pdev, const struct pci_device_id *ent) argument
227 switch (ent->device) {
H A Dsata_uli.c60 static int uli_init_one(struct pci_dev *pdev, const struct pci_device_id *ent);
146 static int uli_init_one(struct pci_dev *pdev, const struct pci_device_id *ent) argument
149 unsigned int board_idx = (unsigned int) ent->driver_data;
H A Dpata_rz1000.c79 * @ent: Entry in rz1000_pci_tbl matching with @pdev
86 static int rz1000_init_one (struct pci_dev *pdev, const struct pci_device_id *ent) argument
H A Dlibata-core.c918 const struct ata_xfer_ent *ent; local
920 for (ent = ata_xfer_tbl; ent->shift >= 0; ent++)
921 if (highbit >= ent->shift && highbit < ent->shift + ent->bits)
922 return ent->base + highbit - ent->shift;
940 const struct ata_xfer_ent *ent; local
963 const struct ata_xfer_ent *ent; local
3019 const struct ata_xfer_ent *ent; local
[all...]
/drivers/ide/
H A Dide-cd.h74 struct atapi_toc_entry ent[MAX_TRACKS+1]; member in struct:atapi_toc
H A Dide-cd_ioctl.c322 struct atapi_toc_entry **ent)
341 *ent = &toc->ent[ntracks];
345 *ent = &toc->ent[track - toc->hdr.first_track];
321 ide_cd_get_toc_entry(ide_drive_t *drive, int track, struct atapi_toc_entry **ent) argument
H A Dide-proc.c626 struct proc_dir_entry *ent; local
631 ent = proc_create_data(p->name, p->mode, dir, p->proc_fops, data);
632 if (!ent) return;
685 struct proc_dir_entry *ent; local
699 ent = proc_symlink(drive->name, proc_ide_root, name);
700 if (!ent) return;
/drivers/mfd/
H A Drdc321x-southbridge.c76 const struct pci_device_id *ent)
75 rdc321x_sb_probe(struct pci_dev *pdev, const struct pci_device_id *ent) argument
/drivers/pci/
H A Dioapic.c30 static int __devinit ioapic_probe(struct pci_dev *dev, const struct pci_device_id *ent) argument
/drivers/net/ethernet/oki-semi/pch_gbe/
H A Dpch_gbe_param.c255 const struct pch_gbe_opt_list *ent; local
258 ent = &opt->arg.l.p[i];
259 if (*value == ent->i) {
260 if (ent->str[0] != '\0')
261 pr_debug("%s\n", ent->str);
/drivers/parisc/
H A Dled.c249 struct proc_dir_entry *ent; local
258 ent = proc_create_data("led", S_IRUGO|S_IWUSR, proc_pdc_root,
260 if (!ent) return -1;
265 ent = proc_create_data("lcd", S_IRUGO|S_IWUSR, proc_pdc_root,
267 if (!ent) return -1;
/drivers/net/ethernet/8390/
H A Dmac8390.c302 struct nubus_dirent ent; local
325 if (nubus_find_rsrc(&dir, NUBUS_RESID_MAC_ADDRESS, &ent) == -1) {
330 nubus_get_rsrc_mem(dev->dev_addr, &ent, 6);
335 &ent) == -1) {
340 nubus_get_rsrc_mem(&offset, &ent, 4);
346 &ent) == -1) {
351 nubus_get_rsrc_mem(&offset, &ent, 4);
H A Dhydra.c57 const struct zorro_device_id *ent);
84 const struct zorro_device_id *ent)
83 hydra_init_one(struct zorro_dev *z, const struct zorro_device_id *ent) argument
/drivers/input/gameport/
H A Demu10k1-gp.c60 static int __devinit emu_probe(struct pci_dev *pdev, const struct pci_device_id *ent) argument
/drivers/net/wireless/iwlwifi/
H A Diwl-pci.c264 static int iwl_pci_probe(struct pci_dev *pdev, const struct pci_device_id *ent) argument
266 const struct iwl_cfg *cfg = (struct iwl_cfg *)(ent->driver_data);
280 iwl_trans = iwl_trans_idi_alloc(shrd, pdev, ent);
282 iwl_trans = iwl_trans_pcie_alloc(shrd, pdev, ent);
/drivers/edac/
H A Damd76x_edac.c293 const struct pci_device_id *ent)
298 return amd76x_probe1(pdev, ent->driver_data);
292 amd76x_init_one(struct pci_dev *pdev, const struct pci_device_id *ent) argument
H A Di82860_edac.c240 const struct pci_device_id *ent)
250 rc = i82860_probe1(pdev, ent->driver_data);
239 i82860_init_one(struct pci_dev *pdev, const struct pci_device_id *ent) argument
H A Dr82600_edac.c353 const struct pci_device_id *ent)
358 return r82600_probe1(pdev, ent->driver_data);
352 r82600_init_one(struct pci_dev *pdev, const struct pci_device_id *ent) argument
/drivers/net/ethernet/amd/
H A Dhplance.c50 const struct dio_device_id *ent);
87 const struct dio_device_id *ent)
86 hplance_init_one(struct dio_dev *d, const struct dio_device_id *ent) argument
/drivers/net/tokenring/
H A Dtmspci.c93 static int __devinit tms_pci_attach(struct pci_dev *pdev, const struct pci_device_id *ent) argument
101 struct card_info *cardinfo = &card_info_table[ent->driver_data];
/drivers/tty/hvc/
H A Dhvc_iucv.c188 struct iucv_tty_buffer *ent, *next; local
190 list_for_each_entry_safe(ent, next, list, list) {
191 list_del(&ent->list);
192 destroy_tty_buffer(ent);
881 struct iucv_tty_buffer *ent, *next; local
885 list_for_each_entry_safe(ent, next, &priv->tty_outqueue, list)
886 if (ent->msg.id == msg->id) {
887 list_move(&ent->list, &list_remove);
/drivers/tty/serial/8250/
H A D8250_hp300.c40 const struct dio_device_id *ent);
163 const struct dio_device_id *ent)
162 hpdca_init_one(struct dio_dev *d, const struct dio_device_id *ent) argument
/drivers/w1/masters/
H A Dmatrox_w1.c155 static int __devinit matrox_w1_probe(struct pci_dev *pdev, const struct pci_device_id *ent) argument
161 assert(ent != NULL);

Completed in 945 milliseconds

1234567891011>>