Searched defs:fbl (Results 1 - 2 of 2) sorted by relevance

/drivers/gpu/drm/
H A Ddrm_crtc.c3207 struct drm_framebuffer *fbl = NULL; local
3220 list_for_each_entry(fbl, &file_priv->fbs, filp_head)
3221 if (fb == fbl)
/drivers/net/wireless/brcm80211/brcmsmac/
H A Dmain.c940 fbl; local
954 fbl = lfbl;
956 fbl = sfbl;
960 if ((tx_frame_count > fbl) && (txrate[1].idx >= 0)) {
965 txrate[0].count = fbl;
966 txrate[1].count = tx_frame_count - fbl;

Completed in 76 milliseconds