Searched refs:w_length (Results 1 – 3 of 3) sorted by relevance
/u-boot/drivers/usb/gadget/ |
A D | composite.c | 1064 value = min_t(int, w_length, in composite_setup() 1122 value = min(w_length, (u16) 1); in composite_setup() 1171 memset(buf, 0, w_length); in composite_setup() 1178 if (w_length == 0x10) { in composite_setup() 1185 value = w_length; in composite_setup() 1195 value = w_length; in composite_setup() 1203 if (w_length == 0x0A) { in composite_setup() 1211 value = w_length; in composite_setup() 1225 value = w_length; in composite_setup() 1245 w_value, w_index, w_length); in composite_setup() [all …]
|
A D | at91_udc.c | 888 #define w_length le16_to_cpu(pkt.r.wLength) in handle_setup() macro 892 w_value, w_index, w_length); in handle_setup() 1048 #undef w_length in handle_setup()
|
A D | f_mass_storage.c | 544 u16 w_length = get_unaligned_le16(&ctrl->wLength); in fsg_setup() local 574 req->length = min((u16)1, w_length); in fsg_setup() 582 get_unaligned_le16(&ctrl->wValue), w_index, w_length); in fsg_setup()
|
Completed in 16 milliseconds