Searched refs:port_action_handle (Results 1 – 2 of 2) sorted by relevance
1149 static int port_action_handle(struct vchiq_mmal_instance *instance, in port_action_handle() function1162 m.u.port_action_handle.component_handle = port->component->handle; in port_action_handle()1163 m.u.port_action_handle.port_handle = port->handle; in port_action_handle()1164 m.u.port_action_handle.action = action_type; in port_action_handle()1166 m.u.port_action_handle.connect_component_handle = in port_action_handle()1168 m.u.port_action_handle.connect_port_handle = connect_port_handle; in port_action_handle()1171 sizeof(m.u.port_action_handle), in port_action_handle()1526 ret = port_action_handle(instance, src, in vchiq_mmal_port_connect_tunnel()1571 ret = port_action_handle(instance, src, in vchiq_mmal_port_connect_tunnel()
388 struct mmal_msg_port_action_handle port_action_handle; member