Lines Matching refs:error
597 * should we return an error or ignore this failure?
1278 * < 0 : error
1857 int error;
1862 error = unregister_pm_notifier(&video->pm_nb);
1871 return error;
1891 int error;
1895 error = -ENOMEM;
1899 error = acpi_video_bus_start_devices(video);
1900 if (error)
1921 error = input_register_device(input);
1922 if (error)
1938 return error;
1984 int error;
2024 error = acpi_video_bus_check(video);
2025 if (error)
2031 error = acpi_video_bus_get_devices(video, device);
2032 if (error)
2065 error = acpi_video_bus_add_notify_handler(video);
2066 if (error)
2069 error = acpi_dev_install_notify_handler(device, ACPI_DEVICE_NOTIFY,
2071 if (error)
2090 return error;
2208 * don't register the acpi_video_bus again and return no error.