Home
last modified time | relevance | path

Searched defs:lv (Results 1 – 6 of 6) sorted by relevance

/drivers/video/backlight/
Dlv5207lp.c41 static int lv5207lp_write(struct lv5207lp *lv, u8 reg, u8 data) in lv5207lp_write()
48 struct lv5207lp *lv = bl_get_data(backlight); in lv5207lp_backlight_update_status() local
68 struct lv5207lp *lv = bl_get_data(backlight); in lv5207lp_backlight_check_fb() local
85 struct lv5207lp *lv; in lv5207lp_probe() local
/drivers/gpu/drm/exynos/
Dexynos_drm_ipp.c480 struct drm_exynos_ipp_limit_val *lh = &l.h, *lv = &l.v; in exynos_drm_ipp_check_size_limits() local
525 const struct drm_exynos_ipp_limit_val *lh, *lv; in exynos_drm_ipp_check_scale_limits() local
/drivers/gpu/drm/udl/
Dudl_modeset.c104 u32 lv = 0xFFFF; /* This is the lfsr value that the hw starts with */ in udl_lfsr16() local
/drivers/gpio/
Dgpiolib-cdev.c1055 struct gpio_v2_line_values lv; in linereq_get_values() local
1115 struct gpio_v2_line_values *lv) in linereq_set_values_unlocked()
1158 struct gpio_v2_line_values lv; in linereq_set_values() local
/drivers/video/fbdev/
Dudlfb.c198 u32 lv = 0xFFFF; /* This is the lfsr value that the hw starts with */ in dlfb_lfsr16() local
/drivers/thermal/tegra/
Dsoctherm.c255 #define THERMCTL_LVL_REG(rg, lv) ((rg) + ((lv) * THERMCTL_LVL_REGS_SIZE)) argument