Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/staging/vc04_services/vchiq-mmal/
Dmmal-vchiq.c822 ret = -rmsg->u.port_info_get_reply.status; in port_info_set()
861 ret = -rmsg->u.port_info_get_reply.status; in port_info_get()
865 if (rmsg->u.port_info_get_reply.port.is_enabled == 0) in port_info_get()
871 port->handle = rmsg->u.port_info_get_reply.port_handle; in port_info_get()
876 port->type = rmsg->u.port_info_get_reply.port_type; in port_info_get()
877 port->index = rmsg->u.port_info_get_reply.port_index; in port_info_get()
880 rmsg->u.port_info_get_reply.port.buffer_num_min; in port_info_get()
882 rmsg->u.port_info_get_reply.port.buffer_size_min; in port_info_get()
884 rmsg->u.port_info_get_reply.port.buffer_alignment_min; in port_info_get()
887 rmsg->u.port_info_get_reply.port.buffer_alignment_min; in port_info_get()
[all …]
Dmmal-msg.h382 struct mmal_msg_port_info_get_reply port_info_get_reply; member