Searched refs:env (Results 1 – 2 of 2) sorted by relevance
| /sound/aoa/soundbus/ |
| A D | core.c | 60 static int soundbus_uevent(const struct device *dev, struct kobj_uevent_env *env) in soundbus_uevent() argument 78 retval = add_uevent_var(env, "OF_NAME=%pOFn", of->dev.of_node); in soundbus_uevent() 82 retval = add_uevent_var(env, "OF_TYPE=%s", of_node_get_device_type(of->dev.of_node)); in soundbus_uevent() 92 int tmp = env->buflen; 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() 97 cplen -= env->buflen - tmp; in soundbus_uevent() 101 retval = add_uevent_var(env, "OF_COMPATIBLE_N=%d", seen); in soundbus_uevent() 104 retval = add_uevent_var(env, "MODALIAS=%s", soundbus_dev->modalias); in soundbus_uevent()
|
| /sound/hda/core/ |
| A D | hda_bus_type.c | 68 static int hda_uevent(const struct device *dev, struct kobj_uevent_env *env) in hda_uevent() argument 74 if (add_uevent_var(env, "MODALIAS=%s", modalias)) in hda_uevent()
|
Completed in 5 milliseconds