Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/platform/x86/
Dasus-wmi.c864 struct asus_rfkill *arfkill, in asus_new_rfkill() argument
868 struct rfkill **rfkill = &arfkill->rfkill; in asus_new_rfkill()
873 arfkill->dev_id = dev_id; in asus_new_rfkill()
874 arfkill->asus = asus; in asus_new_rfkill()
879 &asus_rfkill_wlan_ops, arfkill); in asus_new_rfkill()
882 &asus_rfkill_ops, arfkill); in asus_new_rfkill()
Dsamsung-laptop.c960 struct samsung_rfkill *arfkill, in samsung_new_rfkill() argument
965 struct rfkill **rfkill = &arfkill->rfkill; in samsung_new_rfkill()
968 arfkill->type = type; in samsung_new_rfkill()
969 arfkill->samsung = samsung; in samsung_new_rfkill()
972 type, ops, arfkill); in samsung_new_rfkill()