Home
last modified time | relevance | path

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

12

/device/soc/hisilicon/ws63v100/sdk/kernel/liteos/liteos_v208.5.0/Huawei_LiteOS/drivers/base/include/
Dlos_driverbase_pri.h42 #define DRIVER_LOCK(drv) (VOID)LOS_MuxPend((drv)->mutex, LOS_WAIT_FOREVER) argument
43 #define DRIVER_UNLOCK(drv) (VOID)LOS_MuxPost((drv)->mutex) argument
58 STATIC INLINE BOOL OsDeviceMatchDriver(struct LosDevice *dev, struct LosDriver *drv) in OsDeviceMatchDriver()
63 STATIC INLINE VOID OsDeviceBindDriver(struct LosDevice *dev, struct LosDriver *drv) in OsDeviceBindDriver()
70 STATIC INLINE VOID OsDeviceUnbindDriver(struct LosDevice *dev, struct LosDriver *drv) in OsDeviceUnbindDriver()
95 STATIC INLINE VOID OsSysAddDriver(struct LosDriver *drv) in OsSysAddDriver()
104 STATIC INLINE VOID OsSysRemoveDriver(struct LosDriver *drv) in OsSysRemoveDriver()
/device/soc/hisilicon/ws63v100/sdk/middleware/services/wifi_service/wpa/driver_soc/
Ddriver_soc.c228 ext_driver_data_stru *drv = priv; in drv_soc_set_key() local
334 ext_driver_data_stru *drv = (ext_driver_data_stru *)priv; in drv_soc_set_ap() local
380 ext_driver_data_stru *drv = priv; in drv_soc_send_mlme() local
418 ext_driver_data_stru *drv = ctx; in drv_soc_receive_eapol() local
430 ext_driver_data_stru *drv = priv; in drv_soc_send_eapol() local
473 ext_driver_data_stru *drv = NULL; in drv_soc_send_event_get_drv() local
493 ext_driver_data_stru *drv = NULL; in drv_soc_driver_send_event() local
540 static inline void drv_soc_driver_event_new_sta_process(const ext_driver_data_stru *drv, int8 *data… in drv_soc_driver_event_new_sta_process()
565 static inline void drv_soc_driver_event_del_sta_process(ext_driver_data_stru *drv, const int8 *data… in drv_soc_driver_event_del_sta_process()
579 static inline void drv_soc_driver_event_channel_switch_process(ext_driver_data_stru *drv, const int… in drv_soc_driver_event_channel_switch_process()
[all …]
/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/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/soc/hisilicon/ws63v100/sdk/kernel/liteos/liteos_v208.5.0/Huawei_LiteOS/compat/linux/include/linux/
Dplatform_device.h241 #define to_platform_driver(drv) (container_of((drv), struct platform_driver, driver)) argument
344 #define platform_foreach_device_by_driver(dev, drv) \ argument
/device/soc/hisilicon/ws63v100/sdk/open_source/mbedtls/mbedtls_v3.1.0/library/
Dpsa_crypto_driver_wrappers.c263 const psa_drv_se_t *drv; in psa_driver_wrapper_sign_hash() local
347 const psa_drv_se_t *drv; in psa_driver_wrapper_verify_hash() local
523 const psa_drv_se_t *drv; in psa_driver_wrapper_generate_key() local
600 const psa_drv_se_t *drv; in psa_driver_wrapper_import_key() local
679 const psa_drv_se_t *drv; in psa_driver_wrapper_export_key() local
737 const psa_drv_se_t *drv; in psa_driver_wrapper_export_public_key() local
835 const psa_drv_se_t *drv; in psa_driver_wrapper_copy_key() local
Dpsa_crypto_slot_management.c251 const psa_drv_se_t *drv; in psa_load_persistent_key_into_slot() 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/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/ws63v100/sdk/middleware/services/wifi_service/wpa/scan_list_adapt/
Dscan_list_adapt.c983 ext_driver_data_stru *drv = priv; in drv_soc_get_scan_results() local
1018 void drv_soc_driver_event_scan_result_process(ext_driver_data_stru *drv, char *data_ptr) in drv_soc_driver_event_scan_result_process()
/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/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/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/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
Danalogix_dp-rockchip.c162 static struct rockchip_dp_device *rockchip_dp_find_by_id(struct device_driver *drv, unsigned int id) in rockchip_dp_find_by_id()
/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/rockchip/common/sdk_linux/drivers/tty/serial/8250/
D8250_core.c582 static void __init serial8250_register_ports(struct uart_driver *drv, struct device *dev) in serial8250_register_ports()

12