Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/renesas/vsp1/
H A Dvsp1_uds.c141 UDS_PAD_SINK); in uds_enum_frame_size()
150 if (fse->pad == UDS_PAD_SINK) { in uds_enum_frame_size()
176 case UDS_PAD_SINK: in uds_try_format()
189 UDS_PAD_SINK); in uds_try_format()
226 if (fmt->pad == UDS_PAD_SINK) { in uds_set_format()
273 UDS_PAD_SINK); in uds_configure_stream()
343 UDS_PAD_SINK); in uds_max_width()
385 UDS_PAD_SINK); in uds_partition()
H A Dvsp1_uds.h19 #define UDS_PAD_SINK 0 macro