Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/usb/gadget/
Dzero.c471 if (!gadget->is_otg) in config_buf()
1246 if (gadget->is_otg) { in zero_bind()
1252 if (gadget->is_otg) { in zero_bind()
Dether.c920 unsigned index, int is_otg) in config_buf() argument
953 if (!is_otg) in config_buf()
1233 dev->gadget->is_otg ? 8 : 100); in eth_set_config()
1480 gadget->is_otg); in eth_setup()
2478 if (gadget->is_otg) { in eth_bind()
/linux-2.4.37.9/include/linux/
Dusb_gadget.h511 unsigned is_otg:1; member