Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/vc04_services/bcm2835-camera/
Dmmal-msg.h111 u32 component_handle; /* VideoCore handle for component */ member
119 u32 component_handle; member
128 u32 component_handle; member
137 u32 component_handle; member
146 u32 component_handle; /* component handle port is associated with */ member
154 u32 component_handle; /* component handle port is associated with */ member
167 u32 component_handle; member
179 u32 component_handle; /* component handle port is associated with */ member
192 u32 component_handle; member
200 u32 component_handle; member
[all …]
Dmmal-vchiq.c393 m.u.buffer_from_host.drvbuf.component_handle = port->component->handle; in buffer_from_host()
764 m.u.port_info_set.component_handle = port->component->handle; in port_info_set()
820 m.u.port_info_get.component_handle = port->component->handle; in port_info_get()
937 component->handle = rmsg->u.component_create_reply.component_handle; in create_component()
962 m.u.component_destroy.component_handle = component->handle; in destroy_component()
995 m.u.component_enable.component_handle = component->handle; in enable_component()
1027 m.u.component_disable.component_handle = component->handle; in disable_component()
1093 m.u.port_action_port.component_handle = port->component->handle; in port_action_port()
1138 m.u.port_action_handle.component_handle = port->component->handle; in port_action_handle()
1183 m.u.port_parameter_set.component_handle = port->component->handle; in port_parameter_set()
[all …]