Home
last modified time | relevance | path

Searched refs:reg_ds (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/pinctrl/meson/
Dpinctrl-meson.c312 if (!pc->reg_ds) { in meson_pinconf_set_drive_strength()
338 ret = regmap_update_bits(pc->reg_ds, reg, 0x3 << bit, ds_val << bit); in meson_pinconf_set_drive_strength()
440 if (!pc->reg_ds) in meson_pinconf_get_drive_strength()
449 ret = regmap_read(pc->reg_ds, reg, &val); in meson_pinconf_get_drive_strength()
705 pc->reg_ds = meson_map_resource(pc, gpio_np, "ds"); in meson_pinctrl_parse_dt()
706 if (IS_ERR(pc->reg_ds)) { in meson_pinctrl_parse_dt()
708 pc->reg_ds = NULL; in meson_pinctrl_parse_dt()
731 pc->reg_ds = pc->reg_gpio; in meson_a1_parse_dt_extra()
Dpinctrl-meson.h131 struct regmap *reg_ds; member
/kernel/linux/patches/linux-5.10/unionpi_tiger_pacth/
Dlinux-5.10.patch11342 struct regmap *reg_ds;