is_a_peripheral    32 drivers/usb/chipidea/debug.c 	seq_printf(s, "is_a_peripheral   = %d\n", gadget->is_a_peripheral);
is_a_peripheral   704 drivers/usb/chipidea/otg_fsm.c 				ci->gadget.is_a_peripheral = 1;
is_a_peripheral  1546 drivers/usb/gadget/udc/core.c static USB_UDC_ATTR(is_a_peripheral);
is_a_peripheral  1308 drivers/usb/gadget/udc/s3c-hsudc.c 	hsudc->gadget.is_a_peripheral = 0;
is_a_peripheral    30 drivers/usb/gadget/udc/trace.h 		__field(unsigned, is_a_peripheral)
is_a_peripheral    51 drivers/usb/gadget/udc/trace.h 		__entry->is_a_peripheral = g->is_a_peripheral;
is_a_peripheral    69 drivers/usb/gadget/udc/trace.h 		__entry->is_a_peripheral ? "a_peripheral:" : "",
is_a_peripheral  2082 drivers/usb/musb/musb_gadget.c 		musb->g.is_a_peripheral = 0;
is_a_peripheral  2085 drivers/usb/musb/musb_gadget.c 		musb->g.is_a_peripheral = 0;
is_a_peripheral  2088 drivers/usb/musb/musb_gadget.c 		musb->g.is_a_peripheral = 1;
is_a_peripheral   211 drivers/usb/musb/musb_virthub.c 			musb->g.is_a_peripheral = 1;
is_a_peripheral   624 drivers/usb/phy/phy-fsl-usb.c 	otg->gadget->is_a_peripheral = !otg_dev->fsm.id;
is_a_peripheral   736 drivers/usb/phy/phy-fsl-usb.c 				otg->gadget->is_a_peripheral = !fsm->id;
is_a_peripheral   338 drivers/usb/phy/phy-isp1301-omap.c 		isp->phy.otg->gadget->is_a_peripheral = 1;
is_a_peripheral   362 drivers/usb/phy/phy-isp1301-omap.c 		isp->phy.otg->gadget->is_a_peripheral = 0;
is_a_peripheral   415 include/linux/usb/gadget.h 	unsigned			is_a_peripheral:1;