Searched refs:xra (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpio/ |
H A D | gpio-xra1403.c | 53 struct xra1403 *xra = gpiochip_get_data(chip); in xra1403_direction_input() local 55 return regmap_update_bits(xra->regmap, to_reg(XRA_GCR, offset), in xra1403_direction_input() 63 struct xra1403 *xra = gpiochip_get_data(chip); in xra1403_direction_output() local 65 ret = regmap_update_bits(xra->regmap, to_reg(XRA_GCR, offset), in xra1403_direction_output() 70 ret = regmap_update_bits(xra->regmap, to_reg(XRA_OCR, offset), in xra1403_direction_output() 80 struct xra1403 *xra = gpiochip_get_data(chip); in xra1403_get_direction() local 82 ret = regmap_read(xra->regmap, to_reg(XRA_GCR, offset), &val); in xra1403_get_direction() 96 struct xra1403 *xra = gpiochip_get_data(chip); in xra1403_get() local 98 ret = regmap_read(xra->regmap, to_reg(XRA_GSR, offset), &val); in xra1403_get() 108 struct xra1403 *xra in xra1403_set() local 121 struct xra1403 *xra = gpiochip_get_data(chip); xra1403_dbg_show() local 153 struct xra1403 *xra; xra1403_probe() local [all...] |
/kernel/linux/linux-6.6/drivers/gpio/ |
H A D | gpio-xra1403.c | 52 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 in xra1403_set() local 120 struct xra1403 *xra = gpiochip_get_data(chip); xra1403_dbg_show() local 152 struct xra1403 *xra; xra1403_probe() local [all...] |
Completed in 2 milliseconds