Searched refs:WM8996_GPIO_1 (Results 1 – 2 of 2) sorted by relevance
| /linux/sound/soc/codecs/ |
| H A D | wm8996.c | 283 { WM8996_GPIO_1, 0xa101 }, 1480 case WM8996_GPIO_1: in wm8996_readable_register() 1745 (snd_soc_component_read(component, WM8996_GPIO_1)) & WM8996_GP1_FN_MASK) { in wm8996_hw_params() 2145 return regmap_update_bits(wm8996->regmap, WM8996_GPIO_1 + offset, in wm8996_gpio_set() 2158 return regmap_update_bits(wm8996->regmap, WM8996_GPIO_1 + offset, in wm8996_gpio_direction_out() 2169 ret = regmap_read(wm8996->regmap, WM8996_GPIO_1 + offset, ®); in wm8996_gpio_get() 2180 return regmap_update_bits(wm8996->regmap, WM8996_GPIO_1 + offset, in wm8996_gpio_direction_in() 2873 regmap_write(wm8996->regmap, WM8996_GPIO_1 + i, in wm8996_i2c_probe() 3020 ret = regmap_read(wm8996->regmap, WM8996_GPIO_1, ®); in wm8996_i2c_probe()
|
| H A D | wm8996.h | 206 #define WM8996_GPIO_1 0x700 macro
|