Searched refs:bl (Results 1 – 2 of 2) sorted by relevance
518 bl->head = bl->tail = NULL; in bio_list_init()541 if (bl->tail) in bio_list_add()544 bl->head = bio; in bio_list_add()546 bl->tail = bio; in bio_list_add()553 bl->head = bio; in bio_list_add_head()555 if (!bl->tail) in bio_list_add_head()564 if (bl->tail) in bio_list_merge()585 if (bl->head) in bio_list_merge_head()603 bl->head = bl->head->bi_next; in bio_list_pop()604 if (!bl->head) in bio_list_pop()[all …]
863 drm_edp_backlight_init(struct drm_dp_aux *aux, struct drm_edp_backlight_info *bl,867 int drm_edp_backlight_set_level(struct drm_dp_aux *aux, const struct drm_edp_backlight_info *bl,869 int drm_edp_backlight_enable(struct drm_dp_aux *aux, const struct drm_edp_backlight_info *bl,871 int drm_edp_backlight_disable(struct drm_dp_aux *aux, const struct drm_edp_backlight_info *bl);
Completed in 7 milliseconds