Home
last modified time | relevance | path

Searched refs:env (Results 1 – 6 of 6) sorted by relevance

/net/atm/
Datm_sysfs.c117 static int atm_uevent(struct device *cdev, struct kobj_uevent_env *env) in atm_uevent() argument
128 if (add_uevent_var(env, "NAME=%s%d", adev->type, adev->number)) in atm_uevent()
/net/rfkill/
Dcore.c810 static int rfkill_dev_uevent(struct device *dev, struct kobj_uevent_env *env) in rfkill_dev_uevent() argument
817 error = add_uevent_var(env, "RFKILL_NAME=%s", rfkill->name); in rfkill_dev_uevent()
820 error = add_uevent_var(env, "RFKILL_TYPE=%s", in rfkill_dev_uevent()
827 error = add_uevent_var(env, "RFKILL_STATE=%d", in rfkill_dev_uevent()
/net/wireless/
Dsysfs.c84 static int wiphy_uevent(struct device *dev, struct kobj_uevent_env *env) in wiphy_uevent() argument
Dreg.c546 char *env[] = { country, NULL }; in call_crda() local
563 ret = kobject_uevent_env(&reg_pdev->dev.kobj, KOBJ_CHANGE, env); in call_crda()
3049 enum environment_cap env = ENVIRON_ANY; in regulatory_hint_country_ie() local
3067 env = ENVIRON_INDOOR; in regulatory_hint_country_ie()
3069 env = ENVIRON_OUTDOOR; in regulatory_hint_country_ie()
3090 request->country_ie_env = env; in regulatory_hint_country_ie()
Dcore.h50 enum environment_cap env; member
/net/core/
Dnet-sysfs.c1709 static int netdev_uevent(struct device *d, struct kobj_uevent_env *env) in netdev_uevent() argument
1715 retval = add_uevent_var(env, "INTERFACE=%s", dev->name); in netdev_uevent()
1723 retval = add_uevent_var(env, "IFINDEX=%d", dev->ifindex); in netdev_uevent()