Home
last modified time | relevance | path

Searched defs:cmd (Results 26 – 50 of 5219) sorted by relevance

12345678910>>...209

/OK3568_Linux_fs/u-boot/drivers/net/fsl-mc/
H A Ddpmac.c19 struct mc_command cmd = { 0 }; in dpmac_open() local
43 struct mc_command cmd = { 0 }; in dpmac_close() local
58 struct mc_command cmd = { 0 }; in dpmac_create() local
82 struct mc_command cmd = { 0 }; in dpmac_destroy() local
98 struct mc_command cmd = { 0 }; in dpmac_get_attributes() local
122 struct mc_command cmd = { 0 }; in dpmac_mdio_read() local
147 struct mc_command cmd = { 0 }; in dpmac_mdio_write() local
164 struct mc_command cmd = { 0 }; in dpmac_get_link_cfg() local
187 struct mc_command cmd = { 0 }; in dpmac_set_link_state() local
205 struct mc_command cmd = { 0 }; in dpmac_get_counter() local
H A Ddpbp.c18 struct mc_command cmd = { 0 }; in dpbp_open() local
42 struct mc_command cmd = { 0 }; in dpbp_close() local
57 struct mc_command cmd = { 0 }; in dpbp_create() local
82 struct mc_command cmd = { 0 }; in dpbp_destroy() local
97 struct mc_command cmd = { 0 }; in dpbp_enable() local
111 struct mc_command cmd = { 0 }; in dpbp_disable() local
126 struct mc_command cmd = { 0 }; in dpbp_reset() local
142 struct mc_command cmd = { 0 }; in dpbp_get_attributes() local
/OK3568_Linux_fs/kernel/drivers/bus/fsl-mc/
H A Ddprc.c35 struct fsl_mc_command cmd = { 0 }; in dprc_open() local
72 struct fsl_mc_command cmd = { 0 }; in dprc_close() local
118 struct fsl_mc_command cmd = { 0 }; in dprc_reset_container() local
170 struct fsl_mc_command cmd = { 0 }; in dprc_set_irq() local
208 struct fsl_mc_command cmd = { 0 }; in dprc_set_irq_enable() local
244 struct fsl_mc_command cmd = { 0 }; in dprc_set_irq_mask() local
276 struct fsl_mc_command cmd = { 0 }; in dprc_get_irq_status() local
318 struct fsl_mc_command cmd = { 0 }; in dprc_clear_irq_status() local
346 struct fsl_mc_command cmd = { 0 }; in dprc_get_attributes() local
384 struct fsl_mc_command cmd = { 0 }; in dprc_get_obj_count() local
[all …]
/OK3568_Linux_fs/kernel/drivers/target/
H A Dtarget_core_spc.c51 spc_emulate_inquiry_std(struct se_cmd *cmd, unsigned char *buf) in spc_emulate_inquiry_std()
119 spc_emulate_evpd_80(struct se_cmd *cmd, unsigned char *buf) in spc_emulate_evpd_80()
168 spc_emulate_evpd_83(struct se_cmd *cmd, unsigned char *buf) in spc_emulate_evpd_83()
438 spc_emulate_evpd_86(struct se_cmd *cmd, unsigned char *buf) in spc_emulate_evpd_86()
480 spc_emulate_evpd_b0(struct se_cmd *cmd, unsigned char *buf) in spc_emulate_evpd_b0()
574 spc_emulate_evpd_b1(struct se_cmd *cmd, unsigned char *buf) in spc_emulate_evpd_b1()
587 spc_emulate_evpd_b2(struct se_cmd *cmd, unsigned char *buf) in spc_emulate_evpd_b2()
651 spc_emulate_evpd_b3(struct se_cmd *cmd, unsigned char *buf) in spc_emulate_evpd_b3()
682 spc_emulate_evpd_00(struct se_cmd *cmd, unsigned char *buf) in spc_emulate_evpd_00()
701 spc_emulate_inquiry(struct se_cmd *cmd) in spc_emulate_inquiry()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_sriov_pf.c28 u32 cmd; member
36 struct qlcnic_cmd_args cmd; in qlcnic_sriov_pf_set_vport_info() local
178 struct qlcnic_cmd_args cmd; in qlcnic_sriov_get_pf_info() local
291 struct qlcnic_cmd_args cmd; in qlcnic_sriov_pf_config_vport() local
332 struct qlcnic_cmd_args cmd; in qlcnic_sriov_pf_cfg_vlan_filtering() local
361 struct qlcnic_cmd_args cmd; in qlcnic_sriov_pf_cfg_flood() local
383 struct qlcnic_cmd_args cmd; in qlcnic_sriov_pf_cfg_eswitch() local
686 struct qlcnic_cmd_args cmd; in qlcnic_sriov_set_vf_acl() local
741 struct qlcnic_cmd_args *cmd) in qlcnic_sriov_pf_channel_cfg_cmd()
792 struct qlcnic_cmd_args *cmd; in qlcnic_sriov_cfg_vf_def_mac() local
[all …]
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/powermac/
H A Dpfunc_core.c96 static u32 pmf_next32(struct pmf_cmd *cmd) in pmf_next32()
108 static const void* pmf_next_blob(struct pmf_cmd *cmd, int count) in pmf_next_blob()
124 #define PMF_PARSE_CALL(name, cmd, handlers, p...) \ argument
137 static int pmf_parser_write_gpio(struct pmf_cmd *cmd, struct pmf_handlers *h) in pmf_parser_write_gpio()
147 static int pmf_parser_read_gpio(struct pmf_cmd *cmd, struct pmf_handlers *h) in pmf_parser_read_gpio()
159 static int pmf_parser_write_reg32(struct pmf_cmd *cmd, struct pmf_handlers *h) in pmf_parser_write_reg32()
171 static int pmf_parser_read_reg32(struct pmf_cmd *cmd, struct pmf_handlers *h) in pmf_parser_read_reg32()
181 static int pmf_parser_write_reg16(struct pmf_cmd *cmd, struct pmf_handlers *h) in pmf_parser_write_reg16()
193 static int pmf_parser_read_reg16(struct pmf_cmd *cmd, struct pmf_handlers *h) in pmf_parser_read_reg16()
203 static int pmf_parser_write_reg8(struct pmf_cmd *cmd, struct pmf_handlers *h) in pmf_parser_write_reg8()
[all …]
/OK3568_Linux_fs/kernel/drivers/target/iscsi/
H A Discsi_target_util.c52 struct iscsi_cmd *cmd, in iscsit_add_r2t_to_list()
85 struct iscsi_cmd *cmd, in iscsit_get_r2t_for_eos()
106 struct iscsi_r2t *iscsit_get_r2t_from_list(struct iscsi_cmd *cmd) in iscsit_get_r2t_from_list()
124 void iscsit_free_r2t(struct iscsi_r2t *r2t, struct iscsi_cmd *cmd) in iscsit_free_r2t()
132 void iscsit_free_r2ts_from_list(struct iscsi_cmd *cmd) in iscsit_free_r2ts_from_list()
174 struct iscsi_cmd *cmd; in iscsit_allocate_cmd() local
207 struct iscsi_cmd *cmd, in iscsit_get_seq_holder_for_datain()
219 struct iscsi_seq *iscsit_get_seq_holder_for_r2t(struct iscsi_cmd *cmd) in iscsit_get_seq_holder_for_r2t()
241 struct iscsi_cmd *cmd, in iscsit_get_holder_for_r2tsn()
302 int iscsit_sequence_cmd(struct iscsi_conn *conn, struct iscsi_cmd *cmd, in iscsit_sequence_cmd()
[all …]
H A Discsi_target_erl0.c32 struct iscsi_cmd *cmd) in iscsit_set_dataout_sequence_values()
66 struct iscsi_cmd *cmd, in iscsit_dataout_within_command_recovery_check()
132 struct iscsi_cmd *cmd, in iscsit_dataout_check_unsolicited_sequence()
207 struct iscsi_cmd *cmd, in iscsit_dataout_check_sequence()
336 struct iscsi_cmd *cmd, in iscsit_dataout_check_datasn()
387 struct iscsi_cmd *cmd, in iscsit_dataout_pre_datapduinorder_yes()
449 struct iscsi_cmd *cmd, in iscsit_dataout_pre_datapduinorder_no()
480 static int iscsit_dataout_update_r2t(struct iscsi_cmd *cmd, u32 offset, u32 length) in iscsit_dataout_update_r2t()
500 struct iscsi_cmd *cmd, in iscsit_dataout_update_datapduinorder_no()
533 struct iscsi_cmd *cmd, in iscsit_dataout_post_crc_passed()
[all …]
H A Discsi_target_datain_values.c35 void iscsit_attach_datain_req(struct iscsi_cmd *cmd, struct iscsi_datain_req *dr) in iscsit_attach_datain_req()
42 void iscsit_free_datain_req(struct iscsi_cmd *cmd, struct iscsi_datain_req *dr) in iscsit_free_datain_req()
51 void iscsit_free_all_datain_reqs(struct iscsi_cmd *cmd) in iscsit_free_all_datain_reqs()
63 struct iscsi_datain_req *iscsit_get_datain_req(struct iscsi_cmd *cmd) in iscsit_get_datain_req()
79 struct iscsi_cmd *cmd, in iscsit_set_datain_values_yes_and_yes()
177 struct iscsi_cmd *cmd, in iscsit_set_datain_values_no_and_yes()
298 struct iscsi_cmd *cmd, in iscsit_set_datain_values_yes_and_no()
397 struct iscsi_cmd *cmd, in iscsit_set_datain_values_no_and_no()
499 struct iscsi_cmd *cmd, in iscsit_get_datain_values()
H A Discsi_target_tmr.c31 struct iscsi_cmd *cmd, in iscsit_tmr_abort_task()
106 struct iscsi_cmd *cmd, in iscsit_tmr_task_reassign()
178 struct iscsi_cmd *cmd, in iscsit_task_reassign_remove_cmd()
198 struct iscsi_cmd *cmd = tmr_req->ref_cmd; in iscsit_task_reassign_complete_nop_out() local
227 struct iscsi_cmd *cmd, in iscsit_task_reassign_complete_write()
299 struct iscsi_cmd *cmd, in iscsit_task_reassign_complete_read()
352 struct iscsi_cmd *cmd, in iscsit_task_reassign_complete_none()
366 struct iscsi_cmd *cmd = tmr_req->ref_cmd; in iscsit_task_reassign_complete_scsi_cmnd() local
415 struct iscsi_cmd *cmd; in iscsit_task_reassign_complete() local
454 int iscsit_tmr_post_handler(struct iscsi_cmd *cmd, struct iscsi_conn *conn) in iscsit_tmr_post_handler()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlan/
H A Dmlan_sta_cmd.c154 HostCmd_DS_COMMAND *cmd, in wlan_cmd_802_11_snmp_mib()
325 HostCmd_DS_COMMAND *cmd) in wlan_cmd_802_11_get_log()
346 HostCmd_DS_COMMAND *cmd, t_u16 action, in wlan_cmd_mfg_tx_cont()
383 HostCmd_DS_COMMAND *cmd, t_u16 action, in wlan_cmd_mfg_tx_frame()
438 mlan_status wlan_cmd_mfg_he_tb_tx(pmlan_private pmpriv, HostCmd_DS_COMMAND *cmd, in wlan_cmd_mfg_he_tb_tx()
473 mlan_status wlan_cmd_mfg(pmlan_private pmpriv, HostCmd_DS_COMMAND *cmd, in wlan_cmd_mfg()
540 HostCmd_DS_COMMAND *cmd, in wlan_cmd_tx_power_cfg()
598 HostCmd_DS_COMMAND *cmd, in wlan_cmd_802_11_rf_tx_power()
676 HostCmd_DS_COMMAND *cmd, in wlan_cmd_802_11_hs_cfg()
871 HostCmd_DS_COMMAND *cmd, in wlan_cmd_802_11_sleep_period()
[all …]
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dpmcraid.c294 static void pmcraid_init_cmdblk(struct pmcraid_cmd *cmd, int index) in pmcraid_init_cmdblk()
347 static void pmcraid_reinit_cmdblk(struct pmcraid_cmd *cmd) in pmcraid_reinit_cmdblk()
363 struct pmcraid_cmd *cmd = NULL; in pmcraid_get_free_cmd() local
389 static void pmcraid_return_cmd(struct pmcraid_cmd *cmd) in pmcraid_return_cmd()
547 struct pmcraid_cmd *cmd = from_timer(cmd, t, timer); in pmcraid_bist_done() local
577 static void pmcraid_start_bist(struct pmcraid_cmd *cmd) in pmcraid_start_bist()
604 struct pmcraid_cmd *cmd = from_timer(cmd, t, timer); in pmcraid_reset_alert_done() local
639 static void pmcraid_reset_alert(struct pmcraid_cmd *cmd) in pmcraid_reset_alert()
688 struct pmcraid_cmd *cmd = from_timer(cmd, t, timer); in pmcraid_timeout_handler() local
759 static void pmcraid_internal_done(struct pmcraid_cmd *cmd) in pmcraid_internal_done()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/
H A Dmlan_sta_cmd.c150 IN HostCmd_DS_COMMAND *cmd, in wlan_cmd_802_11_snmp_mib()
311 wlan_cmd_802_11_get_log(IN pmlan_private pmpriv, IN HostCmd_DS_COMMAND *cmd) in wlan_cmd_802_11_get_log()
333 IN HostCmd_DS_COMMAND *cmd, in wlan_cmd_tx_power_cfg()
393 IN HostCmd_DS_COMMAND *cmd, in wlan_cmd_802_11_rf_tx_power()
472 IN HostCmd_DS_COMMAND *cmd, in wlan_cmd_802_11_hs_cfg()
652 IN HostCmd_DS_COMMAND *cmd, IN t_u16 cmd_action) in wlan_cmd_802_11_mac_address()
683 IN HostCmd_DS_COMMAND *cmd, in wlan_cmd_802_11_sleep_period()
715 IN HostCmd_DS_COMMAND *cmd, in wlan_cmd_802_11_sleep_params()
758 IN HostCmd_DS_COMMAND *cmd, in wlan_cmd_mac_multicast_adr()
793 IN HostCmd_DS_COMMAND *cmd, IN t_void *pdata_buf) in wlan_cmd_802_11_deauthenticate()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/pensando/ionic/
H A Dionic_dev.c201 void ionic_dev_cmd_go(struct ionic_dev *idev, union ionic_dev_cmd *cmd) in ionic_dev_cmd_go()
211 union ionic_dev_cmd cmd = { in ionic_dev_cmd_identify() local
221 union ionic_dev_cmd cmd = { in ionic_dev_cmd_init() local
231 union ionic_dev_cmd cmd = { in ionic_dev_cmd_reset() local
241 union ionic_dev_cmd cmd = { in ionic_dev_cmd_port_identify() local
251 union ionic_dev_cmd cmd = { in ionic_dev_cmd_port_init() local
262 union ionic_dev_cmd cmd = { in ionic_dev_cmd_port_reset() local
272 union ionic_dev_cmd cmd = { in ionic_dev_cmd_port_state() local
284 union ionic_dev_cmd cmd = { in ionic_dev_cmd_port_speed() local
296 union ionic_dev_cmd cmd = { in ionic_dev_cmd_port_autoneg() local
[all …]
/OK3568_Linux_fs/u-boot/drivers/net/fsl-mc/dpio/
H A Ddpio.c16 struct mc_command cmd = { 0 }; in dpio_open() local
40 struct mc_command cmd = { 0 }; in dpio_close() local
56 struct mc_command cmd = { 0 }; in dpio_create() local
80 struct mc_command cmd = { 0 }; in dpio_destroy() local
95 struct mc_command cmd = { 0 }; in dpio_enable() local
110 struct mc_command cmd = { 0 }; in dpio_disable() local
125 struct mc_command cmd = { 0 }; in dpio_reset() local
141 struct mc_command cmd = { 0 }; in dpio_get_attributes() local
/OK3568_Linux_fs/kernel/drivers/mmc/core/
H A Dsd_ops.c24 struct mmc_command cmd = {}; in mmc_app_cmd() local
52 struct mmc_command *cmd) in mmc_wait_for_app_cmd()
98 struct mmc_command cmd = {}; in mmc_app_set_bus_width() local
119 struct mmc_command cmd = {}; in mmc_send_app_op_cond() local
163 struct mmc_command cmd = {}; in mmc_send_if_cond() local
195 struct mmc_command cmd = {}; in mmc_send_relative_addr() local
214 struct mmc_command cmd = {}; in mmc_app_send_scr() local
268 struct mmc_command cmd = {}; in mmc_sd_switch() local
310 struct mmc_command cmd = {}; in mmc_app_sd_status() local
/OK3568_Linux_fs/kernel/drivers/misc/ibmasm/
H A Dcommand.c22 struct command *cmd; in ibmasm_new_command() local
54 struct command *cmd = to_command(kref); in ibmasm_free_command() local
63 static void enqueue_command(struct service_processor *sp, struct command *cmd) in enqueue_command()
70 struct command *cmd; in dequeue_command() local
105 void ibmasm_exec_command(struct service_processor *sp, struct command *cmd) in ibmasm_exec_command()
148 void ibmasm_wait_for_response(struct command *cmd, int timeout) in ibmasm_wait_for_response()
163 struct command *cmd = sp->current_command; in ibmasm_receive_command_response() local
/OK3568_Linux_fs/kernel/drivers/soc/fsl/dpio/
H A Ddpio.c40 struct fsl_mc_command cmd = { 0 }; in dpio_open() local
73 struct fsl_mc_command cmd = { 0 }; in dpio_close() local
95 struct fsl_mc_command cmd = { 0 }; in dpio_enable() local
117 struct fsl_mc_command cmd = { 0 }; in dpio_disable() local
141 struct fsl_mc_command cmd = { 0 }; in dpio_get_attributes() local
174 struct fsl_mc_command cmd = { 0 }; in dpio_set_stashing_destination() local
199 struct fsl_mc_command cmd = { 0 }; in dpio_get_api_version() local
228 struct fsl_mc_command cmd = { 0 }; in dpio_reset() local
/OK3568_Linux_fs/kernel/drivers/net/dsa/sja1105/
H A Dsja1105_dynamic_config.c172 sja1105et_vl_lookup_cmd_packing(void *buf, struct sja1105_dyn_cmd *cmd, in sja1105et_vl_lookup_cmd_packing()
185 sja1105pqrs_vl_lookup_cmd_packing(void *buf, struct sja1105_dyn_cmd *cmd, in sja1105pqrs_vl_lookup_cmd_packing()
209 sja1105pqrs_l2_lookup_cmd_packing(void *buf, struct sja1105_dyn_cmd *cmd, in sja1105pqrs_l2_lookup_cmd_packing()
318 u8 *cmd = buf + SJA1105PQRS_SIZE_L2_LOOKUP_ENTRY; in sja1105pqrs_dyn_l2_lookup_entry_packing() local
327 sja1105et_l2_lookup_cmd_packing(void *buf, struct sja1105_dyn_cmd *cmd, in sja1105et_l2_lookup_cmd_packing()
346 u8 *cmd = buf + SJA1105ET_SIZE_L2_LOOKUP_ENTRY; in sja1105et_dyn_l2_lookup_entry_packing() local
355 sja1105et_mgmt_route_cmd_packing(void *buf, struct sja1105_dyn_cmd *cmd, in sja1105et_mgmt_route_cmd_packing()
387 sja1105pqrs_mgmt_route_cmd_packing(void *buf, struct sja1105_dyn_cmd *cmd, in sja1105pqrs_mgmt_route_cmd_packing()
421 sja1105_vlan_lookup_cmd_packing(void *buf, struct sja1105_dyn_cmd *cmd, in sja1105_vlan_lookup_cmd_packing()
438 sja1105_l2_forwarding_cmd_packing(void *buf, struct sja1105_dyn_cmd *cmd, in sja1105_l2_forwarding_cmd_packing()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath10k/
H A Dbmi.c23 struct bmi_cmd cmd; in ath10k_bmi_done() local
49 struct bmi_cmd cmd; in ath10k_bmi_get_target_info() local
87 struct bmi_cmd cmd; in ath10k_bmi_get_target_info_sdio() local
156 struct bmi_cmd cmd; in ath10k_bmi_read_memory() local
197 struct bmi_cmd cmd; in ath10k_bmi_write_soc_reg() local
226 struct bmi_cmd cmd; in ath10k_bmi_read_soc_reg() local
261 struct bmi_cmd cmd; in ath10k_bmi_write_memory() local
306 struct bmi_cmd cmd; in ath10k_bmi_execute() local
345 struct bmi_cmd *cmd; in ath10k_bmi_lz_data_large() local
392 struct bmi_cmd cmd; in ath10k_bmi_lz_data() local
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/ti/wl18xx/
H A Dcmd.c18 struct wl18xx_cmd_channel_switch *cmd; in wl18xx_cmd_channel_switch() local
75 struct wl18xx_cmd_smart_config_start *cmd; in wl18xx_cmd_smart_config_start() local
103 struct wl1271_cmd_header *cmd; in wl18xx_cmd_smart_config_stop() local
129 struct wl18xx_cmd_smart_config_set_group_key *cmd; in wl18xx_cmd_smart_config_set_group_key() local
164 struct wlcore_cmd_cac_start *cmd; in wl18xx_cmd_set_cac() local
195 struct wl18xx_cmd_dfs_radar_debug *cmd; in wl18xx_cmd_radar_detection_debug() local
221 struct wl18xx_cmd_dfs_master_restart *cmd; in wl18xx_cmd_dfs_master_restart() local
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/core/
H A Drtw_iol.c120 struct ioreg_cfg cmd = {8, IOREG_CMD_WB_REG, 0x0, 0x0, 0x0}; in _rtw_IOL_append_WB_cmd() local
140 struct ioreg_cfg cmd = {8, IOREG_CMD_WW_REG, 0x0, 0x0, 0x0}; in _rtw_IOL_append_WW_cmd() local
160 struct ioreg_cfg cmd = {8, IOREG_CMD_WD_REG, 0x0, 0x0, 0x0}; in _rtw_IOL_append_WD_cmd() local
181 struct ioreg_cfg cmd = {8, IOREG_CMD_W_RF, 0x0, 0x0, 0x0}; in _rtw_IOL_append_WRF_cmd() local
204 struct ioreg_cfg cmd = {4, IOREG_CMD_DELAY_US, 0x0, 0x0, 0x0}; in rtw_IOL_append_DELAY_US_cmd() local
214 struct ioreg_cfg cmd = {4, IOREG_CMD_DELAY_US, 0x0, 0x0, 0x0}; in rtw_IOL_append_DELAY_MS_cmd() local
224 struct ioreg_cfg cmd = {4, IOREG_CMD_END, 0xFFFF, 0xFF, 0x0}; in rtw_IOL_append_END_cmd() local
264 IOL_CMD cmd = {0x0, IOL_CMD_LLT, 0x0, 0x0}; in rtw_IOL_append_LLT_cmd() local
273 IOL_CMD cmd = {0x0, IOL_CMD_WB_REG, 0x0, 0x0}; in _rtw_IOL_append_WB_cmd() local
283 IOL_CMD cmd = {0x0, IOL_CMD_WW_REG, 0x0, 0x0}; in _rtw_IOL_append_WW_cmd() local
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/core/
H A Drtw_iol.c120 struct ioreg_cfg cmd = {8, IOREG_CMD_WB_REG, 0x0, 0x0, 0x0}; in _rtw_IOL_append_WB_cmd() local
140 struct ioreg_cfg cmd = {8, IOREG_CMD_WW_REG, 0x0, 0x0, 0x0}; in _rtw_IOL_append_WW_cmd() local
160 struct ioreg_cfg cmd = {8, IOREG_CMD_WD_REG, 0x0, 0x0, 0x0}; in _rtw_IOL_append_WD_cmd() local
181 struct ioreg_cfg cmd = {8, IOREG_CMD_W_RF, 0x0, 0x0, 0x0}; in _rtw_IOL_append_WRF_cmd() local
204 struct ioreg_cfg cmd = {4, IOREG_CMD_DELAY_US, 0x0, 0x0, 0x0}; in rtw_IOL_append_DELAY_US_cmd() local
214 struct ioreg_cfg cmd = {4, IOREG_CMD_DELAY_US, 0x0, 0x0, 0x0}; in rtw_IOL_append_DELAY_MS_cmd() local
224 struct ioreg_cfg cmd = {4, IOREG_CMD_END, 0xFFFF, 0xFF, 0x0}; in rtw_IOL_append_END_cmd() local
264 IOL_CMD cmd = {0x0, IOL_CMD_LLT, 0x0, 0x0}; in rtw_IOL_append_LLT_cmd() local
273 IOL_CMD cmd = {0x0, IOL_CMD_WB_REG, 0x0, 0x0}; in _rtw_IOL_append_WB_cmd() local
283 IOL_CMD cmd = {0x0, IOL_CMD_WW_REG, 0x0, 0x0}; in _rtw_IOL_append_WW_cmd() local
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/core/
H A Drtw_iol.c120 struct ioreg_cfg cmd = {8, IOREG_CMD_WB_REG, 0x0, 0x0, 0x0}; in _rtw_IOL_append_WB_cmd() local
140 struct ioreg_cfg cmd = {8, IOREG_CMD_WW_REG, 0x0, 0x0, 0x0}; in _rtw_IOL_append_WW_cmd() local
160 struct ioreg_cfg cmd = {8, IOREG_CMD_WD_REG, 0x0, 0x0, 0x0}; in _rtw_IOL_append_WD_cmd() local
181 struct ioreg_cfg cmd = {8, IOREG_CMD_W_RF, 0x0, 0x0, 0x0}; in _rtw_IOL_append_WRF_cmd() local
204 struct ioreg_cfg cmd = {4, IOREG_CMD_DELAY_US, 0x0, 0x0, 0x0}; in rtw_IOL_append_DELAY_US_cmd() local
214 struct ioreg_cfg cmd = {4, IOREG_CMD_DELAY_US, 0x0, 0x0, 0x0}; in rtw_IOL_append_DELAY_MS_cmd() local
224 struct ioreg_cfg cmd = {4, IOREG_CMD_END, 0xFFFF, 0xFF, 0x0}; in rtw_IOL_append_END_cmd() local
264 IOL_CMD cmd = {0x0, IOL_CMD_LLT, 0x0, 0x0}; in rtw_IOL_append_LLT_cmd() local
273 IOL_CMD cmd = {0x0, IOL_CMD_WB_REG, 0x0, 0x0}; in _rtw_IOL_append_WB_cmd() local
283 IOL_CMD cmd = {0x0, IOL_CMD_WW_REG, 0x0, 0x0}; in _rtw_IOL_append_WW_cmd() local
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/core/
H A Drtw_iol.c124 struct ioreg_cfg cmd = {8, IOREG_CMD_WB_REG, 0x0, 0x0, 0x0}; in _rtw_IOL_append_WB_cmd() local
144 struct ioreg_cfg cmd = {8, IOREG_CMD_WW_REG, 0x0, 0x0, 0x0}; in _rtw_IOL_append_WW_cmd() local
164 struct ioreg_cfg cmd = {8, IOREG_CMD_WD_REG, 0x0, 0x0, 0x0}; in _rtw_IOL_append_WD_cmd() local
185 struct ioreg_cfg cmd = {8, IOREG_CMD_W_RF, 0x0, 0x0, 0x0}; in _rtw_IOL_append_WRF_cmd() local
208 struct ioreg_cfg cmd = {4, IOREG_CMD_DELAY_US, 0x0, 0x0, 0x0}; in rtw_IOL_append_DELAY_US_cmd() local
218 struct ioreg_cfg cmd = {4, IOREG_CMD_DELAY_US, 0x0, 0x0, 0x0}; in rtw_IOL_append_DELAY_MS_cmd() local
228 struct ioreg_cfg cmd = {4, IOREG_CMD_END, 0xFFFF, 0xFF, 0x0}; in rtw_IOL_append_END_cmd() local
268 IOL_CMD cmd = {0x0, IOL_CMD_LLT, 0x0, 0x0}; in rtw_IOL_append_LLT_cmd() local
277 IOL_CMD cmd = {0x0, IOL_CMD_WB_REG, 0x0, 0x0}; in _rtw_IOL_append_WB_cmd() local
287 IOL_CMD cmd = {0x0, IOL_CMD_WW_REG, 0x0, 0x0}; in _rtw_IOL_append_WW_cmd() local
[all …]

12345678910>>...209