Home
last modified time | relevance | path

Searched refs:gpio1_func (Results 1 – 2 of 2) sorted by relevance

/linux/sound/soc/codecs/
H A Dcs35l41-lib.c1222 unsigned int gpio1_func, pad_control, pwr_ctrl1, pwr_ctrl3, int_status, pup_pdn_mask; in cs35l41_global_enable() local
1253 gpio1_func = enable ? CS35L41_GPIO1_MDSYNC : CS35L41_GPIO1_HIZ; in cs35l41_global_enable()
1254 gpio1_func <<= CS35L41_GPIO1_CTRL_SHIFT; in cs35l41_global_enable()
1257 pad_control |= gpio1_func & CS35L41_GPIO1_CTRL_MASK; in cs35l41_global_enable()
H A Dtas675x.c61 int gpio1_func; member
1347 tas->gpio1_func != TAS675X_GPIO_SEL_SDOUT2 && in tas675x_set_fmt()
1621 if (tas->gpio1_func >= 0 || tas->gpio2_func >= 0) { in tas675x_init_device()
1624 tas675x_config_gpio_pin(regmap, tas->gpio1_func, in tas675x_init_device()
2082 tas->gpio1_func = tas675x_gpio_func_parse(tas->dev, "ti,gpio1-function"); in tas675x_i2c_probe()