Searched refs:test_fw_misc_device (Results 1 – 1 of 1) sorted by relevance
44 static struct miscdevice test_fw_misc_device = { variable83 rc = misc_register(&test_fw_misc_device); in test_firmware_init()88 rc = device_create_file(test_fw_misc_device.this_device, in test_firmware_init()99 misc_deregister(&test_fw_misc_device); in test_firmware_init()108 device_remove_file(test_fw_misc_device.this_device, in test_firmware_exit()110 misc_deregister(&test_fw_misc_device); in test_firmware_exit()