Searched refs:cy8c95x0_regmap_read (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/pinctrl/ |
H A D | pinctrl-cy8c95x0.c | 587 static int cy8c95x0_regmap_read(struct cy8c95x0_pinctrl *chip, unsigned int reg, in cy8c95x0_regmap_read() function 674 ret = cy8c95x0_regmap_read(chip, reg, i, &read_val); in cy8c95x0_read_regs_mask() 723 ret = cy8c95x0_regmap_read(chip, CY8C95X0_INPUT, port, ®_val); in cy8c95x0_gpio_get_value() 755 ret = cy8c95x0_regmap_read(chip, CY8C95X0_DIRECTION, port, ®_val); in cy8c95x0_gpio_get_direction() 833 ret = cy8c95x0_regmap_read(chip, reg, port, ®_val); in cy8c95x0_gpio_get_pincfg()
|