Home
last modified time | relevance | path

Searched refs:usb_dbg (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/drivers/usb/atm/
Dspeedtch.c257 usb_dbg(usbatm, "%s entered\n", __func__); in speedtch_upload_firmware()
261 usb_dbg(usbatm, "%s: no memory for buffer!\n", __func__); in speedtch_upload_firmware()
267 usb_dbg(usbatm, "%s: interface not found!\n", __func__); in speedtch_upload_firmware()
279 usb_dbg(usbatm, "%s: BLOCK0 downloaded (%d bytes)\n", __func__, ret); in speedtch_upload_firmware()
294 usb_dbg(usbatm, "%s: BLOCK1 uploaded (%zu bytes)\n", __func__, fw1->size); in speedtch_upload_firmware()
307 usb_dbg(usbatm, "%s: BLOCK2 downloaded (%d bytes)\n", __func__, actual_length); in speedtch_upload_firmware()
322 usb_dbg(usbatm, "%s: BLOCK3 uploaded (%zu bytes)\n", __func__, fw2->size); in speedtch_upload_firmware()
336 usb_dbg(usbatm, "%s: BLOCK4 downloaded (%d bytes)\n", __func__, actual_length); in speedtch_upload_firmware()
372 usb_dbg(usbatm, "%s: looking for %s\n", __func__, buf); in speedtch_find_firmware()
376 usb_dbg(usbatm, "%s: looking for %s\n", __func__, buf); in speedtch_find_firmware()
[all …]
Dxusbatm.c102 usb_dbg(usbatm, "%s: binding driver %d: vendor %04x product %04x" in xusbatm_bind()
110 usb_dbg(usbatm, "%s: no interface contains endpoint %02x in altsetting %2d\n", in xusbatm_bind()
113 usb_dbg(usbatm, "%s: no interface contains endpoint %02x in altsetting %2d\n", in xusbatm_bind()
127 usb_dbg(usbatm, "%s: rx If#=%2d; tx If#=%2d\n", __func__, in xusbatm_bind()
148 usb_dbg(usbatm, "%s entered\n", __func__); in xusbatm_unbind()
Dusbatm.h61 #define usb_dbg(instance, format, arg...) \ macro
64 #define usb_dbg(instance, format, arg...) \ macro
Dcxacru.c1080 usb_dbg(usbatm, "no stage %s firmware found\n", phase); in cxacru_find_firmware()