Home
last modified time | relevance | path

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

/drivers/soc/qcom/
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()
A Dqmi_encdec.c747 const void *c_struct) in qmi_encode_message() argument
755 if (!c_struct) { in qmi_encode_message()
769 if (c_struct) { in qmi_encode_message()
770 msglen = qmi_encode(ei, msg + sizeof(*hdr), c_struct, *len, 1); in qmi_encode_message()
800 const struct qmi_elem_info *ei, void *c_struct) in qmi_decode_message() argument
805 if (!c_struct || !buf || !len) in qmi_decode_message()
808 return qmi_decode(ei, c_struct, buf + sizeof(struct qmi_header), in qmi_decode_message()
/drivers/net/wireless/intel/ipw2x00/
A Dipw2100.c751 packet->info.c_struct.cmd->host_command_len_reg = in ipw2100_hw_send_command()
2938 if (packet->info.c_struct.cmd->host_command_reg < in __ipw2100_tx_process()
2941 command_types[packet->info.c_struct.cmd-> in __ipw2100_tx_process()
2943 packet->info.c_struct.cmd-> in __ipw2100_tx_process()
3015 tbd->host_addr = packet->info.c_struct.cmd_phys; in ipw2100_tx_send_commands()
3435 priv->msg_buffers[i].info.c_struct.cmd = in ipw2100_msg_allocate()
3437 priv->msg_buffers[i].info.c_struct.cmd_phys = p; in ipw2100_msg_allocate()
3446 priv->msg_buffers[j].info.c_struct.cmd, in ipw2100_msg_allocate()
3447 priv->msg_buffers[j].info.c_struct.cmd_phys); in ipw2100_msg_allocate()
3480 priv->msg_buffers[i].info.c_struct.cmd, in ipw2100_msg_free()
[all …]
A Dipw2100.h319 } c_struct; member

Completed in 24 milliseconds