Searched +full:mipi +full:- +full:ccs (Results 1 – 11 of 11) sorted by relevance
| /linux/Documentation/driver-api/media/drivers/ccs/ |
| H A D | ccs.rst | 1 .. SPDX-License-Identifier: GPL-2.0-only OR BSD-3-Clause 5 .. _media-ccs-driver: 7 MIPI CCS camera sensor driver 10 The MIPI CCS camera sensor driver is a generic driver for `MIPI CCS 11 <https://www.mipi.org/specifications/camera-command-set>`_ compliant 14 Also see :ref:`the CCS driver UAPI documentation <media-ccs-uapi>`. 16 CCS static data 17 --------------- 19 The MIPI CCS driver supports CCS static data for all compliant devices, 20 including not just those compliant with CCS 1.1 but also CCS 1.0 and SMIA(++). [all …]
|
| /linux/Documentation/userspace-api/media/drivers/ |
| H A D | ccs.rst | 1 .. SPDX-License-Identifier: GPL-2.0-only 5 .. _media-ccs-uapi: 7 MIPI CCS camera sensor driver 10 The MIPI CCS camera sensor driver is a generic driver for `MIPI CCS 11 <https://www.mipi.org/specifications/camera-command-set>`_ compliant 12 camera sensors. It exposes three sub-devices representing the pixel array, 18 Also see :ref:`the CCS driver kernel documentation <media-ccs-driver>`. 20 Pixel Array sub-device 21 ---------------------- 23 The pixel array sub-device represents the camera sensor's pixel matrix, as well [all …]
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | metafmt-generic.rst | 1 .. SPDX-License-Identifier: GPL-2.0 OR GFDL-1.1-no-invariants-or-later 9 Generic line-based metadata formats 15 These generic line-based metadata formats define the memory layout of the data 18 .. _v4l2-meta-fmt-generic-8: 21 ----------------------- 23 The V4L2_META_FMT_GENERIC_8 format is a plain 8-bit metadata format. This format 24 is used on CSI-2 for 8 bits per :term:`Data Unit`. 27 packed into one 16-bit Data Unit. Otherwise the 16 bits per pixel dataformat is 28 :ref:`V4L2_META_FMT_GENERIC_CSI2_16 <v4l2-meta-fmt-generic-csi2-16>`. 35 .. flat-table:: Sample 4x2 Metadata Frame [all …]
|
| /linux/drivers/media/i2c/ccs/ |
| H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 3 tristate "MIPI CCS/SMIA++/SMIA sensor support" 8 This is a generic driver for MIPI CCS, SMIA++ and SMIA compliant
|
| H A D | ccs-reg-access.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 3 * include/media/ccs/ccs-reg-access.h 5 * Generic driver for MIPI CCS/SMIA/SMIA++ compliant camera sensors 8 * Copyright (C) 2011--2012 Nokia Corporation 18 #include "ccs-regs.h"
|
| H A D | ccs-quirk.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 3 * drivers/media/i2c/ccs/ccs-quirk.h 5 * Generic driver for MIPI CCS/SMIA/SMIA++ compliant camera sensors 8 * Copyright (C) 2011--2012 Nokia Corporation 18 * struct ccs_quirk - quirks for sensors that deviate from SMIA++ standard 20 * @limits: Replace sensor->limits with values which can't be read from 31 * -write: Is this read (false) or write (true) access? 32 * -reg: Pointer to the register to access 33 * -val: Register value, set by the caller on write, or 35 * -return: 0 on success, -ENOIOCTLCMD if no register [all …]
|
| H A D | ccs-core.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * drivers/media/i2c/ccs/ccs-core.c 5 * Generic driver for MIPI CCS/SMIA/SMIA++ compliant camera sensors 8 * Copyright (C) 2010- [all...] |
| H A D | smiapp-reg-defs.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 3 * drivers/media/i2c/smiapp/smiapp-reg-defs.h 5 * Generic driver for MIPI CCS/SMIA/SMIA++ compliant camera sensors 8 * Copyright (C) 2011--2012 Nokia Corporation 16 #include <media/v4l2-cci.h>
|
| /linux/drivers/gpu/drm/i915/display/ |
| H A D | intel_display_types.h | 3 * Copyright (c) 2007-2008 Intel Corporation 70 /* these are outputs from the chip - integrated only 88 HDMI_AUDIO_OFF_DVI = -2, /* no aux data for HDMI-DVI converter */ 104 * create the DMA scatter-gather list for each FB color plane. This sg 116 * in the rotated and remapped GTT view all no-CCS formats (up to 2 224 * state. This must be called _after_ display->get_pipe_config has 225 * pre-filled the pipe config. Note that intel_encoder->base.crtc must 376 /* MIPI DSI */ 480 * When it rolls over re-auth has to be triggered. 488 * over re-Auth has to be triggered. [all …]
|
| H A D | intel_display.c | 2 * Copyright © 2006-2007 Intel Corporation 27 #include <linux/dma-resv.h> 147 return (crtc_state->active_planes & in is_hdr_mode() 183 return crtc_state->master_transcoder != INVALID_TRANSCODER; in is_trans_port_sync_slave() 189 return crtc_state->sync_mode_slaves_mask != 0; in is_trans_port_sync_master() 201 return ffs(crtc_state->joiner_pipes) - 1; in joiner_primary_pipe() 210 return hweight8(crtc_state->joiner_pipes) >= 2; in is_bigjoiner() 218 return crtc_state->joiner_pipes & (0b01010101 << joiner_primary_pipe(crtc_state)); in bigjoiner_primary_pipes() 226 return crtc_state->joiner_pipes & (0b10101010 << joiner_primary_pipe(crtc_state)); in bigjoiner_secondary_pipes() 231 struct intel_crtc *crtc = to_intel_crtc(crtc_state->uapi.crtc); in intel_crtc_is_bigjoiner_primary() [all …]
|
| /linux/ |
| H A D | MAINTAINERS | 5 --------------------------------------------------- 21 W: *Web-page* with status/info 23 B: URI for where to file *bugs*. A web-page with detailed bug 28 patches to the given subsystem. This is either an in-tree file, 29 or a URI. See Documentation/maintainer/maintainer-entry-profile.rst 46 N: [^a-z]tegra all files whose path contains tegra 64 ---------------- 83 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS) 85 L: linux-scsi@vger.kernel.org 88 F: drivers/scsi/3w-* [all …]
|