Lines Matching defs:error
34 int error;
74 error = usb_submit_urb(urb, GFP_ATOMIC);
75 if (error && error != -EPERM)
78 __func__, error);
90 "%s - usb_submit_urb failed, error: %d\n",
128 int error;
134 error = usb_find_common_endpoints(intf->cur_altsetting,
136 if (error) {
138 return error;
159 error = devm_add_action_or_reset(&intf->dev, pxrc_free_urb, pxrc);
160 if (error)
161 return error;
195 error = input_register_device(pxrc->input);
196 if (error)
197 return error;