Home
last modified time | relevance | path

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

/linux-4.1.27/sound/soc/codecs/
Dwm8996.c286 { WM8996_GPIO_1, 0xa101 },
1484 case WM8996_GPIO_1: in wm8996_readable_register()
1750 (snd_soc_read(codec, WM8996_GPIO_1)) & WM8996_GP1_FN_MASK) { in wm8996_hw_params()
2153 regmap_update_bits(wm8996->regmap, WM8996_GPIO_1 + offset, in wm8996_gpio_set()
2165 return regmap_update_bits(wm8996->regmap, WM8996_GPIO_1 + offset, in wm8996_gpio_direction_out()
2176 ret = regmap_read(wm8996->regmap, WM8996_GPIO_1 + offset, &reg); in wm8996_gpio_get()
2187 return regmap_update_bits(wm8996->regmap, WM8996_GPIO_1 + offset, in wm8996_gpio_direction_in()
2879 regmap_write(wm8996->regmap, WM8996_GPIO_1 + i, in wm8996_i2c_probe()
3026 ret = regmap_read(wm8996->regmap, WM8996_GPIO_1, &reg); in wm8996_i2c_probe()
Dwm8996.h210 #define WM8996_GPIO_1 0x700 macro