| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/media/i2c/ |
| D | imx219.yaml | 14 with an active array size of 3280H x 2464V. It is programmable through 98 VANA-supply = <&imx219_vana>; /* 2.8v */ 99 VDIG-supply = <&imx219_vdig>; /* 1.8v */ 100 VDDL-supply = <&imx219_vddl>; /* 1.2v */
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/media/i2c/ |
| D | imx219.yaml | 14 with an active array size of 3280H x 2464V. It is programmable through 94 VANA-supply = <&imx219_vana>; /* 2.8v */ 95 VDIG-supply = <&imx219_vdig>; /* 1.8v */ 96 VDDL-supply = <&imx219_vddl>; /* 1.2v */
|
| /kernel/linux/linux-6.6/drivers/media/i2c/ |
| D | imx219.c | 160 #define IMX219_PIXEL_ARRAY_HEIGHT 2464U 177 /* V-timing */ 242 { IMX219_REG_Y_OUTPUT_SIZE, 2464 }, 244 { IMX219_REG_TP_WINDOW_HEIGHT, 2464 }, 317 "VANA", /* Analog (2.8V) supply */ 318 "VDIG", /* Digital Core (1.8V) supply */ 319 "VDDL", /* IF (1.2V) supply */ 330 * - v flip 331 * - h&v flips 377 .height = 2464, [all …]
|
| D | imx355.c | 80 /* V-timing */ 894 .height = 2464,
|
| D | ov8858.c | 696 {0x5901, 0x00}, /* H skip off, V skip off */ 1101 {0x5901, 0x00}, /* H skip off, V skip off */ 1205 .exp_def = 2464,
|
| D | imx319.c | 94 /* V-timing */ 1668 .height = 2464,
|
| /kernel/linux/linux-5.10/drivers/media/i2c/ |
| D | imx219.c | 125 #define IMX219_PIXEL_ARRAY_HEIGHT 2464U 147 /* V-timing */ 318 "VANA", /* Analog (2.8V) supply */ 319 "VDIG", /* Digital Core (1.8V) supply */ 320 "VDDL", /* IF (1.2V) supply */ 331 * - v flip 332 * - h&v flips 378 .height = 2464, 383 .height = 2464 417 .height = 2464
|
| D | imx355.c | 80 /* V-timing */ 894 .height = 2464,
|
| D | imx319.c | 94 /* V-timing */ 1666 .height = 2464,
|
| /kernel/linux/linux-6.6/Documentation/admin-guide/media/ |
| D | gspca-cardlist.rst | 239 sunplus 06d6:0041 Aashima Technology B.V. 286 pac207 093a:2464 Labtec Webcam 1200 442 spca506 99fa:8988 Grandtec V.cap
|
| /kernel/linux/linux-5.10/Documentation/admin-guide/media/ |
| D | gspca-cardlist.rst | 239 sunplus 06d6:0041 Aashima Technology B.V. 286 pac207 093a:2464 Labtec Webcam 1200 442 spca506 99fa:8988 Grandtec V.cap
|
| /kernel/linux/linux-5.10/drivers/media/common/v4l2-tpg/ |
| D | v4l2-tpg-colors.c | 423 2458, 2459, 2459, 2460, 2461, 2462, 2463, 2464, 2465, 2465, 2466, 2467, 2468, 2469, 2470, 2471, 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() 1176 if (v <= 0.0031308) in transfer_rgb_to_srgb() 1177 return v * 12.92; in transfer_rgb_to_srgb() [all …]
|
| /kernel/linux/linux-6.6/drivers/media/common/v4l2-tpg/ |
| D | v4l2-tpg-colors.c | 423 2458, 2459, 2459, 2460, 2461, 2462, 2463, 2464, 2465, 2465, 2466, 2467, 2468, 2469, 2470, 2471, 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() 1176 if (v <= 0.0031308) in transfer_rgb_to_srgb() 1177 return v * 12.92; in transfer_rgb_to_srgb() [all …]
|
| /kernel/linux/patches/linux-5.10/hispark_taurus_patch/ |
| D | hispark_taurus.patch | 3682 +# Microsoft Hyper-V guest support 6787 +# Microsoft Hyper-V guest support 9997 +# Microsoft Hyper-V guest support 12760 +#define hisi_sata_writel(v, addr) do { writel(v, (unsigned int)addr); \ 12763 + (unsigned int)(v)); \ 12769 +#define write(v, addr) hisi_sata_writel(v, addr) 13012 @@ -2322,6 +2464,32 @@ static int ahci_port_suspend(struct ata_port *ap, pm_message_t mesg) 16247 +#define hiedmacv310_writel(v, addr) do { writel(v, (void *)(addr)); \ 20217 +#define dmac_readw(addr, v) \ 20218 + (v = (*(volatile unsigned int *)(addr))) [all …]
|