Home
last modified time | relevance | path

Searched refs:cmd_str (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/scsi/snic/
H A Dsnic_io.c463 char *cmd_str = NULL; in snic_dump_desc() local
473 cmd_str = "report-tgt : "; in snic_dump_desc()
478 cmd_str = "icmnd : "; in snic_dump_desc()
484 cmd_str = "itmf : "; in snic_dump_desc()
489 cmd_str = "hba reset :"; in snic_dump_desc()
494 cmd_str = "exch ver : "; in snic_dump_desc()
499 cmd_str = "tgt info : "; in snic_dump_desc()
503 cmd_str = "report tgt cmpl : "; in snic_dump_desc()
508 cmd_str = "icmnd_cmpl : "; in snic_dump_desc()
514 cmd_str = "itmf_cmpl : "; in snic_dump_desc()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/pcie/
H A Dtx-gen2.c314 const char *cmd_str = iwl_get_cmd_string(trans, cmd->id); in iwl_pcie_gen2_send_hcmd_sync() local
319 IWL_DEBUG_INFO(trans, "Attempting to send sync command %s\n", cmd_str); in iwl_pcie_gen2_send_hcmd_sync()
323 "Command %s: a command is already active!\n", cmd_str)) in iwl_pcie_gen2_send_hcmd_sync()
326 IWL_DEBUG_INFO(trans, "Setting HCMD_ACTIVE for command %s\n", cmd_str); in iwl_pcie_gen2_send_hcmd_sync()
333 cmd_str, ret); in iwl_pcie_gen2_send_hcmd_sync()
343 cmd_str, jiffies_to_msecs(HOST_COMPLETE_TIMEOUT)); in iwl_pcie_gen2_send_hcmd_sync()
350 cmd_str); in iwl_pcie_gen2_send_hcmd_sync()
358 IWL_ERR(trans, "FW error in SYNC CMD %s\n", cmd_str); in iwl_pcie_gen2_send_hcmd_sync()
372 IWL_ERR(trans, "Error: Response NULL in '%s'\n", cmd_str); in iwl_pcie_gen2_send_hcmd_sync()
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/utils/
H A Dgit.py41 cmd_str = git_cmd if isinstance(git_cmd, str) \
44 cmd_str, ret.status, ret.output))
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/buildperf/
H A Dbase.py293 cmd_str = cmd if isinstance(cmd, str) else ' '.join(cmd)
294 log.info("Logging command: %s", cmd_str)
337 cmd_str = cmd if isinstance(cmd, str) else ' '.join(cmd)
338 log.info("Timing command: %s", cmd_str)
348 log.error("Command '%s' failed", cmd_str)
/OK3568_Linux_fs/kernel/drivers/net/ethernet/cavium/liquidio/
H A Docteon_console.c361 int octeon_console_send_cmd(struct octeon_device *oct, char *cmd_str, in octeon_console_send_cmd() argument
364 u32 len = (u32)strlen(cmd_str); in octeon_console_send_cmd()
366 dev_dbg(&oct->pci_dev->dev, "sending \"%s\" to bootloader\n", cmd_str); in octeon_console_send_cmd()
382 (u8 *)cmd_str, len); in octeon_console_send_cmd()
H A Docteon_device.h826 int octeon_console_send_cmd(struct octeon_device *oct, char *cmd_str,
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/ipc_server/
H A Dsocket_server.cpp240 int rkaiq_is_uapi(const char *cmd_str) { in rkaiq_is_uapi() argument
241 if (strstr(cmd_str, "uapi/0/")) { in rkaiq_is_uapi()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Dwl_android.c2495 wl_android_set_auto_channel(struct net_device *dev, const char* cmd_str, in wl_android_set_auto_channel() argument
2507 if (cmd_str) { in wl_android_set_auto_channel()
2508 ANDROID_INFO(("Command: %s len:%d \n", cmd_str, (int)strlen(cmd_str))); in wl_android_set_auto_channel()
2509 if (strnicmp(cmd_str, APCS_BAND_AUTO, strlen(APCS_BAND_AUTO)) == 0) { in wl_android_set_auto_channel()
2511 } else if (strnicmp(cmd_str, APCS_BAND_5G, strlen(APCS_BAND_5G)) == 0) { in wl_android_set_auto_channel()
2513 } else if (strnicmp(cmd_str, APCS_BAND_2G, strlen(APCS_BAND_2G)) == 0) { in wl_android_set_auto_channel()
2520 channel = bcm_atoi(cmd_str); in wl_android_set_auto_channel()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dwl_android.c6351 s32 buflen, const char* cmd_str, int sta_channel, chanspec_band_t sta_acs_band) in wl_android_get_freq_list_chanspecs() argument
6360 pcmd = bcmstrstr(cmd_str, FREQ_STR); in wl_android_get_freq_list_chanspecs()
6725 wl_android_set_auto_channel(struct net_device *dev, const char* cmd_str, in wl_android_set_auto_channel() argument
6741 if (cmd_str) { in wl_android_set_auto_channel()
6742 ANDROID_INFO(("Command: %s len:%d \n", cmd_str, (int)strlen(cmd_str))); in wl_android_set_auto_channel()
6743 pcmd = bcmstrstr(cmd_str, FREQ_STR); in wl_android_set_auto_channel()
6747 } else if (strnicmp(cmd_str, APCS_BAND_AUTO, strlen(APCS_BAND_AUTO)) == 0) { in wl_android_set_auto_channel()
6750 } else if (strnicmp(cmd_str, APCS_BAND_6G, strlen(APCS_BAND_6G)) == 0) { in wl_android_set_auto_channel()
6753 } else if (strnicmp(cmd_str, APCS_BAND_5G, strlen(APCS_BAND_5G)) == 0) { in wl_android_set_auto_channel()
6755 } else if (strnicmp(cmd_str, APCS_BAND_2G, strlen(APCS_BAND_2G)) == 0) { in wl_android_set_auto_channel()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dwl_android.c6335 s32 buflen, const char* cmd_str, int sta_channel, chanspec_band_t sta_acs_band) in wl_android_get_freq_list_chanspecs() argument
6344 pcmd = bcmstrstr(cmd_str, FREQ_STR); in wl_android_get_freq_list_chanspecs()
6709 wl_android_set_auto_channel(struct net_device *dev, const char* cmd_str, in wl_android_set_auto_channel() argument
6725 if (cmd_str) { in wl_android_set_auto_channel()
6726 ANDROID_INFO(("Command: %s len:%d \n", cmd_str, (int)strlen(cmd_str))); in wl_android_set_auto_channel()
6727 pcmd = bcmstrstr(cmd_str, FREQ_STR); in wl_android_set_auto_channel()
6731 } else if (strnicmp(cmd_str, APCS_BAND_AUTO, strlen(APCS_BAND_AUTO)) == 0) { in wl_android_set_auto_channel()
6734 } else if (strnicmp(cmd_str, APCS_BAND_6G, strlen(APCS_BAND_6G)) == 0) { in wl_android_set_auto_channel()
6737 } else if (strnicmp(cmd_str, APCS_BAND_5G, strlen(APCS_BAND_5G)) == 0) { in wl_android_set_auto_channel()
6739 } else if (strnicmp(cmd_str, APCS_BAND_2G, strlen(APCS_BAND_2G)) == 0) { in wl_android_set_auto_channel()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Dwl_android.c5225 wl_android_set_auto_channel(struct net_device *dev, const char* cmd_str, in wl_android_set_auto_channel() argument
5238 if (cmd_str) { in wl_android_set_auto_channel()
5239 WL_INFORM(("Command: %s len:%d \n", cmd_str, (int)strlen(cmd_str))); in wl_android_set_auto_channel()
5240 if (strncmp(cmd_str, APCS_BAND_AUTO, strlen(APCS_BAND_AUTO)) == 0) { in wl_android_set_auto_channel()
5242 } else if (strnicmp(cmd_str, APCS_BAND_5G, strlen(APCS_BAND_5G)) == 0) { in wl_android_set_auto_channel()
5244 } else if (strnicmp(cmd_str, APCS_BAND_2G, strlen(APCS_BAND_2G)) == 0) { in wl_android_set_auto_channel()
5251 channel = bcm_atoi(cmd_str); in wl_android_set_auto_channel()
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Dwl_android.c5498 wl_android_set_auto_channel(struct net_device *dev, const char* cmd_str, in wl_android_set_auto_channel() argument
5511 if (cmd_str) { in wl_android_set_auto_channel()
5512 WL_INFORM(("Command: %s len:%d \n", cmd_str, (int)strlen(cmd_str))); in wl_android_set_auto_channel()
5513 if (strncmp(cmd_str, APCS_BAND_AUTO, strlen(APCS_BAND_AUTO)) == 0) { in wl_android_set_auto_channel()
5515 } else if (strnicmp(cmd_str, APCS_BAND_5G, strlen(APCS_BAND_5G)) == 0) { in wl_android_set_auto_channel()
5517 } else if (strnicmp(cmd_str, APCS_BAND_2G, strlen(APCS_BAND_2G)) == 0) { in wl_android_set_auto_channel()
5524 channel = bcm_atoi(cmd_str); in wl_android_set_auto_channel()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Dwl_android.c5584 wl_android_set_auto_channel(struct net_device *dev, const char* cmd_str, in wl_android_set_auto_channel() argument
5597 if (cmd_str) { in wl_android_set_auto_channel()
5598 WL_INFORM(("Command: %s len:%d \n", cmd_str, (int)strlen(cmd_str))); in wl_android_set_auto_channel()
5599 if (strncmp(cmd_str, APCS_BAND_AUTO, strlen(APCS_BAND_AUTO)) == 0) { in wl_android_set_auto_channel()
5601 } else if (strnicmp(cmd_str, APCS_BAND_5G, strlen(APCS_BAND_5G)) == 0) { in wl_android_set_auto_channel()
5603 } else if (strnicmp(cmd_str, APCS_BAND_2G, strlen(APCS_BAND_2G)) == 0) { in wl_android_set_auto_channel()
5610 channel = bcm_atoi(cmd_str); in wl_android_set_auto_channel()