Searched refs:bep (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/drivers/usb/gadget/udc/ |
D | bcm63xx_udc.c | 216 struct bcm63xx_ep *bep; member 306 struct bcm63xx_ep bep[BCM63XX_NUM_EP]; member 441 static void bcm63xx_set_stall(struct bcm63xx_udc *udc, struct bcm63xx_ep *bep, in bcm63xx_set_stall() argument 448 (bep->ep_num << USBD_STALL_EPNUM_SHIFT); in bcm63xx_set_stall() 566 usb_ep_set_maxpacket_limit(&udc->bep[idx].ep, max_pkt); in bcm63xx_ep_setup() 763 struct bcm63xx_ep *bep = NULL; in iudma_init_channel() local 769 bep = &udc->bep[iudma->ep_num]; in iudma_init_channel() 770 bep->iudma = iudma; in iudma_init_channel() 771 INIT_LIST_HEAD(&bep->queue); in iudma_init_channel() 774 iudma->bep = bep; in iudma_init_channel() [all …]
|
/Linux-v6.1/drivers/net/wireless/realtek/rtl8xxxu/ |
D | rtl8xxxu_core.c | 2537 int hip, mgp, bkp, bep, vip, vop; in rtl8xxxu_init_queue_priority() local 2563 bep = 0; in rtl8xxxu_init_queue_priority() 2593 bep = 1; in rtl8xxxu_init_queue_priority() 2608 bep = beq ^ 3; in rtl8xxxu_init_queue_priority() 2636 usb_sndbulkpipe(priv->udev, priv->out_ep[bep]); in rtl8xxxu_init_queue_priority()
|
/Linux-v6.1/tools/perf/Documentation/ |
D | perf-intel-pt.txt | 1603 # perf script --guest-code --itrace=bep --ns -F-period,+addr,+flags
|