Lines Matching refs:shell_print
31 shell_print(sh, "bLength\t\t\t%u", desc->bLength); in print_dev_desc()
32 shell_print(sh, "bDescriptorType\t\t%u", desc->bDescriptorType); in print_dev_desc()
33 shell_print(sh, "bcdUSB\t\t\t%x", desc->bcdUSB); in print_dev_desc()
34 shell_print(sh, "bDeviceClass\t\t%u", desc->bDeviceClass); in print_dev_desc()
35 shell_print(sh, "bDeviceSubClass\t\t%u", desc->bDeviceSubClass); in print_dev_desc()
36 shell_print(sh, "bDeviceProtocol\t\t%u", desc->bDeviceProtocol); in print_dev_desc()
37 shell_print(sh, "bMaxPacketSize0\t\t%u", desc->bMaxPacketSize0); in print_dev_desc()
38 shell_print(sh, "idVendor\t\t%x", desc->idVendor); in print_dev_desc()
39 shell_print(sh, "idProduct\t\t%x", desc->idProduct); in print_dev_desc()
40 shell_print(sh, "bcdDevice\t\t%x", desc->bcdDevice); in print_dev_desc()
41 shell_print(sh, "iManufacturer\t\t%u", desc->iManufacturer); in print_dev_desc()
42 shell_print(sh, "iProduct\t\t%u", desc->iProduct); in print_dev_desc()
43 shell_print(sh, "iSerial\t\t\t%u", desc->iSerialNumber); in print_dev_desc()
44 shell_print(sh, "bNumConfigurations\t%u", desc->bNumConfigurations); in print_dev_desc()
50 shell_print(sh, "bLength\t\t\t%u", desc->bLength); in print_cfg_desc()
51 shell_print(sh, "bDescriptorType\t\t%u", desc->bDescriptorType); in print_cfg_desc()
52 shell_print(sh, "wTotalLength\t\t%x", desc->wTotalLength); in print_cfg_desc()
53 shell_print(sh, "bNumInterfaces\t\t%u", desc->bNumInterfaces); in print_cfg_desc()
54 shell_print(sh, "bConfigurationValue\t%u", desc->bConfigurationValue); in print_cfg_desc()
55 shell_print(sh, "iConfiguration\t\t%u", desc->iConfiguration); in print_cfg_desc()
56 shell_print(sh, "bmAttributes\t\t%02x", desc->bmAttributes); in print_cfg_desc()
57 shell_print(sh, "bMaxPower\t\t%u mA", desc->bMaxPower * 2); in print_cfg_desc()
102 shell_print(sh, "host: Failed to allocate buffer"); in cmd_vendor_in()
130 shell_print(sh, "host: Failed to allocate buffer"); in cmd_vendor_out()
149 shell_print(sh, "host: Failed to request device descriptor"); in cmd_desc_device()
168 shell_print(sh, "host: Failed to request configuration descriptor"); in cmd_desc_config()
195 shell_print(sh, "host: Failed to request configuration descriptor"); in cmd_desc_string()
218 shell_print(sh, "host: Device 0x%02x, ep 0x%02x halt feature set", in cmd_feature_set_halt()
234 shell_print(sh, "host: Device 0x%02x, rwup feature cleared", udev->addr); in cmd_feature_clear_rwup()
249 shell_print(sh, "host: Device 0x%02x, rwup feature set", udev->addr); in cmd_feature_set_rwup()
267 shell_print(sh, "host: Device 0x%02x, port %d, ppwr feature set", in cmd_feature_set_ppwr()
286 shell_print(sh, "host: Device 0x%02x, port %d, prst feature set", in cmd_feature_set_prst()
305 shell_print(sh, "host: Device 0x%02x, new configuration %u", in cmd_config_set()
322 shell_print(sh, "host: Device 0x%02x, current configuration %u", in cmd_config_get()
343 shell_print(sh, "host: Device 0x%02x, new %u alternate %u", in cmd_device_interface()
362 shell_print(sh, "host: New device address is 0x%02x", addr); in cmd_device_address()
377 shell_print(sh, "host: USB bus suspended"); in cmd_bus_suspend()
392 shell_print(sh, "host: USB bus resumed"); in cmd_bus_resume()
412 shell_print(sh, "host: USB bus reset"); in cmd_bus_reset()
436 shell_print(sh, "host: USB host initialized"); in cmd_usbh_init()
451 shell_print(sh, "host: USB host enabled"); in cmd_usbh_enable()
466 shell_print(sh, "host: USB host disabled"); in cmd_usbh_disable()