Lines Matching refs:cpu_to_le16
524 .wMaxPacketSize = cpu_to_le16(64),
695 if (crq->wValue == cpu_to_le16(USB_DEVICE_REMOTE_WAKEUP)) in feature_is_dev_remote_wakeup()
702 if (crq->wValue == cpu_to_le16(USB_DEVICE_TEST_MODE)) in feature_is_dev_test_mode()
709 if (crq->wValue == cpu_to_le16(USB_ENDPOINT_HALT)) in feature_is_ep_halt()
724 status = cpu_to_le16(udc->devstatus); in handle_ep0_setup()
727 status = cpu_to_le16(0); in handle_ep0_setup()
738 status |= cpu_to_le16(1); in handle_ep0_setup()
744 if (crq->wLength != cpu_to_le16(sizeof(status))) in handle_ep0_setup()
763 if (crq->wLength != cpu_to_le16(0) || in handle_ep0_setup()
797 if (crq->wLength != cpu_to_le16(0) || in handle_ep0_setup()
998 if (crq.crq.wLength != cpu_to_le16(0)) in usba_control_irq()