Home
last modified time | relevance | path

Searched refs:gpiod_power_down (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/sound/soc/codecs/
H A Dsta350.c177 struct gpio_desc *gpiod_power_down; member
811 if (sta350->gpiod_power_down) in sta350_startup_sequence()
812 gpiod_set_value(sta350->gpiod_power_down, 1); in sta350_startup_sequence()
879 if (sta350->gpiod_power_down) in sta350_set_bias_level()
880 gpiod_set_value(sta350->gpiod_power_down, 0); in sta350_set_bias_level()
1218 sta350->gpiod_power_down = devm_gpiod_get_optional(dev, "power-down", in sta350_i2c_probe()
1220 if (IS_ERR(sta350->gpiod_power_down)) in sta350_i2c_probe()
1221 return PTR_ERR(sta350->gpiod_power_down); in sta350_i2c_probe()
/kernel/linux/linux-6.6/sound/soc/codecs/
H A Dsta350.c174 struct gpio_desc *gpiod_power_down; member
808 if (sta350->gpiod_power_down) in sta350_startup_sequence()
809 gpiod_set_value(sta350->gpiod_power_down, 1); in sta350_startup_sequence()
876 if (sta350->gpiod_power_down) in sta350_set_bias_level()
877 gpiod_set_value(sta350->gpiod_power_down, 0); in sta350_set_bias_level()
1206 sta350->gpiod_power_down = devm_gpiod_get_optional(dev, "power-down", in sta350_i2c_probe()
1208 if (IS_ERR(sta350->gpiod_power_down)) in sta350_i2c_probe()
1209 return PTR_ERR(sta350->gpiod_power_down); in sta350_i2c_probe()

Completed in 4 milliseconds