Home
last modified time | relevance | path

Searched refs:setup_len (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/hw/usb/
H A Dcore.c132 unsigned int setup_len; in do_token_setup() local
142 setup_len = (s->setup_buf[7] << 8) | s->setup_buf[6]; in do_token_setup()
143 if (setup_len > sizeof(s->data_buf)) { in do_token_setup()
146 setup_len, sizeof(s->data_buf)); in do_token_setup()
150 s->setup_len = setup_len; in do_token_setup()
159 s->setup_len, s->data_buf); in do_token_setup()
167 if (p->actual_length < s->setup_len) { in do_token_setup()
168 s->setup_len = p->actual_length; in do_token_setup()
172 if (s->setup_len == 0) in do_token_setup()
196 s->setup_len, s->data_buf); in do_token_in()
[all …]
H A Dpcap.c132 .length = dev->setup_len, in do_usb_pcap_ctrl()
134 int data_len = dev->setup_len; in do_usb_pcap_ctrl()
H A Dbus.c77 VMSTATE_INT32(setup_len, USBDevice),
/openbmc/u-boot/include/
H A Dimage.h578 ulong *setup_len);
627 ulong *setup_start, ulong *setup_len);
/openbmc/u-boot/common/
H A Dimage.c1216 ulong *setup_start, ulong *setup_len) in boot_get_setup() argument
1219 return boot_get_setup_fit(images, arch, setup_start, setup_len); in boot_get_setup()
H A Dimage-fit.c2014 ulong *setup_start, ulong *setup_len) in boot_get_setup_fit() argument
/openbmc/qemu/include/hw/
H A Dusb.h252 int32_t setup_len; member