Searched refs:port_action_handle (Results 1 – 2 of 2) sorted by relevance
1139 static int port_action_handle(struct vchiq_mmal_instance *instance, in port_action_handle() function1152 m.u.port_action_handle.component_handle = port->component->handle; in port_action_handle()1153 m.u.port_action_handle.port_handle = port->handle; in port_action_handle()1154 m.u.port_action_handle.action = action_type; in port_action_handle()1156 m.u.port_action_handle.connect_component_handle = in port_action_handle()1158 m.u.port_action_handle.connect_port_handle = connect_port_handle; in port_action_handle()1161 sizeof(m.u.port_action_handle), in port_action_handle()1506 ret = port_action_handle(instance, src, in vchiq_mmal_port_connect_tunnel()1551 ret = port_action_handle(instance, src, in vchiq_mmal_port_connect_tunnel()
388 struct mmal_msg_port_action_handle port_action_handle; member