Home
last modified time | relevance | path

Searched refs:reg_gpio (Results 1 – 4 of 4) sorted by relevance

/linux-6.3-rc2/drivers/pinctrl/meson/
A Dpinctrl-meson.c194 return regmap_update_bits(pc->reg_gpio, reg, BIT(bit), in meson_pinconf_set_gpio_bit()
211 ret = regmap_read(pc->reg_gpio, reg, &val); in meson_pinconf_get_gpio_bit()
600 regmap_read(pc->reg_gpio, reg, &val); in meson_gpio_get()
689 pc->reg_gpio = meson_map_resource(pc, gpio_np, "gpio"); in meson_pinctrl_parse_dt()
690 if (IS_ERR_OR_NULL(pc->reg_gpio)) { in meson_pinctrl_parse_dt()
692 return pc->reg_gpio ? PTR_ERR(pc->reg_gpio) : -ENOENT; in meson_pinctrl_parse_dt()
728 pc->reg_pull = pc->reg_gpio; in meson_a1_parse_dt_extra()
729 pc->reg_pullen = pc->reg_gpio; in meson_a1_parse_dt_extra()
730 pc->reg_ds = pc->reg_gpio; in meson_a1_parse_dt_extra()
A Dpinctrl-meson.h133 struct regmap *reg_gpio; member
A Dpinctrl-meson-g12a.c1371 pc->reg_pull = pc->reg_gpio; in meson_g12a_aobus_parse_dt_extra()
1372 pc->reg_pullen = pc->reg_gpio; in meson_g12a_aobus_parse_dt_extra()
/linux-6.3-rc2/sound/soc/codecs/
A Drt5677.c5311 int reg_gpio; in rt5677_check_hotword() local
5316 if (regmap_read(rt5677->regmap, RT5677_GPIO_CTRL1, &reg_gpio)) in rt5677_check_hotword()
5320 if ((reg_gpio & RT5677_GPIO1_PIN_MASK) == RT5677_GPIO1_PIN_IRQ) in rt5677_check_hotword()

Completed in 17 milliseconds