Searched refs:ep_status (Results 1 – 7 of 7) sorted by relevance
| /linux/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]; 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]; 308 __entry->src_epid, __entry->ep_status, 319 __field(u8, ep_status) 326 __entry->ep_status = hw->hw_info.share->ep_status[src_epid]; 332 __entry->src_epid, __entry->status, __entry->ep_status, 341 __field(u8, 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() 751 value = share->ep_status[dest_epid]; in fjes_hw_epid_is_shared()
|
| H A D | fjes_main.c | 424 param.share_start = __pa(hw->hw_info.share->ep_status); in fjes_free_resources()
|
| /linux/drivers/usb/gadget/function/ |
| H A D | tcm.h | 153 struct usb_ep *ep_status; member
|
| /linux/drivers/usb/gadget/udc/ |
| H A D | goku_udc.h | 92 u32 ep_status [4]; member
|
| H A D | atmel_usba_udc.c | 1717 u32 ep_status; in usba_udc_irq() local 1775 ep_status = USBA_BFEXT(EPT_INT, status); in usba_udc_irq() 1776 if (ep_status) { in usba_udc_irq() 1782 if (ep_status & (1 << i)) { in usba_udc_irq()
|