| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/media/i2c/ |
| D | aptina,mt9p031.yaml | 14 with an active array size of 2592H x 1944V. It is programmable through a 32 description: Digital supply voltage, 1.8 V 35 description: I/O supply voltage, 1.8 or 2.8 V 38 description: Analog supply voltage, 2.8 V
|
| D | sony,imx335.yaml | 16 array size of 2592H x 1944V. It is programmable through I2C interface. The
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/media/i2c/ |
| D | mt9p031.txt | 4 an active array size of 2592H x 1944V. It is programmable through a simple
|
| D | ov5645.txt | 4 an active array size of 2592H x 1944V. It is programmable through a serial I2C
|
| /kernel/linux/linux-5.10/drivers/media/platform/atmel/ |
| D | atmel-isc.h | 14 #define ISC_MAX_SUPPORT_HEIGHT 1944 34 #define to_isc_clk(v) container_of(v, struct isc_clk, hw) argument
|
| /kernel/linux/linux-6.6/drivers/media/i2c/ |
| D | ov5640.c | 38 #define OV5640_PIXEL_ARRAY_HEIGHT 1944 354 "DOVDD", /* Digital I/O (1.8V) supply */ 355 "AVDD", /* Analog (2.8V) supply */ 356 "DVDD", /* Digital Core (1.5V) supply */ 706 .height = 1944, 751 .height = 1944, 796 .height = 1944, 841 .height = 1944, 886 .height = 1944, 930 .height = 1944, [all …]
|
| D | ov5648.c | 64 #define OV5648_MIPI_SC_CTRL0_MIPI_LANES(v) (((v) << 5) & GENMASK(7, 5)) argument 76 #define OV5648_PLL_CTRL0_PLL_CHARGE_PUMP(v) (((v) << 4) & GENMASK(6, 4)) argument 77 #define OV5648_PLL_CTRL0_BITS(v) ((v) & GENMASK(3, 0)) argument 79 #define OV5648_PLL_CTRL1_SYS_DIV(v) (((v) << 4) & GENMASK(7, 4)) argument 80 #define OV5648_PLL_CTRL1_MIPI_DIV(v) ((v) & GENMASK(3, 0)) argument 82 #define OV5648_PLL_MUL(v) ((v) & GENMASK(7, 0)) argument 84 #define OV5648_PLL_DIV_ROOT_DIV(v) ((((v) - 1) << 4) & BIT(4)) argument 85 #define OV5648_PLL_DIV_PLL_PRE_DIV(v) ((v) & GENMASK(3, 0)) argument 91 #define OV5648_PLLS_MUL(v) ((v) & GENMASK(4, 0)) argument 93 #define OV5648_PLLS_CTRL_PLL_CHARGE_PUMP(v) (((v) << 4) & GENMASK(6, 4)) argument [all …]
|
| D | ar0521.c | 39 #define AR0521_HEIGHT_MAX 1944u 88 "vdd_io", /* I/O (1.8V) supply */ 89 "vdd", /* Core, PLL and MIPI (1.2V) supply */ 90 "vaa", /* Analog (2.7V) supply */ 151 static u32 div64_round(u64 v, u32 d) in div64_round() argument 153 return div_u64(v + (d >> 1), d); in div64_round() 156 static u32 div64_round_up(u64 v, u32 d) in div64_round_up() argument 158 return div_u64(v + d - 1, d); in div64_round_up()
|
| D | ov5645.c | 64 "vdddo", /* Digital I/O (1.8V) supply */ 65 "vdda", /* Analog (2.8V) supply */ 66 "vddd", /* Digital Core (1.5V) supply */ 533 .height = 1944,
|
| D | ov5670.c | 33 #define OV5670_MIPI_SC_CTRL0_LANES(v) ((((v) - 1) << 5) & \ argument 1783 .height = 1944,
|
| /kernel/linux/linux-5.10/Documentation/admin-guide/media/ |
| D | ipu3.rst | 104 media-ctl -d $MDEV -V "ov5670:0 [fmt:SGRBG10/2592x1944]" 105 media-ctl -d $MDEV -V "ipu3-csi2 0:0 [fmt:SGRBG10/2592x1944]" 106 media-ctl -d $MDEV -V "ipu3-csi2 0:1 [fmt:SGRBG10/2592x1944]" 377 --fmt=type:VIDEO_OUTPUT_MPLANE,width=2592,height=1944,pixelformat=0X47337069 \
|
| /kernel/linux/linux-6.6/Documentation/admin-guide/media/ |
| D | ipu3.rst | 105 media-ctl -d $MDEV -V "ov5670:0 [fmt:SGRBG10/2592x1944]" 106 media-ctl -d $MDEV -V "ipu3-csi2 0:0 [fmt:SGRBG10/2592x1944]" 107 media-ctl -d $MDEV -V "ipu3-csi2 0:1 [fmt:SGRBG10/2592x1944]" 380 --fmt=type:VIDEO_OUTPUT_MPLANE,width=2592,height=1944,pixelformat=0X47337069 \
|
| /kernel/linux/linux-5.10/drivers/media/common/v4l2-tpg/ |
| D | v4l2-tpg-colors.c | 244 1933, 1935, 1936, 1937, 1939, 1940, 1941, 1943, 1944, 1945, 1947, 1948, 1949, 1951, 1952, 1953, 389 1934, 1935, 1936, 1938, 1939, 1940, 1941, 1942, 1943, 1944, 1945, 1946, 1947, 1948, 1950, 1951, 992 [V4L2_COLORSPACE_BT2020][V4L2_XFER_FUNC_SRGB][3] = { 1944, 2950, 1238 }, 1165 static double transfer_srgb_to_rgb(double v) in transfer_srgb_to_rgb() argument 1167 if (v < -0.04045) in transfer_srgb_to_rgb() 1168 return pow((-v + 0.055) / 1.055, 2.4); in transfer_srgb_to_rgb() 1169 return (v <= 0.04045) ? v / 12.92 : pow((v + 0.055) / 1.055, 2.4); in transfer_srgb_to_rgb() 1172 static double transfer_rgb_to_srgb(double v) in transfer_rgb_to_srgb() argument 1174 if (v <= -0.0031308) in transfer_rgb_to_srgb() 1175 return -1.055 * pow(-v, 1.0 / 2.4) + 0.055; in transfer_rgb_to_srgb() [all …]
|
| /kernel/linux/linux-6.6/drivers/media/common/v4l2-tpg/ |
| D | v4l2-tpg-colors.c | 244 1933, 1935, 1936, 1937, 1939, 1940, 1941, 1943, 1944, 1945, 1947, 1948, 1949, 1951, 1952, 1953, 389 1934, 1935, 1936, 1938, 1939, 1940, 1941, 1942, 1943, 1944, 1945, 1946, 1947, 1948, 1950, 1951, 992 [V4L2_COLORSPACE_BT2020][V4L2_XFER_FUNC_SRGB][3] = { 1944, 2950, 1238 }, 1165 static double transfer_srgb_to_rgb(double v) in transfer_srgb_to_rgb() argument 1167 if (v < -0.04045) in transfer_srgb_to_rgb() 1168 return pow((-v + 0.055) / 1.055, 2.4); in transfer_srgb_to_rgb() 1169 return (v <= 0.04045) ? v / 12.92 : pow((v + 0.055) / 1.055, 2.4); in transfer_srgb_to_rgb() 1172 static double transfer_rgb_to_srgb(double v) in transfer_rgb_to_srgb() argument 1174 if (v <= -0.0031308) in transfer_rgb_to_srgb() 1175 return -1.055 * pow(-v, 1.0 / 2.4) + 0.055; in transfer_rgb_to_srgb() [all …]
|
| /kernel/linux/linux-5.10/drivers/staging/media/atomisp/i2c/ov5693/ |
| D | ov5693.h | 846 {OV5693_8BIT, 0x380a, 0x04}, /*{380a,380b} Final output V size*/ 847 {OV5693_8BIT, 0x380b, 0xc0}, /*{380a,380b} Final output V size*/ 1229 .height = 1944, 1374 .height = 1944,
|
| /kernel/linux/linux-6.6/drivers/staging/media/atomisp/i2c/ov5693/ |
| D | ov5693.h | 842 {OV5693_8BIT, 0x380a, 0x04}, /*{380a,380b} Final output V size*/ 843 {OV5693_8BIT, 0x380b, 0xc0}, /*{380a,380b} Final output V size*/ 1201 .height = 1944, 1316 .height = 1944,
|
| /kernel/linux/linux-5.10/drivers/media/i2c/ |
| D | ov5645.c | 66 "vdddo", /* Digital I/O (1.8V) supply */ 67 "vdda", /* Analog (2.8V) supply */ 68 "vddd", /* Digital Core (1.5V) supply */ 536 .height = 1944,
|
| D | ov5640.c | 163 "DOVDD", /* Digital I/O (1.8V) supply */ 164 "AVDD", /* Analog (2.8V) supply */ 165 "DVDD", /* Digital Core (1.5V) supply */ 596 2592, 2844, 1944, 1968,
|
| /kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/ |
| D | 0027_linux_drivers_media.patch | 308 @@ -1944,7 +2028,7 @@ static int ov5640_set_power_mipi(struct ov5640_dev *sensor, bool on) 1616 + sof->comp[0].v = 0x2; sof->comp[0].h = 0x2; 1620 + sof->comp[0].v = 0x1; sof->comp[0].h = 0x2; 2128 + dev_dbg(dev, "JPEG SOF: comp_id=%d, H=0x%x, V=0x%x\n", 2129 + sof->comp[i].id, sof->comp[i].v, sof->comp[i].h); 2169 + if (sof->comp[0].h == 2 && sof->comp[0].v == 2 && 2170 + sof->comp[1].h == 1 && sof->comp[1].v == 1 && 2171 + sof->comp[2].h == 1 && sof->comp[2].v == 1){ 2175 + if (sof->comp[0].h == 2 && sof->comp[0].v == 1 && 2176 + sof->comp[1].h == 1 && sof->comp[1].v == 1 && [all …]
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/core/ |
| D | dc_resource.c | 77 /* we choose 240 because it is a common denominator of common v addressable 78 * such as 2160, 1440, 1200, 960. So we take 1/240 portion of v addressable as 898 * | |///////////////////| V | in calculate_plane_rec_in_timing_active() 1073 * |x |Stream Destination (3456 x 1944) | | in calculate_recout() 1362 &data->inits.v, in calculate_inits_and_viewports() 1416 /* Calculate H and V active size */ in resource_build_scaling_params()
|
| /kernel/linux/linux-6.6/drivers/media/dvb-frontends/ |
| D | dib7000p.c | 441 static int dib7000p_set_agc1_min(struct dvb_frontend *fe, u16 v) in dib7000p_set_agc1_min() argument 444 return dib7000p_write_word(state, 108, v); in dib7000p_set_agc1_min() 2345 apb_address = 1944; in dib7090_tuner_xfer()
|
| /kernel/linux/linux-5.10/drivers/media/dvb-frontends/ |
| D | dib7000p.c | 441 static int dib7000p_set_agc1_min(struct dvb_frontend *fe, u16 v) in dib7000p_set_agc1_min() argument 444 return dib7000p_write_word(state, 108, v); in dib7000p_set_agc1_min() 2345 apb_address = 1944; in dib7090_tuner_xfer()
|
| /kernel/linux/linux-5.10/ |
| D | CREDITS | 192 D: Wrote SYS V IPC (part of standard kernel since 0.99.10) 246 D: Maintainer of the System V file system. 247 D: System V fs update for 2.1.x dcache. 1685 S: Dukelskych bojovniku 1944 3372 S: Dag Hammerskjolds v. 3E
|
| /kernel/linux/linux-6.6/ |
| D | CREDITS | 192 D: Wrote SYS V IPC (part of standard kernel since 0.99.10) 250 D: Maintainer of the System V file system. 251 D: System V fs update for 2.1.x dcache. 1739 S: Dukelskych bojovniku 1944 3447 S: Dag Hammerskjolds v. 3E
|
| /kernel/linux/patches/linux-5.10/imx8mm_patch/patches/ |
| D | 0009_linux_sound.patch | 4924 +static Elf32_Half xtlib_host_half(Elf32_Half v, int byteswap) 4926 + return (byteswap) ? (v >> 8) | (v << 8) : v; 4929 +static Elf32_Word xtlib_host_word(Elf32_Word v, int byteswap) 4932 + v = ((v & 0x00FF00FF) << 8) | ((v & 0xFF00FF00) >> 8); 4933 + v = (v >> 16) | (v << 16); 4935 + return v; 7928 +#define XF_PROXY_WRITE(proxy, field, v) \ 7929 + __XF_PROXY_WRITE_##field(XF_SHMEM_DATA(proxy), (v)) 7951 +#define __XF_PROXY_WRITE_cmd_write_idx(shmem, v) \ 7952 + __XF_PROXY_WRITE_ATOMIC(shmem->local.cmd_write_idx, v) [all …]
|