Home
last modified time | relevance | path

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

12345678910>>...13

/linux/sound/usb/
H A Dendpoint.c133 static inline bool ep_state_running(struct snd_usb_endpoint *ep) in ep_state_running() argument
138 static inline bool ep_state_update(struct snd_usb_endpoint *ep, int old, int new) in ep_state_update() argument
151 int snd_usb_endpoint_implicit_feedback_sink(struct snd_usb_endpoint *ep) in snd_usb_endpoint_implicit_feedback_sink() argument
163 static int synced_next_packet_size(struct snd_usb_endpoint *ep, in synced_next_packet_size() argument
186 next_packet_size(struct snd_usb_endpoint * ep,unsigned int avail) next_packet_size() argument
216 snd_usb_endpoint_next_packet_size(struct snd_usb_endpoint * ep,struct snd_urb_ctx * ctx,int idx,unsigned int avail) snd_usb_endpoint_next_packet_size() argument
236 call_retire_callback(struct snd_usb_endpoint * ep,struct urb * urb) call_retire_callback() argument
246 retire_outbound_urb(struct snd_usb_endpoint * ep,struct snd_urb_ctx * urb_ctx) retire_outbound_urb() argument
256 retire_inbound_urb(struct snd_usb_endpoint * ep,struct snd_urb_ctx * urb_ctx) retire_inbound_urb() argument
279 prepare_silent_urb(struct snd_usb_endpoint * ep,struct snd_urb_ctx * ctx) prepare_silent_urb() argument
326 prepare_outbound_urb(struct snd_usb_endpoint * ep,struct snd_urb_ctx * ctx,bool in_stream_lock) prepare_outbound_urb() argument
376 prepare_inbound_urb(struct snd_usb_endpoint * ep,struct snd_urb_ctx * urb_ctx) prepare_inbound_urb() argument
406 notify_xrun(struct snd_usb_endpoint * ep) notify_xrun() argument
424 next_packet_fifo_enqueue(struct snd_usb_endpoint * ep) next_packet_fifo_enqueue() argument
435 next_packet_fifo_dequeue(struct snd_usb_endpoint * ep) next_packet_fifo_dequeue() argument
446 push_back_to_ready_list(struct snd_usb_endpoint * ep,struct snd_urb_ctx * ctx) push_back_to_ready_list() argument
466 snd_usb_queue_pending_output_urbs(struct snd_usb_endpoint * ep,bool in_stream_lock) snd_usb_queue_pending_output_urbs() argument
543 struct snd_usb_endpoint *ep = ctx->ep; snd_complete_urb() local
659 struct snd_usb_endpoint *ep; snd_usb_get_endpoint() local
692 struct snd_usb_endpoint *ep; snd_usb_add_endpoint() local
726 endpoint_set_syncinterval(struct snd_usb_audio * chip,struct snd_usb_endpoint * ep) endpoint_set_syncinterval() argument
749 endpoint_compatible(struct snd_usb_endpoint * ep,const struct audioformat * fp,const struct snd_pcm_hw_params * params) endpoint_compatible() argument
770 snd_usb_endpoint_compatible(struct snd_usb_audio * chip,struct snd_usb_endpoint * ep,const struct audioformat * fp,const struct snd_pcm_hw_params * params) snd_usb_endpoint_compatible() argument
798 struct snd_usb_endpoint *ep; snd_usb_endpoint_open() local
895 snd_usb_endpoint_set_callback(struct snd_usb_endpoint * ep,int (* prepare)(struct snd_usb_substream * subs,struct urb * urb,bool in_stream_lock),void (* retire)(struct snd_usb_substream * subs,struct urb * urb),struct snd_usb_substream * data_subs) snd_usb_endpoint_set_callback() argument
913 endpoint_set_interface(struct snd_usb_audio * chip,struct snd_usb_endpoint * ep,bool set) endpoint_set_interface() argument
954 snd_usb_endpoint_close(struct snd_usb_audio * chip,struct snd_usb_endpoint * ep) snd_usb_endpoint_close() argument
980 snd_usb_endpoint_suspend(struct snd_usb_endpoint * ep) snd_usb_endpoint_suspend() argument
992 wait_clear_urbs(struct snd_usb_endpoint * ep) wait_clear_urbs() argument
1024 snd_usb_endpoint_sync_pending_stop(struct snd_usb_endpoint * ep) snd_usb_endpoint_sync_pending_stop() argument
1035 stop_urbs(struct snd_usb_endpoint * ep,bool force,bool keep_pending) stop_urbs() argument
1069 release_urbs(struct snd_usb_endpoint * ep,bool force) release_urbs() argument
1097 data_ep_set_params(struct snd_usb_endpoint * ep) data_ep_set_params() argument
1275 sync_ep_set_params(struct snd_usb_endpoint * ep) sync_ep_set_params() argument
1317 update_clock_ref_rate(struct snd_usb_audio * chip,struct snd_usb_endpoint * ep) update_clock_ref_rate() argument
1347 snd_usb_endpoint_set_params(struct snd_usb_audio * chip,struct snd_usb_endpoint * ep) snd_usb_endpoint_set_params() argument
1421 init_sample_rate(struct snd_usb_audio * chip,struct snd_usb_endpoint * ep) init_sample_rate() argument
1458 snd_usb_endpoint_prepare(struct snd_usb_audio * chip,struct snd_usb_endpoint * ep) snd_usb_endpoint_prepare() argument
1556 snd_usb_endpoint_start(struct snd_usb_endpoint * ep) snd_usb_endpoint_start() argument
1676 snd_usb_endpoint_stop(struct snd_usb_endpoint * ep,bool keep_pending) snd_usb_endpoint_stop() argument
1712 snd_usb_endpoint_release(struct snd_usb_endpoint * ep) snd_usb_endpoint_release() argument
1725 struct snd_usb_endpoint *ep, *en; snd_usb_endpoint_free_all() local
1749 snd_usb_handle_sync_urb(struct snd_usb_endpoint * ep,struct snd_usb_endpoint * sender,const struct urb * urb) snd_usb_handle_sync_urb() argument
[all...]
H A Dmidi2.c50 struct snd_usb_midi2_endpoint *ep; member
105 static void do_submit_urbs_locked(struct snd_usb_midi2_endpoint *ep, in do_submit_urbs_locked() argument
137 prepare_output_urb(struct snd_usb_midi2_endpoint * ep,struct urb * urb) prepare_output_urb() argument
153 submit_output_urbs_locked(struct snd_usb_midi2_endpoint * ep) submit_output_urbs_locked() argument
162 struct snd_usb_midi2_endpoint *ep = ctx->ep; output_urb_complete() local
173 prepare_input_urb(struct snd_usb_midi2_endpoint * ep,struct urb * urb) prepare_input_urb() argument
180 submit_input_urbs_locked(struct snd_usb_midi2_endpoint * ep) submit_input_urbs_locked() argument
189 struct snd_usb_midi2_endpoint *ep = ctx->ep; input_urb_complete() local
211 submit_io_urbs(struct snd_usb_midi2_endpoint * ep) submit_io_urbs() argument
223 kill_midi_urbs(struct snd_usb_midi2_endpoint * ep,bool suspending) kill_midi_urbs() argument
240 drain_urb_queue(struct snd_usb_midi2_endpoint * ep) drain_urb_queue() argument
253 free_midi_urbs(struct snd_usb_midi2_endpoint * ep) free_midi_urbs() argument
275 alloc_midi_urbs(struct snd_usb_midi2_endpoint * ep) alloc_midi_urbs() argument
338 struct snd_usb_midi2_endpoint *ep = ump_to_endpoint(ump, dir); snd_usb_midi_v2_open() local
358 struct snd_usb_midi2_endpoint *ep = ump_to_endpoint(ump, dir); snd_usb_midi_v2_close() local
371 struct snd_usb_midi2_endpoint *ep = ump_to_endpoint(ump, dir); snd_usb_midi_v2_trigger() local
381 struct snd_usb_midi2_endpoint *ep = ump_to_endpoint(ump, dir); snd_usb_midi_v2_drain() local
389 struct snd_usb_midi2_endpoint *ep; start_input_streams() local
428 struct snd_usb_midi2_endpoint *ep; create_midi2_endpoint() local
470 free_midi2_endpoint(struct snd_usb_midi2_endpoint * ep) free_midi2_endpoint() argument
480 struct snd_usb_midi2_endpoint *ep; free_all_midi2_endpoints() local
756 find_matching_ep_partner(struct snd_usb_midi2_interface * umidi,struct snd_usb_midi2_endpoint * ep,int blk_id) find_matching_ep_partner() argument
943 struct snd_usb_midi2_endpoint *ep; parse_midi_2_0() local
1174 suspend_midi2_endpoint(struct snd_usb_midi2_endpoint * ep) suspend_midi2_endpoint() argument
1183 struct snd_usb_midi2_endpoint *ep; snd_usb_midi_v2_suspend_all() local
1191 resume_midi2_endpoint(struct snd_usb_midi2_endpoint * ep) resume_midi2_endpoint() argument
1203 struct snd_usb_midi2_endpoint *ep; snd_usb_midi_v2_resume_all() local
1215 struct snd_usb_midi2_endpoint *ep; snd_usb_midi_v2_disconnect_all() local
[all...]
/linux/drivers/usb/gadget/udc/
H A Dfsl_qe_udc.c77 static void done(struct qe_ep *ep, struct qe_req *req, int status) in done()
128 static void nuke(struct qe_ep *ep, int status) in nuke()
143 static int qe_eprx_stall_change(struct qe_ep *ep, int value) in qe_eprx_stall_change()
160 static int qe_eptx_stall_change(struct qe_ep *ep, int value) in qe_eptx_stall_change()
187 static int qe_eprx_nack(struct qe_ep *ep) in qe_eprx_nack()
206 static int qe_eprx_normal(struct qe_ep *ep) in qe_eprx_normal()
227 static int qe_ep_cmd_stoptx(struct qe_ep *ep) in qe_ep_cmd_stoptx()
239 static int qe_ep_cmd_restarttx(struct qe_ep *ep) in qe_ep_cmd_restarttx()
251 static int qe_ep_flushtxfifo(struct qe_ep *ep) in qe_ep_flushtxfifo()
271 static int qe_ep_filltxfifo(struct qe_ep *ep) in qe_ep_filltxfifo()
[all …]
H A Dnet2280.c168 static inline void enable_pciirqenb(struct net2280_ep *ep) in enable_pciirqenb()
185 struct net2280_ep *ep; in net2280_enable() local
379 struct net2280_ep *ep) in ep_reset_228x()
455 struct net2280_ep *ep) in ep_reset_338x()
514 struct net2280_ep *ep; in net2280_disable() local
548 struct net2280_ep *ep; in net2280_alloc_request() local
582 struct net2280_ep *ep; in net2280_free_request() local
608 static void write_fifo(struct net2280_ep *ep, struct usb_request *req) in write_fifo()
668 static void out_flush(struct net2280_ep *ep) in out_flush()
708 static int read_fifo(struct net2280_ep *ep, struct net2280_request *req) in read_fifo()
[all …]
H A Dr8a66597-udc.c298 struct r8a66597_ep *ep = r8a66597->pipenum2ep[pipenum]; in pipe_change() local
391 static void pipe_initialize(struct r8a66597_ep *ep) in pipe_initialize()
410 struct r8a66597_ep *ep, in r8a66597_ep_setting()
435 static void r8a66597_ep_release(struct r8a66597_ep *ep) in r8a66597_ep_release()
450 static int alloc_pipe_config(struct r8a66597_ep *ep, in alloc_pipe_config()
534 static int free_pipe_config(struct r8a66597_ep *ep) in free_pipe_config()
568 static void start_ep0_write(struct r8a66597_ep *ep, in start_ep0_write()
599 struct r8a66597_ep *ep = r8a66597->pipenum2ep[pipenum]; in change_bfre_mode() local
630 struct r8a66597_ep *ep, in sudmac_alloc_channel()
667 struct r8a66597_ep *ep, in sudmac_free_channel()
[all …]
H A Dpch_udc.c174 #define PCH_UDC_CSR(ep) (UDC_CSR_ADDR + ep*4) argument
181 #define UDC_EPIN_IDX(ep) (ep * 2) argument
182 #define UDC_EPOUT_IDX(ep) (ep * 2 + 1) argument
284 struct usb_ep ep; member
342 struct pch_udc_ep ep[PCH_UDC_EP_NUM]; member
425 static inline u32 pch_udc_ep_readl(struct pch_udc_ep *ep, unsigned long reg) in pch_udc_ep_readl()
430 static inline void pch_udc_ep_writel(struct pch_udc_ep *ep, in pch_udc_ep_writel()
436 static inline void pch_udc_ep_bit_set(struct pch_udc_ep *ep, in pch_udc_ep_bit_set()
443 static inline void pch_udc_ep_bit_clr(struct pch_udc_ep *ep, in pch_udc_ep_bit_clr()
473 unsigned int ep) in pch_udc_write_csr()
[all …]
H A Dm66592-udc.c208 struct m66592_ep *ep = m66592->pipenum2ep[pipenum]; in pipe_change() local
300 static void pipe_initialize(struct m66592_ep *ep) in pipe_initialize()
324 static void m66592_ep_setting(struct m66592 *m66592, struct m66592_ep *ep, in m66592_ep_setting()
366 static void m66592_ep_release(struct m66592_ep *ep) in m66592_ep_release()
381 static int alloc_pipe_config(struct m66592_ep *ep, in alloc_pipe_config()
460 static int free_pipe_config(struct m66592_ep *ep) in free_pipe_config()
494 static void start_ep0_write(struct m66592_ep *ep, struct m66592_request *req) in start_ep0_write()
513 static void start_packet_write(struct m66592_ep *ep, struct m66592_request *req) in start_packet_write()
529 static void start_packet_read(struct m66592_ep *ep, struct m66592_request *req) in start_packet_read()
556 static void start_packet(struct m66592_ep *ep, struct m66592_request *req) in start_packet()
[all …]
H A Datmel_usba_udc.c39 struct usba_ep *ep = inode->i_private; in queue_dbg_open() local
203 struct usba_ep *ep) in usba_ep_init_debugfs()
218 static void usba_ep_cleanup_debugfs(struct usba_ep *ep) in usba_ep_cleanup_debugfs()
250 struct usba_ep *ep) in usba_ep_init_debugfs()
255 static inline void usba_ep_cleanup_debugfs(struct usba_ep *ep) in usba_ep_cleanup_debugfs()
405 static void next_fifo_transaction(struct usba_ep *ep, struct usba_request *req) in next_fifo_transaction()
426 static void submit_request(struct usba_ep *ep, struct usba_request *req) in submit_request()
461 static void submit_next_request(struct usba_ep *ep) in submit_next_request()
475 static void send_status(struct usba_udc *udc, struct usba_ep *ep) in send_status()
482 static void receive_data(struct usba_ep *ep) in receive_data()
[all …]
H A Domap_udc.c120 static void use_ep(struct omap_ep *ep, u16 select) in use_ep()
147 struct omap_ep *ep = container_of(_ep, struct omap_ep, ep); in omap_ep_enable() local
239 struct omap_ep *ep = container_of(_ep, struct omap_ep, ep); in omap_ep_disable() local
266 omap_alloc_request(struct usb_ep *ep, gfp_t gfp_flags) in omap_alloc_request()
280 omap_free_request(struct usb_ep *ep, struct usb_request *_req) in omap_free_request()
290 done(struct omap_ep *ep, struct omap_req *req, int status) in done()
356 static int write_fifo(struct omap_ep *ep, struct omap_req *req) in write_fifo()
418 static int read_fifo(struct omap_ep *ep, struct omap_req *req) in read_fifo()
473 static u16 dma_src_len(struct omap_ep *ep, dma_addr_t start) in dma_src_len()
493 static u16 dma_dest_len(struct omap_ep *ep, dma_addr_t start) in dma_dest_len()
[all …]
H A Dgr_udc.c90 static void gr_dbgprint_request(const char *str, struct gr_ep *ep, in gr_dbgprint_request()
111 static void gr_dbgprint_request(const char *str, struct gr_ep *ep, in gr_dbgprint_request()
124 static void gr_seq_ep_show(struct seq_file *seq, struct gr_ep *ep) in gr_seq_ep_show()
186 struct gr_ep *ep; in gr_dfs_show() local
231 static struct gr_dma_desc *gr_alloc_dma_desc(struct gr_ep *ep, gfp_t gfp_flags) in gr_alloc_dma_desc()
282 static void gr_finish_request(struct gr_ep *ep, struct gr_request *req, in gr_finish_request()
364 static void gr_start_dma(struct gr_ep *ep) in gr_start_dma()
406 static void gr_dma_advance(struct gr_ep *ep, int status) in gr_dma_advance()
421 static void gr_abort_dma(struct gr_ep *ep) in gr_abort_dma()
436 static int gr_add_dma_desc(struct gr_ep *ep, struct gr_request *req, in gr_add_dma_desc()
[all …]
/linux/drivers/usb/gadget/udc/aspeed-vhub/
H A Depn.c32 #define CHECK(ep, expr, fmt...) \ argument
37 #define CHECK(ep, expr, fmt...) do { } while(0) argument
40 static void ast_vhub_epn_kick(struct ast_vhub_ep *ep, struct ast_vhub_req *req) in ast_vhub_epn_kick()
82 static void ast_vhub_epn_handle_ack(struct ast_vhub_ep *ep) in ast_vhub_epn_handle_ack()
157 static inline unsigned int ast_vhub_count_free_descs(struct ast_vhub_ep *ep) in ast_vhub_count_free_descs()
168 static void ast_vhub_epn_kick_desc(struct ast_vhub_ep *ep, in ast_vhub_epn_kick_desc()
248 static void ast_vhub_epn_handle_ack_desc(struct ast_vhub_ep *ep) in ast_vhub_epn_handle_ack_desc()
327 void ast_vhub_epn_ack_irq(struct ast_vhub_ep *ep) in ast_vhub_epn_ack_irq()
339 struct ast_vhub_ep *ep = to_ast_ep(u_ep); in ast_vhub_epn_queue() local
419 static void ast_vhub_stop_active_req(struct ast_vhub_ep *ep, in ast_vhub_stop_active_req()
[all …]
H A Dep0.c29 int ast_vhub_reply(struct ast_vhub_ep *ep, char *ptr, int len) in ast_vhub_reply()
62 int __ast_vhub_simple_reply(struct ast_vhub_ep *ep, int len, ...) in __ast_vhub_simple_reply()
79 void ast_vhub_ep0_handle_setup(struct ast_vhub_ep *ep) in ast_vhub_ep0_handle_setup()
176 static void ast_vhub_ep0_do_send(struct ast_vhub_ep *ep, in ast_vhub_ep0_do_send()
227 static void ast_vhub_ep0_rx_prime(struct ast_vhub_ep *ep) in ast_vhub_ep0_rx_prime()
235 static void ast_vhub_ep0_do_receive(struct ast_vhub_ep *ep, struct ast_vhub_req *req, in ast_vhub_ep0_do_receive()
273 void ast_vhub_ep0_handle_ack(struct ast_vhub_ep *ep, bool in_ack) in ast_vhub_ep0_handle_ack()
363 struct ast_vhub_ep *ep = to_ast_ep(u_ep); in ast_vhub_ep0_queue() local
440 struct ast_vhub_ep *ep = to_ast_ep(u_ep); in ast_vhub_ep0_dequeue() local
481 struct ast_vhub_ep *ep = &dev->ep0; in ast_vhub_reset_ep0() local
[all …]
/linux/net/sctp/
H A Dendpointola.c50 static struct sctp_endpoint *sctp_endpoint_init(struct sctp_endpoint *ep, in sctp_endpoint_init() argument
135 struct sctp_endpoint *ep; sctp_endpoint_new() local
155 sctp_endpoint_add_asoc(struct sctp_endpoint * ep,struct sctp_association * asoc) sctp_endpoint_add_asoc() argument
178 sctp_endpoint_free(struct sctp_endpoint * ep) sctp_endpoint_free() argument
193 struct sctp_endpoint *ep = container_of(head, struct sctp_endpoint, rcu); sctp_endpoint_destroy_rcu() local
203 sctp_endpoint_destroy(struct sctp_endpoint * ep) sctp_endpoint_destroy() argument
233 sctp_endpoint_hold(struct sctp_endpoint * ep) sctp_endpoint_hold() argument
241 sctp_endpoint_put(struct sctp_endpoint * ep) sctp_endpoint_put() argument
248 sctp_endpoint_is_match(struct sctp_endpoint * ep,struct net * net,const union sctp_addr * laddr,int dif,int sdif) sctp_endpoint_is_match() argument
272 sctp_endpoint_lookup_assoc(const struct sctp_endpoint * ep,const union sctp_addr * paddr,struct sctp_transport ** transport) sctp_endpoint_lookup_assoc() argument
302 sctp_endpoint_is_peeled_off(struct sctp_endpoint * ep,const union sctp_addr * paddr) sctp_endpoint_is_peeled_off() argument
328 struct sctp_endpoint *ep = sctp_endpoint_bh_rcv() local
[all...]
H A Dsm_statefuns.c234 sctp_sf_do_4_C(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_do_4_C() argument
319 sctp_sf_do_5_1B_init(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_do_5_1B_init() argument
519 sctp_sf_do_5_1C_ack(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_do_5_1C_ack() argument
701 sctp_sf_do_5_1D_ce(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_do_5_1D_ce() argument
923 sctp_sf_do_5_1E_ca(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_do_5_1E_ca() argument
1016 sctp_sf_heartbeat(const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_heartbeat() argument
1042 sctp_sf_sendbeat_8_3(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_sendbeat_8_3() argument
1090 sctp_sf_send_reconf(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_send_reconf() argument
1119 sctp_sf_send_probe(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_send_probe() argument
1167 sctp_sf_beat_8_3(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_beat_8_3() argument
1241 sctp_sf_backbeat_8_3(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_backbeat_8_3() argument
1334 struct sctp_endpoint *ep; sctp_sf_send_restart_abort() local
1515 sctp_sf_do_unexpected_init(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_do_unexpected_init() argument
1740 sctp_sf_do_5_2_1_siminit(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_do_5_2_1_siminit() argument
1795 sctp_sf_do_5_2_2_dupinit(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_do_5_2_2_dupinit() argument
1819 sctp_sf_do_5_2_3_initack(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_do_5_2_3_initack() argument
1865 sctp_sf_do_dupcook_a(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,struct sctp_chunk * chunk,struct sctp_cmd_seq * commands,struct sctp_association * new_asoc) sctp_sf_do_dupcook_a() argument
1988 sctp_sf_do_dupcook_b(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,struct sctp_chunk * chunk,struct sctp_cmd_seq * commands,struct sctp_association * new_asoc) sctp_sf_do_dupcook_b() argument
2072 sctp_sf_do_dupcook_c(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,struct sctp_chunk * chunk,struct sctp_cmd_seq * commands,struct sctp_association * new_asoc) sctp_sf_do_dupcook_c() argument
2095 sctp_sf_do_dupcook_d(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,struct sctp_chunk * chunk,struct sctp_cmd_seq * commands,struct sctp_association * new_asoc) sctp_sf_do_dupcook_d() argument
2207 sctp_sf_do_5_2_4_dupcook(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_do_5_2_4_dupcook() argument
2344 sctp_sf_shutdown_pending_abort(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_shutdown_pending_abort() argument
2390 sctp_sf_shutdown_sent_abort(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_shutdown_sent_abort() argument
2444 sctp_sf_shutdown_ack_sent_abort(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_shutdown_ack_sent_abort() argument
2472 sctp_sf_cookie_echoed_err(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_cookie_echoed_err() argument
2537 sctp_sf_do_5_2_6_stale(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_do_5_2_6_stale() argument
2656 sctp_sf_do_9_1_abort(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_do_9_1_abort() argument
2697 __sctp_sf_do_9_1_abort(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) __sctp_sf_do_9_1_abort() argument
2728 sctp_sf_cookie_wait_abort(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_cookie_wait_abort() argument
2768 sctp_sf_cookie_wait_icmp_abort(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_cookie_wait_icmp_abort() argument
2784 sctp_sf_cookie_echoed_abort(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_cookie_echoed_abort() argument
2858 sctp_sf_do_9_2_shutdown(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_do_9_2_shutdown() argument
2948 sctp_sf_do_9_2_shut_ctsn(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_do_9_2_shut_ctsn() argument
3001 __sctp_sf_do_9_2_reshutack(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) __sctp_sf_do_9_2_reshutack() argument
3039 sctp_sf_do_9_2_reshutack(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_do_9_2_reshutack() argument
3084 sctp_sf_do_ecn_cwr(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_do_ecn_cwr() argument
3140 sctp_sf_do_ecne(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_do_ecne() argument
3196 sctp_sf_eat_data_6_2(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_eat_data_6_2() argument
3317 sctp_sf_eat_data_fast_4_4(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_eat_data_fast_4_4() argument
3408 sctp_sf_eat_sack_6_2(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_eat_sack_6_2() argument
3485 sctp_sf_tabort_8_4_8(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_tabort_8_4_8() argument
3532 sctp_sf_new_encap_port(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_new_encap_port() argument
3574 sctp_sf_operr_notify(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_operr_notify() argument
3612 sctp_sf_do_9_2_final(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_do_9_2_final() argument
3695 sctp_sf_ootb(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_ootb() argument
3791 sctp_sf_shut_8_4_5(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_shut_8_4_5() argument
3847 sctp_sf_do_8_5_1_E_sa(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_do_8_5_1_E_sa() argument
3875 sctp_sf_do_asconf(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_do_asconf() argument
3989 sctp_send_next_asconf(struct net * net,const struct sctp_endpoint * ep,struct sctp_association * asoc,const union sctp_subtype type,struct sctp_cmd_seq * commands) sctp_send_next_asconf() argument
4016 sctp_sf_do_asconf_ack(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_do_asconf_ack() argument
4131 sctp_sf_do_reconf(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_do_reconf() argument
4208 sctp_sf_eat_fwd_tsn(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_eat_fwd_tsn() argument
4275 sctp_sf_eat_fwd_tsn_fast(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_eat_fwd_tsn_fast() argument
4437 sctp_sf_eat_auth(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_eat_auth() argument
4533 sctp_sf_unk_chunk(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_unk_chunk() argument
4613 sctp_sf_discard_chunk(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_discard_chunk() argument
4656 sctp_sf_pdiscard(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_pdiscard() argument
4683 sctp_sf_violation(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_violation() argument
4707 sctp_sf_abort_violation(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,void * arg,struct sctp_cmd_seq * commands,const __u8 * payload,const size_t paylen) sctp_sf_abort_violation() argument
4824 sctp_sf_violation_chunklen(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_violation_chunklen() argument
4844 sctp_sf_violation_paramlen(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,void * ext,struct sctp_cmd_seq * commands) sctp_sf_violation_paramlen() argument
4887 sctp_sf_violation_ctsn(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_violation_ctsn() argument
4907 sctp_sf_violation_chunk(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_violation_chunk() argument
4979 sctp_sf_do_prm_asoc(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_do_prm_asoc() argument
5091 sctp_sf_do_prm_send(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_do_prm_send() argument
5131 sctp_sf_do_9_2_prm_shutdown(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_do_9_2_prm_shutdown() argument
5188 sctp_sf_do_9_1_prm_abort(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_do_9_1_prm_abort() argument
5225 sctp_sf_error_closed(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_error_closed() argument
5240 sctp_sf_error_shutdown(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_error_shutdown() argument
5267 sctp_sf_cookie_wait_prm_shutdown(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_cookie_wait_prm_shutdown() argument
5302 sctp_sf_cookie_echoed_prm_shutdown(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_cookie_echoed_prm_shutdown() argument
5330 sctp_sf_cookie_wait_prm_abort(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_cookie_wait_prm_abort() argument
5379 sctp_sf_cookie_echoed_prm_abort(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_cookie_echoed_prm_abort() argument
5405 sctp_sf_shutdown_pending_prm_abort(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_shutdown_pending_prm_abort() argument
5432 sctp_sf_shutdown_sent_prm_abort(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_shutdown_sent_prm_abort() argument
5463 sctp_sf_shutdown_ack_sent_prm_abort(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_shutdown_ack_sent_prm_abort() argument
5499 sctp_sf_do_prm_requestheartbeat(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_do_prm_requestheartbeat() argument
5531 sctp_sf_do_prm_asconf(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_do_prm_asconf() argument
5548 sctp_sf_do_prm_reconf(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_do_prm_reconf() argument
5567 sctp_sf_ignore_primitive(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_ignore_primitive() argument
5591 sctp_sf_do_no_pending_tsn(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_do_no_pending_tsn() argument
5623 sctp_sf_do_9_2_start_shutdown(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_do_9_2_start_shutdown() argument
5693 sctp_sf_do_9_2_shutdown_ack(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_do_9_2_shutdown_ack() argument
5766 sctp_sf_ignore_other(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_ignore_other() argument
5794 sctp_sf_do_6_3_3_rtx(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_do_6_3_3_rtx() argument
5882 sctp_sf_do_6_2_sack(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_do_6_2_sack() argument
5914 sctp_sf_t1_init_timer_expire(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_t1_init_timer_expire() argument
5979 sctp_sf_t1_cookie_timer_expire(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_t1_cookie_timer_expire() argument
6030 sctp_sf_t2_timer_expire(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_t2_timer_expire() argument
6101 sctp_sf_t4_timer_expire(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_t4_timer_expire() argument
6173 sctp_sf_t5_timer_expire(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_t5_timer_expire() argument
6210 sctp_sf_autoclose_timer_expire(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_autoclose_timer_expire() argument
6253 sctp_sf_not_impl(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_not_impl() argument
6270 sctp_sf_bug(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_bug() argument
6290 sctp_sf_timer_ignore(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const union sctp_subtype type,void * arg,struct sctp_cmd_seq * commands) sctp_sf_timer_ignore() argument
6335 sctp_abort_pkt_new(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,struct sctp_chunk * chunk,const void * payload,size_t paylen) sctp_abort_pkt_new() argument
6460 sctp_send_stale_cookie_err(struct net * net,const struct sctp_endpoint * ep,const struct sctp_association * asoc,const struct sctp_chunk * chunk,struct sctp_cmd_seq * commands,struct sctp_chunk * err_chunk) sctp_send_stale_cookie_err() argument
[all...]
/linux/drivers/infiniband/hw/cxgb4/
H A Dcm.c163 static void deref_qp(struct c4iw_ep *ep) in deref_qp()
170 static void ref_qp(struct c4iw_ep *ep) in ref_qp()
177 static void start_ep_timer(struct c4iw_ep *ep) in start_ep_timer()
191 static int stop_ep_timer(struct c4iw_ep *ep) in stop_ep_timer()
248 static void set_emss(struct c4iw_ep *ep, u16 opt) in set_emss()
330 static void remove_ep_tid(struct c4iw_ep *ep) in remove_ep_tid()
341 static int insert_ep_tid(struct c4iw_ep *ep) in insert_ep_tid()
358 struct c4iw_ep *ep; in get_ep_from_tid() local
375 struct c4iw_listen_ep *ep; in get_ep_from_stid() local
388 struct c4iw_ep *ep; in _c4iw_free_ep() local
[all …]
/linux/drivers/usb/fotg210/
H A Dfotg210-udc.c40 static void fotg210_disable_fifo_int(struct fotg210_ep *ep) in fotg210_disable_fifo_int()
51 static void fotg210_enable_fifo_int(struct fotg210_ep *ep) in fotg210_enable_fifo_int()
70 static void fotg210_done(struct fotg210_ep *ep, struct fotg210_request *req, in fotg210_done()
93 static void fotg210_fifo_ep_mapping(struct fotg210_ep *ep, u32 epnum, in fotg210_fifo_ep_mapping()
121 static void fotg210_set_fifo_dir(struct fotg210_ep *ep, u32 epnum, u32 dir_in) in fotg210_set_fifo_dir()
131 static void fotg210_set_tfrtype(struct fotg210_ep *ep, u32 epnum, u32 type) in fotg210_set_tfrtype()
141 static void fotg210_set_mps(struct fotg210_ep *ep, u32 epnum, u32 mps, in fotg210_set_mps()
154 static int fotg210_config_ep(struct fotg210_ep *ep, in fotg210_config_ep()
172 struct fotg210_ep *ep; in fotg210_ep_enable() local
187 struct fotg210_ep *ep = fotg210->ep[epnum]; in fotg210_reset_tseq() local
[all …]
/linux/drivers/scsi/libfc/
H A Dfc_exch.c247 static inline void fc_exch_hold(struct fc_exch *ep) in fc_exch_hold()
262 static void fc_exch_setup_hdr(struct fc_exch *ep, struct fc_frame *fp, in fc_exch_setup_hdr()
311 static void fc_exch_release(struct fc_exch *ep) in fc_exch_release()
328 static inline void fc_exch_timer_cancel(struct fc_exch *ep) in fc_exch_timer_cancel()
345 static inline void fc_exch_timer_set_locked(struct fc_exch *ep, in fc_exch_timer_set_locked()
366 static void fc_exch_timer_set(struct fc_exch *ep, unsigned int timer_msec) in fc_exch_timer_set()
379 static int fc_exch_done_locked(struct fc_exch *ep) in fc_exch_done_locked()
426 struct fc_exch *ep) in fc_exch_ptr_set()
435 static void fc_exch_delete(struct fc_exch *ep) in fc_exch_delete()
466 struct fc_exch *ep; in fc_seq_send_locked() local
[all …]
/linux/drivers/usb/isp1760/
H A Disp1760-udc.c31 struct isp1760_ep *ep; member
40 static inline struct isp1760_ep *ep_to_udc_ep(struct usb_ep *ep) in ep_to_udc_ep()
127 struct isp1760_ep *ep, int dir) in __isp1760_udc_select_ep()
150 struct isp1760_ep *ep) in isp1760_udc_select_ep()
156 static void isp1760_udc_ctrl_send_status(struct isp1760_ep *ep, int dir) in isp1760_udc_ctrl_send_status()
181 static void isp1760_udc_request_complete(struct isp1760_ep *ep, in isp1760_udc_request_complete()
208 static void isp1760_udc_ctrl_send_stall(struct isp1760_ep *ep) in isp1760_udc_ctrl_send_stall()
234 static bool isp1760_udc_receive(struct isp1760_ep *ep, in isp1760_udc_receive()
300 static void isp1760_udc_transmit(struct isp1760_ep *ep, in isp1760_udc_transmit()
336 static void isp1760_ep_rx_ready(struct isp1760_ep *ep) in isp1760_ep_rx_ready()
[all …]
/linux/drivers/pci/controller/
H A Dpcie-rockchip-ep.c118 struct rockchip_pcie_ep *ep = epc_get_drvdata(epc); in rockchip_pcie_ep_write_header() local
154 struct rockchip_pcie_ep *ep = epc_get_drvdata(epc); in rockchip_pcie_ep_set_bar() local
222 struct rockchip_pcie_ep *ep = epc_get_drvdata(epc); in rockchip_pcie_ep_clear_bar() local
256 struct rockchip_pcie_ep *ep = epc_get_drvdata(epc); in rockchip_pcie_ep_align_addr() local
279 struct rockchip_pcie_ep *ep = epc_get_drvdata(epc); in rockchip_pcie_ep_map_addr() local
297 struct rockchip_pcie_ep *ep = epc_get_drvdata(epc); in rockchip_pcie_ep_unmap_addr() local
313 struct rockchip_pcie_ep *ep = epc_get_drvdata(epc); in rockchip_pcie_ep_set_msi() local
334 struct rockchip_pcie_ep *ep = epc_get_drvdata(epc); in rockchip_pcie_ep_get_msi() local
348 static void rockchip_pcie_ep_assert_intx(struct rockchip_pcie_ep *ep, u8 fn, in rockchip_pcie_ep_assert_intx()
370 static int rockchip_pcie_ep_send_intx_irq(struct rockchip_pcie_ep *ep, u8 fn, in rockchip_pcie_ep_send_intx_irq()
[all …]
/linux/drivers/pci/controller/dwc/
H A Dpci-exynos.c71 static void exynos_pcie_sideband_dbi_w_mode(struct exynos_pcie *ep, bool on) in exynos_pcie_sideband_dbi_w_mode()
84 static void exynos_pcie_sideband_dbi_r_mode(struct exynos_pcie *ep, bool on) in exynos_pcie_sideband_dbi_r_mode()
97 static void exynos_pcie_assert_core_reset(struct exynos_pcie *ep) in exynos_pcie_assert_core_reset()
109 static void exynos_pcie_deassert_core_reset(struct exynos_pcie *ep) in exynos_pcie_deassert_core_reset()
138 static void exynos_pcie_clear_irq_pulse(struct exynos_pcie *ep) in exynos_pcie_clear_irq_pulse()
149 struct exynos_pcie *ep = arg; in exynos_pcie_irq_handler() local
155 static void exynos_pcie_enable_irq_pulse(struct exynos_pcie *ep) in exynos_pcie_enable_irq_pulse()
170 struct exynos_pcie *ep = to_exynos_pcie(pci); in exynos_pcie_read_dbi() local
182 struct exynos_pcie *ep = to_exynos_pcie(pci); in exynos_pcie_write_dbi() local
228 struct exynos_pcie *ep = to_exynos_pcie(pci); in exynos_pcie_host_init() local
[all …]
/linux/drivers/net/ethernet/cirrus/
H A Dep93xx_eth.c176 #define rdb(ep, off) __raw_readb((ep)->base_addr + (off)) argument
177 #define rdw(ep, off) __raw_readw((ep)->base_addr + (off)) argument
178 #define rdl(ep, off) __raw_readl((ep)->base_addr + (off)) argument
179 #define wrb(ep, off, val) __raw_writeb((val), (ep)->base_addr + (off)) argument
180 #define wrw(ep, off, val) __raw_writew((val), (ep)->base_addr + (off)) argument
181 #define wrl(ep, off, val) __raw_writel((val), (ep)->base_addr + (off)) argument
185 struct ep93xx_priv *ep = netdev_priv(dev); in ep93xx_mdio_read() local
209 struct ep93xx_priv *ep = netdev_priv(dev); in ep93xx_mdio_write() local
227 struct ep93xx_priv *ep = netdev_priv(dev); in ep93xx_rx() local
310 struct ep93xx_priv *ep = container_of(napi, struct ep93xx_priv, napi); in ep93xx_poll() local
[all …]
/linux/drivers/net/wireless/ath/ath6kl/
H A 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()
300 struct htc_endpoint *ep, in htc_try_send()
659 struct htc_endpoint *ep; in htc_process_credit_report() local
691 struct htc_endpoint *ep, u16 tag) in htc_flush_tx_endpoint()
713 struct htc_endpoint *ep, in htc_lookup_tx_packet()
745 struct htc_endpoint *ep; in ath6kl_htc_pipe_tx_complete() local
[all …]
/linux/drivers/infiniband/hw/qedr/
H A Dqedr_iw_cm.c92 struct qedr_iw_ep *ep = container_of(ref, struct qedr_iw_ep, refcnt); in qedr_iw_free_ep() local
109 struct qedr_iw_ep *ep; in qedr_iw_mpa_request() local
143 struct qedr_iw_ep *ep = (struct qedr_iw_ep *)context; in qedr_iw_issue_event() local
173 struct qedr_iw_ep *ep = (struct qedr_iw_ep *)context; in qedr_iw_close_event() local
186 struct qedr_iw_ep *ep = (struct qedr_iw_ep *)context; in qedr_iw_qp_event() local
203 struct qedr_iw_ep *ep; member
213 struct qedr_iw_ep *ep = dwork->ep; in qedr_iw_disconnect_worker() local
258 struct qedr_iw_ep *ep = (struct qedr_iw_ep *)context; in qedr_iw_disconnect_event() local
283 struct qedr_iw_ep *ep = (struct qedr_iw_ep *)context; in qedr_iw_passive_complete() local
307 struct qedr_iw_ep *ep = (struct qedr_iw_ep *)context; in qedr_iw_active_complete() local
[all …]
/linux/include/acpi/
H A Dnhlt.h17 #define __acpi_nhlt_endpoint_config(ep) ((void *)((ep) + 1)) argument
27 acpi_nhlt_endpoint_fmtscfg(const struct acpi_nhlt_endpoint *ep) in acpi_nhlt_endpoint_fmtscfg()
37 #define __acpi_nhlt_next_endpoint(ep) \ argument
40 #define __acpi_nhlt_get_endpoint(tb, ep, i) \ argument
63 #define for_each_nhlt_endpoint(tb, ep) \ argument
85 #define for_each_nhlt_endpoint_fmtcfg(ep, fmt) \ argument
133 acpi_nhlt_endpoint_match(const struct acpi_nhlt_endpoint *ep, in acpi_nhlt_endpoint_match()
147 acpi_nhlt_endpoint_find_fmtcfg(const struct acpi_nhlt_endpoint *ep, in acpi_nhlt_endpoint_find_fmtcfg()
161 static inline int acpi_nhlt_endpoint_mic_count(const struct acpi_nhlt_endpoint *ep) in acpi_nhlt_endpoint_mic_count()
/linux/net/sunrpc/xprtrdma/
H A Dverbs.c91 struct rpcrdma_ep *ep = r_xprt->rx_ep; rpcrdma_xprt_drain() local
117 rpcrdma_force_disconnect(struct rpcrdma_ep * ep) rpcrdma_force_disconnect() argument
191 rpcrdma_update_cm_private(struct rpcrdma_ep * ep,struct rdma_conn_param * param) rpcrdma_update_cm_private() argument
227 struct rpcrdma_ep *ep = id->context; rpcrdma_cm_event_handler() local
282 struct rpcrdma_ep *ep = container_of(rn, struct rpcrdma_ep, re_rn); rpcrdma_ep_removal_done() local
289 rpcrdma_create_id(struct rpcrdma_xprt * r_xprt,struct rpcrdma_ep * ep) rpcrdma_create_id() argument
340 struct rpcrdma_ep *ep = container_of(kref, struct rpcrdma_ep, re_kref); rpcrdma_ep_destroy() local
364 rpcrdma_ep_get(struct rpcrdma_ep * ep) rpcrdma_ep_get() argument
373 rpcrdma_ep_put(struct rpcrdma_ep * ep) rpcrdma_ep_put() argument
383 struct rpcrdma_ep *ep; rpcrdma_ep_create() local
500 struct rpcrdma_ep *ep; rpcrdma_xprt_connect() local
561 struct rpcrdma_ep *ep = r_xprt->rx_ep; rpcrdma_xprt_disconnect() local
614 rpcrdma_sendctx_create(struct rpcrdma_ep * ep) rpcrdma_sendctx_create() argument
767 struct rpcrdma_ep *ep = r_xprt->rx_ep; rpcrdma_mrs_create() local
817 struct rpcrdma_ep *ep = r_xprt->rx_ep; rpcrdma_mrs_refresh() local
966 struct rpcrdma_ep *ep = r_xprt->rx_ep; rpcrdma_rep_create() local
1366 struct rpcrdma_ep *ep = r_xprt->rx_ep; rpcrdma_post_recvs() local
[all...]

12345678910>>...13