Lines Matching refs:status
305 int status;
330 status = PTR_ERR(fi_rndis);
351 status = gether_register_netdev(ecm_opts->net);
352 if (status)
362 status = PTR_ERR(fi_acm);
369 status = PTR_ERR(fi_msg);
376 status = fsg_common_set_num_buffers(fsg_opts->common, fsg_num_buffers);
377 if (status)
380 status = fsg_common_set_cdev(fsg_opts->common, cdev, config.can_stall);
381 if (status)
385 status = fsg_common_create_luns(fsg_opts->common, &config);
386 if (status)
393 status = usb_string_ids_tab(cdev, strings_dev);
394 if (unlikely(status < 0))
410 status = rndis_config_register(cdev);
411 if (unlikely(status < 0))
414 status = cdc_config_register(cdev);
415 if (unlikely(status < 0))
444 return status;