Home
last modified time | relevance | path

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

/Linux-v6.1/include/media/
Dv4l2-subdev.h1433 #define v4l2_subdev_call_state_active(sd, o, f, args...) \ macro
/Linux-v6.1/drivers/media/v4l2-core/
Dv4l2-subdev.c922 return v4l2_subdev_call_state_active(sd, pad, get_fmt, fmt); in v4l2_subdev_link_validate_get_format()
/Linux-v6.1/Documentation/driver-api/media/
Dv4l2-subdev.rst560 operation through the :c:func:`v4l2_subdev_call_state_active()` macro.