Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/kernel/
Dlegacy_serial.c207 const char *typep; in add_legacy_isa_port() local
225 typep = of_get_property(np, "ibm,aix-loc", NULL); in add_legacy_isa_port()
228 if (typep && *typep == 'S') in add_legacy_isa_port()
229 index = simple_strtol(typep+1, NULL, 0) - 1; in add_legacy_isa_port()
/Linux-v5.4/sound/core/
Dcontrol_compat.c222 int *typep, int *countp) in copy_ctl_value_from_user() argument
258 *typep = type; in copy_ctl_value_from_user()