Searched refs:c_struct (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/include/linux/soc/qcom/ |
D | qmi.h | 251 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-v4.19/drivers/soc/qcom/ |
D | qmi_interface.c | 308 struct qmi_elem_info *ei, void *c_struct) in qmi_txn_init() argument 318 txn->dest = c_struct; in qmi_txn_init() 738 struct qmi_elem_info *ei, const void *c_struct) in qmi_send_message() argument 748 c_struct); in qmi_send_message() 789 struct qmi_elem_info *ei, const void *c_struct) in qmi_send_request() argument 792 c_struct); in qmi_send_request() 810 struct qmi_elem_info *ei, const void *c_struct) in qmi_send_response() argument 813 c_struct); in qmi_send_response() 830 const void *c_struct) in qmi_send_indication() argument 841 c_struct); in qmi_send_indication()
|
D | qmi_encdec.c | 717 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-v4.19/drivers/net/wireless/intel/ipw2x00/ |
D | ipw2100.c | 780 packet->info.c_struct.cmd->host_command_reg = cmd->host_command; in ipw2100_hw_send_command() 781 packet->info.c_struct.cmd->host_command_reg1 = cmd->host_command1; in ipw2100_hw_send_command() 782 packet->info.c_struct.cmd->host_command_len_reg = in ipw2100_hw_send_command() 784 packet->info.c_struct.cmd->sequence = cmd->host_command_sequence; in ipw2100_hw_send_command() 786 memcpy(packet->info.c_struct.cmd->host_command_params_reg, in ipw2100_hw_send_command() 788 sizeof(packet->info.c_struct.cmd->host_command_params_reg)); in ipw2100_hw_send_command() 2969 if (packet->info.c_struct.cmd->host_command_reg < in __ipw2100_tx_process() 2972 command_types[packet->info.c_struct.cmd-> in __ipw2100_tx_process() 2974 packet->info.c_struct.cmd-> in __ipw2100_tx_process() 2976 packet->info.c_struct.cmd->cmd_status_reg); in __ipw2100_tx_process() [all …]
|
D | ipw2100.h | 333 } c_struct; member
|