Lines Matching full:camera
5 Writing camera sensor drivers
9 userspace API implementation in camera sensor drivers, please see
20 Camera sensors have an internal clock tree including a PLL and a number of
56 Camera sensors are used in conjunction with other devices to form a camera
60 Camera sensor drivers are responsible for controlling the power state of the
79 At system suspend time, the whole camera pipeline must stop streaming, and
81 camera sensor and the rest of the camera pipeline. Bridge drivers are
82 responsible for this coordination, and instruct camera sensors to stop and
84 (``.enable_streams()`` or ``.disable_streams()``). Camera sensor drivers shall
89 Camera sensor drivers shall **not** implement the subdev ``.s_power()``
96 Please also see :ref:`examples <media-camera-sensor-examples>`.
120 .. _media-camera-sensor-examples: