Searched refs:lbs_deb_usbd (Results 1 – 2 of 2) sorted by relevance
/linux-6.6.21/drivers/net/wireless/marvell/libertas/ |
D | if_usb.c | 30 #define lbs_deb_usb2(...) do { if (INSANEDEBUG) lbs_deb_usbd(__VA_ARGS__); } while (0) 217 lbs_deb_usbd(&udev->dev, "bcdUSB = 0x%X bDeviceClass = 0x%X" in if_usb_probe() 230 lbs_deb_usbd(&udev->dev, "in_endpoint = %d\n", cardp->ep_in); in if_usb_probe() 231 lbs_deb_usbd(&udev->dev, "Bulk in size is %d\n", cardp->ep_in_size); in if_usb_probe() 237 lbs_deb_usbd(&udev->dev, "out_endpoint = %d\n", cardp->ep_out); in if_usb_probe() 238 lbs_deb_usbd(&udev->dev, "Bulk out size is %d\n", cardp->ep_out_size); in if_usb_probe() 242 lbs_deb_usbd(&udev->dev, "Endpoints not found\n"); in if_usb_probe() 246 lbs_deb_usbd(&udev->dev, "Rx URB allocation failed\n"); in if_usb_probe() 250 lbs_deb_usbd(&udev->dev, "Tx URB allocation failed\n"); in if_usb_probe() 255 lbs_deb_usbd(&udev->dev, "Could not allocate buffer\n"); in if_usb_probe() [all …]
|
D | defs.h | 75 #define lbs_deb_usbd(dev, fmt, args...) LBS_DEB_LL(LBS_DEB_USB, " usbd", "%s:" fmt, dev_name(dev), … macro
|