| /linux/drivers/net/wireless/marvell/mwifiex/ |
| H A D | sta_cmd.c | 2037 struct host_cmd_ds_command *cmd_ptr = cmd_buf; 2050 ret = mwifiex_cmd_get_hw_spec(priv, cmd_ptr); in mwifiex_sta_prepare_cmd() 2053 ret = mwifiex_cmd_cfg_data(priv, cmd_ptr, data_buf); in mwifiex_sta_prepare_cmd() 2056 ret = mwifiex_cmd_mac_control(priv, cmd_ptr, cmd_action, in mwifiex_sta_prepare_cmd() 2060 ret = mwifiex_cmd_802_11_mac_address(priv, cmd_ptr, in mwifiex_sta_prepare_cmd() 2064 ret = mwifiex_cmd_mac_multicast_adr(cmd_ptr, cmd_action, in mwifiex_sta_prepare_cmd() 2068 ret = mwifiex_cmd_tx_rate_cfg(priv, cmd_ptr, cmd_action, in mwifiex_sta_prepare_cmd() 2072 ret = mwifiex_cmd_tx_power_cfg(cmd_ptr, cmd_action, in mwifiex_sta_prepare_cmd() 2076 ret = mwifiex_cmd_rf_tx_power(priv, cmd_ptr, cmd_action, in mwifiex_sta_prepare_cmd() 2080 ret = mwifiex_cmd_rf_antenna(priv, cmd_ptr, cmd_actio in mwifiex_sta_prepare_cmd() 2042 struct host_cmd_ds_command *cmd_ptr = cmd_buf; mwifiex_sta_prepare_cmd() local [all...] |
| H A D | cmdevt.c | 548 struct host_cmd_ds_command *cmd_ptr; in mwifiex_send_cmd() local 621 cmd_ptr = (struct host_cmd_ds_command *) (cmd_node->cmd_skb->data); in mwifiex_send_cmd() 622 cmd_ptr->command = cpu_to_le16(cmd_no); in mwifiex_send_cmd() 623 cmd_ptr->result = 0; in mwifiex_send_cmd() 638 cmd_ptr); in mwifiex_send_cmd() 643 cmd_ptr); in mwifiex_send_cmd() 647 ret = mwifiex_cmd_host_cmd(priv, cmd_ptr, data_buf); in mwifiex_send_cmd()
|
| H A D | scan.c | 2525 struct host_cmd_ds_command *cmd_ptr; in mwifiex_ret_802_11_scan_ext() local 2565 cmd_ptr = (void *)cmd_node->cmd_skb->data; in mwifiex_ret_802_11_scan_ext() 2566 if (le16_to_cpu(cmd_ptr->command) == in mwifiex_ret_802_11_scan_ext()
|
| /linux/drivers/platform/x86/intel/speed_select_if/ |
| H A D | isst_if_common.c | 459 static long isst_if_proc_phyid_req(u8 *cmd_ptr, int *write_only, int resume) in isst_if_proc_phyid_req() argument 463 cpu_map = (struct isst_if_cpu_map *)cmd_ptr; in isst_if_proc_phyid_req() 486 static long isst_if_msr_cmd_req(u8 *cmd_ptr, int *write_only, int resume) in isst_if_msr_cmd_req() argument 491 msr_cmd = (struct isst_if_msr_cmd *)cmd_ptr; in isst_if_msr_cmd_req() 530 u8 *cmd_ptr; in isst_if_exec_multi_cmd() local 541 cmd_ptr = kmalloc(cb->cmd_size, GFP_KERNEL); in isst_if_exec_multi_cmd() 542 if (!cmd_ptr) in isst_if_exec_multi_cmd() 556 if (copy_from_user(cmd_ptr, ptr, cb->cmd_size)) { in isst_if_exec_multi_cmd() 561 ret = cb->cmd_callback(cmd_ptr, &wr_only, 0); in isst_if_exec_multi_cmd() 565 if (!wr_only && copy_to_user(ptr, cmd_ptr, cb->cmd_size)) { in isst_if_exec_multi_cmd() [all …]
|
| H A D | isst_if_mbox_pci.c | 117 static long isst_if_mbox_proc_cmd(u8 *cmd_ptr, int *write_only, int resume) in isst_if_mbox_proc_cmd() argument 124 mbox_cmd = (struct isst_if_mbox_cmd *)cmd_ptr; in isst_if_mbox_proc_cmd()
|
| H A D | isst_if_mmio.c | 42 static long isst_if_mmio_rd_wr(u8 *cmd_ptr, int *write_only, int resume) in isst_if_mmio_rd_wr() argument 48 io_reg = (struct isst_if_io_reg *)cmd_ptr; in isst_if_mmio_rd_wr()
|
| /linux/drivers/scsi/aic94xx/ |
| H A D | aic94xx_init.c | 318 char *cmd_ptr, *filename_ptr; in asd_store_update_bios() local 325 cmd_ptr = kcalloc(count, 2, GFP_KERNEL); in asd_store_update_bios() 327 if (!cmd_ptr) { in asd_store_update_bios() 332 filename_ptr = cmd_ptr + count; in asd_store_update_bios() 333 res = sscanf(buf, "%s %s", cmd_ptr, filename_ptr); in asd_store_update_bios() 341 cmd_ptr, strlen(cmd_ptr))) { in asd_store_update_bios() 418 kfree(cmd_ptr); in asd_store_update_bios()
|
| /linux/drivers/soc/mediatek/ |
| H A D | mtk-cmdq-helper.c | 185 struct cmdq_instruction *cmd_ptr; in cmdq_pkt_append_command() local 202 cmd_ptr = pkt->va_base + pkt->cmd_buf_size; in cmdq_pkt_append_command() 203 *cmd_ptr = inst; in cmdq_pkt_append_command()
|
| /linux/drivers/target/iscsi/ |
| H A D | iscsi_target_util.c | 406 struct iscsit_cmd **cmd_ptr, in iscsit_find_cmd_for_recovery() argument 425 *cmd_ptr = cmd; in iscsit_find_cmd_for_recovery() 445 *cmd_ptr = cmd; in iscsit_find_cmd_for_recovery()
|