Home
last modified time | relevance | path

Searched refs:LIBUSB20_INIT (Results 1 – 11 of 11) sorted by relevance

/freebsd/tools/tools/usbtest/
H A Dusb_control_ep_test.c105 LIBUSB20_INIT(LIBUSB20_CONTROL_SETUP, &req); in usb_control_ep_error_test()
505 LIBUSB20_INIT(LIBUSB20_CONTROL_SETUP, &setup_set_stall); in usb_set_and_clear_stall_test()
512 LIBUSB20_INIT(LIBUSB20_CONTROL_SETUP, &setup_get_status); in usb_set_and_clear_stall_test()
H A Dusb_modem_test.c220 LIBUSB20_INIT(LIBUSB20_CONTROL_SETUP, &setup); in usb_modem_control_ep_test()
H A Dusb_msc_test.c128 LIBUSB20_INIT(LIBUSB20_CONTROL_SETUP, &setup); in do_msc_reset()
/freebsd/lib/libusb/
H A Dlibusb20_desc.c149 LIBUSB20_INIT(LIBUSB20_CONFIG_DESC, &lub_config->desc); in libusb20_parse_config_desc()
177 LIBUSB20_INIT(LIBUSB20_ENDPOINT_DESC, &last_ep->desc); in libusb20_parse_config_desc()
204 LIBUSB20_INIT(LIBUSB20_INTERFACE_DESC, &last_if->desc); in libusb20_parse_config_desc()
H A Dlibusb20_desc.h203 #define LIBUSB20_INIT(what, ptr) do { \ macro
H A Dlibusb10_io.c484 LIBUSB20_INIT(LIBUSB20_CONTROL_SETUP, &req); in libusb_control_transfer()
H A Dlibusb01.c703 LIBUSB20_INIT(LIBUSB20_CONTROL_SETUP, &req); in usb_control_msg()
H A Dlibusb20_ugen20.c165 LIBUSB20_INIT(LIBUSB20_DEVICE_DESC, &(pdev->ddesc)); in ugen20_enumerate()
H A Dlibusb20.c831 LIBUSB20_INIT(LIBUSB20_CONTROL_SETUP, &req); in libusb20_dev_req_string_sync()
/freebsd/share/examples/libusb20/
H A Dcontrol.c330 LIBUSB20_INIT(LIBUSB20_CONTROL_SETUP, &setup); in main()
/freebsd/usr.sbin/usbconfig/
H A Dusbconfig.c820 LIBUSB20_INIT(LIBUSB20_CONTROL_SETUP, &opt->setup); in main()