Lines Matching defs:pid_msg
680 struct sms_msg_data pid_msg;
687 pid_msg.x_msg_header.msg_src_id = DVBT_BDA_CONTROL_MSG_ID;
688 pid_msg.x_msg_header.msg_dst_id = HIF_TASK;
689 pid_msg.x_msg_header.msg_flags = 0;
690 pid_msg.x_msg_header.msg_type = MSG_SMS_ADD_PID_FILTER_REQ;
691 pid_msg.x_msg_header.msg_length = sizeof(pid_msg);
692 pid_msg.msg_data[0] = feed->pid;
695 &pid_msg, sizeof(pid_msg));
702 struct sms_msg_data pid_msg;
709 pid_msg.x_msg_header.msg_src_id = DVBT_BDA_CONTROL_MSG_ID;
710 pid_msg.x_msg_header.msg_dst_id = HIF_TASK;
711 pid_msg.x_msg_header.msg_flags = 0;
712 pid_msg.x_msg_header.msg_type = MSG_SMS_REMOVE_PID_FILTER_REQ;
713 pid_msg.x_msg_header.msg_length = sizeof(pid_msg);
714 pid_msg.msg_data[0] = feed->pid;
717 &pid_msg, sizeof(pid_msg));