Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/media/common/siano/
Dsmscoreapi.c795 SMS_INIT_MSG(&msg->x_msg_header, in smscore_init_ir()
802 msg->x_msg_header. msg_length, in smscore_init_ir()
837 mtu_msg.x_msg_header.msg_src_id = 0; in smscore_configure_board()
838 mtu_msg.x_msg_header.msg_dst_id = HIF_TASK; in smscore_configure_board()
839 mtu_msg.x_msg_header.msg_flags = 0; in smscore_configure_board()
840 mtu_msg.x_msg_header.msg_type = MSG_SMS_SET_MAX_TX_MSG_LEN_REQ; in smscore_configure_board()
841 mtu_msg.x_msg_header.msg_length = sizeof(mtu_msg); in smscore_configure_board()
852 SMS_INIT_MSG(&crys_msg.x_msg_header, in smscore_configure_board()
936 SMS_INIT_MSG(&msg->x_msg_header, MSG_SW_RELOAD_START_REQ, in smscore_load_firmware_family2()
939 msg->x_msg_header.msg_length, in smscore_load_firmware_family2()
[all …]
Dsmsendian.c24 switch (msg->x_msg_header.msg_type) { in smsendian_handle_tx_message()
32 msg_words = (msg->x_msg_header.msg_length - in smsendian_handle_tx_message()
51 switch (msg->x_msg_header.msg_type) { in smsendian_handle_rx_message()
69 msg_words = (msg->x_msg_header.msg_length - in smsendian_handle_rx_message()
Dsmsdvb-main.c687 pid_msg.x_msg_header.msg_src_id = DVBT_BDA_CONTROL_MSG_ID; in smsdvb_start_feed()
688 pid_msg.x_msg_header.msg_dst_id = HIF_TASK; in smsdvb_start_feed()
689 pid_msg.x_msg_header.msg_flags = 0; in smsdvb_start_feed()
690 pid_msg.x_msg_header.msg_type = MSG_SMS_ADD_PID_FILTER_REQ; in smsdvb_start_feed()
691 pid_msg.x_msg_header.msg_length = sizeof(pid_msg); in smsdvb_start_feed()
709 pid_msg.x_msg_header.msg_src_id = DVBT_BDA_CONTROL_MSG_ID; in smsdvb_stop_feed()
710 pid_msg.x_msg_header.msg_dst_id = HIF_TASK; in smsdvb_stop_feed()
711 pid_msg.x_msg_header.msg_flags = 0; in smsdvb_stop_feed()
712 pid_msg.x_msg_header.msg_type = MSG_SMS_REMOVE_PID_FILTER_REQ; in smsdvb_stop_feed()
713 pid_msg.x_msg_header.msg_length = sizeof(pid_msg); in smsdvb_stop_feed()
Dsmscoreapi.h618 struct sms_msg_hdr x_msg_header; member
623 struct sms_msg_hdr x_msg_header; member
628 struct sms_msg_hdr x_msg_header; member
633 struct sms_msg_hdr x_msg_header; member
639 struct sms_msg_hdr x_msg_header; member