Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/platform/vsp1/
Dvsp1_uds.c129 input = &uds->entity.formats[UDS_PAD_SINK]; in uds_s_stream()
181 if (code->pad == UDS_PAD_SINK) { in uds_enum_mbus_code()
196 UDS_PAD_SINK, code->which); in uds_enum_mbus_code()
211 UDS_PAD_SINK, fse->which); in uds_enum_frame_size()
216 if (fse->pad == UDS_PAD_SINK) { in uds_enum_frame_size()
251 case UDS_PAD_SINK: in uds_try_format()
264 UDS_PAD_SINK, which); in uds_try_format()
290 if (fmt->pad == UDS_PAD_SINK) { in uds_set_format()
Dvsp1_uds.h23 #define UDS_PAD_SINK 0 macro