Home
last modified time | relevance | path

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

/openbmc/linux/drivers/platform/x86/
H A Damilo-rfkill.c98 static struct platform_device *amilo_rfkill_pdev; variable
152 amilo_rfkill_pdev = platform_device_register_simple(KBUILD_MODNAME, in amilo_rfkill_init()
155 if (IS_ERR(amilo_rfkill_pdev)) { in amilo_rfkill_init()
156 rc = PTR_ERR(amilo_rfkill_pdev); in amilo_rfkill_init()
169 platform_device_unregister(amilo_rfkill_pdev); in amilo_rfkill_exit()