Searched refs:port_action_handle (Results 1 – 2 of 2) sorted by relevance
1125 static int port_action_handle(struct vchiq_mmal_instance *instance, in port_action_handle() function1138 m.u.port_action_handle.component_handle = port->component->handle; in port_action_handle()1139 m.u.port_action_handle.port_handle = port->handle; in port_action_handle()1140 m.u.port_action_handle.action = action_type; in port_action_handle()1142 m.u.port_action_handle.connect_component_handle = in port_action_handle()1144 m.u.port_action_handle.connect_port_handle = connect_port_handle; in port_action_handle()1147 sizeof(m.u.port_action_handle), in port_action_handle()1501 ret = port_action_handle(instance, src, in vchiq_mmal_port_connect_tunnel()1546 ret = port_action_handle(instance, src, in vchiq_mmal_port_connect_tunnel()
379 struct mmal_msg_port_action_handle port_action_handle; member