Lines Matching refs:__func__

173 		usb_warn(usbatm, "%s failed on URB147: %d\n", __func__, ret);  in speedtch_test_sequence()
181 usb_warn(usbatm, "%s failed on URB148: %d\n", __func__, ret); in speedtch_test_sequence()
190 usb_warn(usbatm, "%s failed on URB149: %d\n", __func__, ret); in speedtch_test_sequence()
199 usb_warn(usbatm, "%s failed on URB150: %d\n", __func__, ret); in speedtch_test_sequence()
208 usb_warn(usbatm, "%s failed on URBext1: %d\n", __func__, ret); in speedtch_test_sequence()
219 usb_warn(usbatm, "%s failed on URBext2: %d\n", __func__, ret); in speedtch_test_sequence()
227 usb_warn(usbatm, "%s failed on URBext3: %d\n", __func__, ret); in speedtch_test_sequence()
241 usb_dbg(usbatm, "%s entered\n", __func__); in speedtch_upload_firmware()
246 usb_dbg(usbatm, "%s: no memory for buffer!\n", __func__); in speedtch_upload_firmware()
252 usb_dbg(usbatm, "%s: interface not found!\n", __func__); in speedtch_upload_firmware()
262 usb_warn(usbatm, "%s: read BLOCK0 from modem failed (%d)!\n", __func__, ret); in speedtch_upload_firmware()
264 usb_dbg(usbatm, "%s: BLOCK0 downloaded (%d bytes)\n", __func__, ret); in speedtch_upload_firmware()
276 usb_err(usbatm, "%s: write BLOCK1 to modem failed (%d)!\n", __func__, ret); in speedtch_upload_firmware()
279 usb_dbg(usbatm, "%s: BLOCK1 uploaded (%zu bytes)\n", __func__, fw1->size); in speedtch_upload_firmware()
289 usb_err(usbatm, "%s: read BLOCK2 from modem failed (%d)!\n", __func__, ret); in speedtch_upload_firmware()
292 usb_dbg(usbatm, "%s: BLOCK2 downloaded (%d bytes)\n", __func__, actual_length); in speedtch_upload_firmware()
303 usb_err(usbatm, "%s: write BLOCK3 to modem failed (%d)!\n", __func__, ret); in speedtch_upload_firmware()
307 usb_dbg(usbatm, "%s: BLOCK3 uploaded (%zu bytes)\n", __func__, fw2->size); in speedtch_upload_firmware()
316 usb_err(usbatm, "%s: read BLOCK4 from modem failed (%d)!\n", __func__, ret); in speedtch_upload_firmware()
321 usb_dbg(usbatm, "%s: BLOCK4 downloaded (%d bytes)\n", __func__, actual_length); in speedtch_upload_firmware()
328 …usb_err(usbatm, "%s: setting interface to %d failed (%d)!\n", __func__, instance->params.altsettin… in speedtch_upload_firmware()
357 usb_dbg(usbatm, "%s: looking for %s\n", __func__, buf); in speedtch_find_firmware()
361 usb_dbg(usbatm, "%s: looking for %s\n", __func__, buf); in speedtch_find_firmware()
365 usb_dbg(usbatm, "%s: looking for %s\n", __func__, buf); in speedtch_find_firmware()
368 usb_err(usbatm, "%s: no stage %d firmware found!\n", __func__, phase); in speedtch_find_firmware()
394 usb_err(usbatm, "%s: firmware upload failed (%d)!\n", __func__, ret); in speedtch_heavy_init()
420 atm_dbg(usbatm, "%s: MSG 7 failed\n", __func__); in speedtch_read_status()
428 atm_dbg(usbatm, "%s: MSG B failed\n", __func__); in speedtch_read_status()
436 atm_dbg(usbatm, "%s: MSG D failed\n", __func__); in speedtch_read_status()
444 atm_dbg(usbatm, "%s: MSG E failed\n", __func__); in speedtch_read_status()
452 atm_dbg(usbatm, "%s: MSG F failed\n", __func__); in speedtch_read_status()
466 atm_dbg(usbatm, "%s entered\n", __func__); in speedtch_start_synchro()
478 __func__, ret, buf[0], buf[1]); in speedtch_start_synchro()
495 atm_dbg(usbatm, "%s entered\n", __func__); in speedtch_check_status()
510 atm_dbg(usbatm, "%s: line state 0x%02x\n", __func__, status); in speedtch_check_status()
581 atm_dbg(instance->usbatm, "%s entered\n", __func__); in speedtch_resubmit_int()
588 atm_dbg(instance->usbatm, "%s: usb_submit_urb failed with result %d\n", __func__, ret); in speedtch_resubmit_int()
607 atm_dbg(usbatm, "%s entered\n", __func__); in speedtch_handle_int()
610 atm_dbg(usbatm, "%s: nonzero urb status %d!\n", __func__, status); in speedtch_handle_int()
622 atm_dbg(usbatm, "%s: unknown interrupt packet of length %d:", __func__, count); in speedtch_handle_int()
634 atm_dbg(usbatm, "%s: usb_submit_urb failed with result %d\n", __func__, ret); in speedtch_handle_int()
654 atm_dbg(usbatm, "%s entered\n", __func__); in speedtch_atm_start()
672 atm_dbg(usbatm, "%s: submission of interrupt URB failed (%d)!\n", __func__, ret); in speedtch_atm_start()
689 atm_dbg(usbatm, "%s entered\n", __func__); in speedtch_atm_stop()
773 usb_dbg(usbatm, "%s entered\n", __func__); in speedtch_bind()
778 usb_err(usbatm, "%s: wrong device class %d\n", __func__, usb_dev->descriptor.bDeviceClass); in speedtch_bind()
784 usb_err(usbatm, "%s: data interface not found!\n", __func__); in speedtch_bind()
797 usb_err(usbatm, "%s: failed to claim interface %2d (%d)!\n", __func__, i, ret); in speedtch_bind()
823 …usb_err(usbatm, "%s: setting interface to %2d failed (%d)!\n", __func__, instance->params.altsetti… in speedtch_bind()
829 …usb_dbg(usbatm, "%s: setting interface to %2d failed (%d)!\n", __func__, DEFAULT_ISOC_ALTSETTING, … in speedtch_bind()
855 …usb_err(usbatm, "%s: setting interface to %2d failed (%d)!\n", __func__, DEFAULT_BULK_ALTSETTING, … in speedtch_bind()
879 usb_dbg(usbatm, "%s: no memory for interrupt urb!\n", __func__); in speedtch_bind()
888 …usb_dbg(usbatm, "%s: firmware %s loaded\n", __func__, usbatm->flags & UDSL_SKIP_HEAVY_INIT ? "alre… in speedtch_bind()
892 usb_err(usbatm, "%s: device reset failed (%d)!\n", __func__, ret); in speedtch_bind()
913 usb_dbg(usbatm, "%s entered\n", __func__); in speedtch_unbind()