Home
last modified time | relevance | path

Searched defs:ep (Results 1 – 25 of 338) sorted by relevance

12345678910>>...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
51 struct scif_endpt *ep = (struct scif_endpt *)msg->payload[0]; in scif_recv_mark_resp() local
74 struct scif_endpt *ep = (struct scif_endpt *)msg->payload[0]; in scif_recv_wait() local
111 struct scif_endpt *ep = (struct scif_endpt *)msg->payload[0]; in scif_recv_wait_resp() local
132 struct scif_endpt *ep = (struct scif_endpt *)msg->payload[0]; in scif_recv_sig_local() local
153 struct scif_endpt *ep = (struct scif_endpt *)msg->payload[0]; in scif_recv_sig_remote() local
174 struct scif_endpt *ep = (struct scif_endpt *)msg->payload[0]; in scif_recv_sig_resp() local
206 struct scif_endpt *ep = (struct scif_endpt *)epd; in _scif_prog_signal() local
293 struct scif_endpt *ep = (struct scif_endpt *)epd; in scif_prog_signal() local
338 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 …]
/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.c142 struct pxa_ep *ep; in queues_dbg_show() local
174 struct pxa_ep *ep; in eps_dbg_show() local
314 static int is_match_usb_pxa(struct udc_usb_ep *udc_usb_ep, struct pxa_ep *ep, in is_match_usb_pxa()
358 struct pxa_ep *ep; in find_pxa_ep() local
400 static void pio_irq_enable(struct pxa_ep *ep) in pio_irq_enable()
417 static void pio_irq_disable(struct pxa_ep *ep) in pio_irq_disable()
468 static inline void ep_write_UDCCSR(struct pxa_ep *ep, int mask) in ep_write_UDCCSR()
481 static int ep_count_bytes_remain(struct pxa_ep *ep) in ep_count_bytes_remain()
498 static int ep_is_empty(struct pxa_ep *ep) in ep_is_empty()
520 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.c40 struct usba_ep *ep = inode->i_private; in queue_dbg_open() local
206 struct usba_ep *ep) in usba_ep_init_debugfs()
249 static void usba_ep_cleanup_debugfs(struct usba_ep *ep) in usba_ep_cleanup_debugfs()
302 struct usba_ep *ep) in usba_ep_init_debugfs()
307 static inline void usba_ep_cleanup_debugfs(struct usba_ep *ep) in usba_ep_cleanup_debugfs()
360 static void next_fifo_transaction(struct usba_ep *ep, struct usba_request *req) in next_fifo_transaction()
381 static void submit_request(struct usba_ep *ep, struct usba_request *req) in submit_request()
414 static void submit_next_request(struct usba_ep *ep) in submit_next_request()
428 static void send_status(struct usba_udc *udc, struct usba_ep *ep) in send_status()
435 static void receive_data(struct usba_ep *ep) in receive_data()
[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
348 struct pch_udc_ep ep[PCH_UDC_EP_NUM]; member
437 static inline u32 pch_udc_ep_readl(struct pch_udc_ep *ep, unsigned long reg) in pch_udc_ep_readl()
442 static inline void pch_udc_ep_writel(struct pch_udc_ep *ep, in pch_udc_ep_writel()
448 static inline void pch_udc_ep_bit_set(struct pch_udc_ep *ep, in pch_udc_ep_bit_set()
455 static inline void pch_udc_ep_bit_clr(struct pch_udc_ep *ep, in pch_udc_ep_bit_clr()
485 unsigned int ep) in pch_udc_write_csr()
[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()
302 static void gr_finish_request(struct gr_ep *ep, struct gr_request *req, in gr_finish_request()
384 static void gr_start_dma(struct gr_ep *ep) in gr_start_dma()
426 static void gr_dma_advance(struct gr_ep *ep, int status) in gr_dma_advance()
441 static void gr_abort_dma(struct gr_ep *ep) in gr_abort_dma()
456 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 …]
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 …]
/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 …]
/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 …]
/drivers/infiniband/hw/cxgb4/
Dcm.c167 static void deref_qp(struct c4iw_ep *ep) in deref_qp()
174 static void ref_qp(struct c4iw_ep *ep) in ref_qp()
181 static void start_ep_timer(struct c4iw_ep *ep) in start_ep_timer()
197 static int stop_ep_timer(struct c4iw_ep *ep) in stop_ep_timer()
254 static void set_emss(struct c4iw_ep *ep, u16 opt) in set_emss()
329 static void remove_ep_tid(struct c4iw_ep *ep) in remove_ep_tid()
340 static void insert_ep_tid(struct c4iw_ep *ep) in insert_ep_tid()
354 struct c4iw_ep *ep; in get_ep_from_tid() local
371 struct c4iw_listen_ep *ep; in get_ep_from_stid() local
384 struct c4iw_ep *ep; in _c4iw_free_ep() local
[all …]
/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 …]
/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 …]
/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 …]
/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 …]

12345678910>>...14