Home
last modified time | relevance | path

Searched refs:pdev_id (Results 1 – 11 of 11) sorted by relevance

/drivers/hwmon/
Dntc_thermistor.c639 const struct platform_device_id *pdev_id; in ntc_thermistor_probe() local
683 pdev_id = of_id ? of_id->data : platform_get_device_id(pdev); in ntc_thermistor_probe()
687 if (pdev_id->driver_data >= ARRAY_SIZE(ntc_type)) { in ntc_thermistor_probe()
689 pdev_id->driver_data, pdev_id->name); in ntc_thermistor_probe()
693 data->comp = ntc_type[pdev_id->driver_data].comp; in ntc_thermistor_probe()
694 data->n_comp = ntc_type[pdev_id->driver_data].n_comp; in ntc_thermistor_probe()
696 hwmon_dev = devm_hwmon_device_register_with_info(dev, pdev_id->name, in ntc_thermistor_probe()
705 pdev_id->name); in ntc_thermistor_probe()
/drivers/media/platform/davinci/
Dvpbe_venc.c624 const struct platform_device_id *pdev_id; in venc_probe() local
633 pdev_id = platform_get_device_id(pdev); in venc_probe()
634 if (!pdev_id) in venc_probe()
641 venc->venc_type = pdev_id->driver_data; in venc_probe()
Dvpbe_osd.c1533 const struct platform_device_id *pdev_id; in osd_probe() local
1537 pdev_id = platform_get_device_id(pdev); in osd_probe()
1538 if (!pdev_id) in osd_probe()
1547 osd->vpbe_type = pdev_id->driver_data; in osd_probe()
/drivers/xen/xen-pciback/
Dpci_stub.c318 struct pcistub_device_id *pdev_id) in pcistub_match_one() argument
324 if (pci_domain_nr(dev->bus) == pdev_id->domain in pcistub_match_one()
325 && dev->bus->number == pdev_id->bus in pcistub_match_one()
326 && dev->devfn == pdev_id->devfn) in pcistub_match_one()
339 struct pcistub_device_id *pdev_id; in pcistub_match() local
344 list_for_each_entry(pdev_id, &pcistub_device_ids, slot_list) { in pcistub_match()
345 if (pcistub_match_one(dev, pdev_id)) { in pcistub_match()
/drivers/net/wireless/ath/ath10k/
Dwmi-tlv.h1637 __le32 pdev_id; member
1752 __le32 pdev_id; /* not used */ member
1759 __le32 pdev_id; member
1763 __le32 pdev_id; /* not used yet */ member
1769 __le32 pdev_id; /* not used yet */ member
1860 __le32 pdev_id; /* not used yet */ member
1865 __le32 pdev_id; /* not used yet */ member
2036 __le32 pdev_id; member
Dwmi-tlv.c707 arg->pdev_id = ev->pdev_id; in ath10k_wmi_tlv_op_pull_mgmt_tx_compl_ev()
Dwmi.h6748 __le32 pdev_id; member
/drivers/edac/
Daltera_edac.c1140 const struct of_device_id *pdev_id; in altr_init_a10_ecc_device_type() local
1156 pdev_id = of_match_node(altr_edac_a10_device_of_match, child); in altr_init_a10_ecc_device_type()
1157 if (IS_ERR_OR_NULL(pdev_id)) in altr_init_a10_ecc_device_type()
1161 prv = pdev_id->data; in altr_init_a10_ecc_device_type()
1955 const struct of_device_id *pdev_id = in altr_edac_a10_device_add() local
1957 if (IS_ERR_OR_NULL(pdev_id)) in altr_edac_a10_device_add()
1961 prv = pdev_id->data; in altr_edac_a10_device_add()
/drivers/mfd/
Dsm501.c79 unsigned int pdev_id; member
714 smdev->pdev.id = sm->pdev_id; in sm501_create_subdev()
1394 sm->pdev_id = dev->id; in sm501_plat_probe()
1581 sm->pdev_id = 32 + dev->devfn; in sm501_pci_probe()
/drivers/media/platform/coda/
Dcoda-common.c2942 const struct platform_device_id *pdev_id; in coda_probe() local
2953 pdev_id = of_id ? of_id->data : platform_get_device_id(pdev); in coda_probe()
2957 else if (pdev_id) in coda_probe()
2958 dev->devtype = &coda_devdata[pdev_id->driver_data]; in coda_probe()
/drivers/net/ethernet/emulex/benet/
Dbe_main.c5946 static int be_probe(struct pci_dev *pdev, const struct pci_device_id *pdev_id) in be_probe() argument