Home
last modified time | relevance | path

Searched refs:backlight_props (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/dev/backlight/
H A Dbacklight.c60 struct backlight_props props; in backlight_ioctl()
69 bcopy(data, &props, sizeof(struct backlight_props)); in backlight_ioctl()
72 bcopy(&props, data, sizeof(struct backlight_props)); in backlight_ioctl()
77 bcopy(data, &props, sizeof(struct backlight_props)); in backlight_ioctl()
82 bcopy(&props, data, sizeof(struct backlight_props)); in backlight_ioctl()
108 struct backlight_props props; in backlight_register()
H A Dbacklight_if.m34 backlight_default_update_status(device_t dev, struct backlight_props *props)
40 backlight_default_get_status(device_t dev, struct backlight_props *props)
54 struct backlight_props *props;
59 struct backlight_props *props;
/freebsd/sys/sys/
H A Dbacklight.h35 struct backlight_props { struct
57 #define BACKLIGHTGETSTATUS _IOWR('G', 0, struct backlight_props) argument
58 #define BACKLIGHTUPDATESTATUS _IOWR('G', 1, struct backlight_props)
/freebsd/sys/dev/atopcase/
H A Datopcase_var.h138 int atopcase_backlight_update_status(device_t, struct backlight_props *);
139 int atopcase_backlight_get_status(device_t, struct backlight_props *);
H A Datopcase.c686 atopcase_backlight_update_status(device_t dev, struct backlight_props *props) in atopcase_backlight_update_status()
706 atopcase_backlight_get_status(device_t dev, struct backlight_props *props) in atopcase_backlight_get_status()
/freebsd/sys/dev/acpi_support/
H A Dacpi_system76.c85 struct backlight_props *props);
87 struct backlight_props *props);
461 acpi_system76_backlight_update_status(device_t dev, struct backlight_props in acpi_system76_backlight_update_status()
477 acpi_system76_backlight_get_status(device_t dev, struct backlight_props *props) in acpi_system76_backlight_get_status()
H A Dacpi_asus_wmi.c387 struct backlight_props *props);
389 struct backlight_props *props);
974 acpi_asus_wmi_backlight_update_status(device_t dev, struct backlight_props in acpi_asus_wmi_backlight_update_status()
987 acpi_asus_wmi_backlight_get_status(device_t dev, struct backlight_props *props) in acpi_asus_wmi_backlight_get_status()
/freebsd/sys/dev/pwm/
H A Dpwm_backlight.c210 pwm_backlight_update_status(device_t dev, struct backlight_props *props) in pwm_backlight_update_status()
255 pwm_backlight_get_status(device_t dev, struct backlight_props *props) in pwm_backlight_get_status()
/freebsd/usr.bin/backlight/
H A Dbacklight.c90 struct backlight_props props; in main()
/freebsd/sys/dev/asmc/
H A Dasmc.c77 struct backlight_props *props);
79 struct backlight_props *props);
2490 asmc_backlight_update_status(device_t dev, struct backlight_props *props) in asmc_backlight_update_status()
2505 asmc_backlight_get_status(device_t dev, struct backlight_props *props) in asmc_backlight_get_status()
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_pci.c99 static int linux_backlight_get_status(device_t dev, struct backlight_props *props);
100 static int linux_backlight_update_status(device_t dev, struct backlight_props *props);
2176 linux_backlight_get_status(device_t dev, struct backlight_props *props) in linux_backlight_get_status()
2204 linux_backlight_update_status(device_t dev, struct backlight_props *props) in linux_backlight_update_status()