Home
last modified time | relevance | path

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

/openbmc/linux/drivers/platform/x86/
H A Dthinkpad_acpi.c1167 struct tpacpi_rfk *atp_rfk; in tpacpi_new_rfkill() local
1176 if (atp_rfk) in tpacpi_new_rfkill()
1177 atp_rfk->rfkill = rfkill_alloc(name, in tpacpi_new_rfkill()
1181 atp_rfk); in tpacpi_new_rfkill()
1182 if (!atp_rfk || !atp_rfk->rfkill) { in tpacpi_new_rfkill()
1184 kfree(atp_rfk); in tpacpi_new_rfkill()
1188 atp_rfk->id = id; in tpacpi_new_rfkill()
1189 atp_rfk->ops = tp_rfkops; in tpacpi_new_rfkill()
1209 rfkill_destroy(atp_rfk->rfkill); in tpacpi_new_rfkill()
1210 kfree(atp_rfk); in tpacpi_new_rfkill()
[all …]