| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/media/i2c/ |
| D | sony,imx412.yaml | 16 array size of 4072H x 3176V. It is programmable through I2C interface. The
|
| /kernel/linux/linux-5.10/drivers/media/common/v4l2-tpg/ |
| D | v4l2-tpg-colors.c | 294 3172, 3174, 3176, 3178, 3179, 3181, 3183, 3185, 3187, 3188, 3190, 3192, 3194, 3195, 3197, 3199, 483 3170, 3170, 3171, 3172, 3172, 3173, 3174, 3174, 3175, 3175, 3176, 3177, 3177, 3178, 3179, 3179, 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() [all …]
|
| /kernel/linux/linux-6.6/drivers/media/common/v4l2-tpg/ |
| D | v4l2-tpg-colors.c | 294 3172, 3174, 3176, 3178, 3179, 3181, 3183, 3185, 3187, 3188, 3190, 3192, 3194, 3195, 3197, 3199, 483 3170, 3170, 3171, 3172, 3172, 3173, 3174, 3174, 3175, 3175, 3176, 3177, 3177, 3178, 3179, 3179, 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() [all …]
|
| /kernel/linux/linux-5.10/drivers/scsi/lpfc/ |
| D | lpfc_init.c | 2222 else if ((vpd[index] == 'V') && (vpd[index+1] == '1')) { in lpfc_parse_vpd() 2237 else if ((vpd[index] == 'V') && (vpd[index+1] == '2')) { in lpfc_parse_vpd() 2252 else if ((vpd[index] == 'V') && (vpd[index+1] == '3')) { in lpfc_parse_vpd() 2267 else if ((vpd[index] == 'V') && (vpd[index+1] == '4')) { in lpfc_parse_vpd() 2706 #define S(N,V) (((V)<<(N))|((V)>>(32-(N)))) argument 5545 "3176 Port Name %c %s\n", port_name, message); in lpfc_sli4_async_sli_evt()
|
| /kernel/linux/linux-6.6/drivers/scsi/lpfc/ |
| D | lpfc_init.c | 2282 } else if ((vpd[*pindex] == 'V') && (vpd[*pindex + 1] == '1')) { in lpfc_fill_vpd() 2296 } else if ((vpd[*pindex] == 'V') && (vpd[*pindex + 1] == '2')) { in lpfc_fill_vpd() 2310 } else if ((vpd[*pindex] == 'V') && (vpd[*pindex + 1] == '3')) { in lpfc_fill_vpd() 2324 } else if ((vpd[*pindex] == 'V') && (vpd[*pindex + 1] == '4')) { in lpfc_fill_vpd() 2905 #define S(N,V) (((V)<<(N))|((V)>>(32-(N)))) argument 6569 "3176 Port Name %c %s\n", port_name, message); in lpfc_sli4_async_sli_evt()
|
| /kernel/linux/patches/linux-5.10/unionpi_tiger_pacth/ |
| D | linux-5.10.patch | 3790 @@ -3176,6 +3175,52 @@ 21257 +#define MC_U32(n, v) \ 21258 + {.type = CONFIG_TYPE_U32, .item_name = (n), .u32val = (v)} 21260 +#define MC_I32(n, v) \ 21261 + {.type = CONFIG_TYPE_I32, .item_name = (n), .ival = (v)} 21263 +#define MC_U64(n, v) \ 21264 + {.type = CONFIG_TYPE_U32, .item_name = (n), .u64val = (v)} 21265 +#define MC_BOOL(n, v) \ 21266 + {.type = CONFIG_TYPE_BOOL, .item_name = (n), .boolval = (v)} 21268 +#define MC_STR(n, v) \ [all …]
|