Searched refs:is_a_peripheral (Results 1 – 11 of 11) 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:" : "",
1694 static USB_UDC_ATTR(is_a_peripheral);
1260 hsudc->gadget.is_a_peripheral = 0; in s3c_hsudc_probe()
33 What: /sys/class/udc/<udc>/is_a_peripheral
211 musb->g.is_a_peripheral = 1; in musb_root_disconnect()
2083 musb->g.is_a_peripheral = 0; in musb_g_reset()2086 musb->g.is_a_peripheral = 0; in musb_g_reset()2089 musb->g.is_a_peripheral = 1; in musb_g_reset()
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()
338 isp->phy.otg->gadget->is_a_peripheral = 1; in a_idle()362 isp->phy.otg->gadget->is_a_peripheral = 0; in b_idle()
32 seq_printf(s, "is_a_peripheral = %d\n", gadget->is_a_peripheral); in ci_device_show()
704 ci->gadget.is_a_peripheral = 1; in ci_otg_fsm_event()
434 unsigned is_a_peripheral:1; member