/device/soc/rockchip/common/sdk_linux/drivers/irqchip/ |
H A D | irq-gic-v4.c | 228 info.cmd_type = DESCHEDULE_VPE; in its_make_vpe_non_resident() 256 info.cmd_type = SCHEDULE_VPE; in its_make_vpe_resident() 276 .cmd_type = COMMIT_VPE, in its_commit_vpe() 293 .cmd_type = INVALL_VPE, in its_invall_vpe() 302 .cmd_type = MAP_VLPI, in its_map_vlpi() 326 .cmd_type = GET_VLPI, in its_get_vlpi() 344 .cmd_type = inv ? PROP_UPDATE_AND_INV_VLPI : PROP_UPDATE_VLPI, in its_prop_update_vlpi() 356 .cmd_type = PROP_UPDATE_VSGI, in its_prop_update_vsgi()
|
H A D | irq-gic-v3-its.c | 1931 if (info->cmd_type == PROP_UPDATE_AND_INV_VLPI) {
in its_vlpi_prop_update() 1956 switch (info->cmd_type) {
in its_irq_set_vcpu_affinity() 3923 switch (info->cmd_type) {
in its_vpe_set_vcpu_affinity() 4158 switch (info->cmd_type) {
in its_vpe_4_1_set_vcpu_affinity() 4317 switch (info->cmd_type) {
in its_sgi_set_vcpu_affinity()
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/include/ |
H A D | hi_wifi_mfg_test_if.h | 203 * @param cmd_type [IN] Type #unsigned int cmd_type.CNcomment:命令类型CNend 212 unsigned int hi_wifi_at_start(int argc, const char *argv[], unsigned int cmd_type);
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/components/wifi/include/ |
H A D | hi_wifi_mfg_test_if.h | 220 * @param cmd_type [IN] Type #unsigned int cmd_type.CNcomment:命令类型CNend 228 unsigned int hi_wifi_at_start(int argc, const char *argv[], unsigned int cmd_type);
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/common/ |
H A D | cmd_loop.c | 68 hi_u8 cmd_type; member 117 hi_u16 cmd_type = *(hi_u16 *)(&cmd_ctx->packet.payload[0]); in loader_flash_protect() local 120 if (cmd_type == 1) { in loader_flash_protect() 129 } else if (cmd_type > 1) { in loader_flash_protect() 701 if (head->type == g_loader_cmdtable[i].cmd_type) { in loader_exe_cmd()
|
/device/soc/rockchip/common/sdk_linux/include/linux/irqchip/ |
H A D | arm-gic-v4.h | 115 enum its_vcpu_info_cmd_type cmd_type; member
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/ |
H A D | plat_firmware.c | 1165 输入参数 : cmd_type: 加载命令的类型 1171 static hi_s32 execute_download_cmd(hi_s32 cmd_type, hi_u8 *cmd_name, hi_u8 *cmd_para, firmware_mem_stru *firmware_mem) in execute_download_cmd() argument 1175 switch (cmd_type) { in execute_download_cmd() 1186 oam_error_log1(0, 0, "command type error[%d]", cmd_type); in execute_download_cmd() 1439 hi_s32 i, l_len, cmd_type; in firmware_parse_cfg() local 1481 cmd_type = firmware_parse_cmd(begin, cmd_name, DOWNLOAD_CMD_LEN, cmd_para, &val_offset); in firmware_parse_cfg() 1483 if (cmd_type == CFG_TYPE_CMD) { /* 产测配置命令类型,增加到缓存 */ in firmware_parse_cfg() 1495 cmd_type, cmd_name, cmd_para, g_cus_cfg_cmd[cfg_idx].val_len); in firmware_parse_cfg() 1498 } else if (cmd_type != ERROR_TYPE_CMD) { /* 正确的命令类型,增加 */ in firmware_parse_cfg() 1499 g_st_cfg_info.apst_cmd[ul_index][i].cmd_type in firmware_parse_cfg() [all...] |
H A D | plat_firmware.h | 153 hi_s32 cmd_type; member
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hcc/ |
H A D | hcc_comm.h | 182 hi_u16 cmd_type; member
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/ |
H A D | bcmsdbus.h | 125 extern SDIOH_API_RC sdioh_request_word(sdioh_info_t *si, uint cmd_type, uint rw, uint fnc,
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/ |
H A D | wal_hipriv.c | 6738 static hi_u32 wal_at_cmd(oal_net_device_stru *netdev, hi_char *cmd, hi_u32 cmd_type) in wal_at_cmd() argument 6742 if (cmd_type == HISI_AT_AL_TX) { in wal_at_cmd() 6744 } else if (cmd_type == HISI_AT_AL_RX) { in wal_at_cmd() 6746 } else if (cmd_type == HISI_AT_RX_INFO) { in wal_at_cmd() 6748 } else if (cmd_type == HISI_AT_SET_COUNTRY) { in wal_at_cmd() 6750 } else if (cmd_type == HISI_AT_GET_COUNTRY) { in wal_at_cmd() 6752 } else if (cmd_type == HISI_AT_SET_WLAN0_BW) { in wal_at_cmd() 6754 } else if (cmd_type == HISI_AT_SET_AP0_BW) { in wal_at_cmd() 6756 } else if (cmd_type == HISI_AT_SET_MESH0_BW) { in wal_at_cmd() 6759 } else if ((cmd_type in wal_at_cmd() 6814 wal_at_entry(hi_char *buffer, hi_u32 cmd_type) wal_at_entry() argument 6854 hi_wifi_at_start(hi_s32 argc, const hi_char *argv[], hi_u32 cmd_type) hi_wifi_at_start() argument [all...] |
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/ |
H A D | dw-mipi-dsi-rockchip.c | 217 u8 cmd_type; member 884 if (header->cmd_type == MIPI_DSI_PICTURE_PARAMETER_SET) { in dw_mipi_dsi_get_dsc_info_from_sink()
|
H A D | dw-mipi-dsi2-rockchip.c | 219 u8 cmd_type; member 1117 if (header->cmd_type == MIPI_DSI_PICTURE_PARAMETER_SET) { in dw_mipi_dsi2_get_dsc_params_from_sink()
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | bcmsdh_sdmmc.c | 1038 sdioh_request_word(sdioh_info_t *sd, uint cmd_type, uint rw, uint func, uint addr, in sdioh_request_word() argument 1056 sd_info(("%s: cmd_type=%d, rw=%d, func=%d, addr=0x%05x, nbytes=%d\n", in sdioh_request_word() 1057 __FUNCTION__, cmd_type, rw, func, addr, nbytes)); in sdioh_request_word()
|
H A D | bcmspibrcm.c | 711 sdioh_request_word(sdioh_info_t *sd, uint cmd_type, uint rw, uint func, uint addr, in sdioh_request_word() argument
|
H A D | wl_android.c | 628 int cmd_type; member
|
/device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/rockchip/ |
H A D | dw-mipi-dsi2-rockchip.c | 219 u8 cmd_type; member 1103 if (header->cmd_type == MIPI_DSI_PICTURE_PARAMETER_SET) { in dw_mipi_dsi2_get_dsc_params_from_sink()
|