Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/vc04_services/bcm2835-camera/
Dmmal-vchiq.c1083 static int port_action_port(struct vchiq_mmal_instance *instance, in port_action_port() function
1093 m.u.port_action_port.component_handle = port->component->handle; in port_action_port()
1094 m.u.port_action_port.port_handle = port->handle; in port_action_port()
1095 m.u.port_action_port.action = action_type; in port_action_port()
1097 port_to_mmal_msg(port, &m.u.port_action_port.port); in port_action_port()
1100 sizeof(m.u.port_action_port), in port_action_port()
1282 ret = port_action_port(instance, port, in port_disable()
1337 ret = port_action_port(instance, port, in port_enable()
Dmmal-msg.h378 struct mmal_msg_port_action_port port_action_port; member