Home
last modified time | relevance | path

Searched refs:bep (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/usb/gadget/udc/
Dbcm63xx_udc.c215 struct bcm63xx_ep *bep; member
306 struct bcm63xx_ep bep[BCM63XX_NUM_EP]; member
443 static void bcm63xx_set_stall(struct bcm63xx_udc *udc, struct bcm63xx_ep *bep, in bcm63xx_set_stall() argument
450 (bep->ep_num << USBD_STALL_EPNUM_SHIFT); in bcm63xx_set_stall()
568 usb_ep_set_maxpacket_limit(&udc->bep[idx].ep, max_pkt); in bcm63xx_ep_setup()
765 struct bcm63xx_ep *bep = NULL; in iudma_init_channel() local
771 bep = &udc->bep[iudma->ep_num]; in iudma_init_channel()
772 bep->iudma = iudma; in iudma_init_channel()
773 INIT_LIST_HEAD(&bep->queue); in iudma_init_channel()
776 iudma->bep = bep; in iudma_init_channel()
[all …]
/Linux-v5.4/drivers/net/wireless/realtek/rtl8xxxu/
Drtl8xxxu_core.c2534 int hip, mgp, bkp, bep, vip, vop; in rtl8xxxu_init_queue_priority() local
2560 bep = 0; in rtl8xxxu_init_queue_priority()
2590 bep = 1; in rtl8xxxu_init_queue_priority()
2605 bep = beq ^ 3; in rtl8xxxu_init_queue_priority()
2633 usb_sndbulkpipe(priv->udev, priv->out_ep[bep]); in rtl8xxxu_init_queue_priority()