/kernel/linux/linux-5.10/drivers/net/fjes/ |
H A D | fjes_trace.h | 275 __field(u8, ep_status) 282 __entry->ep_status = hw->hw_info.share->ep_status[src_epid]; 287 TP_printk("epid=%d, partner_status=%d, ep_status=%x, txrx_stop_req_bit=%016lx, tx.rx_status=%08x", 288 __entry->src_epid, __entry->status, __entry->ep_status, 297 __field(u8, ep_status) 303 __entry->ep_status = hw->hw_info.share->ep_status[src_epid]; 307 TP_printk("epid=%d, ep_status=%x, txrx_stop_req_bit=%016lx, tx.rx_status=%08x", 308 __entry->src_epid, __entry->ep_status, [all...] |
H A D | fjes_hw.h | 109 u8 ep_status[]; member
|
H A D | fjes_hw.c | 274 param.share_start = __pa(hw->hw_info.share->ep_status); in fjes_hw_setup() 745 value = share->ep_status[dest_epid]; in fjes_hw_epid_is_shared()
|
H A D | fjes_main.c | 482 param.share_start = __pa(hw->hw_info.share->ep_status); in fjes_free_resources()
|
/kernel/linux/linux-6.6/drivers/net/fjes/ |
H A D | fjes_trace.h | 275 __field(u8, ep_status) 282 __entry->ep_status = hw->hw_info.share->ep_status[src_epid]; 287 TP_printk("epid=%d, partner_status=%d, ep_status=%x, txrx_stop_req_bit=%016lx, tx.rx_status=%08x", 288 __entry->src_epid, __entry->status, __entry->ep_status, 297 __field(u8, ep_status) 303 __entry->ep_status = hw->hw_info.share->ep_status[src_epid]; 307 TP_printk("epid=%d, ep_status=%x, txrx_stop_req_bit=%016lx, tx.rx_status=%08x", 308 __entry->src_epid, __entry->ep_status, [all...] |
H A D | fjes_hw.h | 109 u8 ep_status[]; member
|
H A D | fjes_hw.c | 275 param.share_start = __pa(hw->hw_info.share->ep_status); in fjes_hw_setup() 746 value = share->ep_status[dest_epid]; in fjes_hw_epid_is_shared()
|
H A D | fjes_main.c | 477 param.share_start = __pa(hw->hw_info.share->ep_status); in fjes_free_resources()
|
/kernel/linux/linux-6.6/drivers/usb/gadget/function/ |
H A D | f_tcm.c | 476 usb_ep_free_request(fu->ep_status, stream->req_status); in uasp_cleanup_one_stream() 500 usb_ep_disable(fu->ep_status); in uasp_cleanup_old_alt() 596 ret = usb_ep_queue(fu->ep_status, stream->req_status, in uasp_status_data_cmpl() 627 return usb_ep_queue(fu->ep_status, stream->req_status, GFP_ATOMIC); in uasp_send_status_response() 664 ret = usb_ep_queue(fu->ep_status, stream->req_status, in uasp_send_read_response() 707 ret = usb_ep_queue(fu->ep_status, stream->req_status, in uasp_send_write_request() 751 stream->req_status = usb_ep_alloc_request(fu->ep_status, GFP_KERNEL); in uasp_alloc_stream_res() 869 config_ep_by_speed_and_alt(gadget, f, fu->ep_status, USB_G_ALT_INT_UAS); in uasp_set_alt() 870 ret = usb_ep_enable(fu->ep_status); in uasp_set_alt() 882 usb_ep_disable(fu->ep_status); in uasp_set_alt() [all...] |
H A D | tcm.h | 125 struct usb_ep *ep_status; member
|
/kernel/linux/linux-5.10/drivers/usb/gadget/function/ |
H A D | tcm.h | 125 struct usb_ep *ep_status; member
|
H A D | f_tcm.c | 476 usb_ep_free_request(fu->ep_status, stream->req_status); in uasp_cleanup_one_stream() 500 usb_ep_disable(fu->ep_status); in uasp_cleanup_old_alt() 596 ret = usb_ep_queue(fu->ep_status, stream->req_status, in uasp_status_data_cmpl() 627 return usb_ep_queue(fu->ep_status, stream->req_status, GFP_ATOMIC); in uasp_send_status_response() 664 ret = usb_ep_queue(fu->ep_status, stream->req_status, in uasp_send_read_response() 707 ret = usb_ep_queue(fu->ep_status, stream->req_status, in uasp_send_write_request() 751 stream->req_status = usb_ep_alloc_request(fu->ep_status, GFP_KERNEL); in uasp_alloc_stream_res() 869 config_ep_by_speed_and_alt(gadget, f, fu->ep_status, USB_G_ALT_INT_UAS); in uasp_set_alt() 870 ret = usb_ep_enable(fu->ep_status); in uasp_set_alt() 882 usb_ep_disable(fu->ep_status); in uasp_set_alt() [all...] |
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/ |
H A D | goku_udc.h | 92 u32 ep_status [4]; member
|
H A D | atmel_usba_udc.c | 1716 u32 ep_status; in usba_udc_irq() local 1774 ep_status = USBA_BFEXT(EPT_INT, status); in usba_udc_irq() 1775 if (ep_status) { in usba_udc_irq() 1781 if (ep_status & (1 << i)) { in usba_udc_irq()
|
H A D | goku_udc.c | 1269 ep->reg_status = &dev->regs->ep_status [i]; in udc_reinit() 1580 if (readl(®s->ep_status[0]) & EPxSTATUS_SUSPEND) { in goku_irq()
|
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/ |
H A D | goku_udc.h | 92 u32 ep_status [4]; member
|
H A D | atmel_usba_udc.c | 1719 u32 ep_status; in usba_udc_irq() local 1777 ep_status = USBA_BFEXT(EPT_INT, status); in usba_udc_irq() 1778 if (ep_status) { in usba_udc_irq() 1784 if (ep_status & (1 << i)) { in usba_udc_irq()
|
H A D | goku_udc.c | 1271 ep->reg_status = &dev->regs->ep_status [i]; in udc_reinit() 1581 if (readl(®s->ep_status[0]) & EPxSTATUS_SUSPEND) { in goku_irq()
|