Home
last modified time | relevance | path

Searched refs:padname (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/arm/ti/
H A Dti_pinmux.h72 int ti_pinmux_padconf_set(const char *padname, const char *muxmode,
74 int ti_pinmux_padconf_get(const char *padname, const char **muxmode,
H A Dti_pinmux.c181 ti_pinmux_padconf_set(const char *padname, const char *muxmode, unsigned int state) in ti_pinmux_padconf_set() argument
189 padconf = ti_pinmux_padconf_from_name(padname); in ti_pinmux_padconf_set()
211 ti_pinmux_padconf_get(const char *padname, const char **muxmode, in ti_pinmux_padconf_get() argument
221 padconf = ti_pinmux_padconf_from_name(padname); in ti_pinmux_padconf_get()