Home
last modified time | relevance | path

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

/openbmc/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);
/openbmc/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()
H A 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 const 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()
/openbmc/linux/drivers/net/wireless/intel/ipw2x00/
H A Dipw2100.c754 packet->info.c_struct.cmd->host_command_reg = cmd->host_command; in ipw2100_hw_send_command()
755 packet->info.c_struct.cmd->host_command_reg1 = cmd->host_command1; in ipw2100_hw_send_command()
756 packet->info.c_struct.cmd->host_command_len_reg = in ipw2100_hw_send_command()
758 packet->info.c_struct.cmd->sequence = cmd->host_command_sequence; in ipw2100_hw_send_command()
760 memcpy(packet->info.c_struct.cmd->host_command_params_reg, in ipw2100_hw_send_command()
762 sizeof(packet->info.c_struct.cmd->host_command_params_reg)); in ipw2100_hw_send_command()
2943 if (packet->info.c_struct.cmd->host_command_reg < in __ipw2100_tx_process()
2946 command_types[packet->info.c_struct.cmd-> in __ipw2100_tx_process()
2948 packet->info.c_struct.cmd-> in __ipw2100_tx_process()
2950 packet->info.c_struct.cmd->cmd_status_reg); in __ipw2100_tx_process()
[all …]
H A Dipw2100.h319 } c_struct; member