Home
last modified time | relevance | path

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

/linux/drivers/leds/flash/
A Dleds-max77693.c51 u32 boost_mode; member
440 if (led_cfg->boost_mode == MAX77693_LED_BOOST_FIXED) in max77693_setup()
443 v = led_cfg->boost_mode | led_cfg->boost_mode << 1; in max77693_setup()
607 of_property_read_u32(node, "maxim,boost-mode", &cfg->boost_mode); in max77693_led_parse_dt()
731 u32 flash_iout_max = cfg->boost_mode ? FLASH_IOUT_MAX_2LEDS : in max77693_led_validate_configuration()
739 cfg->boost_mode = clamp_val(cfg->boost_mode, MAX77693_LED_BOOST_NONE, in max77693_led_validate_configuration()
743 if ((cfg->boost_mode == MAX77693_LED_BOOST_NONE) && led->iout_joint) in max77693_led_validate_configuration()
744 cfg->boost_mode = MAX77693_LED_BOOST_FIXED; in max77693_led_validate_configuration()
/linux/sound/soc/codecs/
A Drt1015.c436 ucontrol->value.integer.value[0] = rt1015->boost_mode; in rt1015_boost_mode_get()
448 int boost_mode = ucontrol->value.integer.value[0]; in rt1015_boost_mode_put() local
450 switch (boost_mode) { in rt1015_boost_mode_put()
477 rt1015->boost_mode = boost_mode; in rt1015_boost_mode_put()
A Drt1015.h443 int boost_mode; member
/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/
A Dclk.h110 u8 boost_mode; member
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
A Dbase.c89 switch (clk->boost_mode) { in nvkm_cstate_valid()
712 clk->boost_mode = nvkm_longopt(device->cfgopt, "NvBoost", in nvkm_clk_ctor()

Completed in 14 milliseconds