Searched refs:port_action_port (Results 1 – 2 of 2) sorted by relevance
1107 static int port_action_port(struct vchiq_mmal_instance *instance, in port_action_port() function1117 m.u.port_action_port.component_handle = port->component->handle; in port_action_port()1118 m.u.port_action_port.port_handle = port->handle; in port_action_port()1119 m.u.port_action_port.action = action_type; in port_action_port()1121 port_to_mmal_msg(port, &m.u.port_action_port.port); in port_action_port()1124 sizeof(m.u.port_action_port), in port_action_port()1309 ret = port_action_port(instance, port, in port_disable()1357 ret = port_action_port(instance, port, in port_enable()
387 struct mmal_msg_port_action_port port_action_port; member