Symbol: drm_edp_backlight_info
sys/dev/fdt/qcdpc.c
72
struct drm_edp_backlight_info sc_bl;
sys/dev/pci/drm/display/drm_dp_helper.c
3965
int drm_edp_backlight_set_level(struct drm_dp_aux *aux, const struct drm_edp_backlight_info *bl,
sys/dev/pci/drm/display/drm_dp_helper.c
4005
drm_edp_backlight_set_enable(struct drm_dp_aux *aux, const struct drm_edp_backlight_info *bl,
sys/dev/pci/drm/display/drm_dp_helper.c
4054
int drm_edp_backlight_enable(struct drm_dp_aux *aux, const struct drm_edp_backlight_info *bl,
sys/dev/pci/drm/display/drm_dp_helper.c
4119
int drm_edp_backlight_disable(struct drm_dp_aux *aux, const struct drm_edp_backlight_info *bl)
sys/dev/pci/drm/display/drm_dp_helper.c
4132
drm_edp_backlight_probe_max(struct drm_dp_aux *aux, struct drm_edp_backlight_info *bl,
sys/dev/pci/drm/display/drm_dp_helper.c
4227
drm_edp_backlight_probe_state(struct drm_dp_aux *aux, struct drm_edp_backlight_info *bl,
sys/dev/pci/drm/display/drm_dp_helper.c
4309
drm_edp_backlight_init(struct drm_dp_aux *aux, struct drm_edp_backlight_info *bl,
sys/dev/pci/drm/display/drm_dp_helper.c
62
struct drm_edp_backlight_info info;
sys/dev/pci/drm/i915/display/intel_display_types.h
424
struct drm_edp_backlight_info info;
sys/dev/pci/drm/include/drm/display/drm_dp_helper.h
863
drm_edp_backlight_init(struct drm_dp_aux *aux, struct drm_edp_backlight_info *bl,
sys/dev/pci/drm/include/drm/display/drm_dp_helper.h
867
int drm_edp_backlight_set_level(struct drm_dp_aux *aux, const struct drm_edp_backlight_info *bl,
sys/dev/pci/drm/include/drm/display/drm_dp_helper.h
869
int drm_edp_backlight_enable(struct drm_dp_aux *aux, const struct drm_edp_backlight_info *bl,
sys/dev/pci/drm/include/drm/display/drm_dp_helper.h
871
int drm_edp_backlight_disable(struct drm_dp_aux *aux, const struct drm_edp_backlight_info *bl);