Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/gadget/udc/
Dbcm63xx_udc.c220 struct bcm63xx_ep *bep; member
313 struct bcm63xx_ep bep[BCM63XX_NUM_EP]; member
452 static void bcm63xx_set_stall(struct bcm63xx_udc *udc, struct bcm63xx_ep *bep, in bcm63xx_set_stall() argument
459 (bep->ep_num << USBD_STALL_EPNUM_SHIFT); in bcm63xx_set_stall()
577 usb_ep_set_maxpacket_limit(&udc->bep[idx].ep, max_pkt); in bcm63xx_ep_setup()
774 struct bcm63xx_ep *bep = NULL; in iudma_init_channel() local
780 bep = &udc->bep[iudma->ep_num]; in iudma_init_channel()
781 bep->iudma = iudma; in iudma_init_channel()
782 INIT_LIST_HEAD(&bep->queue); in iudma_init_channel()
785 iudma->bep = bep; in iudma_init_channel()
[all …]
/linux-4.4.14/drivers/net/wireless/realtek/rtl8xxxu/
Drtl8xxxu.c2630 int hip, mgp, bkp, bep, vip, vop; in rtl8xxxu_init_queue_priority() local
2656 bep = 0; in rtl8xxxu_init_queue_priority()
2686 bep = 1; in rtl8xxxu_init_queue_priority()
2701 bep = beq ^ 3; in rtl8xxxu_init_queue_priority()
2729 usb_sndbulkpipe(priv->udev, priv->out_ep[bep]); in rtl8xxxu_init_queue_priority()