Searched refs:bl (Results 1 – 2 of 2) sorted by relevance
| /include/linux/ |
| D | bio.h | 491 static inline int bio_list_empty(const struct bio_list *bl) in bio_list_empty() argument 493 return bl->head == NULL; in bio_list_empty() 496 static inline void bio_list_init(struct bio_list *bl) in bio_list_init() argument 498 bl->head = bl->tail = NULL; in bio_list_init() 503 #define bio_list_for_each(bio, bl) \ argument 504 for (bio = (bl)->head; bio; bio = bio->bi_next) 506 static inline unsigned bio_list_size(const struct bio_list *bl) in bio_list_size() argument 511 bio_list_for_each(bio, bl) in bio_list_size() 517 static inline void bio_list_add(struct bio_list *bl, struct bio *bio) in bio_list_add() argument 521 if (bl->tail) in bio_list_add() [all …]
|
| /include/drm/display/ |
| D | drm_dp_helper.h | 752 drm_edp_backlight_init(struct drm_dp_aux *aux, struct drm_edp_backlight_info *bl, 755 int drm_edp_backlight_set_level(struct drm_dp_aux *aux, const struct drm_edp_backlight_info *bl, 757 int drm_edp_backlight_enable(struct drm_dp_aux *aux, const struct drm_edp_backlight_info *bl, 759 int drm_edp_backlight_disable(struct drm_dp_aux *aux, const struct drm_edp_backlight_info *bl);
|