| /device/soc/rockchip/rk3588/kernel/drivers/firmware/ |
| D | rockchip_sip.c | 42 struct arm_smccc_res res; in __invoke_sip_fn_smc() local 68 struct arm_smccc_res res; in sip_smc_set_suspend_mode() local 77 struct arm_smccc_res res; in sip_smc_get_suspend_info() local 86 struct arm_smccc_res res; in sip_smc_virtual_poweroff() local 95 struct arm_smccc_res res; in sip_smc_remotectl_config() local 105 struct arm_smccc_res res; in sip_smc_secure_reg_read() local 118 struct arm_smccc_res res; in sip_smc_secure_reg_write() local 170 struct arm_smccc_res res; in sip_smc_request_share_mem() local 193 struct arm_smccc_res res; in sip_smc_vpu_reset() local 202 struct arm_smccc_res res; in sip_smc_bus_config() local [all …]
|
| /device/soc/rockchip/common/vendor/drivers/firmware/ |
| D | rockchip_sip.c | 40 struct arm_smccc_res res; in invoke_sip_fn_smc() local 66 struct arm_smccc_res res; in sip_smc_set_suspend_mode() local 75 struct arm_smccc_res res; in sip_smc_get_suspend_info() local 84 struct arm_smccc_res res; in sip_smc_virtual_poweroff() local 93 struct arm_smccc_res res; in sip_smc_remotectl_config() local 103 struct arm_smccc_res res; in sip_smc_secure_reg_read() local 116 struct arm_smccc_res res; in sip_smc_secure_reg_write() local 168 struct arm_smccc_res res; in sip_smc_request_share_mem() local 192 struct arm_smccc_res res; in sip_smc_vpu_reset() local 201 struct arm_smccc_res res; in sip_smc_bus_config() local [all …]
|
| /device/soc/esp/esp32/components/esp_wifi/src/ |
| D | lib_printf.c | 57 int res = lib_printf("phy", format, arg); in phy_printf() local 73 int res = lib_printf("wpa", format, arg); in wpa_printf() local 82 int res = lib_printf("wpa2", format, arg); in wpa2_printf() local 91 int res = lib_printf("wps", format, arg); in wps_printf() local 100 int res = lib_printf("pp", format, arg); in pp_printf() local 109 int res = lib_printf("smartconfig", format, arg); in sc_printf() local 118 int res = lib_printf("core", format, arg); in core_printf() local 127 int res = lib_printf("net80211", format, arg); in net80211_printf() local 136 int res = lib_printf("coexist", format, arg); in coexist_printf() local 145 int res = lib_printf("coexist", format, arg); in wapi_printf() local [all …]
|
| /device/soc/bestechnic/bes2600/liteos_m/sdk/bsp/platform/cmsis/inc/ |
| D | atomic_cm.h | 40 register uint32_t res; in atomic_wr8() local 88 register uint32_t val, res; in atomic_set32() local 148 register uint32_t val, res; in atomic_clr32() local 215 register uint32_t val, res; in atomic_chk32_all() local 289 register uint32_t val, res; in atomic_chk32_any() local 349 register uint32_t val, res; in atomic_inc32() local 404 register uint32_t val, res; in atomic_inc16_lt() local 464 register uint32_t val, res; in atomic_inc16_lim() local 517 register uint32_t val, res; in atomic_dec32() local 569 register uint32_t val, res; in atomic_dec32_nz() local [all …]
|
| /device/soc/winnermicro/wm800/board/src/bt/blehost/nimble/host/src/ |
| D | ble_sm.c | 650 struct ble_sm_result *res) in ble_sm_rx_noop() 717 static void ble_sm_exec(struct ble_sm_proc *proc, struct ble_sm_result *res, void *arg) in ble_sm_exec() 818 void ble_sm_process_result(uint16_t conn_handle, struct ble_sm_result *res) in ble_sm_process_result() 969 static void ble_sm_enc_start_exec(struct ble_sm_proc *proc, struct ble_sm_result *res, void *arg) in ble_sm_enc_start_exec() 986 static void ble_sm_enc_restore_exec(struct ble_sm_proc *proc, struct ble_sm_result *res, void *arg) in ble_sm_enc_restore_exec() 997 struct ble_sm_result res; in ble_sm_enc_event_rx() local 1161 static void ble_sm_ltk_start_exec(struct ble_sm_proc *proc, struct ble_sm_result *res, void *arg) in ble_sm_ltk_start_exec() 1173 static void ble_sm_ltk_restore_exec(struct ble_sm_proc *proc, struct ble_sm_result *res, void *arg) in ble_sm_ltk_restore_exec() 1209 struct ble_sm_result res; in ble_sm_ltk_req_rx() local 1306 static void ble_sm_random_exec(struct ble_sm_proc *proc, struct ble_sm_result *res, void *arg) in ble_sm_random_exec() [all …]
|
| D | ble_sm_sc.c | 243 void ble_sm_sc_oob_confirm(struct ble_sm_proc *proc, struct ble_sm_result *res) in ble_sm_sc_oob_confirm() 279 void ble_sm_sc_confirm_exec(struct ble_sm_proc *proc, struct ble_sm_result *res) in ble_sm_sc_confirm_exec() 324 static void ble_sm_sc_gen_numcmp(struct ble_sm_proc *proc, struct ble_sm_result *res) in ble_sm_sc_gen_numcmp() 367 void ble_sm_sc_random_exec(struct ble_sm_proc *proc, struct ble_sm_result *res) in ble_sm_sc_random_exec() 411 void ble_sm_sc_random_rx(struct ble_sm_proc *proc, struct ble_sm_result *res) in ble_sm_sc_random_rx() 498 void ble_sm_sc_public_key_exec(struct ble_sm_proc *proc, struct ble_sm_result *res, void *arg) in ble_sm_sc_public_key_exec() 551 void ble_sm_sc_public_key_rx(uint16_t conn_handle, struct os_mbuf **om, struct ble_sm_result *res) in ble_sm_sc_public_key_rx() 627 void ble_sm_sc_dhkey_check_exec(struct ble_sm_proc *proc, struct ble_sm_result *res, void *arg) in ble_sm_sc_dhkey_check_exec() 688 struct ble_sm_result *res) in ble_sm_dhkey_check_process() 768 struct ble_sm_result *res) in ble_sm_sc_dhkey_check_rx()
|
| D | ble_sm_priv.h | 337 #define ble_sm_lgcy_confirm_exec(proc, res) argument 338 #define ble_sm_lgcy_random_exec(proc, res) argument 339 #define ble_sm_lgcy_random_rx(proc, res) argument 365 #define ble_sm_sc_confirm_exec(proc, res) argument 366 #define ble_sm_sc_random_exec(proc, res) argument 367 #define ble_sm_sc_random_rx(proc, res) argument 368 #define ble_sm_sc_public_key_exec(proc, res, arg) argument 369 #define ble_sm_sc_public_key_rx(conn_handle, op, om, res) argument 370 #define ble_sm_sc_dhkey_check_exec(proc, res, arg) argument 371 #define ble_sm_sc_dhkey_check_rx(conn_handle, op, om, res) argument
|
| D | ble_sm_lgcy.c | 104 void ble_sm_lgcy_confirm_exec(struct ble_sm_proc *proc, struct ble_sm_result *res) in ble_sm_lgcy_confirm_exec() 162 void ble_sm_lgcy_random_exec(struct ble_sm_proc *proc, struct ble_sm_result *res) in ble_sm_lgcy_random_exec() 189 void ble_sm_lgcy_random_rx(struct ble_sm_proc *proc, struct ble_sm_result *res) in ble_sm_lgcy_random_rx()
|
| /device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/core/ |
| D | rtw_cmd.c | 31 sint res = _SUCCESS; in _rtw_init_cmd_priv() local 131 sint res = _SUCCESS; in _rtw_init_evt_priv() local 369 u32 res; in rtw_init_cmd_priv() local 376 int res; in rtw_init_evt_priv() local 439 int res = _FAIL; in rtw_enqueue_cmd() local 744 int res; in rtw_enqueue_evt() local 823 u8 res = _FAIL; in rtw_sitesurvey_cmd() local 898 u8 res = _SUCCESS; in rtw_createbss_cmd() local 1043 u8 *auth, res = _SUCCESS; in rtw_joinbss_cmd() local 1262 u8 res = _SUCCESS; in rtw_disassoc_cmd() local [all …]
|
| /device/board/isoftstone/zhiyuan/kernel/driver/drivers/smc/ |
| D | sunxi-smc.c | 110 struct arm_smccc_res res; in sunxi_smc_readl() local 126 struct arm_smccc_res res; in sunxi_smc_writel() local 141 struct arm_smccc_res res; in arm_svc_efuse_write() local 164 struct arm_smccc_res res; in arm_svc_efuse_read() local 186 struct arm_smccc_res res; in sunxi_smc_copy_arisc_paras() local 193 struct arm_smccc_res res; in sunxi_smc_get_teeaddr_paras() local 235 struct arm_smccc_res res; in sunxi_smc_refresh_hdcp() local 271 struct arm_smccc_res res; in optee_probe_drm_configure() local
|
| /device/soc/amlogic/a311d/soc/amlogic/unifykey/ |
| D | efuse_api.c | 22 struct arm_smccc_res res; in get_sharemem_info() local 34 struct arm_smccc_res res; in meson_efuse_fn_smc() local 119 struct arm_smccc_res res; in efuse_data_process() local 155 struct arm_smccc_res res; in efuse_amlogic_cali_item_read() local 178 struct arm_smccc_res res; in efuse_amlogic_check_lockable_item() local 214 struct arm_smccc_res res; in meson_trustzone_efuse_get_max() local
|
| /device/soc/rockchip/common/sdk_linux/drivers/clk/rockchip/ |
| D | clk-ddr.c | 65 struct arm_smccc_res res; in rockchip_ddrclk_sip_set_rate() local 78 struct arm_smccc_res res; in rockchip_ddrclk_sip_recalc_rate() local 87 struct arm_smccc_res res; in rockchip_ddrclk_sip_round_rate() local 164 struct arm_smccc_res res; in rockchip_ddrclk_sip_set_rate_v2() local 183 struct arm_smccc_res res; in rockchip_ddrclk_sip_recalc_rate_v2() local 196 struct arm_smccc_res res; in rockchip_ddrclk_sip_round_rate_v2() local
|
| /device/soc/esp/esp32/components/bt/host/bluedroid/stack/smp/ |
| D | smp_api.c | 259 void SMP_SecurityGrant(BD_ADDR bd_addr, UINT8 res) in SMP_SecurityGrant() 303 void SMP_PasskeyReply (BD_ADDR bd_addr, UINT8 res, UINT32 passkey) in SMP_PasskeyReply() 379 void SMP_ConfirmReply (BD_ADDR bd_addr, UINT8 res) in SMP_ConfirmReply() 423 void SMP_OobDataReply(BD_ADDR bd_addr, tSMP_STATUS res, UINT8 len, UINT8 *p_data) in SMP_OobDataReply()
|
| /device/board/isoftstone/yangfan/common/mqtt/mqttclient/src/linux/ |
| D | linux.cpp | 56 struct addrinfo* res = result; in connect() local 172 struct timeval now, res; in expired() local 203 struct timeval now, res; in left_ms() local
|
| /device/soc/hisilicon/common/hal/display/source/display_device/src/drm/ |
| D | drm_device.cpp | 147 void DrmDevice::FindAllCrtc(const drmModeResPtr &res) in FindAllCrtc() 169 void DrmDevice::FindAllEncoder(const drmModeResPtr &res) in FindAllEncoder() 186 void DrmDevice::FindAllConnector(const drmModeResPtr &res) in FindAllConnector() 283 drmModeResPtr res = drmModeGetResources(GetDrmFd()); in DiscoveryDisplay() local
|
| /device/soc/amlogic/a311d/hardware/display/src/display_device/ |
| D | drm_device.cpp | 147 void DrmDevice::FindAllCrtc(const drmModeResPtr &res) in FindAllCrtc() 169 void DrmDevice::FindAllEncoder(const drmModeResPtr &res) in FindAllEncoder() 186 void DrmDevice::FindAllConnector(const drmModeResPtr &res) in FindAllConnector() 284 drmModeResPtr res = drmModeGetResources(GetDrmFd()); in DiscoveryDisplay() local
|
| /device/soc/allwinner/t507/hardware/display/src/display_device/ |
| D | drm_device.cpp | 147 void DrmDevice::FindAllCrtc(const drmModeResPtr &res) in FindAllCrtc() 169 void DrmDevice::FindAllEncoder(const drmModeResPtr &res) in FindAllEncoder() 186 void DrmDevice::FindAllConnector(const drmModeResPtr &res) in FindAllConnector() 283 drmModeResPtr res = drmModeGetResources(GetDrmFd()); in DiscoveryDisplay() local
|
| /device/soc/nxp/hardware/display/src/display_device/drm/ |
| D | drm_device.cpp | 150 void DrmDevice::FindAllCrtc(const drmModeResPtr &res) in FindAllCrtc() 172 void DrmDevice::FindAllEncoder(const drmModeResPtr &res) in FindAllEncoder() 189 void DrmDevice::FindAllConnector(const drmModeResPtr &res) in FindAllConnector() 287 drmModeResPtr res = drmModeGetResources(GetDrmFd()); in DiscoveryDisplay() local
|
| /device/soc/rockchip/common/vendor/drivers/devfreq/ |
| D | rockchip_dmc_dbg.c | 184 struct arm_smccc_res res; in dmcinfo_proc_show() local 287 struct arm_smccc_res res; in powersave_proc_show() local 335 struct arm_smccc_res res; in powersave_proc_write() local 439 struct arm_smccc_res res; in drvodt_proc_show() local 501 struct arm_smccc_res res; in drvodt_proc_write() local 606 struct arm_smccc_res res; in skew_proc_show() local 658 struct arm_smccc_res res; in skew_proc_write() local 775 struct arm_smccc_res res; in regsinfo_proc_show() local 873 struct arm_smccc_res res; in rv1126_dmcdbg_init() local
|
| /device/board/isoftstone/yangfan/kernel/src/driv/devfreq/ |
| D | rockchip_dmc_dbg.c | 193 struct arm_smccc_res res; in dmcinfo_proc_show() local 322 struct arm_smccc_res res; in powersave_proc_show() local 382 struct arm_smccc_res res; in powersave_proc_write() local 485 struct arm_smccc_res res; in drvodt_proc_show() local 576 struct arm_smccc_res res; in drvodt_proc_write() local 679 struct arm_smccc_res res; in skew_proc_show() local 746 struct arm_smccc_res res; in skew_proc_write() local 860 struct arm_smccc_res res; in regsinfo_proc_show() local 971 struct arm_smccc_res res; in rv1126_dmcdbg_init() local
|
| /device/soc/rockchip/rk3568/hardware/display/src/display_device/ |
| D | drm_device.cpp | 171 void DrmDevice::FindAllCrtc(const drmModeResPtr &res) in FindAllCrtc() 193 void DrmDevice::FindAllEncoder(const drmModeResPtr &res) in FindAllEncoder() 210 void DrmDevice::FindAllConnector(const drmModeResPtr &res) in FindAllConnector() 320 drmModeResPtr res = drmModeGetResources(GetDrmFd()); in DiscoveryDisplay() local
|
| /device/soc/rockchip/rk3399/hardware/display/src/display_device/ |
| D | drm_device.cpp | 171 void DrmDevice::FindAllCrtc(const drmModeResPtr &res) in FindAllCrtc() 193 void DrmDevice::FindAllEncoder(const drmModeResPtr &res) in FindAllEncoder() 210 void DrmDevice::FindAllConnector(const drmModeResPtr &res) in FindAllConnector() 320 drmModeResPtr res = drmModeGetResources(GetDrmFd()); in DiscoveryDisplay() local
|
| /device/soc/rockchip/rk3566/hardware/display/src/display_device/ |
| D | drm_device.cpp | 171 void DrmDevice::FindAllCrtc(const drmModeResPtr &res) in FindAllCrtc() 193 void DrmDevice::FindAllEncoder(const drmModeResPtr &res) in FindAllEncoder() 210 void DrmDevice::FindAllConnector(const drmModeResPtr &res) in FindAllConnector() 320 drmModeResPtr res = drmModeGetResources(GetDrmFd()); in DiscoveryDisplay() local
|
| /device/soc/rockchip/rk3588/hardware/display/src/display_device/ |
| D | drm_device.cpp | 171 void DrmDevice::FindAllCrtc(const drmModeResPtr &res) in FindAllCrtc() 193 void DrmDevice::FindAllEncoder(const drmModeResPtr &res) in FindAllEncoder() 210 void DrmDevice::FindAllConnector(const drmModeResPtr &res) in FindAllConnector() 322 drmModeResPtr res = drmModeGetResources(GetDrmFd()); in DiscoveryDisplay() local
|
| /device/soc/rockchip/common/hardware/display/src/display_device/ |
| D | drm_device.cpp | 176 void DrmDevice::FindAllCrtc(const drmModeResPtr &res) in FindAllCrtc() 198 void DrmDevice::FindAllEncoder(const drmModeResPtr &res) in FindAllEncoder() 215 void DrmDevice::FindAllConnector(const drmModeResPtr &res) in FindAllConnector() 325 drmModeResPtr res = drmModeGetResources(GetDrmFd()); in DiscoveryDisplay() local
|