Home
last modified time | relevance | path

Searched defs:drv (Results 1 – 12 of 12) sorted by relevance

/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/himedia/
Dhimedia_base.c71 static int himedia_match(struct device *dev, struct device_driver *drv) in himedia_match()
139 struct device_driver *drv = dev->driver; in himedia_pm_prepare() local
151 struct device_driver *drv = dev->driver; in himedia_pm_complete() local
163 struct device_driver *drv = dev->driver; in himedia_pm_suspend() local
183 struct device_driver *drv = dev->driver; in himedia_pm_suspend_noirq() local
203 struct device_driver *drv = dev->driver; in himedia_pm_resume() local
223 struct device_driver *drv = dev->driver; in himedia_pm_resume_noirq() local
253 struct device_driver *drv = dev->driver; in himedia_pm_freeze() local
273 struct device_driver *drv = dev->driver; in himedia_pm_freeze_noirq() local
293 struct device_driver *drv = dev->driver; in himedia_pm_thaw() local
[all …]
/device/soc/hisilicon/hi3751v350/sdk_linux/source/msp/drv/hiirq/kernel/
Dirq_init.c47 int osal_platform_driver_register(void *drv) in osal_platform_driver_register()
52 void osal_platform_driver_unregister(void *drv) in osal_platform_driver_unregister()
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/
Dosal_platform.c103 int osal_platform_driver_register(void *drv) in osal_platform_driver_register()
109 void osal_platform_driver_unregister(void *drv) in osal_platform_driver_unregister()
/device/qemu/riscv32_virt/liteos_m/board/fs/
Dff_gen_drv.h57 const DiskioDrvTypeDef *drv[FF_VOLUMES]; member
/device/qemu/arm_mps2_an386/liteos_m/board/fs/
Dff_gen_drv.h57 const DiskioDrvTypeDef *drv[FF_VOLUMES]; member
/device/qemu/arm_mps3_an547/liteos_m/board/fs/
Dff_gen_drv.h56 const DiskioDrvTypeDef *drv[FF_VOLUMES]; member
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/linuxkpi/include/linux/
Dplatform_device.h177 #define to_platform_driver(drv) (container_of((drv), struct platform_driver, driver)) argument
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/himedia/
Dhimedia.h69 #define to_himedia_driver(drv) \ argument
Dbase.c48 static int himedia_match(struct device *dev, struct device_driver *drv) in himedia_match()
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/include/
Dhimedia.h73 #define to_himedia_basedrv(drv) container_of((drv), pm_basedrv, driver) argument
/device/soc/rockchip/rk2206/hardware/include/lz_hardware/
Dpinctrl.h141 DriveLevel drv; member
/device/soc/hisilicon/common/platform/mmc/sdhci/
Dsdhci.c671 uint32_t drv[] = { PERI_CRG127, PERI_CRG136 }; in SdhciSetDrvPhase() local
712 static void SdhciSetIodriver(uint32_t offset, uint32_t pull, uint32_t sr, uint32_t drv) in SdhciSetIodriver()