Lines Matching defs:code
76 * Return: a pointer to the remapped memory or an ERR_PTR() encoded error code
100 * Return: a pointer to the remapped memory or an ERR_PTR() encoded error code
118 * Return: a pointer to the remapped memory or an ERR_PTR() encoded error code
139 * Return: a pointer to the remapped memory or an ERR_PTR() encoded error code
226 * allows a common code path across either kind of resource.
848 * a negative error code and with the driver not registered.
853 int retval, code;
879 retval = code = __platform_driver_register(drv, module);
884 * Fixup that section violation, being paranoid about code scanning
891 if (code == 0 && list_empty(&drv->driver.p->klist_devices.k_list))
896 if (code != retval)
970 * Returns: 0 on success or a negative error code on failure.