Home
last modified time | relevance | path

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

/linux-6.15/Documentation/ABI/stable/
H A Dsysfs-class-udc1 What: /sys/class/udc/<udc>/a_alt_hnp_support
/linux-6.15/drivers/usb/musb/
H A Dmusb_gadget_ep0.c68 result[0] |= musb->g.a_alt_hnp_support in service_tx_status_request()
381 musb->g.a_alt_hnp_support = 1; in service_zero_data_request()
H A Dmusb_gadget.c2072 musb->g.a_alt_hnp_support = 0; in musb_g_reset()
/linux-6.15/drivers/usb/chipidea/
H A Ddebug.c35 seq_printf(s, "a_alt_hnp_support = %d\n", gadget->a_alt_hnp_support); in ci_device_show()
/linux-6.15/drivers/usb/usbip/
H A Dvudc_transfer.c90 udc->gadget.a_alt_hnp_support = 1; in handle_control_request()
/linux-6.15/include/linux/usb/
H A Dgadget.h442 unsigned a_alt_hnp_support:1; member
/linux-6.15/drivers/usb/gadget/udc/
H A Dfsl_udc_core.c1465 udc->gadget.a_alt_hnp_support = 1; in setup_received_irq()
1818 udc->gadget.a_alt_hnp_support = 0; in reset_irq()
H A Dcore.c1841 static USB_UDC_ATTR(a_alt_hnp_support);
H A Ddummy_hcd.c1655 dum->gadget.a_alt_hnp_support = 1; in handle_control_request()
H A Domap_udc.c1378 udc->gadget.a_alt_hnp_support = !!(devstat & UDC_A_ALT_HNP_SUPPORT); in update_otg()
/linux-6.15/drivers/usb/gadget/
H A Dcomposite.c1918 else if (gadget->a_alt_hnp_support) in composite_setup()