Home
last modified time | relevance | path

Searched defs:ep (Results 1 – 200 of 383) sorted by relevance

12

/linux-4.4.14/drivers/misc/mic/scif/
Dscif_epd.c21 void scif_cleanup_ep_qp(struct scif_endpt *ep) in scif_cleanup_ep_qp()
49 struct scif_endpt *ep = endpt; in scif_teardown_ep() local
65 void scif_add_epd_to_zombie_list(struct scif_endpt *ep, bool eplock_held) in scif_add_epd_to_zombie_list()
81 struct scif_endpt *ep = NULL; in scif_find_listen_ep() local
99 struct scif_endpt *ep; in scif_cleanup_zombie_epd() local
130 struct scif_endpt *ep = NULL; in scif_cnctreq() local
176 struct scif_endpt *ep = (struct scif_endpt *)msg->payload[0]; in scif_cnctgnt() local
201 struct scif_endpt *ep = (struct scif_endpt *)msg->payload[0]; in scif_cnctgnt_ack() local
223 struct scif_endpt *ep = (struct scif_endpt *)msg->payload[0]; in scif_cnctgnt_nack() local
240 struct scif_endpt *ep = (struct scif_endpt *)msg->payload[0]; in scif_cnctrej() local
[all …]
Dscif_fence.c29 struct scif_endpt *ep = (struct scif_endpt *)msg->payload[0]; in scif_recv_mark() local
50 struct scif_endpt *ep = (struct scif_endpt *)msg->payload[0]; in scif_recv_mark_resp() local
73 struct scif_endpt *ep = (struct scif_endpt *)msg->payload[0]; in scif_recv_wait() local
110 struct scif_endpt *ep = (struct scif_endpt *)msg->payload[0]; in scif_recv_wait_resp() local
131 struct scif_endpt *ep = (struct scif_endpt *)msg->payload[0]; in scif_recv_sig_local() local
152 struct scif_endpt *ep = (struct scif_endpt *)msg->payload[0]; in scif_recv_sig_remote() local
173 struct scif_endpt *ep = (struct scif_endpt *)msg->payload[0]; in scif_recv_sig_resp() local
205 struct scif_endpt *ep = (struct scif_endpt *)epd; in _scif_prog_signal() local
292 struct scif_endpt *ep = (struct scif_endpt *)epd; in scif_prog_signal() local
337 struct scif_endpt *ep = (struct scif_endpt *)epd; in _scif_fence_wait() local
[all …]
Dscif_mmap.c37 struct scif_endpt *ep; in scif_recv_munmap() local
75 static void __scif_zap_mmaps(struct scif_endpt *ep) in __scif_zap_mmaps()
101 struct scif_endpt *ep; in _scif_zap_mmaps() local
131 static void __scif_cleanup_rma_for_zombies(struct scif_endpt *ep) in __scif_cleanup_rma_for_zombies()
155 struct scif_endpt *ep; in scif_cleanup_rma_for_zombies() local
169 static int scif_insert_vma(struct scif_endpt *ep, struct vm_area_struct *vma) in scif_insert_vma()
188 static void scif_delete_vma(struct scif_endpt *ep, struct vm_area_struct *vma) in scif_delete_vma()
205 static phys_addr_t scif_get_phys(phys_addr_t phys, struct scif_endpt *ep) in scif_get_phys()
224 struct scif_endpt *ep = (struct scif_endpt *)epd; in scif_get_pages() local
321 struct scif_endpt *ep; in scif_put_pages() local
[all …]
Dscif_api.c53 struct scif_endpt *ep; in scif_open() local
92 static struct scif_endpt *scif_disconnect_ep(struct scif_endpt *ep) in scif_disconnect_ep()
165 struct scif_endpt *ep = (struct scif_endpt *)epd; in scif_close() local
319 struct scif_endpt *ep = (struct scif_endpt *)epd; in __scif_flush() local
338 struct scif_endpt *ep = (struct scif_endpt *)epd; in scif_bind() local
396 struct scif_endpt *ep = (struct scif_endpt *)epd; in scif_listen() local
471 static int scif_conn_func(struct scif_endpt *ep) in scif_conn_func()
581 struct scif_endpt *ep; in scif_conn_handler() local
601 struct scif_endpt *ep = (struct scif_endpt *)epd; in __scif_connect() local
948 struct scif_endpt *ep = (struct scif_endpt *)epd; in _scif_send() local
[all …]
Dscif_rma.c34 void scif_rma_ep_init(struct scif_endpt *ep) in scif_rma_ep_init()
63 int scif_rma_ep_can_uninit(struct scif_endpt *ep) in scif_rma_ep_can_uninit()
146 struct scif_window *scif_create_window(struct scif_endpt *ep, int nr_pages, in scif_create_window()
191 static void scif_destroy_incomplete_window(struct scif_endpt *ep, in scif_destroy_incomplete_window()
319 int scif_destroy_window(struct scif_endpt *ep, struct scif_window *window) in scif_destroy_window()
643 static int scif_send_scif_unregister(struct scif_endpt *ep, in scif_send_scif_unregister()
664 struct scif_endpt *ep = (struct scif_endpt *)window->ep; in scif_unregister_window() local
756 static int scif_send_alloc_request(struct scif_endpt *ep, in scif_send_alloc_request()
781 static int scif_prep_remote_window(struct scif_endpt *ep, in scif_prep_remote_window()
958 static int scif_send_scif_register(struct scif_endpt *ep, in scif_send_scif_register()
[all …]
Dscif_rma_list.c85 int scif_query_tcw(struct scif_endpt *ep, struct scif_rma_req *req) in scif_query_tcw()
206 struct scif_endpt *ep = (struct scif_endpt *)window->ep; in scif_rma_list_unregister() local
238 struct scif_endpt *ep = (struct scif_endpt *)epd; in scif_unmap_all_windows() local
260 struct scif_endpt *ep = (struct scif_endpt *)epd; in scif_unregister_all_windows() local
Dscif_dma.c90 int scif_reserve_dma_chan(struct scif_endpt *ep) in scif_reserve_dma_chan()
123 struct scif_endpt *ep, in __scif_rma_destroy_tcw()
151 struct scif_endpt *ep = mmn->ep; in scif_rma_destroy_tcw() local
158 static void scif_rma_destroy_tcw_ep(struct scif_endpt *ep) in scif_rma_destroy_tcw_ep()
169 static void __scif_rma_destroy_tcw_ep(struct scif_endpt *ep) in __scif_rma_destroy_tcw_ep()
182 static bool scif_rma_tc_can_cache(struct scif_endpt *ep, size_t cur_bytes) in scif_rma_tc_can_cache()
249 static void scif_ep_unregister_mmu_notifier(struct scif_endpt *ep) in scif_ep_unregister_mmu_notifier()
266 struct mm_struct *mm, struct scif_endpt *ep) in scif_init_mmu_notifier()
290 scif_add_mmu_notifier(struct mm_struct *mm, struct scif_endpt *ep) in scif_add_mmu_notifier()
315 struct scif_endpt *ep; in scif_mmu_notif_handler() local
[all …]
Dscif_fd.c53 struct scif_endpt *ep = f->private_data; in scif_fdflush() local
113 struct scif_endpt *ep = (struct scif_endpt *)priv; in scif_fdioctl() local
140 scif_epd_t *ep = (scif_epd_t *)&request.endpt; in scif_fdioctl() local
Dscif_epd.h139 static inline int scifdev_alive(struct scif_endpt *ep) in scifdev_alive()
151 static inline int scif_verify_epd(struct scif_endpt *ep) in scif_verify_epd()
Dscif_nm.c29 struct scif_endpt *ep; in scif_invalidate_ep() local
Dscif_rma.h205 struct scif_endpt *ep; member
251 u64 ep; member
294 struct scif_endpt *ep; member
Dscif_debugfs.c109 struct scif_endpt *ep; in scif_rma_test() local
/linux-4.4.14/sound/usb/
Dendpoint.c130 int snd_usb_endpoint_implicit_feedback_sink(struct snd_usb_endpoint *ep) in snd_usb_endpoint_implicit_feedback_sink()
145 int snd_usb_endpoint_next_packet_size(struct snd_usb_endpoint *ep) in snd_usb_endpoint_next_packet_size()
162 static void retire_outbound_urb(struct snd_usb_endpoint *ep, in retire_outbound_urb()
169 static void retire_inbound_urb(struct snd_usb_endpoint *ep, in retire_inbound_urb()
186 static void prepare_silent_urb(struct snd_usb_endpoint *ep, in prepare_silent_urb()
230 static void prepare_outbound_urb(struct snd_usb_endpoint *ep, in prepare_outbound_urb()
279 static inline void prepare_inbound_urb(struct snd_usb_endpoint *ep, in prepare_inbound_urb()
321 static void queue_pending_output_urbs(struct snd_usb_endpoint *ep) in queue_pending_output_urbs()
373 struct snd_usb_endpoint *ep = ctx->ep; in snd_complete_urb() local
449 struct snd_usb_endpoint *ep; in snd_usb_add_endpoint() local
[all …]
Dmidi.c140 struct snd_usb_midi_out_endpoint *ep; member
150 struct snd_usb_midi_out_endpoint *ep; member
226 static void snd_usbmidi_input_data(struct snd_usb_midi_in_endpoint *ep, in snd_usbmidi_input_data()
257 struct snd_usb_midi_in_endpoint *ep = urb->context; in snd_usbmidi_in_urb_complete() local
282 struct snd_usb_midi_out_endpoint *ep = context->ep; in snd_usbmidi_out_urb_complete() local
309 static void snd_usbmidi_do_output(struct snd_usb_midi_out_endpoint *ep) in snd_usbmidi_do_output()
348 struct snd_usb_midi_out_endpoint *ep = in snd_usbmidi_out_tasklet() local
383 static int send_bulk_static_data(struct snd_usb_midi_out_endpoint *ep, in send_bulk_static_data()
404 static void snd_usbmidi_standard_input(struct snd_usb_midi_in_endpoint *ep, in snd_usbmidi_standard_input()
418 static void snd_usbmidi_midiman_input(struct snd_usb_midi_in_endpoint *ep, in snd_usbmidi_midiman_input()
[all …]
Dhelper.h22 #define get_endpoint(alt,ep) (&(alt)->endpoint[ep].desc) argument
23 #define get_ep_desc(ep) (&(ep)->desc) argument
Dpcm.c158 unsigned int ep; in init_pitch_v1() local
229 struct snd_usb_endpoint *ep = subs->data_endpoint; in start_endpoints() local
243 struct snd_usb_endpoint *ep = subs->sync_endpoint; in start_endpoints() local
290 unsigned int *ep) in search_roland_implicit_fb()
323 unsigned int ep; in set_sync_ep_implicit_fb_quirk() local
385 unsigned int ep, attr; in set_sync_endpoint() local
1444 struct snd_usb_endpoint *ep = subs->data_endpoint; in prepare_playback_urb() local
1558 struct snd_usb_endpoint *ep = subs->data_endpoint; in retire_playback_urb() local
Dcard.c308 struct snd_usb_endpoint *ep, *n; in snd_usb_audio_free() local
599 struct snd_usb_endpoint *ep; in usb_audio_disconnect() local
/linux-4.4.14/drivers/usb/gadget/udc/
Dfsl_qe_udc.c80 static void done(struct qe_ep *ep, struct qe_req *req, int status) in done()
131 static void nuke(struct qe_ep *ep, int status) in nuke()
146 static int qe_eprx_stall_change(struct qe_ep *ep, int value) in qe_eprx_stall_change()
163 static int qe_eptx_stall_change(struct qe_ep *ep, int value) in qe_eptx_stall_change()
190 static int qe_eprx_nack(struct qe_ep *ep) in qe_eprx_nack()
209 static int qe_eprx_normal(struct qe_ep *ep) in qe_eprx_normal()
230 static int qe_ep_cmd_stoptx(struct qe_ep *ep) in qe_ep_cmd_stoptx()
242 static int qe_ep_cmd_restarttx(struct qe_ep *ep) in qe_ep_cmd_restarttx()
254 static int qe_ep_flushtxfifo(struct qe_ep *ep) in qe_ep_flushtxfifo()
274 static int qe_ep_filltxfifo(struct qe_ep *ep) in qe_ep_filltxfifo()
[all …]
Dpxa27x_udc.c141 struct pxa_ep *ep; in queues_dbg_show() local
173 struct pxa_ep *ep; in eps_dbg_show() local
313 static int is_match_usb_pxa(struct udc_usb_ep *udc_usb_ep, struct pxa_ep *ep, in is_match_usb_pxa()
357 struct pxa_ep *ep; in find_pxa_ep() local
399 static void pio_irq_enable(struct pxa_ep *ep) in pio_irq_enable()
416 static void pio_irq_disable(struct pxa_ep *ep) in pio_irq_disable()
467 static inline void ep_write_UDCCSR(struct pxa_ep *ep, int mask) in ep_write_UDCCSR()
480 static int ep_count_bytes_remain(struct pxa_ep *ep) in ep_count_bytes_remain()
497 static int ep_is_empty(struct pxa_ep *ep) in ep_is_empty()
519 static int ep_is_full(struct pxa_ep *ep) in ep_is_full()
[all …]
Dfotg210-udc.c31 static void fotg210_disable_fifo_int(struct fotg210_ep *ep) in fotg210_disable_fifo_int()
42 static void fotg210_enable_fifo_int(struct fotg210_ep *ep) in fotg210_enable_fifo_int()
61 static void fotg210_done(struct fotg210_ep *ep, struct fotg210_request *req, in fotg210_done()
84 static void fotg210_fifo_ep_mapping(struct fotg210_ep *ep, u32 epnum, in fotg210_fifo_ep_mapping()
112 static void fotg210_set_fifo_dir(struct fotg210_ep *ep, u32 epnum, u32 dir_in) in fotg210_set_fifo_dir()
122 static void fotg210_set_tfrtype(struct fotg210_ep *ep, u32 epnum, u32 type) in fotg210_set_tfrtype()
132 static void fotg210_set_mps(struct fotg210_ep *ep, u32 epnum, u32 mps, in fotg210_set_mps()
145 static int fotg210_config_ep(struct fotg210_ep *ep, in fotg210_config_ep()
163 struct fotg210_ep *ep; in fotg210_ep_enable() local
178 struct fotg210_ep *ep = fotg210->ep[epnum]; in fotg210_reset_tseq() local
[all …]
Dfusb300_udc.c58 static void fusb300_ep_setting(struct fusb300_ep *ep, in fusb300_ep_setting()
65 static int fusb300_ep_release(struct fusb300_ep *ep) in fusb300_ep_release()
76 u32 ep) in fusb300_set_fifo_entry()
86 u8 ep) in fusb300_set_start_entry()
146 u8 ep) in fusb300_set_ep_active()
200 static int config_ep(struct fusb300_ep *ep, in config_ep()
238 struct fusb300_ep *ep; in fusb300_enable() local
253 struct fusb300_ep *ep; in fusb300_disable() local
292 static int enable_fifo_int(struct fusb300_ep *ep) in enable_fifo_int()
307 static int disable_fifo_int(struct fusb300_ep *ep) in disable_fifo_int()
[all …]
Dnet2280.c171 static inline void enable_pciirqenb(struct net2280_ep *ep) in enable_pciirqenb()
188 struct net2280_ep *ep; in net2280_enable() local
384 struct net2280_ep *ep) in ep_reset_228x()
460 struct net2280_ep *ep) in ep_reset_338x()
519 struct net2280_ep *ep; in net2280_disable() local
553 struct net2280_ep *ep; in net2280_alloc_request() local
587 struct net2280_ep *ep; in net2280_free_request() local
613 static void write_fifo(struct net2280_ep *ep, struct usb_request *req) in write_fifo()
673 static void out_flush(struct net2280_ep *ep) in out_flush()
713 static int read_fifo(struct net2280_ep *ep, struct net2280_request *req) in read_fifo()
[all …]
Dr8a66597-udc.c301 struct r8a66597_ep *ep = r8a66597->pipenum2ep[pipenum]; in pipe_change() local
394 static void pipe_initialize(struct r8a66597_ep *ep) in pipe_initialize()
413 struct r8a66597_ep *ep, in r8a66597_ep_setting()
438 static void r8a66597_ep_release(struct r8a66597_ep *ep) in r8a66597_ep_release()
453 static int alloc_pipe_config(struct r8a66597_ep *ep, in alloc_pipe_config()
537 static int free_pipe_config(struct r8a66597_ep *ep) in free_pipe_config()
571 static void start_ep0_write(struct r8a66597_ep *ep, in start_ep0_write()
602 struct r8a66597_ep *ep = r8a66597->pipenum2ep[pipenum]; in change_bfre_mode() local
633 struct r8a66597_ep *ep, in sudmac_alloc_channel()
670 struct r8a66597_ep *ep, in sudmac_free_channel()
[all …]
Datmel_usba_udc.c38 struct usba_ep *ep = inode->i_private; in queue_dbg_open() local
204 struct usba_ep *ep) in usba_ep_init_debugfs()
247 static void usba_ep_cleanup_debugfs(struct usba_ep *ep) in usba_ep_cleanup_debugfs()
300 struct usba_ep *ep) in usba_ep_init_debugfs()
305 static inline void usba_ep_cleanup_debugfs(struct usba_ep *ep) in usba_ep_cleanup_debugfs()
358 static void next_fifo_transaction(struct usba_ep *ep, struct usba_request *req) in next_fifo_transaction()
379 static void submit_request(struct usba_ep *ep, struct usba_request *req) in submit_request()
412 static void submit_next_request(struct usba_ep *ep) in submit_next_request()
426 static void send_status(struct usba_udc *udc, struct usba_ep *ep) in send_status()
433 static void receive_data(struct usba_ep *ep) in receive_data()
[all …]
Dm66592-udc.c211 struct m66592_ep *ep = m66592->pipenum2ep[pipenum]; in pipe_change() local
303 static void pipe_initialize(struct m66592_ep *ep) in pipe_initialize()
327 static void m66592_ep_setting(struct m66592 *m66592, struct m66592_ep *ep, in m66592_ep_setting()
369 static void m66592_ep_release(struct m66592_ep *ep) in m66592_ep_release()
384 static int alloc_pipe_config(struct m66592_ep *ep, in alloc_pipe_config()
463 static int free_pipe_config(struct m66592_ep *ep) in free_pipe_config()
497 static void start_ep0_write(struct m66592_ep *ep, struct m66592_request *req) in start_ep0_write()
516 static void start_packet_write(struct m66592_ep *ep, struct m66592_request *req) in start_packet_write()
532 static void start_packet_read(struct m66592_ep *ep, struct m66592_request *req) in start_packet_read()
559 static void start_packet(struct m66592_ep *ep, struct m66592_request *req) in start_packet()
[all …]
Domap_udc.c122 static void use_ep(struct omap_ep *ep, u16 select) in use_ep()
149 struct omap_ep *ep = container_of(_ep, struct omap_ep, ep); in omap_ep_enable() local
241 struct omap_ep *ep = container_of(_ep, struct omap_ep, ep); in omap_ep_disable() local
268 omap_alloc_request(struct usb_ep *ep, gfp_t gfp_flags) in omap_alloc_request()
282 omap_free_request(struct usb_ep *ep, struct usb_request *_req) in omap_free_request()
292 done(struct omap_ep *ep, struct omap_req *req, int status) in done()
358 static int write_fifo(struct omap_ep *ep, struct omap_req *req) in write_fifo()
420 static int read_fifo(struct omap_ep *ep, struct omap_req *req) in read_fifo()
475 static u16 dma_src_len(struct omap_ep *ep, dma_addr_t start) in dma_src_len()
495 static u16 dma_dest_len(struct omap_ep *ep, dma_addr_t start) in dma_dest_len()
[all …]
Dgr_udc.c95 static void gr_dbgprint_request(const char *str, struct gr_ep *ep, in gr_dbgprint_request()
116 static void gr_dbgprint_request(const char *str, struct gr_ep *ep, in gr_dbgprint_request()
129 static void gr_seq_ep_show(struct seq_file *seq, struct gr_ep *ep) in gr_seq_ep_show()
192 struct gr_ep *ep; in gr_seq_show() local
251 static struct gr_dma_desc *gr_alloc_dma_desc(struct gr_ep *ep, gfp_t gfp_flags) in gr_alloc_dma_desc()
303 static void gr_finish_request(struct gr_ep *ep, struct gr_request *req, in gr_finish_request()
385 static void gr_start_dma(struct gr_ep *ep) in gr_start_dma()
427 static void gr_dma_advance(struct gr_ep *ep, int status) in gr_dma_advance()
442 static void gr_abort_dma(struct gr_ep *ep) in gr_abort_dma()
457 static int gr_add_dma_desc(struct gr_ep *ep, struct gr_request *req, in gr_add_dma_desc()
[all …]
Dgoku_udc.c97 struct goku_ep *ep; in goku_ep_enable() local
188 static void ep_reset(struct goku_udc_regs __iomem *regs, struct goku_ep *ep) in ep_reset()
242 struct goku_ep *ep; in goku_ep_disable() local
296 done(struct goku_ep *ep, struct goku_request *req, int status) in done()
345 static int write_fifo(struct goku_ep *ep, struct goku_request *req) in write_fifo()
404 static int read_fifo(struct goku_ep *ep, struct goku_request *req) in read_fifo()
517 pio_advance(struct goku_ep *ep) in pio_advance()
531 static int start_dma(struct goku_ep *ep, struct goku_request *req) in start_dma()
586 static void dma_advance(struct goku_udc *dev, struct goku_ep *ep) in dma_advance()
634 static void abort_dma(struct goku_ep *ep, int status) in abort_dma()
[all …]
Dnet2272.c120 static void assert_out_naking(struct net2272_ep *ep, const char *where) in assert_out_naking()
135 #define ASSERT_OUT_NAKING(ep) assert_out_naking(ep, __func__) argument
137 static void stop_out_naking(struct net2272_ep *ep) in stop_out_naking()
192 struct net2272_ep *ep; in net2272_enable() local
262 static void net2272_ep_reset(struct net2272_ep *ep) in net2272_ep_reset()
310 struct net2272_ep *ep; in net2272_disable() local
332 struct net2272_ep *ep; in net2272_alloc_request() local
351 struct net2272_ep *ep; in net2272_free_request() local
364 net2272_done(struct net2272_ep *ep, struct net2272_request *req, int status) in net2272_done()
403 net2272_write_packet(struct net2272_ep *ep, u8 *buf, in net2272_write_packet()
[all …]
Dpch_udc.c179 #define PCH_UDC_CSR(ep) (UDC_CSR_ADDR + ep*4) argument
186 #define UDC_EPIN_IDX(ep) (ep * 2) argument
187 #define UDC_EPOUT_IDX(ep) (ep * 2 + 1) argument
291 struct usb_ep ep; member
355 struct pch_udc_ep ep[PCH_UDC_EP_NUM]; member
448 static inline u32 pch_udc_ep_readl(struct pch_udc_ep *ep, unsigned long reg) in pch_udc_ep_readl()
453 static inline void pch_udc_ep_writel(struct pch_udc_ep *ep, in pch_udc_ep_writel()
459 static inline void pch_udc_ep_bit_set(struct pch_udc_ep *ep, in pch_udc_ep_bit_set()
466 static inline void pch_udc_ep_bit_clr(struct pch_udc_ep *ep, in pch_udc_ep_bit_clr()
496 unsigned int ep) in pch_udc_write_csr()
[all …]
Damd5536udc.c330 static int udc_set_txfifo_addr(struct udc_ep *ep) in udc_set_txfifo_addr()
357 static void UDC_QUEUE_CNAK(struct udc_ep *ep, unsigned num) in UDC_QUEUE_CNAK()
372 struct udc_ep *ep; in udc_ep_enable() local
498 static void ep_init(struct udc_regs __iomem *regs, struct udc_ep *ep) in ep_init()
542 struct udc_ep *ep = NULL; in udc_ep_disable() local
569 struct udc_ep *ep; in udc_alloc_request() local
638 struct udc_ep *ep; in udc_free_request() local
682 static struct udc_request *udc_alloc_bna_dummy(struct udc_ep *ep) in udc_alloc_bna_dummy()
699 udc_txfifo_write(struct udc_ep *ep, struct usb_request *req) in udc_txfifo_write()
772 udc_rxfifo_read(struct udc_ep *ep, struct udc_request *req) in udc_rxfifo_read()
[all …]
Dat91_udc.c109 static void proc_ep_show(struct seq_file *s, struct at91_ep *ep) in proc_ep_show()
189 struct at91_ep *ep; in proc_udc_show() local
275 static void done(struct at91_ep *ep, struct at91_request *req, int status) in done()
326 static int read_fifo (struct at91_ep *ep, struct at91_request *req) in read_fifo()
401 static int write_fifo(struct at91_ep *ep, struct at91_request *req) in write_fifo()
469 static void nuke(struct at91_ep *ep, int status) in nuke()
490 struct at91_ep *ep = container_of(_ep, struct at91_ep, ep); in at91_ep_enable() local
567 struct at91_ep *ep = container_of(_ep, struct at91_ep, ep); in at91_ep_disable() local
624 struct at91_ep *ep; in at91_ep_queue() local
722 struct at91_ep *ep; in at91_ep_dequeue() local
[all …]
Dpxa25x_udc.c215 struct pxa25x_ep *ep; in pxa25x_ep_enable() local
266 struct pxa25x_ep *ep; in pxa25x_ep_disable() local
332 static void done(struct pxa25x_ep *ep, struct pxa25x_request *req, int status) in done()
386 write_fifo (struct pxa25x_ep *ep, struct pxa25x_request *req) in write_fifo()
453 write_ep0_fifo (struct pxa25x_ep *ep, struct pxa25x_request *req) in write_ep0_fifo()
513 read_fifo (struct pxa25x_ep *ep, struct pxa25x_request *req) in read_fifo()
590 read_ep0_fifo (struct pxa25x_ep *ep, struct pxa25x_request *req) in read_ep0_fifo()
632 struct pxa25x_ep *ep; in pxa25x_ep_queue() local
738 static void nuke(struct pxa25x_ep *ep, int status) in nuke()
757 struct pxa25x_ep *ep; in pxa25x_ep_dequeue() local
[all …]
Dudc-xilinx.c111 #define to_xusb_ep(ep) container_of((ep), struct xusb_ep, ep_usb) argument
123 struct xusb_ep *ep; member
184 struct xusb_ep ep[8]; member
283 static void xudc_epconfig(struct xusb_ep *ep, struct xusb_udc *udc) in xudc_epconfig()
320 static int xudc_start_dma(struct xusb_ep *ep, dma_addr_t src, in xudc_start_dma()
380 static int xudc_dma_send(struct xusb_ep *ep, struct xusb_req *req, in xudc_dma_send()
434 static int xudc_dma_receive(struct xusb_ep *ep, struct xusb_req *req, in xudc_dma_receive()
483 static int xudc_eptxrx(struct xusb_ep *ep, struct xusb_req *req, in xudc_eptxrx()
551 static void xudc_done(struct xusb_ep *ep, struct xusb_req *req, int status) in xudc_done()
586 static int xudc_read_fifo(struct xusb_ep *ep, struct xusb_req *req) in xudc_read_fifo()
[all …]
Ds3c2410_udc.c252 static void s3c2410_udc_done(struct s3c2410_ep *ep, in s3c2410_udc_done()
270 struct s3c2410_ep *ep, int status) in s3c2410_udc_nuke()
320 static int s3c2410_udc_write_fifo(struct s3c2410_ep *ep, in s3c2410_udc_write_fifo()
420 static int s3c2410_udc_read_fifo(struct s3c2410_ep *ep, in s3c2410_udc_read_fifo()
600 struct s3c2410_ep *ep, in s3c2410_udc_handle_ep0_idle()
742 struct s3c2410_ep *ep = &dev->ep[0]; in s3c2410_udc_handle_ep0() local
810 static void s3c2410_udc_handle_ep(struct s3c2410_ep *ep) in s3c2410_udc_handle_ep()
1011 static inline struct s3c2410_ep *to_s3c2410_ep(struct usb_ep *ep) in to_s3c2410_ep()
1033 struct s3c2410_ep *ep; in s3c2410_udc_ep_enable() local
1111 struct s3c2410_ep *ep = to_s3c2410_ep(_ep); in s3c2410_udc_ep_disable() local
[all …]
Dmv_udc_core.c44 #define ep_dir(ep) (((ep)->ep_num == 0) ? \ argument
77 struct mv_ep *ep; in ep0_reset() local
213 static void done(struct mv_ep *ep, struct mv_req *req, int status) in done()
258 static int queue_dtd(struct mv_ep *ep, struct mv_req *req) in queue_dtd()
448 struct mv_ep *ep; in mv_ep_enable() local
568 struct mv_ep *ep; in mv_ep_disable() local
637 struct mv_ep *ep; in mv_ep_fifo_flush() local
697 struct mv_ep *ep = container_of(_ep, struct mv_ep, ep); in mv_ep_queue() local
762 static void mv_prime_ep(struct mv_ep *ep, struct mv_req *req) in mv_prime_ep()
786 struct mv_ep *ep = container_of(_ep, struct mv_ep, ep); in mv_ep_dequeue() local
[all …]
Dmv_u3d_core.c55 struct mv_u3d_ep *ep; in mv_u3d_ep0_reset() local
187 void mv_u3d_done(struct mv_u3d_ep *ep, struct mv_u3d_req *req, int status) in mv_u3d_done()
231 static int mv_u3d_queue_trb(struct mv_u3d_ep *ep, struct mv_u3d_req *req) in mv_u3d_queue_trb()
482 mv_u3d_start_queue(struct mv_u3d_ep *ep) in mv_u3d_start_queue()
529 struct mv_u3d_ep *ep; in mv_u3d_ep_enable() local
635 struct mv_u3d_ep *ep; in mv_u3d_ep_disable() local
703 struct mv_u3d_ep *ep = container_of(_ep, struct mv_u3d_ep, ep); in mv_u3d_ep_fifo_flush() local
785 struct mv_u3d_ep *ep; in mv_u3d_ep_queue() local
859 struct mv_u3d_ep *ep; in mv_u3d_ep_dequeue() local
934 struct mv_u3d_ep *ep = u3d->eps; in mv_u3d_ep_set_stall() local
[all …]
Dpxa27x_udc.h178 #define ofs_UDCCR(ep) (UDCCRn(ep->idx)) argument
179 #define ofs_UDCCSR(ep) (UDCCSRn(ep->idx)) argument
180 #define ofs_UDCBCR(ep) (UDCBCRn(ep->idx)) argument
181 #define ofs_UDCDR(ep) (UDCDRn(ep->idx)) argument
184 #define udc_ep_readl(ep, reg) \ argument
186 #define udc_ep_writel(ep, reg, value) \ argument
188 #define udc_ep_readb(ep, reg) \ argument
190 #define udc_ep_writeb(ep, reg, value) \ argument
202 #define EPIDX(ep) (ep->idx) argument
203 #define EPADDR(ep) (ep->addr) argument
[all …]
Dfsl_udc_core.c161 static void done(struct fsl_ep *ep, struct fsl_req *req, int status) in done()
211 static void nuke(struct fsl_ep *ep, int status) in nuke()
550 struct fsl_ep *ep = NULL; in fsl_ep_enable() local
638 struct fsl_ep *ep = NULL; in fsl_ep_disable() local
706 static void fsl_prime_ep(struct fsl_ep *ep, struct ep_td_struct *td) in fsl_prime_ep()
727 static void fsl_queue_td(struct fsl_ep *ep, struct fsl_req *req) in fsl_queue_td()
874 struct fsl_ep *ep = container_of(_ep, struct fsl_ep, ep); in fsl_ep_queue() local
928 struct fsl_ep *ep = container_of(_ep, struct fsl_ep, ep); in fsl_ep_dequeue() local
1008 struct fsl_ep *ep = NULL; in fsl_ep_set_halt() local
1053 struct fsl_ep *ep; in fsl_ep_fifo_status() local
[all …]
Dnet2280.h94 struct usb_ep ep; member
117 static inline void allow_status(struct net2280_ep *ep) in allow_status()
127 static inline void allow_status_338x(struct net2280_ep *ep) in allow_status_338x()
155 struct net2280_ep ep[9]; member
193 static inline void set_halt(struct net2280_ep *ep) in set_halt()
203 static inline void clear_halt(struct net2280_ep *ep) in clear_halt()
337 static inline void set_fifo_bytecount(struct net2280_ep *ep, unsigned count) in set_fifo_bytecount()
348 static inline void start_out_naking(struct net2280_ep *ep) in start_out_naking()
356 static inline void stop_out_naking(struct net2280_ep *ep) in stop_out_naking()
366 static inline void set_max_speed(struct net2280_ep *ep, u32 max) in set_max_speed()
Ddummy_hcd.c88 struct usb_ep ep; member
254 struct dummy_ep ep[DUMMY_ENDPOINTS]; member
291 static inline struct dummy *ep_to_dummy(struct dummy_ep *ep) in ep_to_dummy()
315 static void nuke(struct dummy *dum, struct dummy_ep *ep) in nuke()
333 struct dummy_ep *ep; in stop_activity() local
485 struct dummy_ep *ep; in dummy_enable() local
628 struct dummy_ep *ep; in dummy_disable() local
650 struct dummy_ep *ep; in dummy_alloc_request() local
678 static void fifo_complete(struct usb_ep *ep, struct usb_request *req) in fifo_complete()
685 struct dummy_ep *ep; in dummy_queue() local
[all …]
Dfotg210.h152 #define FOTG210_INEPMPSR(ep) (0x160 + 4 * ((ep) - 1)) argument
158 #define FOTG210_OUTEPMPSR(ep) (0x180 + 4 * ((ep) - 1)) argument
162 #define EPMAP_FIFONO(ep, dir) \ argument
164 #define EPMAP_FIFONOMSK(ep, dir) \ argument
173 #define FIFOMAP_EPNO(ep) ((ep) << ((ep) - 1) * 8) argument
174 #define FIFOMAP_EPNOMSK(ep) (0xF << ((ep) - 1) * 8) argument
220 struct usb_ep ep; member
244 struct fotg210_ep *ep[FOTG210_MAX_NUM_EP]; member
Dlpc32xx_udc.c97 #define EP_MASK_SEL(ep, dir) (1 << (((ep) * 2) + dir)) argument
127 struct usb_ep ep; member
190 struct lpc32xx_ep ep[NUM_ENDPOINTS]; member
511 static void proc_ep_show(struct seq_file *s, struct lpc32xx_ep *ep) in proc_ep_show()
538 struct lpc32xx_ep *ep; in proc_udc_show() local
1036 static int udc_ep_in_req_dma(struct lpc32xx_udc *udc, struct lpc32xx_ep *ep) in udc_ep_in_req_dma()
1062 static int udc_ep_out_req_dma(struct lpc32xx_udc *udc, struct lpc32xx_ep *ep) in udc_ep_out_req_dma()
1116 struct lpc32xx_ep *ep = &udc->ep[0]; in udc_enable() local
1401 struct lpc32xx_ep *ep = &udc->ep[i]; in uda_usb_reset() local
1445 struct lpc32xx_ep *ep = &udc->ep[i]; in udc_reinit() local
[all …]
Datmel_usba_udc.h208 #define usba_ep_readl(ep, reg) \ argument
210 #define usba_ep_writel(ep, reg, value) \ argument
212 #define usba_dma_readl(ep, reg) \ argument
214 #define usba_dma_writel(ep, reg, value) \ argument
283 struct usb_ep ep; member
359 static inline struct usba_ep *to_usba_ep(struct usb_ep *ep) in to_usba_ep()
374 #define ep_is_control(ep) ((ep)->index == 0) argument
375 #define ep_is_idle(ep) ((ep)->state == EP_STATE_IDLE) argument
Dbcm63xx_udc.c245 struct usb_ep ep; member
353 static inline struct bcm63xx_ep *our_ep(struct usb_ep *ep) in our_ep()
1041 static int bcm63xx_ep_enable(struct usb_ep *ep, in bcm63xx_ep_enable()
1081 static int bcm63xx_ep_disable(struct usb_ep *ep) in bcm63xx_ep_disable()
1127 static struct usb_request *bcm63xx_udc_alloc_request(struct usb_ep *ep, in bcm63xx_udc_alloc_request()
1143 static void bcm63xx_udc_free_request(struct usb_ep *ep, in bcm63xx_udc_free_request()
1164 static int bcm63xx_udc_queue(struct usb_ep *ep, struct usb_request *req, in bcm63xx_udc_queue()
1217 static int bcm63xx_udc_dequeue(struct usb_ep *ep, struct usb_request *req) in bcm63xx_udc_dequeue()
1265 static int bcm63xx_udc_set_halt(struct usb_ep *ep, int value) in bcm63xx_udc_set_halt()
1285 static int bcm63xx_udc_set_wedge(struct usb_ep *ep) in bcm63xx_udc_set_wedge()
Dudc-core.c122 void usb_gadget_giveback_request(struct usb_ep *ep, in usb_gadget_giveback_request()
142 struct usb_ep *ep; in gadget_find_ep_by_name() local
156 struct usb_ep *ep, struct usb_endpoint_descriptor *desc, in usb_gadget_ep_match_desc()
Ds3c2410_udc.h22 struct usb_ep ep; member
79 struct s3c2410_ep ep[S3C2410_ENDPOINTS]; member
Dnet2272.h433 struct usb_ep ep; member
457 struct net2272_ep ep[4]; member
537 net2272_ep_write(struct net2272_ep *ep, unsigned int reg, u8 value) in net2272_ep_write()
549 net2272_ep_read(struct net2272_ep *ep, unsigned int reg) in net2272_ep_read()
560 static void allow_status(struct net2272_ep *ep) in allow_status()
570 static void set_halt(struct net2272_ep *ep) in set_halt()
577 static void clear_halt(struct net2272_ep *ep) in clear_halt()
585 static void set_fifo_bytecount(struct net2272_ep *ep, unsigned count) in set_fifo_bytecount()
Dr8a66597-udc.h59 struct usb_ep ep; member
98 struct r8a66597_ep ep[R8A66597_MAX_NUM_PIPE]; member
198 struct r8a66597_ep *ep, in r8a66597_write_fifo()
Ds3c-hsudc.c111 struct usb_ep ep; member
155 struct s3c_hsudc_ep ep[]; member
171 static inline struct s3c_hsudc_ep *our_ep(struct usb_ep *ep) in our_ep()
849 static void s3c_hsudc_free_request(struct usb_ep *ep, struct usb_request *_req) in s3c_hsudc_free_request()
Dpxa25x_udc.h41 struct usb_ep ep; member
123 struct pxa25x_ep ep [PXA_UDC_NUM_ENDPOINTS]; member
Dat91_udc.h95 struct usb_ep ep; member
129 struct at91_ep ep[NUM_ENDPOINTS]; member
/linux-4.4.14/net/sctp/
Dendpointola.c57 static struct sctp_endpoint *sctp_endpoint_init(struct sctp_endpoint *ep, in sctp_endpoint_init()
186 struct sctp_endpoint *ep; in sctp_endpoint_new() local
206 void sctp_endpoint_add_asoc(struct sctp_endpoint *ep, in sctp_endpoint_add_asoc()
229 void sctp_endpoint_free(struct sctp_endpoint *ep) in sctp_endpoint_free()
242 static void sctp_endpoint_destroy(struct sctp_endpoint *ep) in sctp_endpoint_destroy()
285 void sctp_endpoint_hold(struct sctp_endpoint *ep) in sctp_endpoint_hold()
293 void sctp_endpoint_put(struct sctp_endpoint *ep) in sctp_endpoint_put()
300 struct sctp_endpoint *sctp_endpoint_is_match(struct sctp_endpoint *ep, in sctp_endpoint_is_match()
321 const struct sctp_endpoint *ep, in __sctp_endpoint_lookup_assoc()
366 const struct sctp_endpoint *ep, in sctp_endpoint_lookup_assoc()
[all …]
Dsm_statefuns.c218 const struct sctp_endpoint *ep, in sctp_sf_do_4_C()
304 const struct sctp_endpoint *ep, in sctp_sf_do_5_1B_init()
500 const struct sctp_endpoint *ep, in sctp_sf_do_5_1C_ack()
650 const struct sctp_endpoint *ep, in sctp_sf_do_5_1D_ce()
876 const struct sctp_endpoint *ep, in sctp_sf_do_5_1E_ca()
953 static sctp_disposition_t sctp_sf_heartbeat(const struct sctp_endpoint *ep, in sctp_sf_heartbeat()
979 const struct sctp_endpoint *ep, in sctp_sf_sendbeat_8_3()
1050 const struct sctp_endpoint *ep, in sctp_sf_beat_8_3()
1124 const struct sctp_endpoint *ep, in sctp_sf_backbeat_8_3()
1208 struct sctp_endpoint *ep; in sctp_sf_send_restart_abort() local
[all …]
Dauth.c357 int sctp_auth_asoc_copy_shkeys(const struct sctp_endpoint *ep, in sctp_auth_asoc_copy_shkeys()
449 int sctp_auth_init_hmacs(struct sctp_endpoint *ep, gfp_t gfp) in sctp_auth_init_hmacs()
609 struct sctp_endpoint *ep; in sctp_auth_asoc_set_default_hmac() local
764 int sctp_auth_ep_add_chunkid(struct sctp_endpoint *ep, __u8 chunk_id) in sctp_auth_ep_add_chunkid()
786 int sctp_auth_ep_set_hmacs(struct sctp_endpoint *ep, in sctp_auth_ep_set_hmacs()
823 int sctp_auth_set_key(struct sctp_endpoint *ep, in sctp_auth_set_key()
882 int sctp_auth_set_active_key(struct sctp_endpoint *ep, in sctp_auth_set_active_key()
915 int sctp_auth_del_key_id(struct sctp_endpoint *ep, in sctp_auth_del_key_id()
Dinput.c111 struct sctp_endpoint *ep = NULL; in sctp_rcv() local
709 static void __sctp_hash_endpoint(struct sctp_endpoint *ep) in __sctp_hash_endpoint()
726 void sctp_hash_endpoint(struct sctp_endpoint *ep) in sctp_hash_endpoint()
734 static void __sctp_unhash_endpoint(struct sctp_endpoint *ep) in __sctp_unhash_endpoint()
752 void sctp_unhash_endpoint(struct sctp_endpoint *ep) in sctp_unhash_endpoint()
765 struct sctp_endpoint *ep; in __sctp_rcv_lookup_endpoint() local
Dsocket.c326 struct sctp_endpoint *ep = sp->ep; in sctp_do_bind() local
504 struct sctp_endpoint *ep; in sctp_send_asconf_add_ip() local
625 struct sctp_endpoint *ep = sp->ep; in sctp_bindx_rem() local
707 struct sctp_endpoint *ep; in sctp_send_asconf_del_ip() local
1046 struct sctp_endpoint *ep; in __sctp_connect() local
1479 struct sctp_endpoint *ep; in sctp_close() local
1592 struct sctp_endpoint *ep; in sctp_sendmsg() local
3381 struct sctp_endpoint *ep = sctp_sk(sk)->ep; in sctp_setsockopt_auth_chunk() local
3414 struct sctp_endpoint *ep = sctp_sk(sk)->ep; in sctp_setsockopt_hmac_ident() local
3452 struct sctp_endpoint *ep = sctp_sk(sk)->ep; in sctp_setsockopt_auth_key() local
[all …]
Dsm_make_chunk.c222 struct sctp_endpoint *ep = asoc->ep; in sctp_make_init() local
1569 struct sctp_association *sctp_make_temp_asoc(const struct sctp_endpoint *ep, in sctp_make_temp_asoc()
1601 static sctp_cookie_param_t *sctp_pack_cookie(const struct sctp_endpoint *ep, in sctp_pack_cookie()
1690 const struct sctp_endpoint *ep, in sctp_unpack_cookie()
2106 const struct sctp_endpoint *ep, in sctp_verify_param()
2225 int sctp_verify_init(struct net *net, const struct sctp_endpoint *ep, in sctp_verify_init()
2501 struct sctp_endpoint *ep = asoc->ep; in sctp_process_param() local
2697 __u32 sctp_generate_tag(const struct sctp_endpoint *ep) in sctp_generate_tag()
2712 __u32 sctp_generate_tsn(const struct sctp_endpoint *ep) in sctp_generate_tsn()
Dassociola.c67 const struct sctp_endpoint *ep, in sctp_association_init()
295 struct sctp_association *sctp_association_new(const struct sctp_endpoint *ep, in sctp_association_new()
1000 struct sctp_endpoint *ep; in sctp_assoc_bh_rcv() local
Dsm_sideeffect.c1099 struct sctp_endpoint *ep, in sctp_do_sm()
1138 struct sctp_endpoint *ep, in sctp_side_effects()
1223 struct sctp_endpoint *ep, in sctp_cmd_interpreter()
Dprobe.c131 const struct sctp_endpoint *ep, in jsctp_sf_eat_sack()
/linux-4.4.14/drivers/infiniband/hw/cxgb3/
Diwch_cm.c113 static void start_ep_timer(struct iwch_ep *ep) in start_ep_timer()
127 static void stop_ep_timer(struct iwch_ep *ep) in stop_ep_timer()
186 int iwch_quiesce_tid(struct iwch_ep *ep) in iwch_quiesce_tid()
207 int iwch_resume_tid(struct iwch_ep *ep) in iwch_resume_tid()
228 static void set_emss(struct iwch_ep *ep, u16 opt) in set_emss()
282 struct iwch_ep *ep; in __free_ep() local
294 static void release_ep_resources(struct iwch_ep *ep) in release_ep_resources()
387 static int send_halfclose(struct iwch_ep *ep, gfp_t gfp) in send_halfclose()
407 static int send_abort(struct iwch_ep *ep, struct sk_buff *skb, gfp_t gfp) in send_abort()
429 static int send_connect(struct iwch_ep *ep) in send_connect()
[all …]
Diwch_qp.c743 int iwch_post_zb_read(struct iwch_ep *ep) in iwch_post_zb_read()
960 struct iwch_ep *ep = NULL; in iwch_modify_qp() local
Diwch_cm.h56 #define put_ep(ep) { \ argument
63 #define get_ep(ep) { \ argument
/linux-4.4.14/drivers/usb/gadget/udc/bdc/
Dbdc_ep.c57 static void ep_bd_list_free(struct bdc_ep *ep, u32 num_tabs) in ep_bd_list_free()
126 static int ep_bd_list_alloc(struct bdc_ep *ep) in ep_bd_list_alloc()
221 static int bd_add_to_bdi(struct bdc_ep *ep, dma_addr_t bd_dma_addr) in bd_add_to_bdi()
264 static int bdi_to_tbi(struct bdc_ep *ep, int bdi) in bdi_to_tbi()
277 static inline int find_end_bdi(struct bdc_ep *ep, int next_hwd_bdi) in find_end_bdi()
294 static int bd_available_ep(struct bdc_ep *ep) in bd_available_ep()
349 struct bdc_ep *ep = bdc->bdc_ep_array[epnum]; in bdc_notify_xfr() local
363 static struct bdc_bd *bdi_to_bd(struct bdc_ep *ep, int bdi) in bdi_to_bd()
377 static void ep_bdlist_eqp_adv(struct bdc_ep *ep) in ep_bdlist_eqp_adv()
437 struct bdc_ep *ep; in setup_bd_list_xfr() local
[all …]
Dbdc_cmd.c116 int bdc_dconfig_ep(struct bdc *bdc, struct bdc_ep *ep) in bdc_dconfig_ep()
128 static void ep_bd_list_reinit(struct bdc_ep *ep) in ep_bd_list_reinit()
142 int bdc_config_ep(struct bdc *bdc, struct bdc_ep *ep) in bdc_config_ep()
231 int bdc_ep_bla(struct bdc *bdc, struct bdc_ep *ep, dma_addr_t dma_addr) in bdc_ep_bla()
308 struct bdc_ep *ep; in bdc_ep_clear_stall() local
346 struct bdc_ep *ep; in bdc_stop_ep() local
Dbdc_dbg.h31 static inline void bdc_dbg_bd_list(struct bdc *bdc, struct bdc_ep *ep) in bdc_dbg_bd_list()
Dbdc_dbg.c90 void bdc_dbg_bd_list(struct bdc *bdc, struct bdc_ep *ep) in bdc_dbg_bd_list()
/linux-4.4.14/drivers/usb/isp1760/
Disp1760-udc.c32 struct isp1760_ep *ep; member
41 static inline struct isp1760_ep *ep_to_udc_ep(struct usb_ep *ep) in ep_to_udc_ep()
81 static void __isp1760_udc_select_ep(struct isp1760_ep *ep, int dir) in __isp1760_udc_select_ep()
99 static void isp1760_udc_select_ep(struct isp1760_ep *ep) in isp1760_udc_select_ep()
105 static void isp1760_udc_ctrl_send_status(struct isp1760_ep *ep, int dir) in isp1760_udc_ctrl_send_status()
126 static void isp1760_udc_request_complete(struct isp1760_ep *ep, in isp1760_udc_request_complete()
153 static void isp1760_udc_ctrl_send_stall(struct isp1760_ep *ep) in isp1760_udc_ctrl_send_stall()
179 static bool isp1760_udc_receive(struct isp1760_ep *ep, in isp1760_udc_receive()
245 static void isp1760_udc_transmit(struct isp1760_ep *ep, in isp1760_udc_transmit()
281 static void isp1760_ep_rx_ready(struct isp1760_ep *ep) in isp1760_ep_rx_ready()
[all …]
Disp1760-udc.h35 struct usb_ep ep; member
78 struct isp1760_ep ep[15]; member
/linux-4.4.14/drivers/infiniband/hw/cxgb4/
Dcm.c152 static void deref_qp(struct c4iw_ep *ep) in deref_qp()
158 static void ref_qp(struct c4iw_ep *ep) in ref_qp()
164 static void start_ep_timer(struct c4iw_ep *ep) in start_ep_timer()
180 static int stop_ep_timer(struct c4iw_ep *ep) in stop_ep_timer()
237 static void set_emss(struct c4iw_ep *ep, u16 opt) in set_emss()
295 struct c4iw_ep *ep; in _c4iw_free_ep() local
326 static void release_ep_resources(struct c4iw_ep *ep) in release_ep_resources()
450 struct c4iw_ep *ep = handle; in act_open_req_arp_failure() local
483 static void send_flowc(struct c4iw_ep *ep, struct sk_buff *skb) in send_flowc()
527 static int send_halfclose(struct c4iw_ep *ep, gfp_t gfp) in send_halfclose()
[all …]
/linux-4.4.14/drivers/scsi/libfc/
Dfc_exch.c257 static inline void fc_exch_hold(struct fc_exch *ep) in fc_exch_hold()
272 static void fc_exch_setup_hdr(struct fc_exch *ep, struct fc_frame *fp, in fc_exch_setup_hdr()
321 static void fc_exch_release(struct fc_exch *ep) in fc_exch_release()
338 static inline void fc_exch_timer_cancel(struct fc_exch *ep) in fc_exch_timer_cancel()
355 static inline void fc_exch_timer_set_locked(struct fc_exch *ep, in fc_exch_timer_set_locked()
374 static void fc_exch_timer_set(struct fc_exch *ep, unsigned int timer_msec) in fc_exch_timer_set()
387 static int fc_exch_done_locked(struct fc_exch *ep) in fc_exch_done_locked()
432 struct fc_exch *ep) in fc_exch_ptr_set()
441 static void fc_exch_delete(struct fc_exch *ep) in fc_exch_delete()
469 struct fc_exch *ep; in fc_seq_send_locked() local
[all …]
/linux-4.4.14/drivers/net/ethernet/cirrus/
Dep93xx_eth.c182 #define rdb(ep, off) __raw_readb((ep)->base_addr + (off)) argument
183 #define rdw(ep, off) __raw_readw((ep)->base_addr + (off)) argument
184 #define rdl(ep, off) __raw_readl((ep)->base_addr + (off)) argument
185 #define wrb(ep, off, val) __raw_writeb((val), (ep)->base_addr + (off)) argument
186 #define wrw(ep, off, val) __raw_writew((val), (ep)->base_addr + (off)) argument
187 #define wrl(ep, off, val) __raw_writel((val), (ep)->base_addr + (off)) argument
191 struct ep93xx_priv *ep = netdev_priv(dev); in ep93xx_mdio_read() local
215 struct ep93xx_priv *ep = netdev_priv(dev); in ep93xx_mdio_write() local
233 struct ep93xx_priv *ep = netdev_priv(dev); in ep93xx_rx() local
313 static int ep93xx_have_more_rx(struct ep93xx_priv *ep) in ep93xx_have_more_rx()
[all …]
/linux-4.4.14/drivers/net/wireless/ath/ath6kl/
Dhtc_pipe.c37 static void do_send_completion(struct htc_endpoint *ep, in do_send_completion()
80 struct htc_endpoint *ep = &target->endpoint[packet->endpoint]; in send_packet_completion() local
92 struct htc_endpoint *ep, in get_htc_packet_credit_based()
174 struct htc_endpoint *ep, in get_htc_packet()
204 struct htc_endpoint *ep, in htc_issue_packets()
302 struct htc_endpoint *ep, in htc_try_send()
661 struct htc_endpoint *ep; in htc_process_credit_report() local
693 struct htc_endpoint *ep, u16 tag) in htc_flush_tx_endpoint()
715 struct htc_endpoint *ep, in htc_lookup_tx_packet()
747 struct htc_endpoint *ep; in ath6kl_htc_pipe_tx_complete() local
[all …]
Dhtc_mbox.c547 struct htc_endpoint *ep, u8 *flags, in htc_check_credits()
649 struct htc_endpoint *ep) in htc_get_credit_padding()
1098 int i, ep; in ath6kl_htc_set_credit_dist() local
1280 struct htc_endpoint *ep) in htc_reclaim_rxbuf()
1367 struct htc_endpoint *ep, in ath6kl_htc_rx_setup()
2009 struct htc_endpoint *ep; in ath6kl_htc_rx_process_packets() local
/linux-4.4.14/drivers/staging/emxx_udc/
Demxx_udc.c222 static int _nbu2ss_ep_init(struct nbu2ss_udc *udc, struct nbu2ss_ep *ep) in _nbu2ss_ep_init()
297 static int _nbu2ss_epn_exit(struct nbu2ss_udc *udc, struct nbu2ss_ep *ep) in _nbu2ss_epn_exit()
345 static void _nbu2ss_ep_dma_init(struct nbu2ss_udc *udc, struct nbu2ss_ep *ep) in _nbu2ss_ep_dma_init()
385 static void _nbu2ss_ep_dma_exit(struct nbu2ss_udc *udc, struct nbu2ss_ep *ep) in _nbu2ss_ep_dma_exit()
418 static void _nbu2ss_ep_dma_abort(struct nbu2ss_udc *udc, struct nbu2ss_ep *ep) in _nbu2ss_ep_dma_abort()
474 struct nbu2ss_ep *ep, in _nbu2ss_dma_map_single()
507 struct nbu2ss_ep *ep, in _nbu2ss_dma_unmap_single()
884 struct nbu2ss_ep *ep, in _nbu2ss_epn_out_pio()
943 struct nbu2ss_ep *ep, in _nbu2ss_epn_out_data()
974 struct nbu2ss_ep *ep, in _nbu2ss_epn_out_transfer()
[all …]
/linux-4.4.14/drivers/video/fbdev/
Dsunxvr500.c54 static int e3d_get_props(struct e3d_info *ep) in e3d_get_props()
97 static void e3d_clut_write(struct e3d_info *ep, int index, u32 val) in e3d_clut_write()
114 struct e3d_info *ep = info->par; in e3d_setcolreg() local
151 struct e3d_info *ep = info->par; in e3d_imageblit() local
164 struct e3d_info *ep = info->par; in e3d_fillrect() local
177 struct e3d_info *ep = info->par; in e3d_copyarea() local
196 static int e3d_set_fbinfo(struct e3d_info *ep) in e3d_set_fbinfo()
247 struct e3d_info *ep; in e3d_pci_register() local
398 struct e3d_info *ep = info->par; in e3d_pci_unregister() local
/linux-4.4.14/drivers/net/ethernet/smsc/
Depic100.c328 struct epic_private *ep; in epic_init_one() local
537 static void epic_disable_int(struct net_device *dev, struct epic_private *ep) in epic_disable_int()
552 struct epic_private *ep) in epic_napi_irq_off()
561 struct epic_private *ep) in epic_napi_irq_on()
569 static int read_eeprom(struct epic_private *ep, int location) in read_eeprom()
607 struct epic_private *ep = netdev_priv(dev); in mdio_read() local
631 struct epic_private *ep = netdev_priv(dev); in mdio_write() local
647 struct epic_private *ep = netdev_priv(dev); in epic_open() local
759 struct epic_private *ep = netdev_priv(dev); in epic_pause() local
782 struct epic_private *ep = netdev_priv(dev); in epic_restart() local
[all …]
/linux-4.4.14/drivers/usb/mon/
Dmon_text.c126 static inline char mon_text_get_setup(struct mon_event_text *ep, in mon_text_get_setup()
140 static inline char mon_text_get_data(struct mon_event_text *ep, struct urb *urb, in mon_text_get_data()
191 struct mon_event_text *ep; in mon_text_event() local
269 struct mon_event_text *ep; in mon_text_error() local
386 struct mon_event_text *ep; in mon_text_read_t() local
413 struct mon_event_text *ep; in mon_text_read_u() local
450 struct mon_event_text *ep; in mon_text_read_wait() local
477 struct mon_text_ptr *p, const struct mon_event_text *ep) in mon_text_read_head_t()
495 struct mon_text_ptr *p, const struct mon_event_text *ep) in mon_text_read_head_u()
513 struct mon_text_ptr *p, const struct mon_event_text *ep) in mon_text_read_statset()
[all …]
Dmon_bin.c382 struct mon_bin_hdr *ep; in mon_buff_area_fill() local
494 struct mon_bin_hdr *ep; in mon_bin_event() local
635 struct mon_bin_hdr *ep; in mon_bin_error() local
739 struct mon_bin_hdr *ep; in mon_bin_get_event() local
803 struct mon_bin_hdr *ep; in mon_bin_read() local
872 struct mon_bin_hdr *ep; in mon_bin_flush() local
902 struct mon_bin_hdr *ep; in mon_bin_fetch() local
952 struct mon_bin_hdr *ep; in mon_bin_queued() local
986 struct mon_bin_hdr *ep; in mon_bin_ioctl() local
/linux-4.4.14/drivers/usb/host/
Dfhci-tds.c86 void fhci_push_dummy_bd(struct endpoint *ep) in fhci_push_dummy_bd()
101 struct endpoint *ep; in fhci_ep0_free() local
155 struct endpoint *ep; in fhci_create_ep() local
246 void fhci_init_ep_registers(struct fhci_usb *usb, struct endpoint *ep, in fhci_init_ep_registers()
283 struct endpoint *ep = usb->ep0; in fhci_td_transaction_confirm() local
389 struct endpoint *ep = usb->ep0; in fhci_host_transaction() local
478 struct endpoint *ep = usb->ep0; in fhci_flush_bds() local
535 struct endpoint *ep = usb->ep0; in fhci_flush_actual_frame() local
599 struct endpoint *ep = usb->ep0; in fhci_host_transmit_actual_frame() local
Disp1362-hcd.c185 struct isp1362_ep *ep, u16 len) in claim_ptd_buffers()
223 static inline void release_ptd_buffers(struct isp1362_ep_queue *epq, struct isp1362_ep *ep) in release_ptd_buffers()
259 struct isp1362_ep *ep, struct isp1362_ep_queue *epq, in prepare_ptd()
343 static void isp1362_write_ptd(struct isp1362_hcd *isp1362_hcd, struct isp1362_ep *ep, in isp1362_write_ptd()
359 static void isp1362_read_ptd(struct isp1362_hcd *isp1362_hcd, struct isp1362_ep *ep, in isp1362_read_ptd()
396 static void remove_ptd(struct isp1362_hcd *isp1362_hcd, struct isp1362_ep *ep) in remove_ptd()
443 static void finish_request(struct isp1362_hcd *isp1362_hcd, struct isp1362_ep *ep, in finish_request()
497 static void postproc_ep(struct isp1362_hcd *isp1362_hcd, struct isp1362_ep *ep) in postproc_ep()
653 struct isp1362_ep *ep; in finish_unlinks() local
712 struct isp1362_ep *ep, struct isp1362_ep_queue *epq) in submit_req()
[all …]
Dsl811-hcd.c135 struct sl811h_ep *ep, in setup_packet()
166 struct sl811h_ep *ep, in status_packet()
200 struct sl811h_ep *ep, in in_packet()
236 struct sl811h_ep *ep, in out_packet()
303 struct sl811h_ep *ep; in start() local
421 struct sl811h_ep *ep, in finish_request()
474 done(struct sl811 *sl811, struct sl811h_ep *ep, u8 bank) in done()
800 struct sl811h_ep *ep = NULL; in sl811h_urb_enqueue() local
962 struct sl811h_ep *ep; in sl811h_urb_dequeue() local
1030 struct sl811h_ep *ep = hep->hcpriv; in sl811h_endpoint_disable() local
[all …]
Dxhci-mem.c620 struct xhci_virt_ep *ep, in xhci_dma_to_transfer_ring()
634 struct xhci_virt_ep *ep = &dev->eps[ep_index]; in xhci_stream_id_to_ring() local
788 struct xhci_virt_ep *ep) in xhci_setup_no_streams_ep_input_ctx()
833 struct xhci_virt_ep *ep) in xhci_init_endpoint_timer()
1211 struct usb_host_endpoint *ep) in xhci_parse_exponent_interval()
1240 struct usb_host_endpoint *ep, unsigned int desc_interval, in xhci_microframes_to_exponent()
1258 struct usb_host_endpoint *ep) in xhci_parse_microframe_interval()
1268 struct usb_host_endpoint *ep) in xhci_parse_frame_interval()
1283 struct usb_host_endpoint *ep) in xhci_get_endpoint_interval()
1335 struct usb_host_endpoint *ep) in xhci_get_endpoint_mult()
[all …]
Disp116x-hcd.c167 struct isp116x_ep *ep; in pack_fifo() local
199 struct isp116x_ep *ep; in unpack_fifo() local
232 struct isp116x_ep *ep; in preproc_atl_queue() local
293 static void finish_request(struct isp116x *isp116x, struct isp116x_ep *ep, in finish_request()
349 struct isp116x_ep *ep; in postproc_atl_queue() local
481 struct isp116x_ep *last_ep = NULL, *ep; in start_atl_transfers() local
691 struct isp116x_ep *ep = NULL; in isp116x_urb_enqueue() local
841 struct isp116x_ep *ep, *ep_act; in isp116x_urb_dequeue() local
877 struct isp116x_ep *ep = hep->hcpriv; in isp116x_endpoint_disable() local
Dimx21-hcd.c365 struct usb_host_endpoint *ep) in alloc_dmem()
461 static void free_epdmem(struct imx21 *imx21, struct usb_host_endpoint *ep) in free_epdmem()
545 struct usb_host_endpoint *ep = etd->ep; in nonisoc_urb_completed_for_etd() local
565 struct usb_host_endpoint *ep) in schedule_isoc_etds()
639 struct usb_host_endpoint *ep = etd->ep; in isoc_etd_done() local
694 struct imx21 *imx21, struct usb_host_endpoint *ep) in alloc_isoc_ep()
740 struct usb_host_endpoint *ep, in imx21_hc_urb_enqueue_isoc()
1168 struct usb_host_endpoint *ep = urb->ep; in imx21_hc_urb_enqueue() local
1265 struct usb_host_endpoint *ep; in imx21_hc_urb_dequeue() local
1429 struct usb_host_endpoint *ep) in imx21_hc_endpoint_disable()
Dxhci-ring.c331 struct xhci_virt_ep *ep = &xhci->devs[slot_id]->eps[ep_index]; in xhci_ring_ep_doorbell() local
355 struct xhci_virt_ep *ep; in ring_doorbell_for_active_rings() local
379 struct xhci_virt_ep *ep; in xhci_triad_to_transfer_ring() local
442 struct xhci_virt_ep *ep = &dev->eps[ep_index]; in xhci_find_new_dequeue_state() local
584 struct xhci_virt_ep *ep) in xhci_stop_watchdog_timer_in_irq()
641 struct xhci_virt_ep *ep; in xhci_handle_cmd_stop_ep() local
775 struct xhci_virt_ep *ep; in xhci_kill_endpoint_urbs() local
830 struct xhci_virt_ep *ep; in xhci_stop_endpoint_command_watchdog() local
960 struct xhci_virt_ep *ep; in xhci_handle_cmd_set_deq() local
1739 struct xhci_virt_ep *ep = &xhci->devs[slot_id]->eps[ep_index]; in xhci_cleanup_halted_endpoint() local
[all …]
Dmax3421-hcd.c166 struct usb_host_endpoint *ep; member
320 #define MAX3421_HXFR_BULK_IN(ep) (0x00 | (ep)) /* bulk or interrupt */ argument
322 #define MAX3421_HXFR_BULK_OUT(ep) (0x20 | (ep)) /* bulk or interrupt */ argument
323 #define MAX3421_HXFR_ISO_IN(ep) (0x40 | (ep)) argument
324 #define MAX3421_HXFR_ISO_OUT(ep) (0x60 | (ep)) argument
667 struct usb_host_endpoint *ep; in max3421_select_and_start_urb() local
802 struct usb_host_endpoint *ep; in max3421_check_unlink() local
1186 struct usb_host_endpoint *ep; in dump_eps() local
1598 max3421_endpoint_disable(struct usb_hcd *hcd, struct usb_host_endpoint *ep) in max3421_endpoint_disable()
Dxhci.c1199 struct usb_host_endpoint *ep, int check_ep, bool check_virt_dev, in xhci_check_args()
1467 struct xhci_virt_ep *ep; in xhci_urb_to_transfer_ring() local
1539 struct xhci_virt_ep *ep; in xhci_urb_dequeue() local
1645 struct usb_host_endpoint *ep) in xhci_drop_endpoint()
1726 struct usb_host_endpoint *ep) in xhci_add_endpoint()
2722 struct xhci_virt_ep *ep = &vdev->eps[i]; in xhci_check_bw_drop_ep_streams() local
2928 struct xhci_virt_ep *ep; in xhci_cleanup_stalled_ring() local
2974 struct usb_host_endpoint *ep) in xhci_endpoint_reset()
2995 struct usb_device *udev, struct usb_host_endpoint *ep, in xhci_check_streams_endpoint()
3565 struct xhci_virt_ep *ep = &virt_dev->eps[i]; in xhci_discover_or_reset_device() local
Dimx21-hcd.h332 struct usb_host_endpoint *ep; member
342 struct usb_host_endpoint *ep; member
353 struct usb_host_endpoint *ep; member
363 struct usb_host_endpoint *ep; member
386 struct usb_host_endpoint *ep; member
Dohci-q.c45 struct usb_host_endpoint *ep = urb->ep; in finish_urb() local
400 struct usb_host_endpoint *ep, in ed_get()
Dehci-hcd.c943 ehci_endpoint_disable (struct usb_hcd *hcd, struct usb_host_endpoint *ep) in ehci_endpoint_disable()
1014 ehci_endpoint_reset(struct usb_hcd *hcd, struct usb_host_endpoint *ep) in ehci_endpoint_reset()
/linux-4.4.14/drivers/scsi/bnx2i/
Dbnx2i_hwi.c30 static u32 bnx2i_get_cid_num(struct bnx2i_endpoint *ep) in bnx2i_get_cid_num()
138 int bnx2i_arm_cq_event_coalescing(struct bnx2i_endpoint *ep, u8 action) in bnx2i_arm_cq_event_coalescing()
235 struct bnx2i_endpoint *ep = bnx2i_conn->ep; in bnx2i_put_rq_buf() local
272 struct bnx2i_endpoint *ep = bnx2i_conn->ep; in bnx2i_ring_sq_dbell() local
543 struct bnx2i_endpoint *ep = bnx2i_conn->ep; in bnx2i_send_iscsi_nopout() local
703 struct bnx2i_endpoint *ep = (struct bnx2i_endpoint *) data; in bnx2i_ep_ofld_timer() local
766 int bnx2i_send_conn_destroy(struct bnx2i_hba *hba, struct bnx2i_endpoint *ep) in bnx2i_send_conn_destroy()
801 struct bnx2i_endpoint *ep) in bnx2i_570x_send_conn_ofld_req()
861 struct bnx2i_endpoint *ep) in bnx2i_5771x_send_conn_ofld_req()
929 int bnx2i_send_conn_ofld_req(struct bnx2i_hba *hba, struct bnx2i_endpoint *ep) in bnx2i_send_conn_ofld_req()
[all …]
Dbnx2i_iscsi.c383 struct iscsi_endpoint *ep; in bnx2i_alloc_ep() local
415 static void bnx2i_free_ep(struct iscsi_endpoint *ep) in bnx2i_free_ep()
607 struct bnx2i_endpoint *ep) in bnx2i_ep_destroy_list_add()
624 struct bnx2i_endpoint *ep) in bnx2i_ep_destroy_list_del()
641 struct bnx2i_endpoint *ep) in bnx2i_ep_ofld_list_add()
657 struct bnx2i_endpoint *ep) in bnx2i_ep_ofld_list_del()
678 struct bnx2i_endpoint *ep; in bnx2i_find_ep_in_ofld_list() local
706 struct bnx2i_endpoint *ep; in bnx2i_find_ep_in_destroy_list() local
732 struct bnx2i_endpoint *ep) in bnx2i_ep_active_list_add()
748 struct bnx2i_endpoint *ep) in bnx2i_ep_active_list_del()
[all …]
/linux-4.4.14/fs/
Deventpoll.c163 struct eventpoll *ep; member
377 static inline int ep_events_available(struct eventpoll *ep) in ep_events_available()
533 static void ep_unregister_pollwait(struct eventpoll *ep, struct epitem *epi) in ep_unregister_pollwait()
592 static int ep_scan_ready_list(struct eventpoll *ep, in ep_scan_ready_list()
692 static int ep_remove(struct eventpoll *ep, struct epitem *epi) in ep_remove()
734 static void ep_free(struct eventpoll *ep) in ep_free()
788 struct eventpoll *ep = file->private_data; in ep_eventpoll_release() local
803 static int ep_read_events_proc(struct eventpoll *ep, struct list_head *head, in ep_read_events_proc()
832 struct eventpoll *ep; member
847 struct eventpoll *ep = file->private_data; in ep_eventpoll_poll() local
[all …]
/linux-4.4.14/drivers/usb/gadget/
Depautoconf.c73 struct usb_ep *ep; in usb_ep_autoconfig_ss() local
184 void usb_ep_autoconfig_release(struct usb_ep *ep) in usb_ep_autoconfig_release()
202 struct usb_ep *ep; in usb_ep_autoconfig_reset() local
Du_f.c17 struct usb_request *alloc_ep_req(struct usb_ep *ep, int len, int default_len) in alloc_ep_req()
/linux-4.4.14/drivers/net/wireless/ath/ath10k/
Dhtc.c60 static void ath10k_htc_notify_tx_completion(struct ath10k_htc_ep *ep, in ath10k_htc_notify_tx_completion()
79 static void ath10k_htc_prepare_tx_skb(struct ath10k_htc_ep *ep, in ath10k_htc_prepare_tx_skb()
101 struct ath10k_htc_ep *ep = &htc->endpoint[eid]; in ath10k_htc_send() local
178 struct ath10k_htc_ep *ep; in ath10k_htc_tx_completion_handler() local
202 struct ath10k_htc_ep *ep; in ath10k_htc_process_credit_report() local
300 struct ath10k_htc_ep *ep; in ath10k_htc_rx_completion_handler() local
463 struct ath10k_htc_ep *ep; in ath10k_htc_reset_endpoint_states() local
608 struct ath10k_htc_ep *ep; in ath10k_htc_connect_service() local
810 struct ath10k_htc_ep *ep = NULL; in ath10k_htc_init() local
/linux-4.4.14/drivers/usb/dwc2/
Dgadget.c43 static inline struct dwc2_hsotg_ep *our_ep(struct usb_ep *ep) in our_ep()
144 unsigned int ep, unsigned int dir_in, in dwc2_hsotg_ctrl_epint()
170 unsigned int ep; in dwc2_hsotg_init_fifo() local
247 static struct usb_request *dwc2_hsotg_ep_alloc_request(struct usb_ep *ep, in dwc2_hsotg_ep_alloc_request()
776 static int dwc2_hsotg_ep_queue(struct usb_ep *ep, struct usb_request *req, in dwc2_hsotg_ep_queue()
821 static int dwc2_hsotg_ep_queue_lock(struct usb_ep *ep, struct usb_request *req, in dwc2_hsotg_ep_queue_lock()
836 static void dwc2_hsotg_ep_free_request(struct usb_ep *ep, in dwc2_hsotg_ep_free_request()
852 static void dwc2_hsotg_complete_oursetup(struct usb_ep *ep, in dwc2_hsotg_complete_oursetup()
874 struct dwc2_hsotg_ep *ep; in ep_from_windex() local
929 struct dwc2_hsotg_ep *ep, in dwc2_hsotg_send_reply()
[all …]
Ddebugfs.c259 struct dwc2_hsotg_ep *ep = seq->private; in ep_show() local
363 struct dwc2_hsotg_ep *ep; in dwc2_hsotg_create_debug() local
376 struct dwc2_hsotg_ep *ep; in dwc2_hsotg_create_debug() local
Dhcd.c481 struct usb_host_endpoint *ep, int retry) in dwc2_hcd_endpoint_disable()
535 struct usb_host_endpoint *ep) in dwc2_hcd_endpoint_reset()
2264 struct usb_host_endpoint *ep = urb->ep; in dwc2_host_complete() local
2596 struct usb_host_endpoint *ep = urb->ep; in _dwc2_hcd_urb_enqueue() local
2798 struct usb_host_endpoint *ep) in _dwc2_hcd_endpoint_disable()
2814 struct usb_host_endpoint *ep) in _dwc2_hcd_endpoint_reset()
2867 struct usb_host_endpoint *ep) in _dwc2_hcd_clear_tt_buffer_complete()
/linux-4.4.14/drivers/usb/musb/
Dmusb_gadget.c147 struct musb_ep *ep, in musb_g_giveback()
190 static void nuke(struct musb_ep *ep, const int status) in nuke()
241 static inline int max_ep_writesize(struct musb *musb, struct musb_ep *ep) in max_ep_writesize()
953 static int musb_gadget_enable(struct usb_ep *ep, in musb_gadget_enable()
1140 static int musb_gadget_disable(struct usb_ep *ep) in musb_gadget_disable()
1187 struct usb_request *musb_alloc_request(struct usb_ep *ep, gfp_t gfp_flags) in musb_alloc_request()
1210 void musb_free_request(struct usb_ep *ep, struct usb_request *req) in musb_free_request()
1240 static int musb_gadget_queue(struct usb_ep *ep, struct usb_request *req, in musb_gadget_queue()
1296 static int musb_gadget_dequeue(struct usb_ep *ep, struct usb_request *request) in musb_gadget_dequeue()
1353 static int musb_gadget_set_halt(struct usb_ep *ep, int value) in musb_gadget_set_halt()
[all …]
Dmusb_gadget_ep0.c106 struct musb_ep *ep; in service_tx_status_request() local
260 struct musb_hw_ep *ep; in service_zero_data_request() local
425 struct musb_hw_ep *ep; in service_zero_data_request() local
915 musb_g_ep0_enable(struct usb_ep *ep, const struct usb_endpoint_descriptor *desc) in musb_g_ep0_enable()
930 struct musb_ep *ep; in musb_g_ep0_queue() local
1009 static int musb_g_ep0_dequeue(struct usb_ep *ep, struct usb_request *req) in musb_g_ep0_dequeue()
1017 struct musb_ep *ep; in musb_g_ep0_halt() local
Dmusb_gadget.h81 struct musb_ep *ep; member
127 static inline struct musb_ep *to_musb_ep(struct usb_ep *ep) in to_musb_ep()
132 static inline struct musb_request *next_request(struct musb_ep *ep) in next_request()
Dmusb_host.c110 static void musb_h_tx_flush_fifo(struct musb_hw_ep *ep) in musb_h_tx_flush_fifo()
144 static void musb_h_ep0_flush_fifo(struct musb_hw_ep *ep) in musb_h_ep0_flush_fifo()
171 static inline void musb_h_tx_start(struct musb_hw_ep *ep) in musb_h_tx_start()
187 static inline void musb_h_tx_dma_start(struct musb_hw_ep *ep) in musb_h_tx_dma_start()
199 static void musb_ep_set_qh(struct musb_hw_ep *ep, int is_in, struct musb_qh *qh) in musb_ep_set_qh()
207 static struct musb_qh *musb_ep_get_qh(struct musb_hw_ep *ep, int is_in) in musb_ep_get_qh()
363 struct musb_hw_ep *ep = qh->hw_ep; in musb_advance_schedule() local
570 struct musb_hw_ep *ep = musb->endpoints + epnum; in musb_rx_reinit() local
984 static void musb_bulk_nak_timeout(struct musb *musb, struct musb_hw_ep *ep, in musb_bulk_nak_timeout()
2382 struct musb_hw_ep *ep = qh->hw_ep; in musb_cleanup_urb() local
Dblackfin.h80 #define USB_DMA_REG(ep, reg) (USB_DMA_BASE + 0x20 * ep + reg) argument
/linux-4.4.14/drivers/char/xillybus/
Dxillybus_of.c42 static void xilly_dma_sync_single_for_cpu_of(struct xilly_endpoint *ep, in xilly_dma_sync_single_for_cpu_of()
50 static void xilly_dma_sync_single_for_device_of(struct xilly_endpoint *ep, in xilly_dma_sync_single_for_device_of()
58 static void xilly_dma_sync_single_nop(struct xilly_endpoint *ep, in xilly_dma_sync_single_nop()
75 static int xilly_map_single_of(struct xilly_endpoint *ep, in xilly_map_single_of()
Dxillybus_pcie.c53 static void xilly_dma_sync_single_for_cpu_pci(struct xilly_endpoint *ep, in xilly_dma_sync_single_for_cpu_pci()
64 static void xilly_dma_sync_single_for_device_pci(struct xilly_endpoint *ep, in xilly_dma_sync_single_for_device_pci()
91 static int xilly_map_single_pci(struct xilly_endpoint *ep, in xilly_map_single_pci()
Dxillybus_core.c128 struct xilly_endpoint *ep = data; in xillybus_isr() local
321 static int xilly_get_dma_buffers(struct xilly_endpoint *ep, in xilly_get_dma_buffers()
405 static int xilly_setupchannels(struct xilly_endpoint *ep, in xilly_setupchannels()
/linux-4.4.14/drivers/usb/chipidea/
Dudc.c401 static inline u8 _usb_addr(struct ci_hw_ep *ep) in _usb_addr()
659 static int _ep_set_halt(struct usb_ep *ep, int value, bool check_transfer) in _ep_set_halt()
705 struct usb_ep *ep; in _gadget_stop_activity() local
780 static void isr_get_status_complete(struct usb_ep *ep, struct usb_request *req) in isr_get_status_complete()
794 static int _ep_queue(struct usb_ep *ep, struct usb_request *req, in _ep_queue()
913 isr_setup_status_complete(struct usb_ep *ep, struct usb_request *req) in isr_setup_status_complete()
1213 static int ep_enable(struct usb_ep *ep, in ep_enable()
1281 static int ep_disable(struct usb_ep *ep) in ep_disable()
1317 static struct usb_request *ep_alloc_request(struct usb_ep *ep, gfp_t gfp_flags) in ep_alloc_request()
1338 static void ep_free_request(struct usb_ep *ep, struct usb_request *req) in ep_free_request()
[all …]
/linux-4.4.14/net/sunrpc/xprtrdma/
Dverbs.c103 struct rpcrdma_ep *ep = context; in rpcrdma_qp_async_error_upcall() local
118 struct rpcrdma_ep *ep = context; in rpcrdma_cq_async_error_upcall() local
265 rpcrdma_flush_cqs(struct rpcrdma_ep *ep) in rpcrdma_flush_cqs()
280 struct rpcrdma_ep *ep = &xprt->rx_ep; in rpcrdma_conn_upcall() local
566 rpcrdma_ep_create(struct rpcrdma_ep *ep, struct rpcrdma_ia *ia, in rpcrdma_ep_create()
704 rpcrdma_ep_destroy(struct rpcrdma_ep *ep, struct rpcrdma_ia *ia) in rpcrdma_ep_destroy()
745 rpcrdma_ep_connect(struct rpcrdma_ep *ep, struct rpcrdma_ia *ia) in rpcrdma_ep_connect()
878 rpcrdma_ep_disconnect(struct rpcrdma_ep *ep, struct rpcrdma_ia *ia) in rpcrdma_ep_disconnect()
1254 struct rpcrdma_ep *ep, in rpcrdma_ep_post()
1302 struct rpcrdma_ep *ep, in rpcrdma_ep_post_recv()
[all …]
Dphysical_ops.c23 physical_op_open(struct rpcrdma_ia *ia, struct rpcrdma_ep *ep, in physical_op_open()
Drpc_rdma.c700 struct rpcrdma_ep *ep = in rpcrdma_connect_worker() local
757 rpcrdma_conn_func(struct rpcrdma_ep *ep) in rpcrdma_conn_func()
Dfmr_ops.c39 fmr_op_open(struct rpcrdma_ia *ia, struct rpcrdma_ep *ep, in fmr_op_open()
/linux-4.4.14/drivers/usb/wusbcore/
Dwa-rpipe.c264 struct device *dev, struct usb_host_endpoint *ep) in rpipe_epc_find()
314 struct usb_host_endpoint *ep, struct urb *urb, gfp_t gfp) in rpipe_aim()
397 const struct usb_host_endpoint *ep, in rpipe_check_aim()
437 int rpipe_get_by_ep(struct wahc *wa, struct usb_host_endpoint *ep, in rpipe_get_by_ep()
516 void rpipe_ep_disable(struct wahc *wa, struct usb_host_endpoint *ep) in rpipe_ep_disable()
537 void rpipe_clear_feature_stalled(struct wahc *wa, struct usb_host_endpoint *ep) in rpipe_clear_feature_stalled()
/linux-4.4.14/drivers/usb/gadget/legacy/
Ddbgp.c80 static void __disable_ep(struct usb_ep *ep) in __disable_ep()
91 static void dbgp_complete(struct usb_ep *ep, struct usb_request *req) in dbgp_complete()
127 static int dbgp_enable_ep_req(struct usb_ep *ep) in dbgp_enable_ep_req()
166 static int __enable_ep(struct usb_ep *ep, struct usb_endpoint_descriptor *desc) in __enable_ep()
329 static void dbgp_setup_complete(struct usb_ep *ep, in dbgp_setup_complete()
Dinode.c196 struct usb_ep *ep; member
272 static void epio_complete (struct usb_ep *ep, struct usb_request *req) in epio_complete()
480 static void ep_aio_complete(struct usb_ep *ep, struct usb_request *req) in ep_aio_complete()
723 struct usb_ep *ep; in ep_config() local
852 static void clean_req (struct usb_ep *ep, struct usb_request *req) in clean_req()
864 static void ep0_complete (struct usb_ep *ep, struct usb_request *req) in ep0_complete()
887 static int setup_req (struct usb_ep *ep, struct usb_request *req, u16 len) in setup_req()
937 struct usb_ep *ep = dev->gadget->ep0; in ep0_read() local
1502 struct ep_data *ep; in destroy_ep_files() local
1542 struct usb_ep *ep; in activate_ep_files() local
Dtcm_usb_gadget.c55 static void bot_status_complete(struct usb_ep *ep, struct usb_request *req) in bot_status_complete()
94 static void bot_err_compl(struct usb_ep *ep, struct usb_request *req) in bot_err_compl()
122 struct usb_ep *ep; in bot_send_bad_status() local
197 static void bot_read_compl(struct usb_ep *ep, struct usb_request *req) in bot_read_compl()
295 static void bot_cmd_complete(struct usb_ep *ep, struct usb_request *req) in bot_cmd_complete()
570 static void uasp_status_data_cmpl(struct usb_ep *ep, struct usb_request *req) in uasp_status_data_cmpl()
726 static void uasp_cmd_complete(struct usb_ep *ep, struct usb_request *req) in uasp_cmd_complete()
958 static void usbg_data_write_cmpl(struct usb_ep *ep, struct usb_request *req) in usbg_data_write_cmpl()
2019 struct usb_ep *ep; in usbg_bind() local
/linux-4.4.14/drivers/video/fbdev/omap2/dss/
Ddss-of.c75 struct device_node *ep = NULL; in omapdss_of_get_next_endpoint() local
143 struct device_node *port, *ep; in omapdss_of_get_first_endpoint() local
161 struct device_node *ep; in omapdss_of_find_source_for_first_ep() local
Dhdmi_common.c11 int hdmi_parse_lanes_of(struct platform_device *pdev, struct device_node *ep, in hdmi_parse_lanes_of()
/linux-4.4.14/drivers/usb/core/
Dendpoint.c52 struct ep_device *ep = to_ep_device(dev); in wMaxPacketSize_show() local
61 struct ep_device *ep = to_ep_device(dev); in type_show() local
85 struct ep_device *ep = to_ep_device(dev); in interval_show() local
131 struct ep_device *ep = to_ep_device(dev); in direction_show() local
Ddevio.c364 int ep; in snoop_urb() local
689 static int findintfep(struct usb_device *dev, unsigned int ep) in findintfep()
774 unsigned char ep) in ep_to_host_endpoint()
792 unsigned char ep; in parse_usbdevfs_streams() local
1134 struct usb_host_endpoint *ep; in check_reset_of_active_ep() local
1146 unsigned int ep; in proc_resetep() local
1164 unsigned int ep; in proc_clearhalt() local
1291 struct usb_host_endpoint *ep; in proc_do_submiturb() local
Dmessage.c227 struct usb_host_endpoint *ep; in usb_bulk_msg() local
1067 struct usb_host_endpoint *ep; in usb_disable_endpoint() local
1101 struct usb_host_endpoint *ep; in usb_reset_endpoint() local
1222 void usb_enable_endpoint(struct usb_device *dev, struct usb_host_endpoint *ep, in usb_enable_endpoint()
Dhcd.c1838 struct usb_host_endpoint *ep) in usb_hcd_flush_endpoint()
1938 struct usb_host_endpoint *ep; in usb_hcd_alloc_bandwidth() local
2052 struct usb_host_endpoint *ep) in usb_hcd_disable_endpoint()
2071 struct usb_host_endpoint *ep) in usb_hcd_reset_endpoint()
/linux-4.4.14/include/linux/usb/
Dgadget.h239 static inline void usb_ep_set_maxpacket_limit(struct usb_ep *ep, in usb_ep_set_maxpacket_limit()
266 static inline int usb_ep_enable(struct usb_ep *ep) in usb_ep_enable()
294 static inline int usb_ep_disable(struct usb_ep *ep) in usb_ep_disable()
324 static inline struct usb_request *usb_ep_alloc_request(struct usb_ep *ep, in usb_ep_alloc_request()
339 static inline void usb_ep_free_request(struct usb_ep *ep, in usb_ep_free_request()
402 static inline int usb_ep_queue(struct usb_ep *ep, in usb_ep_queue()
423 static inline int usb_ep_dequeue(struct usb_ep *ep, struct usb_request *req) in usb_ep_dequeue()
449 static inline int usb_ep_set_halt(struct usb_ep *ep) in usb_ep_set_halt()
467 static inline int usb_ep_clear_halt(struct usb_ep *ep) in usb_ep_clear_halt()
483 usb_ep_set_wedge(struct usb_ep *ep) in usb_ep_set_wedge()
[all …]
Dmusb.h43 #define MUSB_EP_FIFO(ep, st, m, pkt) \ argument
51 #define MUSB_EP_FIFO_SINGLE(ep, st, pkt) \ argument
54 #define MUSB_EP_FIFO_DOUBLE(ep, st, pkt) \ argument
Datmel_usba_udc.h20 struct usba_ep_data ep[0]; member
Dhcd.h407 struct usb_host_endpoint *ep) in hcd_periodic_completion_in_progress()
491 #define usb_gettoggle(dev, ep, out) (((dev)->toggle[out] >> (ep)) & 1) argument
492 #define usb_dotoggle(dev, ep, out) ((dev)->toggle[out] ^= (1 << (ep))) argument
493 #define usb_settoggle(dev, ep, out, bit) \ argument
546 struct usb_host_endpoint *ep; member
Dehci-dbgp.h42 #define DBGP_EPADDR(dev, ep) (((dev)<<8)|(ep)) argument
/linux-4.4.14/drivers/target/tcm_fc/
Dtfc_io.c58 struct fc_exch *ep; in ft_queue_data_in() local
213 struct fc_exch *ep; in ft_recv_write_data() local
345 struct fc_exch *ep = NULL; in ft_invl_hw_context() local
Dtfc_cmd.c47 struct fc_exch *ep; in _ft_dump_cmd() local
123 struct fc_exch *ep; in ft_queue_status() local
201 struct fc_exch *ep; in ft_write_pending() local
/linux-4.4.14/drivers/gpu/drm/
Ddrm_of.c47 struct device_node *remote_port, *ep; in drm_of_find_possible_crtcs() local
83 struct device_node *ep, *port, *remote; in drm_of_component_probe() local
/linux-4.4.14/drivers/infiniband/ulp/iser/
Discsi_iser.c466 struct iscsi_endpoint *ep; in iscsi_iser_conn_bind() local
606 iscsi_iser_session_create(struct iscsi_endpoint *ep, in iscsi_iser_session_create()
768 static int iscsi_iser_get_ep_param(struct iscsi_endpoint *ep, in iscsi_iser_get_ep_param()
812 struct iscsi_endpoint *ep; in iscsi_iser_ep_connect() local
852 iscsi_iser_ep_poll(struct iscsi_endpoint *ep, int timeout_ms) in iscsi_iser_ep_poll()
888 iscsi_iser_ep_disconnect(struct iscsi_endpoint *ep) in iscsi_iser_ep_disconnect()
/linux-4.4.14/drivers/hwtracing/coresight/
Dof_coresight.c59 struct device_node *ep = NULL; in of_coresight_get_ports() local
113 struct device_node *ep = NULL; in of_get_coresight_platform_data() local
/linux-4.4.14/drivers/usb/renesas_usbhs/
Dmod_gadget.c38 struct usb_ep ep; member
309 static void __usbhsg_recip_send_complete(struct usb_ep *ep, in __usbhsg_recip_send_complete()
581 static int usbhsg_ep_enable(struct usb_ep *ep, in usbhsg_ep_enable()
628 static int usbhsg_ep_disable(struct usb_ep *ep) in usbhsg_ep_disable()
645 static struct usb_request *usbhsg_ep_alloc_request(struct usb_ep *ep, in usbhsg_ep_alloc_request()
659 static void usbhsg_ep_free_request(struct usb_ep *ep, in usbhsg_ep_free_request()
668 static int usbhsg_ep_queue(struct usb_ep *ep, struct usb_request *req, in usbhsg_ep_queue()
687 static int usbhsg_ep_dequeue(struct usb_ep *ep, struct usb_request *req) in usbhsg_ep_dequeue()
705 static int __usbhsg_ep_set_halt_wedge(struct usb_ep *ep, int halt, int wedge) in __usbhsg_ep_set_halt_wedge()
738 static int usbhsg_ep_set_halt(struct usb_ep *ep, int value) in usbhsg_ep_set_halt()
[all …]
Dmod_host.c86 struct usb_host_endpoint *ep; member
358 struct usb_host_endpoint *ep = usbhsh_uep_to_ep(uep); in usbhsh_pipe_detach() local
384 struct usb_host_endpoint *ep = urb->ep; in usbhsh_endpoint_attach() local
421 struct usb_host_endpoint *ep) in usbhsh_endpoint_detach()
969 struct usb_host_endpoint *ep = urb->ep; in usbhsh_urb_enqueue() local
1062 struct usb_host_endpoint *ep) in usbhsh_endpoint_disable()
/linux-4.4.14/tools/perf/util/
Dstrfilter.c77 const char **ep) in strfilter_node__new()
158 const char *ep = NULL; in strfilter__new() local
177 const char *ep = NULL; in strfilter__append() local
/linux-4.4.14/arch/s390/oprofile/
Dhwsampler.c68 struct hws_execute_parms *ep = parms; in execute_qsi() local
75 struct hws_execute_parms *ep = parms; in execute_ssctl() local
83 struct hws_execute_parms ep; in smp_ctl_ssctl_stop() local
113 struct hws_execute_parms ep; in smp_ctl_ssctl_deactivate() local
139 struct hws_execute_parms ep; in smp_ctl_ssctl_enable_activate() local
167 struct hws_execute_parms ep; in smp_ctl_qsi() local
/linux-4.4.14/drivers/usb/gadget/function/
Df_sourcesink.c299 static inline struct usb_request *ss_alloc_ep_req(struct usb_ep *ep, int len) in ss_alloc_ep_req()
306 void free_ep_req(struct usb_ep *ep, struct usb_request *req) in free_ep_req()
312 static void disable_ep(struct usb_composite_dev *cdev, struct usb_ep *ep) in disable_ep()
518 static void reinit_write_data(struct usb_ep *ep, struct usb_request *req) in reinit_write_data()
538 static void source_sink_complete(struct usb_ep *ep, struct usb_request *req) in source_sink_complete()
596 struct usb_ep *ep; in source_sink_start_ep() local
666 struct usb_ep *ep; in enable_source_sink() local
Df_midi.c198 static inline struct usb_request *midi_alloc_ep_req(struct usb_ep *ep, in midi_alloc_ep_req()
204 static void free_ep_req(struct usb_ep *ep, struct usb_request *req) in free_ep_req()
217 static void f_midi_read_data(struct usb_ep *ep, int cable, in f_midi_read_data()
233 static void f_midi_handle_out_data(struct usb_ep *ep, struct usb_request *req) in f_midi_handle_out_data()
247 f_midi_complete(struct usb_ep *ep, struct usb_request *req) in f_midi_complete()
300 struct usb_ep *ep) in f_midi_start_ep()
516 struct usb_ep *ep = midi->in_ep; in f_midi_transmit() local
Du_serial.c293 gs_alloc_req(struct usb_ep *ep, unsigned len, gfp_t kmalloc_flags) in gs_alloc_req()
317 void gs_free_req(struct usb_ep *ep, struct usb_request *req) in gs_free_req()
584 static void gs_read_complete(struct usb_ep *ep, struct usb_request *req) in gs_read_complete()
595 static void gs_write_complete(struct usb_ep *ep, struct usb_request *req) in gs_write_complete()
623 static void gs_free_requests(struct usb_ep *ep, struct list_head *head, in gs_free_requests()
637 static int gs_alloc_requests(struct usb_ep *ep, struct list_head *head, in gs_alloc_requests()
673 struct usb_ep *ep = port->port_usb->out; in gs_start_io() local
Df_acm.c308 static void acm_complete_set_line_coding(struct usb_ep *ep, in acm_complete_set_line_coding()
496 struct usb_ep *ep = acm->notify; in acm_cdc_notify() local
553 static void acm_cdc_notify_complete(struct usb_ep *ep, struct usb_request *req) in acm_cdc_notify_complete()
613 struct usb_ep *ep; in acm_bind() local
Df_uac1.c321 static int f_audio_out_ep_complete(struct usb_ep *ep, struct usb_request *req) in f_audio_out_ep_complete()
358 static void f_audio_complete(struct usb_ep *ep, struct usb_request *req) in f_audio_complete()
461 u16 ep = le16_to_cpu(ctrl->wIndex); in audio_set_endpoint_req() local
497 u8 ep = ((le16_to_cpu(ctrl->wIndex) >> 8) & 0xFF); in audio_get_endpoint_req() local
674 struct usb_ep *ep = NULL; in f_audio_bind() local
Df_loopback.c239 static void loopback_complete(struct usb_ep *ep, struct usb_request *req) in loopback_complete()
309 static inline struct usb_request *lb_alloc_ep_req(struct usb_ep *ep, int len) in lb_alloc_ep_req()
367 struct f_loopback *loop, struct usb_ep *ep) in enable_endpoint()
Df_hid.c255 static void f_hidg_req_complete(struct usb_ep *ep, struct usb_request *req) in f_hidg_req_complete()
365 static inline struct usb_request *hidg_alloc_ep_req(struct usb_ep *ep, in hidg_alloc_ep_req()
371 static void hidg_set_report_complete(struct usb_ep *ep, struct usb_request *req) in hidg_set_report_complete()
586 struct usb_ep *ep; in hidg_bind() local
Df_rndis.c410 static void rndis_response_complete(struct usb_ep *ep, struct usb_request *req) in rndis_response_complete()
449 static void rndis_command_complete(struct usb_ep *ep, struct usb_request *req) in rndis_command_complete()
673 struct usb_ep *ep; in rndis_bind() local
Df_phonet.c203 static void pn_tx_complete(struct usb_ep *ep, struct usb_request *req) in pn_tx_complete()
320 static void pn_rx_complete(struct usb_ep *ep, struct usb_request *req) in pn_rx_complete()
491 struct usb_ep *ep; in pn_bind() local
Df_fs.c112 struct usb_ep *ep; /* P: ffs->eps_lock */ member
129 struct ffs_ep *ep; /* P: ffs->eps_lock */ member
155 struct usb_ep *ep; member
198 static void ffs_ep0_complete(struct usb_ep *ep, struct usb_request *req) in ffs_ep0_complete()
637 struct ffs_ep *ep = _ep->driver_data; in ffs_epfile_io_complete() local
686 struct ffs_ep *ep; in ffs_epfile_io() local
1614 struct ffs_ep *ep = func->eps; in ffs_func_eps_disable() local
1637 struct ffs_ep *ep = func->eps; in ffs_func_eps_enable() local
2515 struct usb_ep *ep; in __ffs_func_bind_do_descs() local
3219 struct ffs_ep *ep = func->eps; in ffs_func_unbind() local
Df_eem.c251 struct usb_ep *ep; in eem_bind() local
328 static void eem_cmd_complete(struct usb_ep *ep, struct usb_request *req) in eem_cmd_complete()
Df_printer.c235 printer_req_alloc(struct usb_ep *ep, unsigned len, gfp_t gfp_flags) in printer_req_alloc()
254 printer_req_free(struct usb_ep *ep, struct usb_request *req) in printer_req_free()
264 static void rx_complete(struct usb_ep *ep, struct usb_request *req) in rx_complete()
313 static void tx_complete(struct usb_ep *ep, struct usb_request *req) in tx_complete()
Df_ecm.c446 static void ecm_notify_complete(struct usb_ep *ep, struct usb_request *req) in ecm_notify_complete()
686 struct usb_ep *ep; in ecm_bind() local
Df_uvc.c212 uvc_function_ep0_complete(struct usb_ep *ep, struct usb_request *req) in uvc_function_ep0_complete()
584 struct usb_ep *ep; in uvc_function_bind() local
Du_ether.c268 static void rx_complete(struct usb_ep *ep, struct usb_request *req) in rx_complete()
360 static int prealloc(struct list_head *list, struct usb_ep *ep, unsigned n) in prealloc()
454 static void tx_complete(struct usb_ep *ep, struct usb_request *req) in tx_complete()
Duvc_video.c163 uvc_video_complete(struct usb_ep *ep, struct usb_request *req) in uvc_video_complete()
Df_ncm.c557 static void ncm_notify_complete(struct usb_ep *ep, struct usb_request *req) in ncm_notify_complete()
583 static void ncm_ep0out_complete(struct usb_ep *ep, struct usb_request *req) in ncm_ep0out_complete()
1342 struct usb_ep *ep; in ncm_bind() local
Df_subset.c302 struct usb_ep *ep; in geth_bind() local
Df_mass_storage.c380 static int fsg_set_halt(struct fsg_dev *fsg, struct usb_ep *ep) in fsg_set_halt()
451 static void bulk_in_complete(struct usb_ep *ep, struct usb_request *req) in bulk_in_complete()
471 static void bulk_out_complete(struct usb_ep *ep, struct usb_request *req) in bulk_out_complete()
565 static void start_transfer(struct fsg_dev *fsg, struct usb_ep *ep, in start_transfer()
2221 static int alloc_request(struct fsg_common *common, struct usb_ep *ep, in alloc_request()
3016 struct usb_ep *ep; in fsg_bind() local
/linux-4.4.14/drivers/scsi/be2iscsi/
Dbe_iscsi.c40 struct iscsi_cls_session *beiscsi_session_create(struct iscsi_endpoint *ep, in beiscsi_session_create()
206 struct iscsi_endpoint *ep; in beiscsi_conn_bind() local
641 int beiscsi_ep_get_param(struct iscsi_endpoint *ep, in beiscsi_ep_get_param()
1101 static int beiscsi_open_conn(struct iscsi_endpoint *ep, in beiscsi_open_conn()
1202 struct iscsi_endpoint *ep; in beiscsi_ep_connect() local
1263 int beiscsi_ep_poll(struct iscsi_endpoint *ep, int timeout_ms) in beiscsi_ep_poll()
1355 void beiscsi_ep_disconnect(struct iscsi_endpoint *ep) in beiscsi_ep_disconnect()
/linux-4.4.14/drivers/usb/dwc3/
Dgadget.c313 int dwc3_send_gadget_ep_cmd(struct dwc3 *dwc, unsigned ep, in dwc3_send_gadget_ep_cmd()
671 static int dwc3_gadget_ep0_enable(struct usb_ep *ep, in dwc3_gadget_ep0_enable()
677 static int dwc3_gadget_ep0_disable(struct usb_ep *ep) in dwc3_gadget_ep0_disable()
684 static int dwc3_gadget_ep_enable(struct usb_ep *ep, in dwc3_gadget_ep_enable()
718 static int dwc3_gadget_ep_disable(struct usb_ep *ep) in dwc3_gadget_ep_disable()
746 static struct usb_request *dwc3_gadget_ep_alloc_request(struct usb_ep *ep, in dwc3_gadget_ep_alloc_request()
764 static void dwc3_gadget_ep_free_request(struct usb_ep *ep, in dwc3_gadget_ep_free_request()
1190 static int dwc3_gadget_ep_queue(struct usb_ep *ep, struct usb_request *request, in dwc3_gadget_ep_queue()
1223 static int dwc3_gadget_ep_dequeue(struct usb_ep *ep, in dwc3_gadget_ep_dequeue()
1312 static int dwc3_gadget_ep_set_halt(struct usb_ep *ep, int value) in dwc3_gadget_ep_set_halt()
[all …]
Dep0.c222 int dwc3_gadget_ep0_queue(struct usb_ep *ep, struct usb_request *request, in dwc3_gadget_ep0_queue()
286 int __dwc3_gadget_ep0_set_halt(struct usb_ep *ep, int value) in __dwc3_gadget_ep0_set_halt()
296 int dwc3_gadget_ep0_set_halt(struct usb_ep *ep, int value) in dwc3_gadget_ep0_set_halt()
336 static void dwc3_ep0_status_cmpl(struct usb_ep *ep, struct usb_request *req) in dwc3_ep0_status_cmpl()
604 static void dwc3_ep0_set_sel_cmpl(struct usb_ep *ep, struct usb_request *req) in dwc3_ep0_set_sel_cmpl()
Dgadget.h27 #define to_dwc3_ep(ep) (container_of(ep, struct dwc3_ep, endpoint)) argument
/linux-4.4.14/drivers/media/platform/exynos4-is/
Dmedia-dev.c197 static int __fimc_pipeline_open(struct exynos_media_pipeline *ep, in __fimc_pipeline_open()
238 static int __fimc_pipeline_close(struct exynos_media_pipeline *ep) in __fimc_pipeline_close()
266 static int __fimc_pipeline_s_stream(struct exynos_media_pipeline *ep, bool on) in __fimc_pipeline_s_stream()
334 struct device_node *rem, *ep, *np; in fimc_md_parse_port_node() local
472 struct exynos_media_pipeline *ep; in register_fimc_lite_entity() local
500 struct exynos_media_pipeline *ep; in register_fimc_entity() local
556 struct exynos_media_pipeline *ep; in register_fimc_is_entity() local
Dmedia-dev.h61 struct exynos_media_pipeline ep; member
199 struct exynos_media_pipeline *ep, in __fimc_md_get_subdev()
/linux-4.4.14/drivers/net/wireless/mwifiex/
Dusb.c61 struct sk_buff *skb, u8 ep) in mwifiex_usb_recv()
731 u32 *len, u8 ep, u32 timeout) in mwifiex_write_data_sync()
754 u32 *len, u8 ep, u32 timeout) in mwifiex_read_data_sync()
846 static int mwifiex_usb_host_to_card(struct mwifiex_adapter *adapter, u8 ep, in mwifiex_usb_host_to_card()
1146 static void mwifiex_submit_rx_urb(struct mwifiex_adapter *adapter, u8 ep) in mwifiex_submit_rx_urb()
Dsta_event.c369 u8 ep; in mwifiex_process_multi_chan_event() local
/linux-4.4.14/drivers/net/ethernet/freescale/fs_enet/
Dmac-fcc.c191 fcc_enet_t __iomem *ep = fep->fcc.ep; in set_multicast_start() local
200 fcc_enet_t __iomem *ep = fep->fcc.ep; in set_multicast_one() local
217 fcc_enet_t __iomem *ep = fep->fcc.ep; in set_multicast_finish() local
254 fcc_enet_t __iomem *ep = fep->fcc.ep; in restart() local
549 fcc_enet_t __iomem *ep = fep->fcc.ep; in tx_restart() local
Dmac-scc.c182 scc_enet_t __iomem *ep = fep->scc.ep; in set_multicast_start() local
193 scc_enet_t __iomem *ep = fep->scc.ep; in set_multicast_one() local
210 scc_enet_t __iomem *ep = fep->scc.ep; in set_multicast_finish() local
248 scc_enet_t __iomem *ep = fep->scc.ep; in restart() local
/linux-4.4.14/drivers/media/platform/xilinx/
Dxilinx-vipp.c78 struct device_node *ep = NULL; in xvip_graph_build_one() local
198 struct device_node *ep = NULL; in xvip_graph_build_dma() local
353 struct device_node *ep = NULL; in xvip_graph_parse_one() local
/linux-4.4.14/drivers/usb/host/whci/
Dhcd.c173 struct usb_host_endpoint *ep) in whc_endpoint_disable()
191 struct usb_host_endpoint *ep) in whc_endpoint_reset()
Dqset.c361 dma_addr_t sp, ep; in qset_fill_page_list() local
453 dma_addr_t sp, ep; in qset_add_urb_sg() local
/linux-4.4.14/drivers/md/
Ddm-cache-policy-mq.c330 static int epool_init(struct entry_pool *ep, unsigned nr_entries) in epool_init()
349 static void epool_exit(struct entry_pool *ep) in epool_exit()
354 static struct entry *alloc_entry(struct entry_pool *ep) in alloc_entry()
372 static struct entry *alloc_particular_entry(struct entry_pool *ep, dm_cblock_t cblock) in alloc_particular_entry()
383 static void free_entry(struct entry_pool *ep, struct entry *e) in free_entry()
394 static struct entry *epool_find(struct entry_pool *ep, dm_cblock_t cblock) in epool_find()
400 static bool epool_empty(struct entry_pool *ep) in epool_empty()
405 static bool in_pool(struct entry_pool *ep, struct entry *e) in in_pool()
410 static dm_cblock_t infer_cblock(struct entry_pool *ep, struct entry *e) in infer_cblock()
/linux-4.4.14/drivers/net/wireless/mediatek/mt7601u/
Ddma.c280 struct sk_buff *skb, u8 ep) in mt7601u_dma_submit_tx()
332 static enum mt76_qsel ep2dmaq(u8 ep) in ep2dmaq()
342 u8 ep = q2ep(hw_q); in mt7601u_dma_enqueue_tx() local
/linux-4.4.14/fs/xfs/libxfs/
Dxfs_inode_fork.c57 xfs_bmbt_rec_host_t *ep = xfs_iext_get_ext(ifp, i); in xfs_validate_extents() local
337 xfs_bmbt_rec_host_t *ep = xfs_iext_get_ext(ifp, i); in xfs_iformat_extents() local
761 xfs_bmbt_rec_host_t *ep = xfs_iext_get_ext(ifp, i); in xfs_iextents_copy() local
1476 xfs_bmbt_rec_host_t *ep; /* extent record pointer */ in xfs_iext_indirect_to_direct() local
1536 xfs_bmbt_rec_host_t *ep = NULL; /* pointer to target extent */ in xfs_iext_bno_to_ext() local
Dxfs_bmap.c346 xfs_bmbt_rec_t *ep; /* pointer to current extent */ in xfs_bmap_check_leaf_extents() local
734 xfs_bmbt_rec_host_t *ep; /* extent record pointer */ in xfs_bmap_extents_to_btree() local
903 xfs_bmbt_rec_host_t *ep; /* extent record pointer */ in xfs_bmap_local_to_extents() local
1389 xfs_bmbt_rec_host_t *ep; /* extent record pointer */ in xfs_bmap_search_multi_extents() local
1438 xfs_bmbt_rec_host_t *ep; /* extent record pointer */ in xfs_bmap_search_extents() local
1501 xfs_bmbt_rec_host_t *ep = xfs_iext_get_ext(ifp, idx); in xfs_bmap_first_unused() local
1532 xfs_bmbt_rec_host_t *ep; /* pointer to last extent */ in xfs_bmap_last_before() local
1676 xfs_bmbt_rec_host_t *ep; /* ptr to fork's extent */ in xfs_bmap_one_block() local
1712 xfs_bmbt_rec_host_t *ep; /* extent entry for idx */ in xfs_bmap_add_extent_delay_real() local
2269 xfs_bmbt_rec_host_t *ep; /* extent entry for idx */ in xfs_bmap_add_extent_unwritten_real() local
[all …]
/linux-4.4.14/drivers/net/ethernet/neterion/vxge/
Dvxge-ethtool.c190 struct ethtool_pauseparam *ep) in vxge_ethtool_getpause_data()
209 struct ethtool_pauseparam *ep) in vxge_ethtool_setpause_data()
/linux-4.4.14/drivers/gpu/drm/atmel-hlcdc/
Datmel_hlcdc_output.c229 struct of_endpoint *ep) in atmel_hlcdc_create_panel_output()
291 struct of_endpoint ep; in atmel_hlcdc_create_outputs() local
/linux-4.4.14/arch/c6x/kernel/
Dmodule.c20 long ep = (long)ip & ~31; in fixup_pcr() local
/linux-4.4.14/drivers/usb/usbip/
Dstub_rx.c347 struct usb_host_endpoint *ep; in get_pipe() local
398 struct usb_host_endpoint *ep; in masking_bogus_flags() local
/linux-4.4.14/drivers/media/usb/uvc/
Duvc_driver.c160 struct usb_host_endpoint *ep; in uvc_find_endpoint() local
635 struct usb_host_endpoint *ep = &alts->endpoint[i]; in uvc_parse_streaming() local
818 struct usb_host_endpoint *ep; in uvc_parse_streaming() local
1241 struct usb_host_endpoint *ep = &alts->endpoint[0]; in uvc_parse_control() local
Duvc_video.c1472 struct usb_host_endpoint *ep) in uvc_endpoint_max_bpi()
1496 struct usb_host_endpoint *ep, gfp_t gfp_flags) in uvc_init_video_isoc()
1551 struct usb_host_endpoint *ep, gfp_t gfp_flags) in uvc_init_video_bulk()
1605 struct usb_host_endpoint *ep; in uvc_init_video() local
Duvc_status.c165 struct usb_host_endpoint *ep = dev->int_ep; in uvc_status_init() local
/linux-4.4.14/drivers/net/wireless/p54/
Dp54usb.c397 unsigned int ep; in p54u_write() local
418 unsigned int ep; in p54u_read() local
443 static int p54u_bulk_msg(struct p54u_priv *priv, unsigned int ep, in p54u_bulk_msg()
/linux-4.4.14/drivers/media/usb/gspca/
Dgspca.c193 struct usb_endpoint_descriptor *ep) in alloc_and_submit_int_urb()
250 struct usb_endpoint_descriptor *ep; in gspca_input_create_urb() local
614 struct usb_host_endpoint *ep; in alt_xfer() local
680 struct usb_host_endpoint *ep; in build_isoc_ep_tb() local
761 struct usb_host_endpoint *ep) in create_urbs()
843 struct usb_host_endpoint *ep; in gspca_init_transfer() local
/linux-4.4.14/arch/x86/pci/
Dsta2x11-fixup.c87 int ep; in sta2x11_pdev_to_instance() local
111 int ep; in sta2x11_pdev_to_mapping() local
/linux-4.4.14/drivers/gpu/drm/rockchip/
Drockchip_drm_drv.c391 struct device_node *ep; in rockchip_drm_encoder_get_mux_id() local
425 struct device_node *ep, *remote; in rockchip_add_endpoints() local
/linux-4.4.14/drivers/gpu/drm/tilcdc/
Dtilcdc_external.c141 struct device_node *ep = NULL; in tilcdc_get_external_components() local
/linux-4.4.14/lib/mpi/
Dmpi-pow.c41 mpi_ptr_t rp, ep, mp, bp; in mpi_powm() local
/linux-4.4.14/arch/sparc/kernel/
Dmdesc.c388 struct mdesc_elem *ep = node_block(&hp->mdesc); in mdesc_node_by_name() local
420 struct mdesc_elem *ep; in mdesc_get_property() local
462 struct mdesc_elem *ep, *base = node_block(&hp->mdesc); in mdesc_next_arc() local
488 struct mdesc_elem *ep, *base = node_block(&hp->mdesc); in mdesc_arc_target() local
498 struct mdesc_elem *ep, *base = node_block(&hp->mdesc); in mdesc_node_name() local
/linux-4.4.14/drivers/gpu/drm/rcar-du/
Drcar_du_kms.c555 struct of_endpoint *ep) in rcar_du_encoders_init_one()
668 struct of_endpoint ep; in rcar_du_encoders_init() local
/linux-4.4.14/drivers/usb/misc/
Dusbtest.c114 unsigned ep; in get_endpoints() local
321 struct usb_host_endpoint *ep; in get_maxpacket() local
1588 static int verify_not_halted(struct usbtest_dev *tdev, int ep, struct urb *urb) in verify_not_halted()
1610 static int verify_halted(struct usbtest_dev *tdev, int ep, struct urb *urb) in verify_halted()
1635 static int test_halt(struct usbtest_dev *tdev, int ep, struct urb *urb) in test_halt()
1683 int ep; in halt_simple() local
/linux-4.4.14/drivers/scsi/
Dscsi_transport_iscsi.c158 struct iscsi_endpoint *ep = iscsi_dev_to_endpoint(dev); in iscsi_endpoint_release() local
170 struct iscsi_endpoint *ep = iscsi_dev_to_endpoint(dev); in show_ep_handle() local
188 struct iscsi_endpoint *ep = iscsi_dev_to_endpoint(dev); in iscsi_match_epid() local
198 struct iscsi_endpoint *ep; in iscsi_create_endpoint() local
245 void iscsi_destroy_endpoint(struct iscsi_endpoint *ep) in iscsi_destroy_endpoint()
254 struct iscsi_endpoint *ep; in iscsi_lookup_endpoint() local
2708 iscsi_if_create_session(struct iscsi_internal *priv, struct iscsi_endpoint *ep, in iscsi_if_create_session()
2804 struct iscsi_endpoint *ep; in iscsi_if_ep_connect() local
2842 struct iscsi_endpoint *ep; in iscsi_if_ep_disconnect() local
2865 struct iscsi_endpoint *ep; in iscsi_if_transport_ep() local
[all …]
/linux-4.4.14/drivers/net/wireless/ath/ath5k/
Ddebug.c908 struct eeprom_private *ep; in open_file_eeprom() local
971 struct eeprom_private *ep = file->private_data; in read_file_eeprom() local
978 struct eeprom_private *ep = file->private_data; in release_file_eeprom() local
/linux-4.4.14/drivers/usb/class/
Dcdc-wdm.c755 static int wdm_create(struct usb_interface *intf, struct usb_endpoint_descriptor *ep, in wdm_create()
877 struct usb_endpoint_descriptor *ep; in wdm_probe() local
942 struct usb_endpoint_descriptor *ep, in usb_cdc_wdm_register()
/linux-4.4.14/drivers/media/rc/
Digorplugusb.c152 struct usb_endpoint_descriptor *ep; in igorplugusb_probe() local
/linux-4.4.14/security/tomoyo/
Drealpath.c156 char *ep; in tomoyo_get_local_path() local
/linux-4.4.14/drivers/usb/atm/
Dxusbatm.c52 static struct usb_interface *xusbatm_find_intf(struct usb_device *usb_dev, int altsetting, u8 ep) in xusbatm_find_intf()
/linux-4.4.14/drivers/scsi/cxgbi/
Dlibcxgbi.c2469 int cxgbi_get_ep_param(struct iscsi_endpoint *ep, enum iscsi_param param, in cxgbi_get_ep_param()
2530 struct iscsi_endpoint *ep; in cxgbi_bind_conn() local
2573 struct iscsi_cls_session *cxgbi_create_session(struct iscsi_endpoint *ep, in cxgbi_create_session()
2706 struct iscsi_endpoint *ep; in cxgbi_ep_connect() local
2791 int cxgbi_ep_poll(struct iscsi_endpoint *ep, int timeout_ms) in cxgbi_ep_poll()
2802 void cxgbi_ep_disconnect(struct iscsi_endpoint *ep) in cxgbi_ep_disconnect()
/linux-4.4.14/include/linux/
Dusbdevice_fs.h47 compat_uint_t ep; member
/linux-4.4.14/tools/usb/ffs-aio-example/simple/device_app/
Daio_simple.c210 int ep[2]; in main() local
/linux-4.4.14/drivers/usb/c67x00/
Dc67x00.h105 #define DEVICE_N_ENDPOINT_N_CTL_REG(dev, ep) ((dev) \ argument
108 #define DEVICE_N_ENDPOINT_N_STAT_REG(dev, ep) ((dev) \ argument

12