Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/pci/pcie/
Derr.c53 struct pci_driver *pdrv; in report_error_detected() local
113 struct pci_driver *pdrv; in report_mmio_enabled() local
132 struct pci_driver *pdrv; in report_slot_reset() local
151 struct pci_driver *pdrv; in report_resume() local
Daer.c1101 struct pci_driver *pdrv = dev->driver; in pci_aer_handle_error() local
/linux-6.12.1/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.12.1/arch/sh/include/asm/
Dplatform_early.h13 struct platform_driver *pdrv; member
/linux-6.12.1/lib/kunit/
Dplatform-test.c121 struct platform_driver pdrv; member
/linux-6.12.1/arch/sh/drivers/
Dplatform_early.c27 struct platform_driver *pdrv = to_platform_driver(drv); in platform_match() local
/linux-6.12.1/drivers/base/
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
/linux-6.12.1/drivers/pinctrl/renesas/
Dcore.c1268 static void __init sh_pfc_check_driver(const struct platform_driver *pdrv) in sh_pfc_check_driver()
1305 static inline void sh_pfc_check_driver(struct platform_driver *pdrv) {} in sh_pfc_check_driver()
/linux-6.12.1/drivers/clk/
Dclk-fixed-rate_test.c280 struct platform_driver pdrv; member
Dclk_test.c2803 struct platform_driver pdrv; member
/linux-6.12.1/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.c578 struct pci_driver *pdrv; in pcifront_common_process() local
/linux-6.12.1/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.12.1/drivers/pcmcia/
Dds.c98 struct pcmcia_driver *pdrv = to_pcmcia_drv(driver); in new_id_store() local
/linux-6.12.1/drivers/platform/x86/
Dasus-wmi.c55 #define to_asus_wmi_driver(pdrv) \ argument
4738 struct platform_driver *pdrv = to_platform_driver(pdev->dev.driver); in asus_wmi_add() local
5045 struct platform_driver *pdrv = to_platform_driver(pdev->dev.driver); in asus_wmi_probe() local
/linux-6.12.1/drivers/scsi/
Dmegaraid.h448 phys_drv pdrv[MAX_PHYSICAL_DRIVES]; member
455 phys_drv pdrv[MAX_PHYSICAL_DRIVES]; member
/linux-6.12.1/include/linux/
Dhid.h848 #define to_hid_driver(pdrv) \ argument