Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/soc/qcom/
Dqmi.h251 struct qmi_elem_info *ei, const void *c_struct);
254 struct qmi_elem_info *ei, const void *c_struct);
257 const void *c_struct);
261 const void *c_struct);
264 struct qmi_elem_info *ei, void *c_struct);
267 struct qmi_elem_info *ei, void *c_struct);
/Linux-v5.4/drivers/soc/qcom/
Dqmi_interface.c308 struct qmi_elem_info *ei, void *c_struct) in qmi_txn_init() argument
318 txn->dest = c_struct; in qmi_txn_init()
735 struct qmi_elem_info *ei, const void *c_struct) in qmi_send_message() argument
745 c_struct); in qmi_send_message()
786 struct qmi_elem_info *ei, const void *c_struct) in qmi_send_request() argument
789 c_struct); in qmi_send_request()
807 struct qmi_elem_info *ei, const void *c_struct) in qmi_send_response() argument
810 c_struct); in qmi_send_response()
827 const void *c_struct) in qmi_send_indication() argument
838 c_struct); in qmi_send_indication()
Dqmi_encdec.c717 const void *c_struct) in qmi_encode_message() argument
725 if (!c_struct) { in qmi_encode_message()
739 if (c_struct) { in qmi_encode_message()
740 msglen = qmi_encode(ei, msg + sizeof(*hdr), c_struct, *len, 1); in qmi_encode_message()
770 struct qmi_elem_info *ei, void *c_struct) in qmi_decode_message() argument
775 if (!c_struct || !buf || !len) in qmi_decode_message()
778 return qmi_decode(ei, c_struct, buf + sizeof(struct qmi_header), in qmi_decode_message()
/Linux-v5.4/drivers/net/wireless/intel/ipw2x00/
Dipw2100.c766 packet->info.c_struct.cmd->host_command_reg = cmd->host_command; in ipw2100_hw_send_command()
767 packet->info.c_struct.cmd->host_command_reg1 = cmd->host_command1; in ipw2100_hw_send_command()
768 packet->info.c_struct.cmd->host_command_len_reg = in ipw2100_hw_send_command()
770 packet->info.c_struct.cmd->sequence = cmd->host_command_sequence; in ipw2100_hw_send_command()
772 memcpy(packet->info.c_struct.cmd->host_command_params_reg, in ipw2100_hw_send_command()
774 sizeof(packet->info.c_struct.cmd->host_command_params_reg)); in ipw2100_hw_send_command()
2955 if (packet->info.c_struct.cmd->host_command_reg < in __ipw2100_tx_process()
2958 command_types[packet->info.c_struct.cmd-> in __ipw2100_tx_process()
2960 packet->info.c_struct.cmd-> in __ipw2100_tx_process()
2962 packet->info.c_struct.cmd->cmd_status_reg); in __ipw2100_tx_process()
[all …]
Dipw2100.h319 } c_struct; member