Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/common/siano/
H A Dsmsdvb-main.c680 struct sms_msg_data pid_msg; in smsdvb_start_feed() local
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()
691 pid_msg.x_msg_header.msg_length = sizeof(pid_msg); in smsdvb_start_feed()
692 pid_msg.msg_data[0] = feed->pid; in smsdvb_start_feed()
695 &pid_msg, sizeof(pid_msg)); in smsdvb_start_feed()
702 struct sms_msg_data pid_msg; in smsdvb_stop_feed() local
711 pid_msg.x_msg_header.msg_flags = 0; in smsdvb_stop_feed()
713 pid_msg.x_msg_header.msg_length = sizeof(pid_msg); in smsdvb_stop_feed()
714 pid_msg.msg_data[0] = feed->pid; in smsdvb_stop_feed()
[all …]