Searched refs:oprofile_pdev (Results 1 – 1 of 1) sorted by relevance
222 static struct platform_device *oprofile_pdev; variable232 oprofile_pdev = platform_device_register_simple( in init_driverfs()234 if (IS_ERR(oprofile_pdev)) { in init_driverfs()235 ret = PTR_ERR(oprofile_pdev); in init_driverfs()244 platform_device_unregister(oprofile_pdev); in exit_driverfs()