Home
last modified time | relevance | path

Searched refs:musb_fifo_cfg (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/include/linux/usb/
Dmusb.h36 struct musb_fifo_cfg { struct
63 struct musb_fifo_cfg *fifo_cfg; /* board fifo configuration */ argument
/linux-4.1.27/drivers/usb/musb/
Djz4740.c60 static struct musb_fifo_cfg jz4740_musb_fifo_cfg[] = {
Dmusb_core.c1121 static struct musb_fifo_cfg mode_0_cfg[] = {
1130 static struct musb_fifo_cfg mode_1_cfg[] = {
1139 static struct musb_fifo_cfg mode_2_cfg[] = {
1149 static struct musb_fifo_cfg mode_3_cfg[] = {
1159 static struct musb_fifo_cfg mode_4_cfg[] = {
1190 static struct musb_fifo_cfg mode_5_cfg[] = {
1228 const struct musb_fifo_cfg *cfg, u16 offset) in fifo_setup()
1297 static struct musb_fifo_cfg ep0_cfg = {
1303 const struct musb_fifo_cfg *cfg; in ep_config_from_table()