| /OK3568_Linux_fs/u-boot/drivers/usb/gadget/ |
| H A D | f_fastboot.c | 554 char *cmd = req->buf; in cb_reboot() local 651 static int fb_read_var(char *cmd, char *response, in fb_read_var() 1143 static int fb_getvar_single(char *cmd, char *response, size_t chars_left) in fb_getvar_single() 1439 char cmd[8] = {0}; in get_current_slot() local 1507 char *cmd = req->buf; in cb_getvar() local 1620 char *cmd = req->buf; in cb_download() local 1747 char *cmd = req->buf; in cb_set_active() local 1788 char *cmd = req->buf; in cb_flash() local 1840 char *cmd = req->buf; in cb_flashing() local 2010 char *cmd = req->buf; in cb_oem() local [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath10k/ |
| H A D | htt_tx.c | 605 struct htt_cmd *cmd; in ath10k_htt_h2t_ver_req_msg() local 635 struct htt_cmd *cmd; in ath10k_htt_h2t_stats_req() local 677 struct htt_cmd *cmd; in ath10k_htt_send_frag_desc_bank_cfg_32() local 739 struct htt_cmd *cmd; in ath10k_htt_send_frag_desc_bank_cfg_64() local 839 struct htt_cmd *cmd; in ath10k_htt_send_rx_ring_cfg_32() local 911 struct htt_cmd *cmd; in ath10k_htt_send_rx_ring_cfg_64() local 980 struct htt_cmd *cmd; in ath10k_htt_send_rx_ring_cfg_hl() local 1034 struct htt_cmd *cmd; in ath10k_htt_h2t_aggr_cfg_msg_32() local 1081 struct htt_cmd *cmd; in ath10k_htt_h2t_aggr_cfg_msg_v2() local 1128 struct htt_cmd *cmd; in ath10k_htt_tx_fetch_resp() local [all …]
|
| /OK3568_Linux_fs/kernel/drivers/target/ |
| H A D | target_core_alua.c | 56 target_emulate_report_referrals(struct se_cmd *cmd) in target_emulate_report_referrals() 136 target_emulate_report_target_port_groups(struct se_cmd *cmd) in target_emulate_report_target_port_groups() 268 target_emulate_set_target_port_groups(struct se_cmd *cmd) in target_emulate_set_target_port_groups() 431 static inline void set_ascq(struct se_cmd *cmd, u8 alua_ascq) in set_ascq() 448 struct se_cmd *cmd, in core_alua_state_nonoptimized() 462 struct se_cmd *cmd, in core_alua_state_lba_dependent() 536 struct se_cmd *cmd, in core_alua_state_standby() 593 struct se_cmd *cmd, in core_alua_state_unavailable() 633 struct se_cmd *cmd, in core_alua_state_transition() 670 target_alua_state_check(struct se_cmd *cmd) in target_alua_state_check() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | scsi.c | 98 void scsi_log_send(struct scsi_cmnd *cmd) in scsi_log_send() 124 void scsi_log_completion(struct scsi_cmnd *cmd, int disposition) in scsi_log_completion() 167 void scsi_finish_command(struct scsi_cmnd *cmd) in scsi_finish_command() 299 unsigned char cmd[16]; in scsi_vpd_inquiry() local 480 unsigned char cmd[16]; in scsi_report_opcode() local
|
| H A D | sd.c | 873 static blk_status_t sd_setup_unmap_cmnd(struct scsi_cmnd *cmd) in sd_setup_unmap_cmnd() 908 static blk_status_t sd_setup_write_same16_cmnd(struct scsi_cmnd *cmd, in sd_setup_write_same16_cmnd() 940 static blk_status_t sd_setup_write_same10_cmnd(struct scsi_cmnd *cmd, in sd_setup_write_same10_cmnd() 972 static blk_status_t sd_setup_write_zeroes_cmnd(struct scsi_cmnd *cmd) in sd_setup_write_zeroes_cmnd() 1069 static blk_status_t sd_setup_write_same_cmnd(struct scsi_cmnd *cmd) in sd_setup_write_same_cmnd() 1119 static blk_status_t sd_setup_flush_cmnd(struct scsi_cmnd *cmd) in sd_setup_flush_cmnd() 1136 static blk_status_t sd_setup_rw32_cmnd(struct scsi_cmnd *cmd, bool write, in sd_setup_rw32_cmnd() 1158 static blk_status_t sd_setup_rw16_cmnd(struct scsi_cmnd *cmd, bool write, in sd_setup_rw16_cmnd() 1173 static blk_status_t sd_setup_rw10_cmnd(struct scsi_cmnd *cmd, bool write, in sd_setup_rw10_cmnd() 1188 static blk_status_t sd_setup_rw6_cmnd(struct scsi_cmnd *cmd, bool write, in sd_setup_rw6_cmnd() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| H A D | fwil.c | 96 brcmf_fil_cmd_data(struct brcmf_if *ifp, u32 cmd, void *data, u32 len, bool set) in brcmf_fil_cmd_data() 129 brcmf_fil_cmd_data_set(struct brcmf_if *ifp, u32 cmd, void *data, u32 len) in brcmf_fil_cmd_data_set() 146 brcmf_fil_cmd_data_get(struct brcmf_if *ifp, u32 cmd, void *data, u32 len) in brcmf_fil_cmd_data_get() 164 brcmf_fil_cmd_int_set(struct brcmf_if *ifp, u32 cmd, u32 data) in brcmf_fil_cmd_int_set() 178 brcmf_fil_cmd_int_get(struct brcmf_if *ifp, u32 cmd, u32 *data) in brcmf_fil_cmd_int_get()
|
| /OK3568_Linux_fs/kernel/drivers/soc/qcom/ |
| H A D | rpmh.c | 119 struct tcs_cmd *cmd) in cache_rpm_request() 208 const struct tcs_cmd *cmd, u32 n) in __fill_rpmh_msg() 234 const struct tcs_cmd *cmd, u32 n) in rpmh_write_async() 265 const struct tcs_cmd *cmd, u32 n) in rpmh_write() 336 const struct tcs_cmd *cmd, u32 *n) in rpmh_write_batch()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/esas2r/ |
| H A D | esas2r_main.c | 630 long esas2r_proc_ioctl(struct file *fp, unsigned int cmd, unsigned long arg) in esas2r_proc_ioctl() 819 int esas2r_queuecommand(struct Scsi_Host *host, struct scsi_cmnd *cmd) in esas2r_queuecommand() 909 struct scsi_cmnd *cmd, in esas2r_check_active_queue() 980 int esas2r_eh_abort(struct scsi_cmnd *cmd) in esas2r_eh_abort() 1067 static int esas2r_host_bus_reset(struct scsi_cmnd *cmd, bool host_reset) in esas2r_host_bus_reset() 1095 int esas2r_host_reset(struct scsi_cmnd *cmd) in esas2r_host_reset() 1102 int esas2r_bus_reset(struct scsi_cmnd *cmd) in esas2r_bus_reset() 1109 static int esas2r_dev_targ_reset(struct scsi_cmnd *cmd, bool target_reset) in esas2r_dev_targ_reset() 1185 int esas2r_device_reset(struct scsi_cmnd *cmd) in esas2r_device_reset() 1193 int esas2r_target_reset(struct scsi_cmnd *cmd) in esas2r_target_reset()
|
| /OK3568_Linux_fs/kernel/drivers/mmc/core/ |
| H A D | sdio_ops.c | 20 struct mmc_command cmd = {}; in mmc_send_io_op_cond() local 65 struct mmc_command cmd = {}; in mmc_io_rw_direct_host() local 118 struct mmc_command cmd = {}; in mmc_io_rw_extended() local
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/ |
| H A D | benchmark_1000.c | 37 static TEEC_Result run_test_with_args(enum storage_benchmark_cmd cmd, in run_test_with_args() 76 static TEEC_Result run_chunk_access_test(enum storage_benchmark_cmd cmd, in run_chunk_access_test() 110 static void chunk_test(ADBG_Case_t *c, enum storage_benchmark_cmd cmd) in chunk_test()
|
| /OK3568_Linux_fs/kernel/drivers/staging/comedi/drivers/ |
| H A D | ni_labpc_isadma.c | 29 struct comedi_cmd *cmd = &s->async->cmd; in labpc_suggest_transfer_size() local 56 struct comedi_cmd *cmd = &s->async->cmd; in labpc_setup_dma() local 78 struct comedi_cmd *cmd = &async->cmd; in labpc_drain_dma() local
|
| H A D | comedi_test.c | 202 struct comedi_cmd *cmd = &async->cmd; in waveform_ai_timer() local 249 struct comedi_cmd *cmd) in waveform_ai_cmdtest() 352 struct comedi_cmd *cmd = &s->async->cmd; in waveform_ai_cmd() local 439 struct comedi_cmd *cmd = &async->cmd; in waveform_ao_timer() local 512 struct comedi_cmd *cmd = &async->cmd; in waveform_ao_inttrig_start() local 529 struct comedi_cmd *cmd) in waveform_ao_cmdtest() 588 struct comedi_cmd *cmd = &s->async->cmd; in waveform_ao_cmd() local
|
| /OK3568_Linux_fs/kernel/drivers/scsi/qedi/ |
| H A D | qedi_iscsi.c | 33 static int qedi_eh_host_reset(struct scsi_cmnd *cmd) in qedi_eh_host_reset() 170 struct qedi_cmd *cmd = task->dd_data; in qedi_destroy_cmd_pool() local 188 struct qedi_cmd *cmd) in qedi_alloc_sget() 214 struct qedi_cmd *cmd = task->dd_data; in qedi_setup_cmd_pool() local 741 struct qedi_cmd *cmd = task->dd_data; in qedi_iscsi_send_generic_request() local 782 struct qedi_cmd *cmd = task->dd_data; in qedi_mtask_xmit() local 803 struct qedi_cmd *cmd = task->dd_data; in qedi_task_xmit() local 1035 struct qedi_cmd *cmd, *cmd_tmp; in qedi_cleanup_active_cmd_list() local 1412 struct qedi_cmd *cmd; in qedi_cleanup_task() local
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/mvm/ |
| H A D | fw.c | 105 struct iwl_rss_config_cmd cmd = { in iwl_send_rss_cfg_cmd() local 130 struct iwl_rfh_queue_config *cmd; in iwl_configure_rxq() local 771 struct iwl_ltr_config_cmd cmd = { in iwl_mvm_config_ltr() local 785 struct iwl_dev_tx_power_cmd cmd = { in iwl_mvm_sar_select_profile() local 836 struct iwl_host_cmd cmd; in iwl_mvm_get_sar_geo_profile() local 881 union iwl_geo_tx_power_profiles_cmd cmd; in iwl_mvm_sar_geo_init() local 1109 struct iwl_tas_config_cmd cmd = {}; in iwl_mvm_tas_init() local 1198 struct iwl_lari_config_change_cmd cmd = {}; in iwl_mvm_lari_cfg() local
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/ |
| H A D | select_reuseport.c | 246 static void check_data(int type, sa_family_t family, const struct cmd *cmd, in check_data() 405 static void do_test(int type, sa_family_t family, struct cmd *cmd, in do_test() 465 struct cmd cmd = { in test_err_inner_map() local 482 struct cmd cmd = { in test_err_sk_select_port() local 493 struct cmd cmd; in test_pass() local 507 struct cmd cmd = { in test_syncookie() local 541 struct cmd cmd = { in test_pass_on_err() local 556 struct cmd cmd = {}; in test_detach_bpf() local
|
| /OK3568_Linux_fs/kernel/net/bpfilter/ |
| H A D | main.c | 15 static int handle_get_cmd(struct mbox_request *cmd) in handle_get_cmd() 26 static int handle_set_cmd(struct mbox_request *cmd) in handle_set_cmd()
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/libs/core/ |
| H A D | terminal.cpp | 7 QString Terminal::execCmd(const QString cmd) in execCmd() 42 …QString cmd = QString("ps -ef | grep '%1' | grep -v grep | awk -F ' ' '{print $%2}'").arg(name).a… in killProcess() local
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/via/ |
| H A D | via_verifier.c | 348 investigate_hazard(uint32_t cmd, hazard_t hz, drm_via_state_t *cur_seq) in investigate_hazard() 628 uint32_t cmd; in via_check_header2() local 720 uint32_t cmd; in via_parse_header2() local 806 uint32_t cmd; in via_check_header1() local 839 register uint32_t cmd; in via_parse_header1() local 970 uint32_t cmd; in via_verify_command_stream() local 1044 uint32_t cmd; in via_parse_command_stream() local
|
| /OK3568_Linux_fs/kernel/block/ |
| H A D | ioctl.c | 232 unsigned cmd, unsigned long arg) in __blkdev_driver_ioctl() 255 unsigned cmd, unsigned long arg) in blkdev_compat_ptr_ioctl() 379 unsigned cmd, unsigned long arg) in blkdev_flushbuf() 396 unsigned cmd, unsigned long arg) in blkdev_roset() 507 unsigned cmd, unsigned long arg, void __user *argp) in blkdev_common_ioctl() 589 int blkdev_ioctl(struct block_device *bdev, fmode_t mode, unsigned cmd, in blkdev_ioctl() 647 long compat_blkdev_ioctl(struct file *file, unsigned cmd, unsigned long arg) in compat_blkdev_ioctl()
|
| /OK3568_Linux_fs/kernel/drivers/mmc/host/ |
| H A D | meson-mx-sdio.c | 121 struct mmc_command *cmd; member 144 static struct mmc_command *meson_mx_mmc_get_next_cmd(struct mmc_command *cmd) in meson_mx_mmc_get_next_cmd() 156 struct mmc_command *cmd) in meson_mx_mmc_start_cmd() 340 struct mmc_command *cmd = mrq->cmd; in meson_mx_mmc_request() local 364 struct mmc_command *cmd) in meson_mx_mmc_read_response() 391 struct mmc_command *cmd = host->cmd; in meson_mx_mmc_process_cmd_irq() local 445 struct mmc_command *cmd = host->cmd, *next_cmd; in meson_mx_mmc_irq_thread() local
|
| /OK3568_Linux_fs/external/xserver/hw/xwin/glx/ |
| H A D | gen_gl_wrappers.py | 126 def ParseCmdRettype(cmd): argument 135 def ParseCmdParams(cmd): argument 178 def genCmd(self, cmd, name): argument 206 def genCmd(self, cmd, name): argument 290 def genCmd(self, cmd, name): argument 353 def genCmd(self, cmd, name): argument 378 def genCmd(self, cmd, name): argument
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ice/ |
| H A D | ice_common.c | 98 struct ice_aqc_manage_mac_read *cmd; in ice_aq_manage_mac_read() local 151 struct ice_aqc_get_phy_caps *cmd; in ice_aq_get_phy_caps() local 222 struct ice_aqc_get_link_topo *cmd; in ice_aq_get_link_topo_handle() local 483 struct ice_aqc_set_mac_cfg *cmd) in ice_fill_tx_timer_and_fc_thresh() 521 struct ice_aqc_set_mac_cfg *cmd; in ice_aq_set_mac_cfg() local 676 struct ice_aqc_fw_logging *cmd; in ice_cfg_fw_log() local 1315 struct ice_aqc_req_res *cmd = &desc->params.res_owner; in ice_aq_send_cmd() local 1395 struct ice_aqc_driver_ver *cmd; in ice_aq_send_driver_ver() local 1430 struct ice_aqc_q_shutdown *cmd; in ice_aq_q_shutdown() local 1542 struct ice_aqc_req_res *cmd; in ice_aq_release_res() local [all …]
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ |
| H A D | smp-tbsync.c | 27 volatile int cmd; member 47 int cmd; in smp_generic_take_timebase() local 78 static int start_contest(int cmd, long offset, int num) in start_contest()
|
| /OK3568_Linux_fs/external/rk_pcba_test/ |
| H A D | echo_wlan_test.c | 60 char cmd[64]; in close_wpa_supplicant() local 109 int wlan_exec(const char *cmd, char *path) in wlan_exec() 178 char cmd[128]; in wlan_test() local
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ti/wl18xx/ |
| H A D | scan.c | 12 static void wl18xx_adjust_channels(struct wl18xx_cmd_scan_params *cmd, in wl18xx_adjust_channels() 30 struct wl18xx_cmd_scan_params *cmd; in wl18xx_scan_send() local 160 struct wl18xx_cmd_scan_params *cmd; in wl18xx_scan_sched_scan_config() local
|