Home
last modified time | relevance | path

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

/freebsd-13.1/tools/tools/usbtest/
H A Dusb_control_ep_test.c106 LIBUSB20_INIT(LIBUSB20_CONTROL_SETUP, &req); in usb_control_ep_error_test()
506 LIBUSB20_INIT(LIBUSB20_CONTROL_SETUP, &setup_set_stall); in usb_set_and_clear_stall_test()
513 LIBUSB20_INIT(LIBUSB20_CONTROL_SETUP, &setup_get_status); in usb_set_and_clear_stall_test()
H A Dusb_modem_test.c221 LIBUSB20_INIT(LIBUSB20_CONTROL_SETUP, &setup); in usb_modem_control_ep_test()
H A Dusb_msc_test.c129 LIBUSB20_INIT(LIBUSB20_CONTROL_SETUP, &setup); in do_msc_reset()
/freebsd-13.1/lib/libusb/
H A Dlibusb20_desc.c150 LIBUSB20_INIT(LIBUSB20_CONFIG_DESC, &lub_config->desc); in libusb20_parse_config_desc()
178 LIBUSB20_INIT(LIBUSB20_ENDPOINT_DESC, &last_ep->desc); in libusb20_parse_config_desc()
205 LIBUSB20_INIT(LIBUSB20_INTERFACE_DESC, &last_if->desc); in libusb20_parse_config_desc()
H A Dlibusb20_desc.h204 #define LIBUSB20_INIT(what, ptr) do { \ macro
H A Dlibusb10_io.c485 LIBUSB20_INIT(LIBUSB20_CONTROL_SETUP, &req); in libusb_control_transfer()
H A Dlibusb01.c704 LIBUSB20_INIT(LIBUSB20_CONTROL_SETUP, &req); in usb_control_msg()
H A Dlibusb20_ugen20.c166 LIBUSB20_INIT(LIBUSB20_DEVICE_DESC, &(pdev->ddesc)); in ugen20_enumerate()
H A Dlibusb20.c832 LIBUSB20_INIT(LIBUSB20_CONTROL_SETUP, &req); in libusb20_dev_req_string_sync()
/freebsd-13.1/share/examples/libusb20/
H A Dcontrol.c332 LIBUSB20_INIT(LIBUSB20_CONTROL_SETUP, &setup); in main()
/freebsd-13.1/usr.sbin/usbconfig/
H A Dusbconfig.c826 LIBUSB20_INIT(LIBUSB20_CONTROL_SETUP, &opt->setup); in main()