Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/common/siano/
Dsmsendian.c35 switch (msg->x_msg_header.msg_type) { in smsendian_handle_tx_message()
43 msg_words = (msg->x_msg_header.msg_length - in smsendian_handle_tx_message()
62 switch (msg->x_msg_header.msg_type) { in smsendian_handle_rx_message()
80 msg_words = (msg->x_msg_header.msg_length - in smsendian_handle_rx_message()
Dsmscoreapi.c801 SMS_INIT_MSG(&msg->x_msg_header, in smscore_init_ir()
808 msg->x_msg_header. msg_length, in smscore_init_ir()
843 mtu_msg.x_msg_header.msg_src_id = 0; in smscore_configure_board()
844 mtu_msg.x_msg_header.msg_dst_id = HIF_TASK; in smscore_configure_board()
845 mtu_msg.x_msg_header.msg_flags = 0; in smscore_configure_board()
846 mtu_msg.x_msg_header.msg_type = MSG_SMS_SET_MAX_TX_MSG_LEN_REQ; in smscore_configure_board()
847 mtu_msg.x_msg_header.msg_length = sizeof(mtu_msg); in smscore_configure_board()
858 SMS_INIT_MSG(&crys_msg.x_msg_header, in smscore_configure_board()
942 SMS_INIT_MSG(&msg->x_msg_header, MSG_SW_RELOAD_START_REQ, in smscore_load_firmware_family2()
945 msg->x_msg_header.msg_length, in smscore_load_firmware_family2()
[all …]
Dsmsdvb-main.c661 pid_msg.x_msg_header.msg_src_id = DVBT_BDA_CONTROL_MSG_ID; in smsdvb_start_feed()
662 pid_msg.x_msg_header.msg_dst_id = HIF_TASK; in smsdvb_start_feed()
663 pid_msg.x_msg_header.msg_flags = 0; in smsdvb_start_feed()
664 pid_msg.x_msg_header.msg_type = MSG_SMS_ADD_PID_FILTER_REQ; in smsdvb_start_feed()
665 pid_msg.x_msg_header.msg_length = sizeof(pid_msg); in smsdvb_start_feed()
683 pid_msg.x_msg_header.msg_src_id = DVBT_BDA_CONTROL_MSG_ID; in smsdvb_stop_feed()
684 pid_msg.x_msg_header.msg_dst_id = HIF_TASK; in smsdvb_stop_feed()
685 pid_msg.x_msg_header.msg_flags = 0; in smsdvb_stop_feed()
686 pid_msg.x_msg_header.msg_type = MSG_SMS_REMOVE_PID_FILTER_REQ; in smsdvb_stop_feed()
687 pid_msg.x_msg_header.msg_length = sizeof(pid_msg); in smsdvb_stop_feed()
Dsmscoreapi.h630 struct sms_msg_hdr x_msg_header; member
635 struct sms_msg_hdr x_msg_header; member
640 struct sms_msg_hdr x_msg_header; member
645 struct sms_msg_hdr x_msg_header; member
651 struct sms_msg_hdr x_msg_header; member