Home
last modified time | relevance | path

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

/freebsd-14.2/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
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()
110 backlight_enable(struct backlight_device *bd) in backlight_enable()
119 backlight_disable(struct backlight_device *bd) in backlight_disable()
[all …]
H A Ddevice.h126 struct backlight_device *bd;
/freebsd-14.2/sys/compat/linuxkpi/common/src/
H A Dlinux_pci.c1941 struct backlight_device *
1962 linux_backlight_device_unregister(struct backlight_device *bd) in linux_backlight_device_unregister()