Searched refs:alt_iface (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/ |
H A D | bcm63xx_udc.c | 278 * @alt_iface: USB alt interface number, from SET_INTERFACE wValue. 312 int alt_iface; member 576 (udc->alt_iface << USBD_CSR_EP_ALTIFACE_SHIFT) | in bcm63xx_ep_setup() 1365 ctrl.wValue = cpu_to_le16(udc->alt_iface); in bcm63xx_ep0_spoof_set_iface() 1373 udc->iface, udc->alt_iface); in bcm63xx_ep0_spoof_set_iface() 1900 udc->alt_iface = (reg & USBD_STATUS_ALTINTF_MASK) >> in bcm63xx_update_cfg_iface() 2145 seq_printf(s, "cfg: %d; iface: %d; alt_iface: %d\n", in bcm63xx_usbd_dbg_show() 2146 udc->cfg, udc->iface, udc->alt_iface); in bcm63xx_usbd_dbg_show()
|
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/ |
H A D | bcm63xx_udc.c | 278 * @alt_iface: USB alt interface number, from SET_INTERFACE wValue. 311 int alt_iface; member 573 (udc->alt_iface << USBD_CSR_EP_ALTIFACE_SHIFT) | in bcm63xx_ep_setup() 1362 ctrl.wValue = cpu_to_le16(udc->alt_iface); in bcm63xx_ep0_spoof_set_iface() 1370 udc->iface, udc->alt_iface); in bcm63xx_ep0_spoof_set_iface() 1896 udc->alt_iface = (reg & USBD_STATUS_ALTINTF_MASK) >> in bcm63xx_update_cfg_iface() 2141 seq_printf(s, "cfg: %d; iface: %d; alt_iface: %d\n", in bcm63xx_usbd_dbg_show() 2142 udc->cfg, udc->iface, udc->alt_iface); in bcm63xx_usbd_dbg_show()
|
Completed in 7 milliseconds