Home
last modified time | relevance | path

Searched refs:is_a_peripheral (Results 1 – 11 of 11) sorted by relevance

/linux-5.19.10/drivers/usb/gadget/udc/
Dtrace.h30 __field(unsigned, is_a_peripheral)
51 __entry->is_a_peripheral = g->is_a_peripheral;
69 __entry->is_a_peripheral ? "a_peripheral:" : "",
Dcore.c1694 static USB_UDC_ATTR(is_a_peripheral);
Ds3c-hsudc.c1260 hsudc->gadget.is_a_peripheral = 0; in s3c_hsudc_probe()
/linux-5.19.10/Documentation/ABI/stable/
Dsysfs-class-udc33 What: /sys/class/udc/<udc>/is_a_peripheral
/linux-5.19.10/drivers/usb/musb/
Dmusb_virthub.c211 musb->g.is_a_peripheral = 1; in musb_root_disconnect()
Dmusb_gadget.c2083 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()
/linux-5.19.10/drivers/usb/phy/
Dphy-fsl-usb.c624 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()
Dphy-isp1301-omap.c338 isp->phy.otg->gadget->is_a_peripheral = 1; in a_idle()
362 isp->phy.otg->gadget->is_a_peripheral = 0; in b_idle()
/linux-5.19.10/drivers/usb/chipidea/
Ddebug.c32 seq_printf(s, "is_a_peripheral = %d\n", gadget->is_a_peripheral); in ci_device_show()
Dotg_fsm.c704 ci->gadget.is_a_peripheral = 1; in ci_otg_fsm_event()
/linux-5.19.10/include/linux/usb/
Dgadget.h434 unsigned is_a_peripheral:1; member