Home
last modified time | relevance | path

Searched refs:w_index (Results 1 – 4 of 4) sorted by relevance

/u-boot/drivers/usb/gadget/
A Dcomposite.c1011 u16 w_index = le16_to_cpu(ctrl->wIndex); in composite_setup() local
1014 u8 intf = w_index & 0xFF; in composite_setup()
1079 w_index, w_value & 0xff); in composite_setup()
1139 value = f->set_alt(f, w_index, w_value); in composite_setup()
1150 value = f->get_alt ? f->get_alt(f, w_index) : 0; in composite_setup()
1175 if (w_index != 0x4 || (w_value >> 8)) in composite_setup()
1177 buf[6] = w_index; in composite_setup()
1199 if (w_index != 0x5 || (w_value >> 8)) in composite_setup()
1202 buf[6] = w_index; in composite_setup()
1245 w_value, w_index, w_length); in composite_setup()
[all …]
A Dat91_udc.c886 #define w_index le16_to_cpu(pkt.r.wIndex) in handle_setup() macro
892 w_value, w_index, w_length); in handle_setup()
979 tmp = w_index & USB_ENDPOINT_NUMBER_MASK; in handle_setup()
985 if ((w_index & USB_DIR_IN)) { in handle_setup()
1002 tmp = w_index & USB_ENDPOINT_NUMBER_MASK; in handle_setup()
1008 if ((w_index & USB_DIR_IN)) { in handle_setup()
1021 tmp = w_index & USB_ENDPOINT_NUMBER_MASK; in handle_setup()
1029 if ((w_index & USB_DIR_IN)) { in handle_setup()
1047 #undef w_index in handle_setup()
A Df_mass_storage.c542 u16 w_index = get_unaligned_le16(&ctrl->wIndex); in fsg_setup() local
555 if (w_index != fsg->interface_number || w_value != 0) in fsg_setup()
568 if (w_index != fsg->interface_number || w_value != 0) in fsg_setup()
582 get_unaligned_le16(&ctrl->wValue), w_index, w_length); in fsg_setup()
/u-boot/drivers/fpga/
A Dintel_sdm_mb.c261 static u32 get_resp_hdr(u32 *r_index, u32 *w_index, u32 *resp_count, in get_resp_hdr() argument
278 resp_buf[(*w_index)++] = buf[i]; in get_resp_hdr()
279 *w_index %= buf_size; in get_resp_hdr()

Completed in 14 milliseconds