Searched refs:bep (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/ |
H A D | bcm63xx_udc.c | 193 * @bep: Pointer to the associated endpoint. NULL for ep0 RX. 216 struct bcm63xx_ep *bep; member 274 * @bep: Array of endpoints, including ep0. 307 struct bcm63xx_ep bep[BCM63XX_NUM_EP]; member 438 * @bep: Endpoint on which to operate. 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 in iudma_init_channel() 956 struct bcm63xx_ep *bep = &udc->bep[i]; bcm63xx_init_udc_hw() local 1036 struct bcm63xx_ep *bep = our_ep(ep); bcm63xx_ep_enable() local 1075 struct bcm63xx_ep *bep = our_ep(ep); bcm63xx_ep_disable() local 1156 struct bcm63xx_ep *bep = our_ep(ep); bcm63xx_udc_queue() local 1208 struct bcm63xx_ep *bep = our_ep(ep); bcm63xx_udc_dequeue() local 1256 struct bcm63xx_ep *bep = our_ep(ep); bcm63xx_udc_set_halt() local 1276 struct bcm63xx_ep *bep = our_ep(ep); bcm63xx_udc_set_wedge() local 2046 struct bcm63xx_ep *bep; bcm63xx_udc_data_isr() local [all...] |
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/ |
H A D | bcm63xx_udc.c | 193 * @bep: Pointer to the associated endpoint. NULL for ep0 RX. 216 struct bcm63xx_ep *bep; member 274 * @bep: Array of endpoints, including ep0. 306 struct bcm63xx_ep bep[BCM63XX_NUM_EP]; member 435 * @bep: Endpoint on which to operate. 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 in iudma_init_channel() 953 struct bcm63xx_ep *bep = &udc->bep[i]; bcm63xx_init_udc_hw() local 1033 struct bcm63xx_ep *bep = our_ep(ep); bcm63xx_ep_enable() local 1072 struct bcm63xx_ep *bep = our_ep(ep); bcm63xx_ep_disable() local 1153 struct bcm63xx_ep *bep = our_ep(ep); bcm63xx_udc_queue() local 1205 struct bcm63xx_ep *bep = our_ep(ep); bcm63xx_udc_dequeue() local 1253 struct bcm63xx_ep *bep = our_ep(ep); bcm63xx_udc_set_halt() local 1273 struct bcm63xx_ep *bep = our_ep(ep); bcm63xx_udc_set_wedge() local 2042 struct bcm63xx_ep *bep; bcm63xx_udc_data_isr() local [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtl8xxxu/ |
H A D | rtl8xxxu_core.c | 2533 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()
|
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtl8xxxu/ |
H A D | rtl8xxxu_core.c | 2604 int hip, mgp, bkp, bep, vip, vop; in rtl8xxxu_init_queue_priority() local 2631 bep = 0; in rtl8xxxu_init_queue_priority() 2661 bep = 1; in rtl8xxxu_init_queue_priority() 2676 bep = beq ^ 3; in rtl8xxxu_init_queue_priority() 2717 usb_sndbulkpipe(priv->udev, priv->out_ep[bep]); in rtl8xxxu_init_queue_priority()
|
Completed in 19 milliseconds