Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/vc04_services/bcm2835-camera/
Dmmal-msg.h361 struct mmal_msg_component_create_reply component_create_reply; member
Dmmal-vchiq.c932 ret = -rmsg->u.component_create_reply.status; in create_component()
937 component->handle = rmsg->u.component_create_reply.component_handle; in create_component()
938 component->inputs = rmsg->u.component_create_reply.input_num; in create_component()
939 component->outputs = rmsg->u.component_create_reply.output_num; in create_component()
940 component->clocks = rmsg->u.component_create_reply.clock_num; in create_component()