Home
last modified time | relevance | path

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

/linux/drivers/staging/vc04_services/vchiq-mmal/
H A Dmmal-msg.h370 struct mmal_msg_component_create_reply component_create_reply; member
H A Dmmal-vchiq.c958 ret = -rmsg->u.component_create_reply.status; in create_component()
963 component->handle = rmsg->u.component_create_reply.component_handle; in create_component()
964 component->inputs = rmsg->u.component_create_reply.input_num; in create_component()
965 component->outputs = rmsg->u.component_create_reply.output_num; in create_component()
966 component->clocks = rmsg->u.component_create_reply.clock_num; in create_component()