Home
last modified time | relevance | path

Searched refs:backlight_device (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dbacklight.h34 struct backlight_device;
59 int (*update_status)(struct backlight_device *);
60 int (*get_brightness)(struct backlight_device *);
63 struct backlight_device { struct
73 struct backlight_device *linux_backlight_device_register(const char *name, argument
75 void linux_backlight_device_unregister(struct backlight_device *bd);
81 backlight_update_status(struct backlight_device *bd) in backlight_update_status()
87 backlight_force_update(struct backlight_device *bd, int reason) in backlight_force_update()
93 backlight_get_brightness(struct backlight_device *bd) in backlight_get_brightness()
100 backlight_device_set_brightness(struct backlight_device *bd, int brightness) in backlight_device_set_brightness()
[all …]
H A Ddevice.h126 struct backlight_device *bd;
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_pci.c1960 struct backlight_device *
1981 linux_backlight_device_unregister(struct backlight_device *bd) in linux_backlight_device_unregister()