Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/pci/pcie/
Derr.c52 struct pci_driver *pdrv; in report_error_detected() local
100 struct pci_driver *pdrv; in report_mmio_enabled() local
121 struct pci_driver *pdrv; in report_slot_reset() local
142 struct pci_driver *pdrv; in report_resume() local
/linux-6.1.9/drivers/hwtracing/stm/
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()
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
Dstm.h41 const struct stm_protocol_driver *pdrv; member
/linux-6.1.9/arch/sh/include/asm/
Dplatform_early.h13 struct platform_driver *pdrv; member
/linux-6.1.9/drivers/base/
Dplatform.c1093 struct platform_driver *pdrv = to_platform_driver(dev->driver); in platform_legacy_suspend() local
1105 struct platform_driver *pdrv = to_platform_driver(dev->driver); in platform_legacy_resume() local
1334 struct platform_driver *pdrv = to_platform_driver(drv); in platform_match() local
/linux-6.1.9/arch/sh/drivers/
Dplatform_early.c27 struct platform_driver *pdrv = to_platform_driver(drv); in platform_match() local
/linux-6.1.9/drivers/pinctrl/renesas/
Dcore.c1272 static void __init sh_pfc_check_driver(const struct platform_driver *pdrv) in sh_pfc_check_driver()
1309 static inline void sh_pfc_check_driver(struct platform_driver *pdrv) {} in sh_pfc_check_driver()
/linux-6.1.9/drivers/pci/
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
Dxen-pcifront.c581 struct pci_driver *pdrv; in pcifront_common_process() local
/linux-6.1.9/drivers/scsi/megaraid/
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
/linux-6.1.9/drivers/pcmcia/
Dds.c98 struct pcmcia_driver *pdrv = to_pcmcia_drv(driver); in new_id_store() local
/linux-6.1.9/drivers/platform/x86/
Dasus-wmi.c54 #define to_asus_wmi_driver(pdrv) \ argument
3737 struct platform_driver *pdrv = to_platform_driver(pdev->dev.driver); in asus_wmi_add() local
3976 struct platform_driver *pdrv = to_platform_driver(pdev->dev.driver); in asus_wmi_probe() local
/linux-6.1.9/drivers/scsi/
Dmegaraid.h448 phys_drv pdrv[MAX_PHYSICAL_DRIVES]; member
455 phys_drv pdrv[MAX_PHYSICAL_DRIVES]; member
/linux-6.1.9/include/linux/
Dhid.h811 #define to_hid_driver(pdrv) \ argument