/linux/drivers/input/mouse/ |
H A D | gpio_mouse.c | 39 struct gpio_desc *bright; member 57 if (gpio->bright) in gpio_mouse_scan() 59 gpiod_get_value(gpio->bright)); in gpio_mouse_scan() 108 gmouse->bright = devm_gpiod_get_optional(dev, "button-right", in gpio_mouse_probe() 110 if (IS_ERR(gmouse->bright)) in gpio_mouse_probe() 111 return PTR_ERR(gmouse->bright); in gpio_mouse_probe() 128 if (gmouse->bright) in gpio_mouse_probe() 147 gmouse->bright ? "" : "right"); in gpio_mouse_probe()
|
/linux/Documentation/devicetree/bindings/leds/ |
H A D | leds-netxbig.txt | 18 - bright-addr: Brightness register address on gpio-ext bus. 42 bright-addr = <1>; 51 bright-addr = <1>; 61 bright-addr = <2>; 70 bright-addr = <2>; 80 bright-addr = <2>; 89 bright-addr = <2>;
|
/linux/arch/arm/boot/dts/marvell/ |
H A D | kirkwood-net5big.dts | 96 bright-addr = <2>; 105 bright-addr = <2>; 115 bright-addr = <2>; 124 bright-addr = <2>; 134 bright-addr = <2>; 143 bright-addr = <2>;
|
H A D | kirkwood-netxbig.dtsi | 133 bright-addr = <1>; 142 bright-addr = <1>; 152 bright-addr = <2>; 161 bright-addr = <2>; 171 bright-addr = <2>; 180 bright-addr = <2>;
|
/linux/drivers/media/usb/gspca/gl860/ |
H A D | gl860-ov9655.c | 349 s32 bright = sd->vcur.brightness; in ov9655_camera_settings() local 352 if (bright != sd->vold.brightness) { in ov9655_camera_settings() 353 sd->vold.brightness = bright; in ov9655_camera_settings() 354 if (bright < 0 || bright > sd->vmax.brightness) in ov9655_camera_settings() 355 bright = 0; in ov9655_camera_settings() 357 dat_bright[3] = bright; in ov9655_camera_settings()
|
H A D | gl860-mi1320.c | 368 s32 bright = sd->vcur.brightness; in mi1320_camera_settings() local 431 if (bright != sd->vold.brightness) { in mi1320_camera_settings() 432 sd->vold.brightness = bright; in mi1320_camera_settings() 433 if (bright < 0 || bright > sd->vmax.brightness) in mi1320_camera_settings() 434 bright = 0; in mi1320_camera_settings() 436 bright = tbl_bright[bright]; in mi1320_camera_settings() 439 ctrl_out(gspca_dev, 0x40, 1, 0xba00 + bright, 0x0034, 0, NULL); in mi1320_camera_settings() 440 ctrl_out(gspca_dev, 0x40, 1, 0xba00 + bright, 0x00f1, 0, NULL); in mi1320_camera_settings()
|
H A D | gl860-ov2640.c | 340 s32 bright = sd->vcur.brightness; in ov2640_camera_settings() local 363 if (bright != sd->vold.brightness) { in ov2640_camera_settings() 364 sd->vold.brightness = bright; in ov2640_camera_settings() 365 if (bright < 0 || bright > sd->vmax.brightness) in ov2640_camera_settings() 366 bright = 0; in ov2640_camera_settings() 370 ctrl_out(gspca_dev, 0x40, 1, 0x6000 + bright, 0x007d, 0, NULL); in ov2640_camera_settings()
|
H A D | gl860-mi2020.c | 627 s32 bright = sd->vcur.brightness; in mi2020_camera_settings() local 720 if (bright != sd->vold.brightness) { in mi2020_camera_settings() 721 sd->vold.brightness = bright; in mi2020_camera_settings() 722 if (bright < 0 || bright > sd->vmax.brightness) in mi2020_camera_settings() 723 bright = 0; in mi2020_camera_settings() 725 dat_bright2[2] = bright; in mi2020_camera_settings()
|
/linux/drivers/platform/x86/ |
H A D | msi-wmi.c | 160 int bright = bd->props.brightness; in bl_set_status() local 161 if (bright >= ARRAY_SIZE(backlight_map) || bright < 0) in bl_set_status() 165 return msi_wmi_set_block(0, backlight_map[bright]); in bl_set_status()
|
/linux/drivers/media/usb/gspca/ |
H A D | etoms.c | 616 #define BLIMIT(bright) \ argument 617 (u8)((bright > 0x1f) ? 0x1f : ((bright < 4) ? 3 : bright))
|
/linux/Documentation/ABI/testing/ |
H A D | sysfs-class-backlight | 66 2 Level 2: bright 75 2 Level 2: bright
|
H A D | sysfs-class-led-driver-turris-omnia | 7 LEDs at once, so that if they are too bright, user can dim them.
|
/linux/drivers/video/fbdev/ |
H A D | pxa168fb.h | 341 #define CFG_BRIGHTNESS(bright) ((bright) << 16) argument
|
/linux/drivers/media/pci/bt8xx/ |
H A D | bttvp.h | 379 int hue, contrast, bright, saturation; member
|
/linux/drivers/video/fbdev/mmp/hw/ |
H A D | mmp_ctrl.h | 569 #define CFG_BRIGHTNESS(bright) ((bright)<<16) argument
|
/linux/Documentation/userspace-api/media/v4l/ |
H A D | ext-ctrls-camera.rst | 324 there are simultaneously very dark and very bright areas. It is most 402 - Beach and snow. This mode compensates for all-white or bright 434 out bright objects. The camera generally sets itself to a
|
/linux/Documentation/doc-guide/ |
H A D | contributing.rst | 262 yet begun. If you have bright ideas on how we could proceed on that front,
|
/linux/Documentation/gpu/ |
H A D | todo.rst | 49 really want an atomic modeset interface, so this is all about the bright
|
/linux/ |
H A D | MAINTAINERS | 5545 M: Ben Bright <ben.bright@cirrus.com>
|