Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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.c232 const struct stm_protocol_driver *pdrv; in stp_policy_node_make() local
391 const struct stm_protocol_driver *pdrv; in stp_policy_make() local
Dstm.h41 const struct stm_protocol_driver *pdrv; member
/kernel/linux/linux-5.10/arch/sh/include/asm/
Dplatform_early.h13 struct platform_driver *pdrv; member
/kernel/liteos_a/fs/fat/virpart/src/
Dvirpartff.c518 BYTE pdrv; in f_checkvirpart() local
677 BYTE pdrv; in f_makevirpart() local
/kernel/linux/linux-5.10/drivers/crypto/qat/qat_common/
Dadf_aer.c188 struct pci_driver *pdrv = pdev->driver; in adf_enable_aer() local
/kernel/linux/linux-5.10/arch/sh/drivers/
Dplatform_early.c27 struct platform_driver *pdrv = to_platform_driver(drv); in platform_match() local
/kernel/linux/linux-5.10/drivers/base/
Dplatform.c1173 struct platform_driver *pdrv = to_platform_driver(drv); in platform_match() local
1199 struct platform_driver *pdrv = to_platform_driver(dev->driver); in platform_legacy_suspend() local
1211 struct platform_driver *pdrv = to_platform_driver(dev->driver); in platform_legacy_resume() local
/kernel/linux/linux-5.10/drivers/pinctrl/renesas/
Dcore.c1049 static void __init sh_pfc_check_driver(const struct platform_driver *pdrv) in sh_pfc_check_driver()
1082 static inline void sh_pfc_check_driver(struct platform_driver *pdrv) {} in sh_pfc_check_driver()
/kernel/linux/linux-5.10/drivers/pci/
Dpci-driver.c103 struct pci_driver *pdrv = to_pci_driver(driver); in new_id_store() local
172 struct pci_driver *pdrv = to_pci_driver(driver); in remove_id_store() local
Dxen-pcifront.c589 struct pci_driver *pdrv; in pcifront_common_process() local
/kernel/linux/linux-5.10/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
/kernel/liteos_m/components/fs/fatfs/
Dfatfs.c909 int pdrv; in FatfsFdisk() local
/kernel/linux/linux-5.10/drivers/platform/x86/
Dasus-wmi.c50 #define to_asus_wmi_driver(pdrv) \ argument
2550 struct platform_driver *pdrv = to_platform_driver(pdev->dev.driver); in asus_wmi_add() local
2775 struct platform_driver *pdrv = to_platform_driver(pdev->dev.driver); in asus_wmi_probe() local
/kernel/linux/linux-5.10/drivers/pcmcia/
Dds.c98 struct pcmcia_driver *pdrv = to_pcmcia_drv(driver); in new_id_store() local
/kernel/linux/linux-5.10/drivers/scsi/
Dmegaraid.h447 phys_drv pdrv[MAX_PHYSICAL_DRIVES]; member
454 phys_drv pdrv[MAX_PHYSICAL_DRIVES]; member
/kernel/linux/linux-5.10/include/linux/
Dhid.h784 #define to_hid_driver(pdrv) \ argument