Home
last modified time | relevance | path

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

12

/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/winnermicro/wm800/board/platform/drivers/flash/
Dwm_fls.c73 struct tls_fls_drv *drv; in tls_spifls_read() local
103 struct tls_fls_drv *drv; in tls_spifls_fast_read() local
138 struct tls_fls_drv *drv; in tls_spifls_page_write() local
195 struct tls_fls_drv *drv; in tls_spifls_write() local
287 struct tls_fls_drv *drv; in tls_spifls_erase() local
314 struct tls_fls_drv *drv; in tls_spifls_chip_erase() local
336 struct tls_fls_drv *drv; in tls_spifls_get_param() local
387 struct tls_fls_drv *drv; in tls_spifls_drv_register() local
423 struct tls_fls_drv *drv; in tls_spifls_probe() local
/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/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/hal/rtl8822c/sdio/
Drtl8822cs_halmac.c26 struct dvobj_priv *drv; in sdio_write_data_rsvd_page() local
62 struct dvobj_priv *drv; in sdio_write_data_h2c() local
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/
Ddrm_mipi_dsi.c50 static int mipi_dsi_device_match(struct device *dev, struct device_driver *drv) in mipi_dsi_device_match()
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 int mipi_dsi_driver_register_full(struct mipi_dsi_driver *drv, struct module *owner) in mipi_dsi_driver_register_full()
1164 void mipi_dsi_driver_unregister(struct mipi_dsi_driver *drv) in mipi_dsi_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/board/unionman/unionpi_tiger/kernel/hdf/audio/linux_drv/src/
Daxg_tdm_formatter.c23 const struct axg_tdm_formatter_driver *drv; member
360 const struct axg_tdm_formatter_driver *drv; in axg_tdm_formatter_probe() local
/device/qemu/arm_mps3_an547/liteos_m/board/fs/
Dff_gen_drv.h56 const DiskioDrvTypeDef *drv[FF_VOLUMES]; member
/device/soc/esp/esp32/components/bootloader_support/src/
Dbootloader_flash_config_esp32.c78 uint32_t drv = 2; in bootloader_flash_gpio_config() local
/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/board/isoftstone/yangfan/kernel/src/driv/video/rockchip/mpp/
Dmpp_av1dec.c1009 static int av1dec_device_match(struct device *dev, struct device_driver *drv) in av1dec_device_match()
1017 const struct platform_driver *drv; in av1dec_device_probe() local
1042 struct platform_driver *drv = to_platform_driver(dev->driver); in av1dec_device_remove() local
1055 struct platform_driver *drv = to_platform_driver(dev->driver); in av1dec_device_shutdown() local
1137 int av1dec_driver_register(struct platform_driver *drv) in av1dec_driver_register()
/device/soc/esp/esp32/components/bootloader_support/src/esp32/
Dbootloader_esp32.c55 void bootloader_configure_spi_pins(int drv) in bootloader_configure_spi_pins()
/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/rockchip/common/sdk_linux/include/linux/usb/
Dtypec_altmode.h162 #define typec_altmode_register_driver(drv) __typec_altmode_register_driver(drv, THIS_MODULE) 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/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/include/linux/amlogic/
Daml_demod_common.h313 struct platform_driver *drv) in aml_platform_driver_register()
319 struct platform_driver *drv) in aml_platform_driver_unregister()
/device/soc/rockchip/common/sdk_linux/drivers/hid/
Dhid-core.c2098 static ssize_t new_id_store(struct device_driver *drv, const char *buf, size_t count) in new_id_store()
2169 static int hid_bus_match(struct device *dev, struct device_driver *drv) in hid_bus_match()
2481 static int hid_bus_driver_added(struct device_driver *drv, void *data) in hid_bus_driver_added()
2492 static int bus_removed_driver(struct device_driver *drv, void *data) in bus_removed_driver()
Dhid-input.c2144 struct hid_driver *drv = hid->driver; in report_features() local
2384 struct hid_driver *drv = hid->driver; in hidinput_connect() local
/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/common/sdk_linux/drivers/gpu/drm/rockchip/
Drockchip_drm_drv.c1663 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
1866 #define ADD_ROCKCHIP_SUB_DRIVER(drv, cond) … 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()
/device/soc/esp/esp32/components/soc/esp32/include/soc/
Drtc_io_struct.h189 uint32_t drv: 2; /*the driver strength of the pad*/ member
251 uint32_t drv: 2; /*the driver strength of the pad*/ member

12