Home
last modified time | relevance | path

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

/linux-6.1.9/include/media/ !
Dv4l2-subdev.h1433 #define v4l2_subdev_call_state_active(sd, o, f, args...) \ macro
/linux-6.1.9/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-6.1.9/Documentation/driver-api/media/ !
Dv4l2-subdev.rst560 operation through the :c:func:`v4l2_subdev_call_state_active()` macro.