Searched refs:as3722_softc (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/sys/arm/nvidia/
H A Das3722_rtc.c43 struct as3722_softc *sc;
70 struct as3722_softc *sc;
97 as3722_rtc_attach(struct as3722_softc *sc, phandle_t node)
H A Das3722_gpio.c129 as3722_pinmux_get_function(struct as3722_softc *sc, char *name)
141 as3722_pinmux_config_node(struct as3722_softc *sc, char *pin_name,
204 as3722_pinmux_read_node(struct as3722_softc *sc, phandle_t node,
227 as3722_pinmux_process_node(struct as3722_softc *sc, phandle_t node)
260 struct as3722_softc *sc;
284 struct as3722_softc *sc;
301 struct as3722_softc *sc;
315 struct as3722_softc *sc;
329 struct as3722_softc *sc;
379 as3722_gpio_get_mode(struct as3722_softc *s
[all...]
H A Das3722.c77 as3722_read(struct as3722_softc *sc, uint8_t reg, uint8_t *val)
100 int as3722_read_buf(struct as3722_softc *sc, uint8_t reg, uint8_t *buf,
125 as3722_write(struct as3722_softc *sc, uint8_t reg, uint8_t val)
147 int as3722_write_buf(struct as3722_softc *sc, uint8_t reg, uint8_t *buf,
171 as3722_modify(struct as3722_softc *sc, uint8_t reg, uint8_t clear, uint8_t set)
191 as3722_get_version(struct as3722_softc *sc)
216 as3722_init(struct as3722_softc *sc)
249 as3722_parse_fdt(struct as3722_softc *sc, phandle_t node)
282 struct as3722_softc *sc;
345 struct as3722_softc *s
[all...]
H A Das3722.h260 struct as3722_softc { struct
287 int as3722_read(struct as3722_softc *sc, uint8_t reg, uint8_t *val);
288 int as3722_write(struct as3722_softc *sc, uint8_t reg, uint8_t val);
289 int as3722_modify(struct as3722_softc *sc, uint8_t reg, uint8_t clear,
291 int as3722_read_buf(struct as3722_softc *sc, uint8_t reg, uint8_t *buf,
293 int as3722_write_buf(struct as3722_softc *sc, uint8_t reg, uint8_t *buf,
297 int as3722_regulator_attach(struct as3722_softc *sc, phandle_t node);
302 int as3722_rtc_attach(struct as3722_softc *sc, phandle_t node);
318 int as3722_gpio_attach(struct as3722_softc *sc, phandle_t node);
H A Das3722_regulators.c88 struct as3722_softc *base_sc;
503 as3722_fdt_parse(struct as3722_softc *sc, phandle_t node, struct reg_def *def,
545 as3722_attach(struct as3722_softc *sc, phandle_t node, struct reg_def *def)
599 as3722_regulator_attach(struct as3722_softc *sc, phandle_t node)
640 struct as3722_softc *sc;

Completed in 186 milliseconds