Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/mach-omap2/
Domap_device.h74 struct platform_device *omap_device_build(const char *pdev_name, int pdev_id,
78 struct platform_device *omap_device_build_ss(const char *pdev_name, int pdev_id,
Ddisplay.c166 int pdev_id, const char *oh_name, void *pdata, int pdata_len, in create_dss_pdev() argument
182 pdev = platform_device_alloc(pdev_name, pdev_id); in create_dss_pdev()
224 int pdev_id, void *pdata, int pdata_len, in create_simple_dss_pdev() argument
230 pdev = platform_device_alloc(pdev_name, pdev_id); in create_simple_dss_pdev()
Domap_device.c511 int pdev_id, in omap_device_build() argument
520 return omap_device_build_ss(pdev_name, pdev_id, ohs, 1, pdata, in omap_device_build()
539 int pdev_id, in omap_device_build_ss() argument
554 pdev = platform_device_alloc(pdev_name, pdev_id); in omap_device_build_ss()
/linux-4.1.27/drivers/hwmon/
Dntc_thermistor.c506 const struct platform_device_id *pdev_id; in ntc_thermistor_probe() local
551 pdev_id = of_id ? of_id->data : platform_get_device_id(pdev); in ntc_thermistor_probe()
555 strlcpy(data->name, pdev_id->name, sizeof(data->name)); in ntc_thermistor_probe()
557 switch (pdev_id->driver_data) { in ntc_thermistor_probe()
572 pdev_id->driver_data, pdev_id->name); in ntc_thermistor_probe()
592 pdev_id->name); in ntc_thermistor_probe()
/linux-4.1.27/drivers/media/platform/davinci/
Dvpbe_venc.c639 const struct platform_device_id *pdev_id; in venc_probe() local
648 pdev_id = platform_get_device_id(pdev); in venc_probe()
649 if (!pdev_id) in venc_probe()
656 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-4.1.27/drivers/xen/xen-pciback/
Dpci_stub.c315 struct pcistub_device_id *pdev_id) in pcistub_match_one() argument
321 if (pci_domain_nr(dev->bus) == pdev_id->domain in pcistub_match_one()
322 && dev->bus->number == pdev_id->bus in pcistub_match_one()
323 && dev->devfn == pdev_id->devfn) in pcistub_match_one()
336 struct pcistub_device_id *pdev_id; in pcistub_match() local
341 list_for_each_entry(pdev_id, &pcistub_device_ids, slot_list) { in pcistub_match()
342 if (pcistub_match_one(dev, pdev_id)) { in pcistub_match()
/linux-4.1.27/drivers/net/wireless/ath/ath10k/
Dwmi-tlv.h1220 __le32 pdev_id; /* not used yet */ member
1226 __le32 pdev_id; /* not used yet */ member
1296 __le32 pdev_id; /* not used yet */ member
1301 __le32 pdev_id; /* not used yet */ member
/linux-4.1.27/drivers/mfd/
Dsm501.c80 unsigned int pdev_id; member
715 smdev->pdev.id = sm->pdev_id; in sm501_create_subdev()
1394 sm->pdev_id = dev->id; in sm501_plat_probe()
1587 sm->pdev_id = 32 + dev->devfn; in sm501_pci_probe()
/linux-4.1.27/drivers/media/platform/coda/
Dcoda-common.c2089 const struct platform_device_id *pdev_id; in coda_probe() local
2101 pdev_id = of_id ? of_id->data : platform_get_device_id(pdev); in coda_probe()
2105 } else if (pdev_id) { in coda_probe()
2106 dev->devtype = &coda_devdata[pdev_id->driver_data]; in coda_probe()
/linux-4.1.27/drivers/net/ethernet/emulex/benet/
Dbe_main.c5439 static int be_probe(struct pci_dev *pdev, const struct pci_device_id *pdev_id) in be_probe() argument