Home
last modified time | relevance | path

Searched defs:mmal_msg_port_info_get_reply (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/drivers/staging/vc04_services/vchiq-mmal/
Dmmal-msg.h156 struct mmal_msg_port_info_get_reply { struct
157 u32 status; /* enum mmal_msg_status */
158 u32 component_handle; /* component handle port is associated with */
159 u32 port_type; /* enum mmal_msg_port_type */
160 u32 port_index; /* port indexed in query */
161 s32 found; /* unused */
162 u32 port_handle; /* Handle to use for this port */
163 struct mmal_port port;
164 struct mmal_es_format format; /* elementary stream format */
165 union mmal_es_specific_format es; /* es type specific data */
[all …]