Searched refs:backlight_props (Results 1 – 11 of 11) sorted by relevance
| /freebsd/sys/dev/backlight/ |
| H A D | backlight.c | 60 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 D | backlight_if.m | 34 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 D | backlight.h | 35 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 D | atopcase_var.h | 138 int atopcase_backlight_update_status(device_t, struct backlight_props *); 139 int atopcase_backlight_get_status(device_t, struct backlight_props *);
|
| H A D | atopcase.c | 686 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 D | acpi_system76.c | 85 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 D | acpi_asus_wmi.c | 387 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 D | pwm_backlight.c | 210 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 D | backlight.c | 90 struct backlight_props props; in main()
|
| /freebsd/sys/dev/asmc/ |
| H A D | asmc.c | 77 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 D | linux_pci.c | 99 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()
|