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

/freebsd-10-stable/sys/arm/ti/
H A Dti_scm.h73 int ti_scm_padconf_set(const char *padname, const char *muxmode,
75 int ti_scm_padconf_get(const char *padname, const char **muxmode,
H A Dti_scm.c176 * @padname: the name of the pad, i.e. "c12"
189 ti_scm_padconf_set(const char *padname, const char *muxmode, unsigned int state) argument
197 padconf = ti_scm_padconf_from_name(padname);
206 * @padname: the name of the pad, i.e. "c12"
219 ti_scm_padconf_get(const char *padname, const char **muxmode, argument
229 padconf = ti_scm_padconf_from_name(padname);
362 char *padname, *muxname, *padstate; local
370 padname = fdt_pad_config;
371 fdt_pad_config += strlen(padname) + 1;
372 i -= strlen(padname)
[all...]

Completed in 105 milliseconds