Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/kernel/
H A Dlegacy_serial.c209 const char *typep; in add_legacy_isa_port() local
227 typep = of_get_property(np, "ibm,aix-loc", NULL); in add_legacy_isa_port()
230 if (typep && *typep == 'S') in add_legacy_isa_port()
231 index = simple_strtol(typep+1, NULL, 0) - 1; in add_legacy_isa_port()
/openbmc/linux/sound/core/
H A Dcontrol_compat.c220 int *typep, int *countp) in copy_ctl_value_from_user() argument
256 *typep = type; in copy_ctl_value_from_user()