Searched refs:lbs_deb_usbd (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/libertas/
H A Dif_usb.c25 #define lbs_deb_usb2(...) do { if (INSANEDEBUG) lbs_deb_usbd(__VA_ARGS__); } while (0)
249 lbs_deb_usbd(&udev->dev, "bcdUSB = 0x%X bDeviceClass = 0x%X"
262 lbs_deb_usbd(&udev->dev, "in_endpoint = %d\n", cardp->ep_in);
263 lbs_deb_usbd(&udev->dev, "Bulk in size is %d\n", cardp->ep_in_size);
269 lbs_deb_usbd(&udev->dev, "out_endpoint = %d\n", cardp->ep_out);
270 lbs_deb_usbd(&udev->dev, "Bulk out size is %d\n", cardp->ep_out_size);
274 lbs_deb_usbd(&udev->dev, "Endpoints not found\n");
278 lbs_deb_usbd(&udev->dev, "Rx URB allocation failed\n");
282 lbs_deb_usbd(&udev->dev, "Tx URB allocation failed\n");
287 lbs_deb_usbd(
[all...]
H A Ddefs.h84 #define lbs_deb_usbd(dev, fmt, args...) LBS_DEB_LL(LBS_DEB_USB, " usbd", "%s:" fmt, dev_name(dev), ##args) macro

Completed in 63 milliseconds