pdev_id           481 arch/arm/mach-omap2/omap_device.c 						 int pdev_id,
pdev_id           503 arch/arm/mach-omap2/omap_device.c 	pdev = platform_device_alloc(pdev_name, pdev_id);
pdev_id            71 arch/arm/mach-omap2/omap_device.h struct platform_device *omap_device_build(const char *pdev_name, int pdev_id,
pdev_id          1140 drivers/edac/altera_edac.c 		const struct of_device_id *pdev_id;
pdev_id          1156 drivers/edac/altera_edac.c 		pdev_id = of_match_node(altr_edac_a10_device_of_match, child);
pdev_id          1157 drivers/edac/altera_edac.c 		if (IS_ERR_OR_NULL(pdev_id))
pdev_id          1161 drivers/edac/altera_edac.c 		prv = pdev_id->data;
pdev_id          1955 drivers/edac/altera_edac.c 	const struct of_device_id *pdev_id =
pdev_id          1957 drivers/edac/altera_edac.c 	if (IS_ERR_OR_NULL(pdev_id))
pdev_id          1961 drivers/edac/altera_edac.c 	prv = pdev_id->data;
pdev_id           639 drivers/hwmon/ntc_thermistor.c 	const struct platform_device_id *pdev_id;
pdev_id           683 drivers/hwmon/ntc_thermistor.c 	pdev_id = of_id ? of_id->data : platform_get_device_id(pdev);
pdev_id           687 drivers/hwmon/ntc_thermistor.c 	if (pdev_id->driver_data >= ARRAY_SIZE(ntc_type)) {
pdev_id           689 drivers/hwmon/ntc_thermistor.c 				pdev_id->driver_data, pdev_id->name);
pdev_id           693 drivers/hwmon/ntc_thermistor.c 	data->comp   = ntc_type[pdev_id->driver_data].comp;
pdev_id           694 drivers/hwmon/ntc_thermistor.c 	data->n_comp = ntc_type[pdev_id->driver_data].n_comp;
pdev_id           696 drivers/hwmon/ntc_thermistor.c 	hwmon_dev = devm_hwmon_device_register_with_info(dev, pdev_id->name,
pdev_id           705 drivers/hwmon/ntc_thermistor.c 		 pdev_id->name);
pdev_id          2942 drivers/media/platform/coda/coda-common.c 	const struct platform_device_id *pdev_id;
pdev_id          2953 drivers/media/platform/coda/coda-common.c 	pdev_id = of_id ? of_id->data : platform_get_device_id(pdev);
pdev_id          2957 drivers/media/platform/coda/coda-common.c 	else if (pdev_id)
pdev_id          2958 drivers/media/platform/coda/coda-common.c 		dev->devtype = &coda_devdata[pdev_id->driver_data];
pdev_id          1533 drivers/media/platform/davinci/vpbe_osd.c 	const struct platform_device_id *pdev_id;
pdev_id          1537 drivers/media/platform/davinci/vpbe_osd.c 	pdev_id = platform_get_device_id(pdev);
pdev_id          1538 drivers/media/platform/davinci/vpbe_osd.c 	if (!pdev_id)
pdev_id          1547 drivers/media/platform/davinci/vpbe_osd.c 	osd->vpbe_type = pdev_id->driver_data;
pdev_id           624 drivers/media/platform/davinci/vpbe_venc.c 	const struct platform_device_id *pdev_id;
pdev_id           633 drivers/media/platform/davinci/vpbe_venc.c 	pdev_id = platform_get_device_id(pdev);
pdev_id           634 drivers/media/platform/davinci/vpbe_venc.c 	if (!pdev_id)
pdev_id           641 drivers/media/platform/davinci/vpbe_venc.c 	venc->venc_type = pdev_id->driver_data;
pdev_id            79 drivers/mfd/sm501.c 	unsigned int			 pdev_id;
pdev_id           714 drivers/mfd/sm501.c 	smdev->pdev.id = sm->pdev_id;
pdev_id          1394 drivers/mfd/sm501.c 	sm->pdev_id = dev->id;
pdev_id          1581 drivers/mfd/sm501.c 	sm->pdev_id = 32 + dev->devfn;
pdev_id          5946 drivers/net/ethernet/emulex/benet/be_main.c static int be_probe(struct pci_dev *pdev, const struct pci_device_id *pdev_id)
pdev_id           707 drivers/net/wireless/ath/ath10k/wmi-tlv.c 	arg->pdev_id = ev->pdev_id;
pdev_id          1637 drivers/net/wireless/ath/ath10k/wmi-tlv.h 	__le32 pdev_id;
pdev_id          1752 drivers/net/wireless/ath/ath10k/wmi-tlv.h 	__le32 pdev_id; /* not used */
pdev_id          1759 drivers/net/wireless/ath/ath10k/wmi-tlv.h 	__le32 pdev_id;
pdev_id          1763 drivers/net/wireless/ath/ath10k/wmi-tlv.h 	__le32 pdev_id; /* not used yet */
pdev_id          1769 drivers/net/wireless/ath/ath10k/wmi-tlv.h 	__le32 pdev_id; /* not used yet */
pdev_id          1860 drivers/net/wireless/ath/ath10k/wmi-tlv.h 	__le32 pdev_id; /* not used yet */
pdev_id          1865 drivers/net/wireless/ath/ath10k/wmi-tlv.h 	__le32 pdev_id; /* not used yet */
pdev_id          2036 drivers/net/wireless/ath/ath10k/wmi-tlv.h 	__le32 pdev_id;
pdev_id          6748 drivers/net/wireless/ath/ath10k/wmi.h 	__le32 pdev_id;
pdev_id           318 drivers/xen/xen-pciback/pci_stub.c 			     struct pcistub_device_id *pdev_id)
pdev_id           324 drivers/xen/xen-pciback/pci_stub.c 		if (pci_domain_nr(dev->bus) == pdev_id->domain
pdev_id           325 drivers/xen/xen-pciback/pci_stub.c 		    && dev->bus->number == pdev_id->bus
pdev_id           326 drivers/xen/xen-pciback/pci_stub.c 		    && dev->devfn == pdev_id->devfn)
pdev_id           339 drivers/xen/xen-pciback/pci_stub.c 	struct pcistub_device_id *pdev_id;
pdev_id           344 drivers/xen/xen-pciback/pci_stub.c 	list_for_each_entry(pdev_id, &pcistub_device_ids, slot_list) {
pdev_id           345 drivers/xen/xen-pciback/pci_stub.c 		if (pcistub_match_one(dev, pdev_id)) {