Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/vc04_services/bcm2835-camera/
Dmmal-vchiq.c1097 static int port_action_port(struct vchiq_mmal_instance *instance, in port_action_port() function
1107 m.u.port_action_port.component_handle = port->component->handle; in port_action_port()
1108 m.u.port_action_port.port_handle = port->handle; in port_action_port()
1109 m.u.port_action_port.action = action_type; in port_action_port()
1111 port_to_mmal_msg(port, &m.u.port_action_port.port); in port_action_port()
1114 sizeof(m.u.port_action_port), in port_action_port()
1297 ret = port_action_port(instance, port, in port_disable()
1342 ret = port_action_port(instance, port, in port_enable()
Dmmal-msg.h387 struct mmal_msg_port_action_port port_action_port; member