Home
last modified time | relevance | path

Searched refs:c_struct (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/soc/qcom/
H A Dqmi.h252 const struct qmi_elem_info *ei, const void *c_struct);
255 const struct qmi_elem_info *ei, const void *c_struct);
258 const void *c_struct);
262 const void *c_struct);
265 const struct qmi_elem_info *ei, void *c_struct);
268 const struct qmi_elem_info *ei, void *c_struct);
/linux/drivers/soc/qcom/
H A Dqmi_interface.c309 const struct qmi_elem_info *ei, void *c_struct) in qmi_txn_init() argument
319 txn->dest = c_struct; in qmi_txn_init()
743 const void *c_struct) in qmi_send_message() argument
753 c_struct); in qmi_send_message()
794 const struct qmi_elem_info *ei, const void *c_struct) in qmi_send_request() argument
797 c_struct); in qmi_send_request()
815 const struct qmi_elem_info *ei, const void *c_struct) in qmi_send_response() argument
818 c_struct); in qmi_send_response()
836 const void *c_struct) in qmi_send_indication() argument
847 c_struct); in qmi_send_indication()
/linux/drivers/net/wireless/intel/ipw2x00/
H A Dipw2100.c749 packet->info.c_struct.cmd->host_command_reg = cmd->host_command; in ipw2100_hw_send_command()
750 packet->info.c_struct.cmd->host_command_reg1 = cmd->host_command1; in ipw2100_hw_send_command()
751 packet->info.c_struct.cmd->host_command_len_reg = in ipw2100_hw_send_command()
753 packet->info.c_struct.cmd->sequence = cmd->host_command_sequence; in ipw2100_hw_send_command()
755 memcpy(packet->info.c_struct.cmd->host_command_params_reg, in ipw2100_hw_send_command()
757 sizeof(packet->info.c_struct.cmd->host_command_params_reg)); in ipw2100_hw_send_command()
2937 if (packet->info.c_struct.cmd->host_command_reg < in __ipw2100_tx_process()
2940 command_types[packet->info.c_struct.cmd-> in __ipw2100_tx_process()
2942 packet->info.c_struct.cmd-> in __ipw2100_tx_process()
2944 packet->info.c_struct.cmd->cmd_status_reg); in __ipw2100_tx_process()
[all …]