Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpio/
Dgpio-xra1403.c52 struct xra1403 *xra = gpiochip_get_data(chip); in xra1403_direction_input() local
54 return regmap_update_bits(xra->regmap, to_reg(XRA_GCR, offset), in xra1403_direction_input()
62 struct xra1403 *xra = gpiochip_get_data(chip); in xra1403_direction_output() local
64 ret = regmap_update_bits(xra->regmap, to_reg(XRA_GCR, offset), in xra1403_direction_output()
69 ret = regmap_update_bits(xra->regmap, to_reg(XRA_OCR, offset), in xra1403_direction_output()
79 struct xra1403 *xra = gpiochip_get_data(chip); in xra1403_get_direction() local
81 ret = regmap_read(xra->regmap, to_reg(XRA_GCR, offset), &val); in xra1403_get_direction()
95 struct xra1403 *xra = gpiochip_get_data(chip); in xra1403_get() local
97 ret = regmap_read(xra->regmap, to_reg(XRA_GSR, offset), &val); in xra1403_get()
107 struct xra1403 *xra = gpiochip_get_data(chip); in xra1403_set() local
[all …]