Home
last modified time | relevance | path

Searched refs:V4L2_MBUS_FIELD_EVEN_HIGH (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/media/
H A Dv4l2-mediabus.h61 #define V4L2_MBUS_FIELD_EVEN_HIGH BIT(11) macro
/openbmc/linux/drivers/media/v4l2-core/
H A Dv4l2-fwnode.c262 V4L2_MBUS_FIELD_EVEN_HIGH | \
294 flags &= ~(V4L2_MBUS_FIELD_EVEN_HIGH | in v4l2_fwnode_endpoint_parse_parallel_bus()
296 flags |= v ? V4L2_MBUS_FIELD_EVEN_HIGH : in v4l2_fwnode_endpoint_parse_parallel_bus()
/openbmc/linux/drivers/media/i2c/
H A Dtvp7002.c918 if (flags & V4L2_MBUS_FIELD_EVEN_HIGH) in tvp7002_get_pdata()