Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/common/siano/
H A Dsmscoreapi.c838 mtu_msg.x_msg_header.msg_dst_id = HIF_TASK; in smscore_configure_board()
1502 phdr->msg_dst_id = DVBT_BDA_CONTROL_MSG_ID; in smscore_onresponse()
1506 client = smscore_find_client(coredev, phdr->msg_type, phdr->msg_dst_id); in smscore_onresponse()
1827 msg.hdr.msg_dst_id = HIF_TASK; in smscore_configure_gpio()
1874 msg.hdr.msg_dst_id = HIF_TASK; in smscore_set_gpio()
1971 p_msg->x_msg_header.msg_dst_id = HIF_TASK; in smscore_gpio_configure()
2043 p_msg->x_msg_header.msg_dst_id = HIF_TASK; in smscore_gpio_set_level()
2091 p_msg->x_msg_header.msg_dst_id = HIF_TASK; in smscore_gpio_get_level()
H A Dsmsdvb-main.c688 pid_msg.x_msg_header.msg_dst_id = HIF_TASK; in smsdvb_start_feed()
710 pid_msg.x_msg_header.msg_dst_id = HIF_TASK; in smsdvb_stop_feed()
747 msg.msg_dst_id = HIF_TASK; in smsdvb_send_statistics_request()
901 msg.msg.msg_dst_id = HIF_TASK; in smsdvb_dvbt_set_frontend()
966 msg.msg.msg_dst_id = HIF_TASK; in smsdvb_isdbt_set_frontend()
H A Dsmscoreapi.h574 (ptr)->msg_dst_id = dst; \
612 u8 msg_dst_id; member