Home
last modified time | relevance | path

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

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