Home
last modified time | relevance | path

Searched refs:port_action_port (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/staging/vc04_services/vchiq-mmal/
H A Dmmal-vchiq.c1109 static int port_action_port(struct vchiq_mmal_instance *instance, in port_action_port() function
1119 m.u.port_action_port.component_handle = port->component->handle; in port_action_port()
1120 m.u.port_action_port.port_handle = port->handle; in port_action_port()
1121 m.u.port_action_port.action = action_type; in port_action_port()
1123 port_to_mmal_msg(port, &m.u.port_action_port.port); in port_action_port()
1126 sizeof(m.u.port_action_port), in port_action_port()
1311 ret = port_action_port(instance, port, in port_disable()
1359 ret = port_action_port(instance, port, in port_enable()
H A Dmmal-msg.h387 struct mmal_msg_port_action_port port_action_port; member