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

/freebsd-13-stable/sys/compat/linuxkpi/common/include/linux/
H A Dbacklight.h36 struct backlight_device;
61 int (*update_status)(struct backlight_device *);
62 int (*get_brightness)(struct backlight_device *);
65 struct backlight_device { struct
75 struct backlight_device *linux_backlight_device_register(const char *name,
77 void linux_backlight_device_unregister(struct backlight_device *bd);
83 backlight_update_status(struct backlight_device *bd)
89 backlight_force_update(struct backlight_device *bd, int reason)
H A Ddevice.h120 struct backlight_device *bd;
/freebsd-13-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_pci.c1080 struct backlight_device *
1101 linux_backlight_device_unregister(struct backlight_device *bd)

Completed in 113 milliseconds