Home
last modified time | relevance | path

Searched refs:lv (Results 1 – 5 of 5) sorted by relevance

/drivers/video/backlight/
Dlv5207lp.c44 static int lv5207lp_write(struct lv5207lp *lv, u8 reg, u8 data) in lv5207lp_write() argument
46 return i2c_smbus_write_byte_data(lv->client, reg, data); in lv5207lp_write()
51 struct lv5207lp *lv = bl_get_data(backlight); in lv5207lp_backlight_update_status() local
60 lv5207lp_write(lv, LV5207LP_CTRL1, in lv5207lp_backlight_update_status()
62 lv5207lp_write(lv, LV5207LP_CTRL2, in lv5207lp_backlight_update_status()
66 lv5207lp_write(lv, LV5207LP_CTRL1, 0); in lv5207lp_backlight_update_status()
67 lv5207lp_write(lv, LV5207LP_CTRL2, 0); in lv5207lp_backlight_update_status()
76 struct lv5207lp *lv = bl_get_data(backlight); in lv5207lp_backlight_check_fb() local
78 return lv->pdata->fbdev == NULL || lv->pdata->fbdev == info->dev; in lv5207lp_backlight_check_fb()
93 struct lv5207lp *lv; in lv5207lp_probe() local
[all …]
/drivers/gpu/drm/udl/
Dudl_modeset.c121 u32 lv = 0xFFFF; /* This is the lfsr value that the hw starts with */ in udl_lfsr16() local
124 lv = ((lv << 1) | in udl_lfsr16()
125 (((lv >> 15) ^ (lv >> 4) ^ (lv >> 2) ^ (lv >> 1)) & 1)) in udl_lfsr16()
129 return (u16) lv; in udl_lfsr16()
/drivers/video/fbdev/
Dudlfb.c194 u32 lv = 0xFFFF; /* This is the lfsr value that the hw starts with */ in dlfb_lfsr16() local
197 lv = ((lv << 1) | in dlfb_lfsr16()
198 (((lv >> 15) ^ (lv >> 4) ^ (lv >> 2) ^ (lv >> 1)) & 1)) in dlfb_lfsr16()
202 return (u16) lv; in dlfb_lfsr16()
/drivers/staging/lustre/lustre/lov/
Dlov_internal.h128 #define lov_uuid2str(lv, index) \ argument
129 (char *)((lv)->lov_tgts[index]->ltd_uuid.uuid)
/drivers/staging/lustre/lustre/ldlm/
Dldlm_request.c1151 __u64 slv, lvf, lv; in ldlm_cancel_lrur_policy() local
1163 lv = lvf * la * unused; in ldlm_cancel_lrur_policy()
1166 ldlm_pool_set_clv(pl, lv); in ldlm_cancel_lrur_policy()
1170 return (slv == 0 || lv < slv) ? in ldlm_cancel_lrur_policy()