Searched refs:as3722_softc (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/arm/nvidia/ |
H A D | as3722_gpio.c | 129 as3722_pinmux_get_function(struct as3722_softc *sc, char *name) in as3722_pinmux_get_function() 141 as3722_pinmux_config_node(struct as3722_softc *sc, char *pin_name, in as3722_pinmux_config_node() 204 as3722_pinmux_read_node(struct as3722_softc *sc, phandle_t node, in as3722_pinmux_read_node() 227 as3722_pinmux_process_node(struct as3722_softc *sc, phandle_t node) in as3722_pinmux_process_node() 260 struct as3722_softc *sc; in as3722_pinmux_configure() 284 struct as3722_softc *sc; in as3722_gpio_get_bus() 301 struct as3722_softc *sc; in as3722_gpio_pin_getcaps() 315 struct as3722_softc *sc; in as3722_gpio_pin_getname() 329 struct as3722_softc *sc; in as3722_gpio_pin_getflags() 379 as3722_gpio_get_mode(struct as3722_softc *sc, uint32_t pin, uint32_t gpio_flags) in as3722_gpio_get_mode() [all …]
|
H A D | as3722.c | 77 as3722_read(struct as3722_softc *sc, uint8_t reg, uint8_t *val) in as3722_read() 100 int as3722_read_buf(struct as3722_softc *sc, uint8_t reg, uint8_t *buf, in as3722_read_buf() 125 as3722_write(struct as3722_softc *sc, uint8_t reg, uint8_t val) in as3722_write() 147 int as3722_write_buf(struct as3722_softc *sc, uint8_t reg, uint8_t *buf, in as3722_write_buf() 171 as3722_modify(struct as3722_softc *sc, uint8_t reg, uint8_t clear, uint8_t set) in as3722_modify() 191 as3722_get_version(struct as3722_softc *sc) in as3722_get_version() 216 as3722_init(struct as3722_softc *sc) in as3722_init() 249 as3722_parse_fdt(struct as3722_softc *sc, phandle_t node) in as3722_parse_fdt() 282 struct as3722_softc *sc; in as3722_attach() 346 struct as3722_softc *sc; in as3722_detach() [all …]
|
H A D | as3722.h | 260 struct as3722_softc { struct 287 int as3722_read(struct as3722_softc *sc, uint8_t reg, uint8_t *val); argument 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 D | as3722_rtc.c | 43 struct as3722_softc *sc; in as3722_rtc_gettime() 70 struct as3722_softc *sc; in as3722_rtc_settime() 97 as3722_rtc_attach(struct as3722_softc *sc, phandle_t node) in as3722_rtc_attach()
|
H A D | as3722_regulators.c | 88 struct as3722_softc *base_sc; 503 as3722_fdt_parse(struct as3722_softc *sc, phandle_t node, struct reg_def *def, in as3722_fdt_parse() 545 as3722_attach(struct as3722_softc *sc, phandle_t node, struct reg_def *def) in as3722_attach() 599 as3722_regulator_attach(struct as3722_softc *sc, phandle_t node) in as3722_regulator_attach() 640 struct as3722_softc *sc; in as3722_regulator_map()
|