Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/nvidia/
H A Das3722.c79 as3722_read(struct as3722_softc *sc, uint8_t reg, uint8_t *val) in as3722_read()
102 int as3722_read_buf(struct as3722_softc *sc, uint8_t reg, uint8_t *buf, in as3722_read_buf()
127 as3722_write(struct as3722_softc *sc, uint8_t reg, uint8_t val) in as3722_write()
193 as3722_get_version(struct as3722_softc *sc) in as3722_get_version()
218 as3722_init(struct as3722_softc *sc) in as3722_init()
251 as3722_parse_fdt(struct as3722_softc *sc, phandle_t node) in as3722_parse_fdt()
264 struct as3722_softc *sc; in as3722_intr()
266 sc = (struct as3722_softc *)arg; in as3722_intr()
287 struct as3722_softc *sc; in as3722_attach()
353 struct as3722_softc *sc; in as3722_detach()
[all …]
H A Das3722_gpio.c132 as3722_pinmux_get_function(struct as3722_softc *sc, char *name) in as3722_pinmux_get_function()
263 struct as3722_softc *sc; in as3722_pinmux_configure()
287 struct as3722_softc *sc; in as3722_gpio_get_bus()
304 struct as3722_softc *sc; in as3722_gpio_pin_getcaps()
318 struct as3722_softc *sc; in as3722_gpio_pin_getname()
332 struct as3722_softc *sc; in as3722_gpio_pin_getflags()
428 struct as3722_softc *sc; in as3722_gpio_pin_setflags()
459 struct as3722_softc *sc; in as3722_gpio_pin_set()
480 struct as3722_softc *sc; in as3722_gpio_pin_get()
509 struct as3722_softc *sc; in as3722_gpio_pin_toggle()
[all …]
H A Das3722.h262 struct as3722_softc { struct
289 int as3722_read(struct as3722_softc *sc, uint8_t reg, uint8_t *val); argument
290 int as3722_write(struct as3722_softc *sc, uint8_t reg, uint8_t val);
291 int as3722_modify(struct as3722_softc *sc, uint8_t reg, uint8_t clear,
293 int as3722_read_buf(struct as3722_softc *sc, uint8_t reg, uint8_t *buf,
295 int as3722_write_buf(struct as3722_softc *sc, uint8_t reg, uint8_t *buf,
299 int as3722_regulator_attach(struct as3722_softc *sc, phandle_t node);
304 int as3722_rtc_attach(struct as3722_softc *sc, phandle_t node);
320 int as3722_gpio_attach(struct as3722_softc *sc, phandle_t node);
H A Das3722_rtc.c46 struct as3722_softc *sc; in as3722_rtc_gettime()
73 struct as3722_softc *sc; in as3722_rtc_settime()
100 as3722_rtc_attach(struct as3722_softc *sc, phandle_t node) in as3722_rtc_attach()
H A Das3722_regulators.c91 struct as3722_softc *base_sc;
506 as3722_fdt_parse(struct as3722_softc *sc, phandle_t node, struct reg_def *def, in as3722_fdt_parse()
548 as3722_attach(struct as3722_softc *sc, phandle_t node, struct reg_def *def) in as3722_attach()
602 as3722_regulator_attach(struct as3722_softc *sc, phandle_t node) in as3722_regulator_attach()
643 struct as3722_softc *sc; in as3722_regulator_map()