/device/qemu/arm_mps3_an547/liteos_m/board/fs/ |
H A D | ff_gen_drv.h | 56 const DiskioDrvTypeDef *drv[FF_VOLUMES];
member
|
/device/qemu/arm_mps2_an386/liteos_m/board/fs/ |
H A D | ff_gen_drv.h | 57 const DiskioDrvTypeDef *drv[FF_VOLUMES];
member
|
/device/qemu/riscv32_virt/liteos_m/board/fs/ |
H A D | ff_gen_drv.h | 57 const DiskioDrvTypeDef *drv[FF_VOLUMES];
member
|
/device/soc/hisilicon/hi3751v350/sdk_linux/source/msp/drv/hiirq/kernel/ |
H A D | irq_init.c | 47 int osal_platform_driver_register(void *drv) in osal_platform_driver_register() argument 52 void osal_platform_driver_unregister(void *drv) in osal_platform_driver_unregister() argument
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/ |
H A D | osal_platform.c | 103 int osal_platform_driver_register(void *drv) in osal_platform_driver_register() argument 109 void osal_platform_driver_unregister(void *drv) in osal_platform_driver_unregister() argument
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/himedia/ |
H A D | base.c | 48 static int himedia_match(struct device *dev, struct device_driver *drv) in himedia_match() argument
|
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/himedia/ |
H A D | himedia_base.c | 71 static int himedia_match(struct device *dev, struct device_driver *drv) in himedia_match() argument 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; himedia_pm_suspend() local 183 struct device_driver *drv = dev->driver; himedia_pm_suspend_noirq() local 203 struct device_driver *drv = dev->driver; himedia_pm_resume() local 223 struct device_driver *drv = dev->driver; himedia_pm_resume_noirq() local 253 struct device_driver *drv = dev->driver; himedia_pm_freeze() local 273 struct device_driver *drv = dev->driver; himedia_pm_freeze_noirq() local 293 struct device_driver *drv = dev->driver; himedia_pm_thaw() local 313 struct device_driver *drv = dev->driver; himedia_pm_thaw_noirq() local 333 struct device_driver *drv = dev->driver; himedia_pm_poweroff() local 353 struct device_driver *drv = dev->driver; himedia_pm_poweroff_noirq() local 373 struct device_driver *drv = dev->driver; himedia_pm_restore() local 393 struct device_driver *drv = dev->driver; himedia_pm_restore_noirq() local 606 himedia_driver_register(pm_basedrv *drv) himedia_driver_register() argument 627 himedia_driver_unregister(pm_basedrv *drv) himedia_driver_unregister() argument 700 himedia_driver_release(pm_basedrv *drv) himedia_driver_release() argument [all...] |
/device/soc/rockchip/rk2206/hardware/include/lz_hardware/ |
H A D | pinctrl.h | 141 DriveLevel drv; member
|
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/ |
H A D | drm_mipi_dsi.c | 50 static int mipi_dsi_device_match(struct device *dev, struct device_driver *drv) in mipi_dsi_device_match() argument 1110 struct mipi_dsi_driver *drv = to_mipi_dsi_driver(dev->driver); in mipi_dsi_drv_probe() local 1118 struct mipi_dsi_driver *drv = to_mipi_dsi_driver(dev->driver); in mipi_dsi_drv_remove() local 1126 struct mipi_dsi_driver *drv = to_mipi_dsi_driver(dev->driver); in mipi_dsi_drv_shutdown() local 1139 mipi_dsi_driver_register_full(struct mipi_dsi_driver *drv, struct module *owner) mipi_dsi_driver_register_full() argument 1164 mipi_dsi_driver_unregister(struct mipi_dsi_driver *drv) mipi_dsi_driver_unregister() argument [all...] |
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/ |
H A D | analogix_dp-rockchip.c | 162 static struct rockchip_dp_device *rockchip_dp_find_by_id(struct device_driver *drv, unsigned int id) in rockchip_dp_find_by_id() argument
|
H A D | rockchip_lvds.c | 343 static struct rockchip_lvds *rockchip_lvds_find_by_id(struct device_driver *drv, unsigned int id) in rockchip_lvds_find_by_id() argument
|
H A D | rockchip_drm_drv.c | 1663 struct device_driver *drv; in rockchip_drm_endpoint_is_subdriver() local 1716 struct platform_driver *drv = rockchip_sub_drivers[i]; in rockchip_drm_match_add() local
|
H A D | dw-dp.c | 374 static struct dw_dp *dw_dp_find_by_id(struct device_driver *drv, unsigned int id) in dw_dp_find_by_id() argument
|
/device/soc/rockchip/common/sdk_linux/drivers/tty/serial/8250/ |
H A D | 8250_core.c | 582 static void __init serial8250_register_ports(struct uart_driver *drv, struct device *dev) in serial8250_register_ports() argument
|
/device/soc/rockchip/common/sdk_linux/drivers/pinctrl/ |
H A D | pinctrl-rockchip.h | 142 struct rockchip_drv drv[4]; member
|
H A D | pinctrl-rockchip.c | 3427 struct rockchip_drv *drv = &bank->drv[j]; rockchip_pinctrl_get_soc_data() local [all...] |
/device/soc/rockchip/common/sdk_linux/drivers/hid/ |
H A D | hid-input.c | 2144 struct hid_driver *drv = hid->driver;
in report_features() local 2384 struct hid_driver *drv = hid->driver;
in hidinput_connect() local
|
H A D | hid-core.c | 2098 static ssize_t new_id_store(struct device_driver *drv, const char *buf, size_t count)
in new_id_store() argument 2169 static int hid_bus_match(struct device *dev, struct device_driver *drv)
in hid_bus_match() argument 2481 static int hid_bus_driver_added(struct device_driver *drv, void *data)
in hid_bus_driver_added() argument 2492 static int bus_removed_driver(struct device_driver *drv, void *data)
in bus_removed_driver() argument
|
/device/soc/hisilicon/common/platform/mmc/sdhci/ |
H A D | sdhci.c | 671 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() argument
|
/device/soc/rockchip/common/vendor/drivers/pci/ |
H A D | pcie-dw-rockchip.c | 1431 struct platform_driver *drv = to_platform_driver(dev->driver); in rk_pcie_really_probe() local
|
/device/soc/rockchip/common/sdk_linux/drivers/i2c/ |
H A D | i2c-core-base.c | 97 static int i2c_device_match(struct device *dev, struct device_driver *drv)
in i2c_device_match() argument
|
/device/soc/rockchip/rk3588/kernel/drivers/pinctrl/ |
H A D | pinctrl-rockchip.h | 328 struct rockchip_drv drv[4]; member
|
/device/soc/rockchip/rk3588/kernel/include/linux/ |
H A D | pinctrl-rockchip.h | 328 struct rockchip_drv drv[4]; member
|
/device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/rockchip/ |
H A D | dw-dp.c | 392 static struct dw_dp *dw_dp_find_by_id(struct device_driver *drv, in dw_dp_find_by_id() argument
|