Lines Matching refs:le16_to_cpu
210 u16 length = le16_to_cpu(setup->wLength); in ep0_set_sel()
253 epnum = (u8)le16_to_cpu(setup->wIndex); in ep0_get_status()
302 switch (le16_to_cpu(setup->wIndex) >> 8) { in handle_test_mode()
352 switch (le16_to_cpu(setup->wValue)) { in ep0_handle_feature_dev()
359 (le16_to_cpu(setup->wIndex) & 0xff)) in ep0_handle_feature_dev()
411 value = le16_to_cpu(setup->wValue); in ep0_handle_feature()
412 index = le16_to_cpu(setup->wIndex); in ep0_handle_feature()
471 value = le16_to_cpu(setup->wValue); in handle_standard_request()
637 le16_to_cpu(setup->wValue), le16_to_cpu(setup->wIndex), in ep0_read_setup()
638 le16_to_cpu(setup->wLength)); in ep0_read_setup()
645 if (le16_to_cpu(setup->wLength) == 0) { in ep0_read_setup()
685 le16_to_cpu(setup.wLength) ? 0 : EP0_SETUPPKTRDY); in ep0_handle_setup()
704 } else if (le16_to_cpu(setup.wLength) == 0) { /* no data stage */ in ep0_handle_setup()