Home
last modified time | relevance | path

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

/components/drivers/core/
A Dplatform.c52 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 Dpci.c894 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 Dprocfs.c291 struct rt_pci_driver *pdrv; in pci_single_show() local
/components/drivers/phy/
A Dphy.c520 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 Dff.h135 BYTE pdrv; /* Associated physical drive */ member
A Dff.c5829 BYTE fsopt, fsty, sys, *buf, *pte, pdrv, ipart; local
6321 BYTE pdrv, /* Physical drive number */
/components/dfs/dfs_v2/filesystems/elmfat/
A Dff.h135 BYTE pdrv; /* Volume hosting physical drive */ member
A Dff.c5909 BYTE fsopt, fsty, sys, pdrv, ipart; local
6404 BYTE pdrv, /* Physical drive number */

Completed in 37 milliseconds