Lines Matching defs:pid_msg
644 struct sms_msg_data pid_msg;
651 pid_msg.x_msg_header.msg_src_id = DVBT_BDA_CONTROL_MSG_ID;
652 pid_msg.x_msg_header.msg_dst_id = HIF_TASK;
653 pid_msg.x_msg_header.msg_flags = 0;
654 pid_msg.x_msg_header.msg_type = MSG_SMS_ADD_PID_FILTER_REQ;
655 pid_msg.x_msg_header.msg_length = sizeof(pid_msg);
656 pid_msg.msg_data[0] = feed->pid;
659 &pid_msg, sizeof(pid_msg));
666 struct sms_msg_data pid_msg;
673 pid_msg.x_msg_header.msg_src_id = DVBT_BDA_CONTROL_MSG_ID;
674 pid_msg.x_msg_header.msg_dst_id = HIF_TASK;
675 pid_msg.x_msg_header.msg_flags = 0;
676 pid_msg.x_msg_header.msg_type = MSG_SMS_REMOVE_PID_FILTER_REQ;
677 pid_msg.x_msg_header.msg_length = sizeof(pid_msg);
678 pid_msg.msg_data[0] = feed->pid;
681 &pid_msg, sizeof(pid_msg));