Searched refs:compat (Results 1 – 3 of 3) sorted by relevance
| /sound/aoa/soundbus/ |
| A D | core.c | 64 const char *compat; in soundbus_uevent() local 90 compat = of_get_property(of->dev.of_node, "compatible", &cplen); in soundbus_uevent() 91 while (compat && cplen > 0) { in soundbus_uevent() 93 retval = add_uevent_var(env, "OF_COMPATIBLE_%d=%s", seen, compat); in soundbus_uevent() 96 compat += env->buflen - tmp; in soundbus_uevent()
|
| /sound/ac97/ |
| A D | bus.c | 74 char compat[] = "ac97,0000,0000"; in ac97_of_get_child_device() local 76 snprintf(compat, sizeof(compat), "ac97,%04x,%04x", in ac97_of_get_child_device() 81 !of_device_is_compatible(node, compat)) in ac97_of_get_child_device()
|
| /sound/core/ |
| A D | timer.c | 1995 unsigned int cmd, bool compat) in snd_timer_user_tread() argument 2010 (IS_ENABLED(CONFIG_64BIT) && !compat)) in snd_timer_user_tread() 2243 unsigned long arg, bool compat) in __snd_timer_user_ioctl() argument 2257 return snd_timer_user_tread(argp, tu, cmd, compat); in __snd_timer_user_ioctl()
|
Completed in 17 milliseconds