| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/media/i2c/ |
| D | mt9v032.txt | 11 (b) "aptina,mt9v022m" for MT9V022 monochrome sensor 13 (d) "aptina,mt9v024m" for MT9V024 monochrome sensor 15 (f) "aptina,mt9v032m" for MT9V032 monochrome sensor 17 (h) "aptina,mt9v034m" for MT9V034 monochrome sensor
|
| D | st,st-vgxy61.yaml | 19 - VG5661 and VG6661 are 1.6 Mpx (1464 x 1104) monochrome and color sensors. 21 - VG5761 and VG6761 are 2.3 Mpx (1944 x 1204) monochrome and color sensors.
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/media/i2c/ |
| D | mt9v032.txt | 11 (b) "aptina,mt9v022m" for MT9V022 monochrome sensor 13 (d) "aptina,mt9v024m" for MT9V024 monochrome sensor 15 (f) "aptina,mt9v032m" for MT9V032 monochrome sensor 17 (h) "aptina,mt9v034m" for MT9V034 monochrome sensor
|
| /kernel/linux/linux-6.6/drivers/leds/rgb/ |
| D | Kconfig | 9 This option enables support for monochrome LEDs that are grouped 21 This option enables support for PWM driven monochrome LEDs that are
|
| /kernel/linux/linux-6.6/drivers/video/fbdev/ |
| D | pxa3xx-regs.h | 58 #define LCCR0_CMS (1 << 1) /* Color/Monochrome Display Select */ 60 #define LCCR0_Mono (LCCR0_CMS*1) /* Monochrome display */ 72 #define LCCR0_DPD (1 << 9) /* Double Pixel Data (monochrome) */ 73 #define LCCR0_4PixMono (LCCR0_DPD*0) /* 4-Pixel/clock Monochrome display */ 74 #define LCCR0_8PixMono (LCCR0_DPD*1) /* 8-Pixel/clock Monochrome display */
|
| D | atafb_mfb.c | 3 * monochrome 20 * Monochrome
|
| /kernel/linux/linux-5.10/arch/arm/mach-pxa/include/mach/ |
| D | regs-lcd.h | 60 #define LCCR0_CMS (1 << 1) /* Color/Monochrome Display Select */ 62 #define LCCR0_Mono (LCCR0_CMS*1) /* Monochrome display */ 74 #define LCCR0_DPD (1 << 9) /* Double Pixel Data (monochrome) */ 75 #define LCCR0_4PixMono (LCCR0_DPD*0) /* 4-Pixel/clock Monochrome display */ 76 #define LCCR0_8PixMono (LCCR0_DPD*1) /* 8-Pixel/clock Monochrome display */
|
| /kernel/linux/linux-5.10/drivers/video/fbdev/ |
| D | atafb_mfb.c | 3 * monochrome 20 * Monochrome
|
| /kernel/linux/linux-5.10/include/uapi/linux/ |
| D | screen_info.h | 51 #define VIDEO_TYPE_MDA 0x10 /* Monochrome Text Display */ 53 #define VIDEO_TYPE_EGAM 0x20 /* EGA/VGA in Monochrome Mode */
|
| /kernel/linux/linux-6.6/include/uapi/linux/ |
| D | screen_info.h | 51 #define VIDEO_TYPE_MDA 0x10 /* Monochrome Text Display */ 53 #define VIDEO_TYPE_EGAM 0x20 /* EGA/VGA in Monochrome Mode */
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/ |
| D | drm_format_helper.c | 852 * DRM doesn't have native monochrome or grayscale support. Drivers can use this 855 * this function to convert to the native format. Monochrome drivers will use the 974 * drm_fb_xrgb8888_to_mono - Convert XRGB8888 to monochrome 975 * @dst: Array of monochrome destination buffers (0=black, 1=white) 990 * be converted and copied to the first bit (LSB) in the first byte of the monochrome 995 * DRM doesn't have native monochrome support. Drivers can use this function for 996 * monochrome devices that don't support XRGB8888 natively. Such drivers can 1001 * then the result is converted from grayscale to monochrome. 1038 * Also, format conversion from XR24 to monochrome are done in drm_fb_xrgb8888_to_mono()
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/leds/ |
| D | leds-class-multicolor.yaml | 17 monochrome LED bindings.
|
| D | leds-pwm-multicolor.yaml | 13 This driver combines several monochrome PWM LEDs into one multi-color
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/leds/ |
| D | leds-class-multicolor.yaml | 17 monochrome LED bindings.
|
| /kernel/linux/linux-6.6/drivers/staging/sm750fb/ |
| D | sm750_accel.h | 234 * @fColor: Foreground color (corresponding to a 1 in the monochrome data 235 * @bColor: Background color (corresponding to a 0 in the monochrome data
|
| /kernel/linux/linux-5.10/drivers/staging/sm750fb/ |
| D | sm750_accel.h | 234 * @fColor: Foreground color (corresponding to a 1 in the monochrome data 235 * @bColor: Background color (corresponding to a 0 in the monochrome data
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | linux_logo.h | 21 #define LINUX_LOGO_MONO 1 /* monochrome black/white */
|
| D | led-class-multicolor.h | 57 /* Calculate brightness for the monochrome LED cluster */
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | linux_logo.h | 21 #define LINUX_LOGO_MONO 1 /* monochrome black/white */
|
| /kernel/linux/linux-6.6/include/linux/amba/ |
| D | clcd.h | 175 else if (fb->panel->cntl & CNTL_LCDMONO8) /* STN monochrome, 8bit */ in clcdfb_decode() 177 else /* STN monochrome, 4bit */ in clcdfb_decode()
|
| /kernel/linux/linux-5.10/include/linux/amba/ |
| D | clcd.h | 175 else if (fb->panel->cntl & CNTL_LCDMONO8) /* STN monochrome, 8bit */ in clcdfb_decode() 177 else /* STN monochrome, 4bit */ in clcdfb_decode()
|
| /kernel/linux/linux-6.6/include/video/ |
| D | da8xx-fb.h | 16 MONOCHROME = 0, enumerator
|
| /kernel/linux/linux-5.10/include/video/ |
| D | da8xx-fb.h | 16 MONOCHROME = 0, enumerator
|
| /kernel/linux/linux-6.6/drivers/video/logo/ |
| D | pnmtologo.c | 25 #define LINUX_LOGO_MONO 1 /* monochrome black/white */ 288 die("Image must be monochrome\n"); in write_logo_mono() 436 " mono : monochrome black/white\n" in usage()
|
| /kernel/linux/linux-6.6/drivers/video/fbdev/riva/ |
| D | riva_hw.h | 120 * 8X8 Monochrome pattern. 136 U032 Monochrome[2]; member 209 * Filled rectangle combined with monochrome expand. Useful for glyphs.
|