Home | History | Annotate | Download | only in nouveau

Lines Matching refs:bd

71 nv40_get_intensity(struct backlight_device *bd)
73 struct nouveau_encoder *nv_encoder = bl_get_data(bd);
83 nv40_set_intensity(struct backlight_device *bd)
85 struct nouveau_encoder *nv_encoder = bl_get_data(bd);
88 int val = bd->props.brightness;
121 nv50_get_intensity(struct backlight_device *bd)
123 struct nouveau_encoder *nv_encoder = bl_get_data(bd);
136 nv50_set_intensity(struct backlight_device *bd)
138 struct nouveau_encoder *nv_encoder = bl_get_data(bd);
143 u32 val = (bd->props.brightness * div) / 100;
157 nva3_get_intensity(struct backlight_device *bd)
159 struct nouveau_encoder *nv_encoder = bl_get_data(bd);
175 nva3_set_intensity(struct backlight_device *bd)
177 struct nouveau_encoder *nv_encoder = bl_get_data(bd);
184 val = (bd->props.brightness * div) / 100;