Lines Matching refs:msg
712 struct sms_msg_hdr msg; in smsdvb_send_statistics_request() local
720 msg.msg_src_id = DVBT_BDA_CONTROL_MSG_ID; in smsdvb_send_statistics_request()
721 msg.msg_dst_id = HIF_TASK; in smsdvb_send_statistics_request()
722 msg.msg_flags = 0; in smsdvb_send_statistics_request()
723 msg.msg_length = sizeof(msg); in smsdvb_send_statistics_request()
732 msg.msg_type = MSG_SMS_GET_STATISTICS_EX_REQ; in smsdvb_send_statistics_request()
734 msg.msg_type = MSG_SMS_GET_STATISTICS_REQ; in smsdvb_send_statistics_request()
737 msg.msg_type = MSG_SMS_GET_STATISTICS_REQ; in smsdvb_send_statistics_request()
740 rc = smsdvb_sendrequest_and_wait(client, &msg, sizeof(msg), in smsdvb_send_statistics_request()
863 struct sms_msg_hdr msg; in smsdvb_dvbt_set_frontend() member
865 } msg; in smsdvb_dvbt_set_frontend() local
874 msg.msg.msg_src_id = DVBT_BDA_CONTROL_MSG_ID; in smsdvb_dvbt_set_frontend()
875 msg.msg.msg_dst_id = HIF_TASK; in smsdvb_dvbt_set_frontend()
876 msg.msg.msg_flags = 0; in smsdvb_dvbt_set_frontend()
877 msg.msg.msg_type = MSG_SMS_RF_TUNE_REQ; in smsdvb_dvbt_set_frontend()
878 msg.msg.msg_length = sizeof(msg); in smsdvb_dvbt_set_frontend()
879 msg.Data[0] = c->frequency; in smsdvb_dvbt_set_frontend()
880 msg.Data[2] = 12000000; in smsdvb_dvbt_set_frontend()
887 msg.Data[1] = BW_8_MHZ; in smsdvb_dvbt_set_frontend()
890 msg.Data[1] = BW_7_MHZ; in smsdvb_dvbt_set_frontend()
893 msg.Data[1] = BW_6_MHZ; in smsdvb_dvbt_set_frontend()
906 ret = smsdvb_sendrequest_and_wait(client, &msg, sizeof(msg), in smsdvb_dvbt_set_frontend()
918 return smsdvb_sendrequest_and_wait(client, &msg, sizeof(msg), in smsdvb_dvbt_set_frontend()
933 struct sms_msg_hdr msg; in smsdvb_isdbt_set_frontend() member
935 } msg; in smsdvb_isdbt_set_frontend() local
939 msg.msg.msg_src_id = DVBT_BDA_CONTROL_MSG_ID; in smsdvb_isdbt_set_frontend()
940 msg.msg.msg_dst_id = HIF_TASK; in smsdvb_isdbt_set_frontend()
941 msg.msg.msg_flags = 0; in smsdvb_isdbt_set_frontend()
942 msg.msg.msg_type = MSG_SMS_ISDBT_TUNE_REQ; in smsdvb_isdbt_set_frontend()
943 msg.msg.msg_length = sizeof(msg); in smsdvb_isdbt_set_frontend()
951 msg.Data[0] = c->frequency; in smsdvb_isdbt_set_frontend()
952 msg.Data[1] = BW_ISDBT_1SEG; in smsdvb_isdbt_set_frontend()
953 msg.Data[2] = 12000000; in smsdvb_isdbt_set_frontend()
954 msg.Data[3] = c->isdbt_sb_segment_idx; in smsdvb_isdbt_set_frontend()
959 msg.Data[1] = BW_ISDBT_13SEG; in smsdvb_isdbt_set_frontend()
961 msg.Data[1] = BW_ISDBT_3SEG; in smsdvb_isdbt_set_frontend()
963 msg.Data[1] = BW_ISDBT_13SEG; in smsdvb_isdbt_set_frontend()
977 ret = smsdvb_sendrequest_and_wait(client, &msg, sizeof(msg), in smsdvb_isdbt_set_frontend()
988 return smsdvb_sendrequest_and_wait(client, &msg, sizeof(msg), in smsdvb_isdbt_set_frontend()