Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/staging/vc04_services/vchiq-mmal/
Dmmal-msg.h115 u32 component_handle; /* VideoCore handle for component */ member
123 u32 component_handle; member
132 u32 component_handle; member
141 u32 component_handle; member
150 u32 component_handle; /* component handle port is associated with */ member
158 u32 component_handle; /* component handle port is associated with */ member
171 u32 component_handle; member
183 u32 component_handle; /* component handle port is associated with */ member
196 u32 component_handle; member
204 u32 component_handle; member
[all …]
Dmmal-vchiq.c417 m.u.buffer_from_host.drvbuf.component_handle = port->component->handle; in buffer_from_host()
788 m.u.port_info_set.component_handle = port->component->handle; in port_info_set()
844 m.u.port_info_get.component_handle = port->component->handle; in port_info_get()
961 component->handle = rmsg->u.component_create_reply.component_handle; in create_component()
986 m.u.component_destroy.component_handle = component->handle; in destroy_component()
1019 m.u.component_enable.component_handle = component->handle; in enable_component()
1051 m.u.component_disable.component_handle = component->handle; in disable_component()
1117 m.u.port_action_port.component_handle = port->component->handle; in port_action_port()
1162 m.u.port_action_handle.component_handle = port->component->handle; in port_action_handle()
1207 m.u.port_parameter_set.component_handle = port->component->handle; in port_parameter_set()
[all …]