Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/usb/gadget/udc/
Dbcm63xx_udc.c216 struct bcm63xx_ep *bep; member
307 struct bcm63xx_ep bep[BCM63XX_NUM_EP]; member
444 static void bcm63xx_set_stall(struct bcm63xx_udc *udc, struct bcm63xx_ep *bep, in bcm63xx_set_stall() argument
451 (bep->ep_num << USBD_STALL_EPNUM_SHIFT); in bcm63xx_set_stall()
569 usb_ep_set_maxpacket_limit(&udc->bep[idx].ep, max_pkt); in bcm63xx_ep_setup()
766 struct bcm63xx_ep *bep = NULL; in iudma_init_channel() local
772 bep = &udc->bep[iudma->ep_num]; in iudma_init_channel()
773 bep->iudma = iudma; in iudma_init_channel()
774 INIT_LIST_HEAD(&bep->queue); in iudma_init_channel()
777 iudma->bep = bep; in iudma_init_channel()
[all …]
/Linux-v5.10/drivers/net/wireless/realtek/rtl8xxxu/
Drtl8xxxu_core.c2533 int hip, mgp, bkp, bep, vip, vop; in rtl8xxxu_init_queue_priority() local
2559 bep = 0; in rtl8xxxu_init_queue_priority()
2589 bep = 1; in rtl8xxxu_init_queue_priority()
2604 bep = beq ^ 3; in rtl8xxxu_init_queue_priority()
2632 usb_sndbulkpipe(priv->udev, priv->out_ep[bep]); in rtl8xxxu_init_queue_priority()