Lines Matching full:xra1403
3 * GPIO driver for EXAR XRA1403 16-bit GPIO expander
19 /* XRA1403 registers */
33 struct xra1403 { struct
53 struct xra1403 *xra = gpiochip_get_data(chip); in xra1403_direction_input() argument
63 struct xra1403 *xra = gpiochip_get_data(chip); in xra1403_direction_output()
80 struct xra1403 *xra = gpiochip_get_data(chip); in xra1403_get_direction()
96 struct xra1403 *xra = gpiochip_get_data(chip); in xra1403_get()
107 struct xra1403 *xra = gpiochip_get_data(chip); in xra1403_set()
118 struct xra1403 *xra = gpiochip_get_data(chip); in xra1403_dbg_show()
150 struct xra1403 *xra; in xra1403_probe()
172 xra->chip.label = "xra1403"; in xra1403_probe()
190 { "xra1403" },
196 { .compatible = "exar,xra1403" },
205 .name = "xra1403",
214 MODULE_DESCRIPTION("GPIO expander driver for EXAR XRA1403");