Searched refs:gbl (Results 1 – 2 of 2) sorted by relevance
26 struct gpio_backlight *gbl = bl_get_data(bl); in gpio_backlight_update_status() local28 gpiod_set_value_cansleep(gbl->gpiod, backlight_get_brightness(bl)); in gpio_backlight_update_status()36 struct gpio_backlight *gbl = bl_get_data(bl); in gpio_backlight_check_fb() local38 return gbl->fbdev == NULL || gbl->fbdev == info->dev; in gpio_backlight_check_fb()54 struct gpio_backlight *gbl; in gpio_backlight_probe() local57 gbl = devm_kzalloc(dev, sizeof(*gbl), GFP_KERNEL); in gpio_backlight_probe()58 if (gbl == NULL) in gpio_backlight_probe()62 gbl->fbdev = pdata->fbdev; in gpio_backlight_probe()66 gbl->gpiod = devm_gpiod_get(dev, NULL, GPIOD_ASIS); in gpio_backlight_probe()67 if (IS_ERR(gbl->gpiod)) { in gpio_backlight_probe()[all …]
76 static struct gbl_type *gbl; variable86 if (gbl->error_stage == CAL_STAGE_NIL) { in set_failing_group_stage()87 gbl->error_substage = substage; in set_failing_group_stage()88 gbl->error_stage = stage; in set_failing_group_stage()89 gbl->error_group = group; in set_failing_group_stage()1063 rw_wl_nop_cycles = gbl->rw_wl_nop_cycles; in rw_mgr_mem_calibrate_write_test_issue()2550 if (gbl->phy_debug_mode_flags & PHY_DEBUG_DISABLE_GUARANTEED_READ) in rw_mgr_mem_calibrate_guaranteed_write()2817 writel(gbl->curr_read_lat, &phy_mgr_cfg->phy_rlat); in rw_mgr_mem_calibrate_lfifo()2819 __func__, __LINE__, gbl->curr_read_lat); in rw_mgr_mem_calibrate_lfifo()2830 gbl->curr_read_lat--; in rw_mgr_mem_calibrate_lfifo()[all …]