Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/vc04_services/bcm2835-camera/
Dmmal-vchiq.c798 ret = -rmsg->u.port_info_get_reply.status; in port_info_set()
837 ret = -rmsg->u.port_info_get_reply.status; in port_info_get()
841 if (rmsg->u.port_info_get_reply.port.is_enabled == 0) in port_info_get()
847 port->handle = rmsg->u.port_info_get_reply.port_handle; in port_info_get()
852 port->type = rmsg->u.port_info_get_reply.port_type; in port_info_get()
853 port->index = rmsg->u.port_info_get_reply.port_index; in port_info_get()
856 rmsg->u.port_info_get_reply.port.buffer_num_min; in port_info_get()
858 rmsg->u.port_info_get_reply.port.buffer_size_min; in port_info_get()
860 rmsg->u.port_info_get_reply.port.buffer_alignment_min; in port_info_get()
863 rmsg->u.port_info_get_reply.port.buffer_alignment_min; in port_info_get()
[all …]
Dmmal-msg.h373 struct mmal_msg_port_info_get_reply port_info_get_reply; member