Searched refs:WM8994_GPIO_1 (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/gpio/ |
| H A D | gpio-wm8994.c | 59 return wm8994_set_bits(wm8994, WM8994_GPIO_1 + offset, in wm8994_gpio_direction_in() 69 ret = wm8994_reg_read(wm8994, WM8994_GPIO_1 + offset); in wm8994_gpio_get() 88 return wm8994_set_bits(wm8994, WM8994_GPIO_1 + offset, in wm8994_gpio_direction_out() 101 return wm8994_set_bits(wm8994, WM8994_GPIO_1 + offset, WM8994_GPN_LVL, in wm8994_gpio_set() 113 return wm8994_set_bits(wm8994, WM8994_GPIO_1 + offset, in wm8994_gpio_set_config() 117 return wm8994_set_bits(wm8994, WM8994_GPIO_1 + offset, in wm8994_gpio_set_config() 213 reg = wm8994_reg_read(wm8994, WM8994_GPIO_1 + i); in wm8994_gpio_dbg_show()
|
| /linux/drivers/mfd/ |
| H A D | wm8994-core.c | 152 ret = regcache_sync_region(wm8994->regmap, WM8994_GPIO_1, in wm8994_suspend() 532 wm8994_set_bits(wm8994, WM8994_GPIO_1 + i, in wm8994_device_init()
|
| H A D | wm8994-regmap.c | 986 case WM8994_GPIO_1: in wm1811_readable_register()
|
| /linux/include/linux/mfd/wm8994/ |
| H A D | registers.h | 242 #define WM8994_GPIO_1 0x700 macro
|
| /linux/sound/soc/codecs/ |
| H A D | wm8994.c | 4354 ret = regmap_read(control->regmap, WM8994_GPIO_1, ®); in wm8994_component_probe()
|