Home
last modified time | relevance | path

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

/drivers/usb/chipidea/
Dcore.c537 if (ci->is_otg) { in ci_irq_handler()
550 if (ci->is_otg && (otgsc & OTGSC_IDIE) && (otgsc & OTGSC_IDIS)) { in ci_irq_handler()
562 if (ci->is_otg && (otgsc & OTGSC_BSVIE) && (otgsc & OTGSC_BSVIS)) { in ci_irq_handler()
936 if (ci->is_otg && ci->roles[CI_ROLE_GADGET]) in ci_role_destroy()
943 ci->is_otg = false; in ci_get_otg_capable()
945 ci->is_otg = (hw_read(ci, CAP_DCCPARAMS, in ci_get_otg_capable()
948 if (ci->is_otg) { in ci_get_otg_capable()
1149 if (ci->is_otg && ci->roles[CI_ROLE_GADGET]) { in ci_hdrc_probe()
1168 if (ci->is_otg) { in ci_hdrc_probe()
1231 if (ci->is_otg && ci->roles[CI_ROLE_GADGET]) in ci_hdrc_probe()
[all …]
Dci.h215 bool is_otg; member
442 return ci->is_otg && ci->roles[CI_ROLE_HOST] && in ci_otg_is_fsm_mode()
Ddebug.c31 seq_printf(s, "is_otg = %d\n", gadget->is_otg); in ci_device_show()
328 if (ci->is_otg) { in ci_registers_show()
Dotg.c133 if (!ci->is_otg) in ci_handle_vbus_change()
Dudc.c2072 if (ci->is_otg && (otg_caps->hnp_support || otg_caps->srp_support || in udc_start()
2074 ci->gadget.is_otg = 1; in udc_start()
2138 if (ci->is_otg) in udc_id_switch_for_device()
2152 if (ci->is_otg) in udc_id_switch_for_host()
/drivers/usb/gadget/udc/
Dtrace.h29 __field(unsigned, is_otg)
50 __entry->is_otg = g->is_otg;
68 __entry->is_otg ? "OTG:" : "",
Dfsl_udc_core.c383 if (udc->gadget.is_otg) { in dr_controller_stop()
2471 udc_controller->gadget.is_otg = 1; in fsl_udc_probe()
Dcore.c1795 static USB_UDC_ATTR(is_otg);
Ds3c-hsudc.c1257 hsudc->gadget.is_otg = 0; in s3c_hsudc_probe()
Ddummy_hcd.c1070 dum->gadget.is_otg = 1; in init_dummy_udc_hw()
Domap_udc.c2875 udc->gadget.is_otg = (config->otg != 0); in omap_udc_probe()
/drivers/usb/musb/
Dmusb_gadget_ep0.c65 if (musb->g.is_otg) { in service_tx_status_request()
368 if (!musb->g.is_otg) in service_zero_data_request()
374 if (!musb->g.is_otg) in service_zero_data_request()
379 if (!musb->g.is_otg) in service_zero_data_request()
Dmusb_gadget.c1793 musb->g.is_otg = 0; in musb_gadget_setup()
2077 if (!musb->g.is_otg) { in musb_g_reset()
/drivers/usb/host/
Doxu210hp-hcd.c404 unsigned int is_otg:1; member
2968 if ((oxu->is_otg && (status & OXU_USBOTGI)) || in oxu_irq()
2969 (!oxu->is_otg && (status & OXU_USBSPHI))) in oxu_irq()
3094 if (oxu->is_otg) { in oxu_reset()
4154 oxu->is_otg = otg; in oxu_create()
/drivers/usb/dwc2/
Dgadget.c4997 hsotg->gadget.is_otg = 1; in dwc2_gadget_init()