Searched defs:pdrv (Results 1 – 8 of 8) sorted by relevance
/components/drivers/core/ |
A D | platform.c | 52 rt_err_t rt_platform_driver_register(struct rt_platform_driver *pdrv) in rt_platform_driver_register() 79 struct rt_platform_driver *pdrv = rt_container_of(drv, struct rt_platform_driver, parent); in platform_match() local 116 struct rt_platform_driver *pdrv = rt_container_of(dev->drv, struct rt_platform_driver, parent); in platform_probe() local 163 struct rt_platform_driver *pdrv = rt_container_of(dev->drv, struct rt_platform_driver, parent); in platform_remove() local 179 struct rt_platform_driver *pdrv = rt_container_of(dev->drv, struct rt_platform_driver, parent); in platform_shutdown() local
|
/components/drivers/pci/ |
A D | pci.c | 894 rt_err_t rt_pci_driver_register(struct rt_pci_driver *pdrv) in rt_pci_driver_register() 924 struct rt_pci_driver *pdrv = rt_container_of(drv, struct rt_pci_driver, parent); in pci_match() local 945 struct rt_pci_driver *pdrv = rt_container_of(dev->drv, struct rt_pci_driver, parent); in pci_probe() local 965 struct rt_pci_driver *pdrv = rt_container_of(dev->drv, struct rt_pci_driver, parent); in pci_remove() local 989 struct rt_pci_driver *pdrv = rt_container_of(dev->drv, struct rt_pci_driver, parent); in pci_shutdown() local
|
A D | procfs.c | 291 struct rt_pci_driver *pdrv; in pci_single_show() local
|
/components/drivers/phy/ |
A D | phy.c | 520 rt_err_t rt_phy_driver_register(struct rt_phy_driver *pdrv) in rt_phy_driver_register() 537 struct rt_phy_driver *pdrv = rt_container_of(drv, struct rt_phy_driver, parent); in phy_match() local 548 struct rt_phy_driver *pdrv = rt_container_of(dev->drv, struct rt_phy_driver, parent); in phy_probe() local
|
/components/dfs/dfs_v1/filesystems/elmfat/ |
A D | ff.h | 135 BYTE pdrv; /* Associated physical drive */ member
|
A D | ff.c | 5829 BYTE fsopt, fsty, sys, *buf, *pte, pdrv, ipart; local 6321 BYTE pdrv, /* Physical drive number */
|
/components/dfs/dfs_v2/filesystems/elmfat/ |
A D | ff.h | 135 BYTE pdrv; /* Volume hosting physical drive */ member
|
A D | ff.c | 5909 BYTE fsopt, fsty, sys, pdrv, ipart; local 6404 BYTE pdrv, /* Physical drive number */
|
Completed in 37 milliseconds