Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ieee802154/
H A 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()
900 mac802154hwsim_dev = platform_device_register_simple("mac802154_hwsim", in hwsim_init_module()
902 if (IS_ERR(mac802154hwsim_dev)) { in hwsim_init_module()
903 rc = PTR_ERR(mac802154hwsim_dev); in hwsim_init_module()
914 platform_device_unregister(mac802154hwsim_dev); in hwsim_init_module()
924 platform_device_unregister(mac802154hwsim_dev); in hwsim_remove_module()
/kernel/linux/linux-6.6/drivers/net/ieee802154/
H A Dmac802154_hwsim.c33 static struct platform_device *mac802154hwsim_dev; variable
342 return hwsim_add_one(info, &mac802154hwsim_dev->dev, false); in hwsim_new_radio_nl()
1066 mac802154hwsim_dev = platform_device_register_simple("mac802154_hwsim", in hwsim_init_module()
1068 if (IS_ERR(mac802154hwsim_dev)) { in hwsim_init_module()
1069 rc = PTR_ERR(mac802154hwsim_dev); in hwsim_init_module()
1080 platform_device_unregister(mac802154hwsim_dev); in hwsim_init_module()
1090 platform_device_unregister(mac802154hwsim_dev); in hwsim_remove_module()

Completed in 4 milliseconds