Home
last modified time | relevance | path

Searched refs:UAC1_OUT_EP_MAX_PACKET_SIZE (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/usb/gadget/function/
H A Du_uac1.h14 #define UAC1_OUT_EP_MAX_PACKET_SIZE 200 macro
H A Du_uac1_legacy.h25 #define UAC1_OUT_EP_MAX_PACKET_SIZE 200 macro
H A Du_uac.h28 #define UAC1_OUT_EP_MAX_PACKET_SIZE 200 macro
H A Df_uac1_legacy.c175 .wMaxPacketSize = cpu_to_le16(UAC1_OUT_EP_MAX_PACKET_SIZE),
960 opts->req_buf_size = UAC1_OUT_EP_MAX_PACKET_SIZE; in f_audio_alloc_inst()
H A Df_uac1.c258 .wBytesPerInterval = cpu_to_le16(UAC1_OUT_EP_MAX_PACKET_SIZE),
305 .wBytesPerInterval = cpu_to_le16(UAC1_OUT_EP_MAX_PACKET_SIZE),
/OK3568_Linux_fs/kernel/drivers/usb/gadget/legacy/
H A Daudio.c104 static int req_buf_size = UAC1_OUT_EP_MAX_PACKET_SIZE;