Home
last modified time | relevance | path

Searched defs:pdrv (Results 1 – 18 of 18) sorted by relevance

/openbmc/linux/drivers/pci/pcie/
H A Derr.c53 struct pci_driver *pdrv; in report_error_detected() local
113 struct pci_driver *pdrv; in report_mmio_enabled() local
134 struct pci_driver *pdrv; in report_slot_reset() local
155 struct pci_driver *pdrv; in report_resume() local
H A Daer.c962 struct pci_driver *pdrv = dev->driver; in handle_error_source() local
/openbmc/linux/drivers/hwtracing/stm/
H A Dcore.c374 const struct stm_protocol_driver *pdrv; member
397 int stm_register_protocol(const struct stm_protocol_driver *pdrv) in stm_register_protocol()
433 void stm_unregister_protocol(const struct stm_protocol_driver *pdrv) in stm_unregister_protocol()
456 static bool stm_get_protocol(const struct stm_protocol_driver *pdrv) in stm_get_protocol()
461 void stm_put_protocol(const struct stm_protocol_driver *pdrv) in stm_put_protocol()
467 const struct stm_protocol_driver **pdrv, in stm_lookup_protocol()
H A Dpolicy.c227 const struct stm_protocol_driver *pdrv; in stp_policy_node_make() local
386 const struct stm_protocol_driver *pdrv; in stp_policy_make() local
H A Dstm.h41 const struct stm_protocol_driver *pdrv; member
/openbmc/linux/arch/sh/include/asm/
H A Dplatform_early.h13 struct platform_driver *pdrv; member
/openbmc/linux/arch/sh/drivers/
H A Dplatform_early.c27 struct platform_driver *pdrv = to_platform_driver(drv); in platform_match() local
/openbmc/linux/drivers/base/
H A Dplatform.c1097 struct platform_driver *pdrv = to_platform_driver(dev->driver); in platform_legacy_suspend() local
1109 struct platform_driver *pdrv = to_platform_driver(dev->driver); in platform_legacy_resume() local
1338 struct platform_driver *pdrv = to_platform_driver(drv); in platform_match() local
/openbmc/linux/drivers/pinctrl/renesas/
H A Dcore.c1262 static void __init sh_pfc_check_driver(const struct platform_driver *pdrv) in sh_pfc_check_driver()
1299 static inline void sh_pfc_check_driver(struct platform_driver *pdrv) {} in sh_pfc_check_driver()
/openbmc/linux/drivers/pci/
H A Dpci-driver.c191 struct pci_driver *pdrv = to_pci_driver(driver); in new_id_store() local
260 struct pci_driver *pdrv = to_pci_driver(driver); in remove_id_store() local
H A Dxen-pcifront.c578 struct pci_driver *pdrv; in pcifront_common_process() local
/openbmc/linux/drivers/scsi/megaraid/
H A Dmbox_defs.h707 phys_drive_t pdrv[MBOX_MAX_PHYSICAL_DRIVES]; member
724 phys_drive_t pdrv[MBOX_MAX_PHYSICAL_DRIVES]; member
741 phys_drive_t pdrv[MBOX_MAX_PHYSICAL_DRIVES]; member
/openbmc/qemu/block/
H A Dfile-win32.c776 char drives[256], *pdrv = drives; in find_cdrom() local
/openbmc/linux/drivers/pcmcia/
H A Dds.c98 struct pcmcia_driver *pdrv = to_pcmcia_drv(driver); in new_id_store() local
/openbmc/linux/drivers/platform/x86/
H A Dasus-wmi.c54 #define to_asus_wmi_driver(pdrv) \ argument
4328 struct platform_driver *pdrv = to_platform_driver(pdev->dev.driver); in asus_wmi_add() local
4585 struct platform_driver *pdrv = to_platform_driver(pdev->dev.driver); in asus_wmi_probe() local
/openbmc/linux/drivers/scsi/
H A Dmegaraid.h448 phys_drv pdrv[MAX_PHYSICAL_DRIVES]; member
455 phys_drv pdrv[MAX_PHYSICAL_DRIVES]; member
/openbmc/linux/include/linux/
H A Dhid.h848 #define to_hid_driver(pdrv) \ argument
/openbmc/qemu/
H A Dblock.c1013 BlockDriver **pdrv, Error **errp) in find_image_format()