Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hwmon/
Dntc_thermistor.c561 const struct platform_device_id *pdev_id; in ntc_thermistor_probe() local
605 pdev_id = of_id ? of_id->data : platform_get_device_id(pdev); in ntc_thermistor_probe()
609 switch (pdev_id->driver_data) { in ntc_thermistor_probe()
632 pdev_id->driver_data, pdev_id->name); in ntc_thermistor_probe()
636 hwmon_dev = devm_hwmon_device_register_with_groups(dev, pdev_id->name, in ntc_thermistor_probe()
644 pdev_id->name); in ntc_thermistor_probe()
/Linux-v4.19/arch/arm/mach-omap2/
Domap_device.h74 struct platform_device *omap_device_build(const char *pdev_name, int pdev_id,
Domap_device.c486 int pdev_id, in omap_device_build() argument
508 pdev = platform_device_alloc(pdev_name, pdev_id); in omap_device_build()
/Linux-v4.19/drivers/media/platform/davinci/
Dvpbe_venc.c637 const struct platform_device_id *pdev_id; in venc_probe() local
646 pdev_id = platform_get_device_id(pdev); in venc_probe()
647 if (!pdev_id) in venc_probe()
654 venc->venc_type = pdev_id->driver_data; in venc_probe()
Dvpbe_osd.c1547 const struct platform_device_id *pdev_id; in osd_probe() local
1551 pdev_id = platform_get_device_id(pdev); in osd_probe()
1552 if (!pdev_id) in osd_probe()
1561 osd->vpbe_type = pdev_id->driver_data; in osd_probe()
/Linux-v4.19/drivers/staging/media/imx/
Dimx-media-internal-sd.c167 int pdev_id = ipu_id * num_isd + isd->id->index; in isd_to_devname() local
169 snprintf(devname, sz, "%s.%d", isd->id->name, pdev_id); in isd_to_devname()
/Linux-v4.19/drivers/xen/xen-pciback/
Dpci_stub.c317 struct pcistub_device_id *pdev_id) in pcistub_match_one() argument
323 if (pci_domain_nr(dev->bus) == pdev_id->domain in pcistub_match_one()
324 && dev->bus->number == pdev_id->bus in pcistub_match_one()
325 && dev->devfn == pdev_id->devfn) in pcistub_match_one()
338 struct pcistub_device_id *pdev_id; in pcistub_match() local
343 list_for_each_entry(pdev_id, &pcistub_device_ids, slot_list) { in pcistub_match()
344 if (pcistub_match_one(dev, pdev_id)) { in pcistub_match()
/Linux-v4.19/drivers/net/wireless/ath/ath10k/
Dwmi-tlv.h1585 __le32 pdev_id; member
1698 __le32 pdev_id; /* not used */ member
1705 __le32 pdev_id; member
1709 __le32 pdev_id; /* not used yet */ member
1715 __le32 pdev_id; /* not used yet */ member
1796 __le32 pdev_id; /* not used yet */ member
1801 __le32 pdev_id; /* not used yet */ member
Dwmi-tlv.c684 arg->pdev_id = ev->pdev_id; in ath10k_wmi_tlv_op_pull_mgmt_tx_compl_ev()
Dwmi.h6620 __le32 pdev_id; member
/Linux-v4.19/drivers/edac/
Daltera_edac.c1351 const struct of_device_id *pdev_id; in altr_init_a10_ecc_device_type() local
1367 pdev_id = of_match_node(altr_edac_a10_device_of_match, child); in altr_init_a10_ecc_device_type()
1368 if (IS_ERR_OR_NULL(pdev_id)) in altr_init_a10_ecc_device_type()
1372 prv = pdev_id->data; in altr_init_a10_ecc_device_type()
2002 const struct of_device_id *pdev_id = in altr_edac_a10_device_add() local
2004 if (IS_ERR_OR_NULL(pdev_id)) in altr_edac_a10_device_add()
2008 prv = pdev_id->data; in altr_edac_a10_device_add()
/Linux-v4.19/drivers/mfd/
Dsm501.c81 unsigned int pdev_id; member
716 smdev->pdev.id = sm->pdev_id; in sm501_create_subdev()
1394 sm->pdev_id = dev->id; in sm501_plat_probe()
1583 sm->pdev_id = 32 + dev->devfn; in sm501_pci_probe()
/Linux-v4.19/drivers/media/platform/coda/
Dcoda-common.c2660 const struct platform_device_id *pdev_id; in coda_probe() local
2672 pdev_id = of_id ? of_id->data : platform_get_device_id(pdev); in coda_probe()
2676 else if (pdev_id) in coda_probe()
2677 dev->devtype = &coda_devdata[pdev_id->driver_data]; in coda_probe()
/Linux-v4.19/drivers/net/ethernet/emulex/benet/
Dbe_main.c5943 static int be_probe(struct pci_dev *pdev, const struct pci_device_id *pdev_id) in be_probe() argument