Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ieee802154/
Dmac802154_hwsim.c32 static struct platform_device *mac802154hwsim_dev; variable
179 return hwsim_add_one(info, &mac802154hwsim_dev->dev, false); in hwsim_new_radio_nl()
892 mac802154hwsim_dev = platform_device_register_simple("mac802154_hwsim", in hwsim_init_module()
894 if (IS_ERR(mac802154hwsim_dev)) { in hwsim_init_module()
895 rc = PTR_ERR(mac802154hwsim_dev); in hwsim_init_module()
906 platform_device_unregister(mac802154hwsim_dev); in hwsim_init_module()
916 platform_device_unregister(mac802154hwsim_dev); in hwsim_remove_module()