Searched refs:c_struct (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/include/linux/soc/qcom/ |
D | qmi.h | 252 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-6.1.9/drivers/soc/qcom/ |
D | qmi_interface.c | 308 const struct qmi_elem_info *ei, void *c_struct) in qmi_txn_init() argument 318 txn->dest = c_struct; in qmi_txn_init() 740 const void *c_struct) in qmi_send_message() argument 750 c_struct); in qmi_send_message() 791 const struct qmi_elem_info *ei, const void *c_struct) in qmi_send_request() argument 794 c_struct); in qmi_send_request() 812 const struct qmi_elem_info *ei, const void *c_struct) in qmi_send_response() argument 815 c_struct); in qmi_send_response() 833 const void *c_struct) in qmi_send_indication() argument 844 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 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()
|
/linux-6.1.9/drivers/net/wireless/intel/ipw2x00/ |
D | ipw2100.c | 765 packet->info.c_struct.cmd->host_command_reg = cmd->host_command; in ipw2100_hw_send_command() 766 packet->info.c_struct.cmd->host_command_reg1 = cmd->host_command1; in ipw2100_hw_send_command() 767 packet->info.c_struct.cmd->host_command_len_reg = in ipw2100_hw_send_command() 769 packet->info.c_struct.cmd->sequence = cmd->host_command_sequence; in ipw2100_hw_send_command() 771 memcpy(packet->info.c_struct.cmd->host_command_params_reg, in ipw2100_hw_send_command() 773 sizeof(packet->info.c_struct.cmd->host_command_params_reg)); in ipw2100_hw_send_command() 2954 if (packet->info.c_struct.cmd->host_command_reg < in __ipw2100_tx_process() 2957 command_types[packet->info.c_struct.cmd-> in __ipw2100_tx_process() 2959 packet->info.c_struct.cmd-> in __ipw2100_tx_process() 2961 packet->info.c_struct.cmd->cmd_status_reg); in __ipw2100_tx_process() [all …]
|
D | ipw2100.h | 319 } c_struct; member
|