Searched refs:lbtf_deb_usbd (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/net/wireless/marvell/libertas_tf/ |
H A D | if_usb.c | 21 #define lbtf_deb_usb2(...) do { if (INSANEDEBUG) lbtf_deb_usbd(__VA_ARGS__); } while (0) 167 lbtf_deb_usbd(&udev->dev, "bcdUSB = 0x%X bDeviceClass = 0x%X" in if_usb_probe() 181 lbtf_deb_usbd(&udev->dev, "in_endpoint = %d\n", in if_usb_probe() 183 lbtf_deb_usbd(&udev->dev, "Bulk in size is %d\n", in if_usb_probe() 190 lbtf_deb_usbd(&udev->dev, "out_endpoint = %d\n", in if_usb_probe() 192 lbtf_deb_usbd(&udev->dev, "Bulk out size is %d\n", in if_usb_probe() 197 lbtf_deb_usbd(&udev->dev, "Endpoints not found\n"); in if_usb_probe() 217 lbtf_deb_usbd(&udev->dev, "Could not allocate buffer\n"); in if_usb_probe() 381 lbtf_deb_usbd(&cardp->udev->dev, "Device removed\n"); in usb_tx_block() 398 lbtf_deb_usbd(&cardp->udev->dev, in usb_tx_block() [all …]
|
H A D | deb_defs.h | 82 #define lbtf_deb_usbd(dev, fmt, args...) LBTF_DEB_LL(LBTF_DEB_USB, " usbd", "%s:" fmt, dev_name(dev… macro
|
H A D | main.c | 601 lbtf_deb_usbd(dmdev, "Error programming the firmware\n"); in lbtf_add_card()
|