Searched refs:is_a_peripheral (Results 1 – 9 of 9) sorted by relevance
30 __field(unsigned, is_a_peripheral)51 __entry->is_a_peripheral = g->is_a_peripheral;69 __entry->is_a_peripheral ? "a_peripheral:" : "",
1812 static USB_UDC_ATTR(is_a_peripheral);
33 What: /sys/class/udc/<udc>/is_a_peripheral
210 musb->g.is_a_peripheral = 1; in musb_root_disconnect()
2091 musb->g.is_a_peripheral = 0; in musb_g_reset()2094 musb->g.is_a_peripheral = 0; in musb_g_reset()2097 musb->g.is_a_peripheral = 1; in musb_g_reset()
32 seq_printf(s, "is_a_peripheral = %d\n", gadget->is_a_peripheral); in ci_device_show()
713 ci->gadget.is_a_peripheral = 1; in ci_otg_fsm_event()
624 otg->gadget->is_a_peripheral = !otg_dev->fsm.id; in fsl_otg_set_peripheral()736 otg->gadget->is_a_peripheral = !fsm->id; in fsl_otg_isr()
437 unsigned is_a_peripheral:1; member