Home
last modified time | relevance | path

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

12345678910>>...39

/kernel/linux/linux-4.19/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 …]
/kernel/linux/linux-4.19/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()
371 struct snd_usb_endpoint *ep = ctx->ep; in snd_complete_urb() local
453 struct snd_usb_endpoint *ep; in snd_usb_add_endpoint() local
[all …]
/kernel/linux/linux-5.10/net/sctp/
Dendpointola.c41 static struct sctp_endpoint *sctp_endpoint_init(struct sctp_endpoint *ep, in sctp_endpoint_init()
131 struct sctp_endpoint *ep; in sctp_endpoint_new() local
151 void sctp_endpoint_add_asoc(struct sctp_endpoint *ep, in sctp_endpoint_add_asoc()
174 void sctp_endpoint_free(struct sctp_endpoint *ep) in sctp_endpoint_free()
189 struct sctp_endpoint *ep = container_of(head, struct sctp_endpoint, rcu); in sctp_endpoint_destroy_rcu() local
199 static void sctp_endpoint_destroy(struct sctp_endpoint *ep) in sctp_endpoint_destroy()
232 int sctp_endpoint_hold(struct sctp_endpoint *ep) in sctp_endpoint_hold()
240 void sctp_endpoint_put(struct sctp_endpoint *ep) in sctp_endpoint_put()
247 struct sctp_endpoint *sctp_endpoint_is_match(struct sctp_endpoint *ep, in sctp_endpoint_is_match()
268 const struct sctp_endpoint *ep, in sctp_endpoint_lookup_assoc()
[all …]
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
Dfsl_qe_udc.c76 static void done(struct qe_ep *ep, struct qe_req *req, int status) in done()
127 static void nuke(struct qe_ep *ep, int status) in nuke()
142 static int qe_eprx_stall_change(struct qe_ep *ep, int value) in qe_eprx_stall_change()
159 static int qe_eptx_stall_change(struct qe_ep *ep, int value) in qe_eptx_stall_change()
186 static int qe_eprx_nack(struct qe_ep *ep) in qe_eprx_nack()
205 static int qe_eprx_normal(struct qe_ep *ep) in qe_eprx_normal()
226 static int qe_ep_cmd_stoptx(struct qe_ep *ep) in qe_ep_cmd_stoptx()
238 static int qe_ep_cmd_restarttx(struct qe_ep *ep) in qe_ep_cmd_restarttx()
250 static int qe_ep_flushtxfifo(struct qe_ep *ep) in qe_ep_flushtxfifo()
270 static int qe_ep_filltxfifo(struct qe_ep *ep) in qe_ep_filltxfifo()
[all …]
Dpxa27x_udc.c139 struct pxa_ep *ep; in queues_dbg_show() local
172 struct pxa_ep *ep; in eps_dbg_show() local
243 static int is_match_usb_pxa(struct udc_usb_ep *udc_usb_ep, struct pxa_ep *ep, in is_match_usb_pxa()
287 struct pxa_ep *ep; in find_pxa_ep() local
329 static void pio_irq_enable(struct pxa_ep *ep) in pio_irq_enable()
346 static void pio_irq_disable(struct pxa_ep *ep) in pio_irq_disable()
397 static inline void ep_write_UDCCSR(struct pxa_ep *ep, int mask) in ep_write_UDCCSR()
410 static int ep_count_bytes_remain(struct pxa_ep *ep) in ep_count_bytes_remain()
427 static int ep_is_empty(struct pxa_ep *ep) in ep_is_empty()
449 static int ep_is_full(struct pxa_ep *ep) in ep_is_full()
[all …]
Dfotg210-udc.c28 static void fotg210_disable_fifo_int(struct fotg210_ep *ep) in fotg210_disable_fifo_int()
39 static void fotg210_enable_fifo_int(struct fotg210_ep *ep) in fotg210_enable_fifo_int()
58 static void fotg210_done(struct fotg210_ep *ep, struct fotg210_request *req, in fotg210_done()
81 static void fotg210_fifo_ep_mapping(struct fotg210_ep *ep, u32 epnum, in fotg210_fifo_ep_mapping()
109 static void fotg210_set_fifo_dir(struct fotg210_ep *ep, u32 epnum, u32 dir_in) in fotg210_set_fifo_dir()
119 static void fotg210_set_tfrtype(struct fotg210_ep *ep, u32 epnum, u32 type) in fotg210_set_tfrtype()
129 static void fotg210_set_mps(struct fotg210_ep *ep, u32 epnum, u32 mps, in fotg210_set_mps()
142 static int fotg210_config_ep(struct fotg210_ep *ep, in fotg210_config_ep()
160 struct fotg210_ep *ep; in fotg210_ep_enable() local
175 struct fotg210_ep *ep = fotg210->ep[epnum]; in fotg210_reset_tseq() local
[all …]
/kernel/linux/linux-4.19/drivers/usb/gadget/udc/
Dfsl_qe_udc.c76 static void done(struct qe_ep *ep, struct qe_req *req, int status) in done()
127 static void nuke(struct qe_ep *ep, int status) in nuke()
142 static int qe_eprx_stall_change(struct qe_ep *ep, int value) in qe_eprx_stall_change()
159 static int qe_eptx_stall_change(struct qe_ep *ep, int value) in qe_eptx_stall_change()
186 static int qe_eprx_nack(struct qe_ep *ep) in qe_eprx_nack()
205 static int qe_eprx_normal(struct qe_ep *ep) in qe_eprx_normal()
226 static int qe_ep_cmd_stoptx(struct qe_ep *ep) in qe_ep_cmd_stoptx()
238 static int qe_ep_cmd_restarttx(struct qe_ep *ep) in qe_ep_cmd_restarttx()
250 static int qe_ep_flushtxfifo(struct qe_ep *ep) in qe_ep_flushtxfifo()
270 static int qe_ep_filltxfifo(struct qe_ep *ep) in qe_ep_filltxfifo()
[all …]
Dpxa27x_udc.c139 struct pxa_ep *ep; in queues_dbg_show() local
172 struct pxa_ep *ep; in eps_dbg_show() local
243 static int is_match_usb_pxa(struct udc_usb_ep *udc_usb_ep, struct pxa_ep *ep, in is_match_usb_pxa()
287 struct pxa_ep *ep; in find_pxa_ep() local
329 static void pio_irq_enable(struct pxa_ep *ep) in pio_irq_enable()
346 static void pio_irq_disable(struct pxa_ep *ep) in pio_irq_disable()
397 static inline void ep_write_UDCCSR(struct pxa_ep *ep, int mask) in ep_write_UDCCSR()
410 static int ep_count_bytes_remain(struct pxa_ep *ep) in ep_count_bytes_remain()
427 static int ep_is_empty(struct pxa_ep *ep) in ep_is_empty()
449 static int ep_is_full(struct pxa_ep *ep) in ep_is_full()
[all …]
Dfotg210-udc.c28 static void fotg210_disable_fifo_int(struct fotg210_ep *ep) in fotg210_disable_fifo_int()
39 static void fotg210_enable_fifo_int(struct fotg210_ep *ep) in fotg210_enable_fifo_int()
58 static void fotg210_done(struct fotg210_ep *ep, struct fotg210_request *req, in fotg210_done()
81 static void fotg210_fifo_ep_mapping(struct fotg210_ep *ep, u32 epnum, in fotg210_fifo_ep_mapping()
109 static void fotg210_set_fifo_dir(struct fotg210_ep *ep, u32 epnum, u32 dir_in) in fotg210_set_fifo_dir()
119 static void fotg210_set_tfrtype(struct fotg210_ep *ep, u32 epnum, u32 type) in fotg210_set_tfrtype()
129 static void fotg210_set_mps(struct fotg210_ep *ep, u32 epnum, u32 mps, in fotg210_set_mps()
142 static int fotg210_config_ep(struct fotg210_ep *ep, in fotg210_config_ep()
160 struct fotg210_ep *ep; in fotg210_ep_enable() local
175 struct fotg210_ep *ep = fotg210->ep[epnum]; in fotg210_reset_tseq() local
[all …]
/kernel/linux/linux-5.10/sound/usb/
Dendpoint.c117 int snd_usb_endpoint_implicit_feedback_sink(struct snd_usb_endpoint *ep) in snd_usb_endpoint_implicit_feedback_sink()
132 int snd_usb_endpoint_slave_next_packet_size(struct snd_usb_endpoint *ep) in snd_usb_endpoint_slave_next_packet_size()
154 int snd_usb_endpoint_next_packet_size(struct snd_usb_endpoint *ep) in snd_usb_endpoint_next_packet_size()
172 static void retire_outbound_urb(struct snd_usb_endpoint *ep, in retire_outbound_urb()
179 static void retire_inbound_urb(struct snd_usb_endpoint *ep, in retire_inbound_urb()
196 static void prepare_silent_urb(struct snd_usb_endpoint *ep, in prepare_silent_urb()
242 static void prepare_outbound_urb(struct snd_usb_endpoint *ep, in prepare_outbound_urb()
291 static inline void prepare_inbound_urb(struct snd_usb_endpoint *ep, in prepare_inbound_urb()
333 static void queue_pending_output_urbs(struct snd_usb_endpoint *ep) in queue_pending_output_urbs()
383 struct snd_usb_endpoint *ep = ctx->ep; in snd_complete_urb() local
[all …]
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/aspeed-vhub/
Depn.c38 #define CHECK(ep, expr, fmt...) \ argument
43 #define CHECK(ep, expr, fmt...) do { } while(0) argument
46 static void ast_vhub_epn_kick(struct ast_vhub_ep *ep, struct ast_vhub_req *req) in ast_vhub_epn_kick()
88 static void ast_vhub_epn_handle_ack(struct ast_vhub_ep *ep) in ast_vhub_epn_handle_ack()
155 static inline unsigned int ast_vhub_count_free_descs(struct ast_vhub_ep *ep) in ast_vhub_count_free_descs()
166 static void ast_vhub_epn_kick_desc(struct ast_vhub_ep *ep, in ast_vhub_epn_kick_desc()
246 static void ast_vhub_epn_handle_ack_desc(struct ast_vhub_ep *ep) in ast_vhub_epn_handle_ack_desc()
325 void ast_vhub_epn_ack_irq(struct ast_vhub_ep *ep) in ast_vhub_epn_ack_irq()
337 struct ast_vhub_ep *ep = to_ast_ep(u_ep); in ast_vhub_epn_queue() local
417 static void ast_vhub_stop_active_req(struct ast_vhub_ep *ep, in ast_vhub_stop_active_req()
[all …]
Dep0.c35 int ast_vhub_reply(struct ast_vhub_ep *ep, char *ptr, int len) in ast_vhub_reply()
68 int __ast_vhub_simple_reply(struct ast_vhub_ep *ep, int len, ...) in __ast_vhub_simple_reply()
85 void ast_vhub_ep0_handle_setup(struct ast_vhub_ep *ep) in ast_vhub_ep0_handle_setup()
182 static void ast_vhub_ep0_do_send(struct ast_vhub_ep *ep, in ast_vhub_ep0_do_send()
233 static void ast_vhub_ep0_rx_prime(struct ast_vhub_ep *ep) in ast_vhub_ep0_rx_prime()
241 static void ast_vhub_ep0_do_receive(struct ast_vhub_ep *ep, struct ast_vhub_req *req, in ast_vhub_ep0_do_receive()
272 void ast_vhub_ep0_handle_ack(struct ast_vhub_ep *ep, bool in_ack) in ast_vhub_ep0_handle_ack()
362 struct ast_vhub_ep *ep = to_ast_ep(u_ep); in ast_vhub_ep0_queue() local
439 struct ast_vhub_ep *ep = to_ast_ep(u_ep); in ast_vhub_ep0_dequeue() local
480 struct ast_vhub_ep *ep = &dev->ep0; in ast_vhub_reset_ep0() local
[all …]
/kernel/linux/linux-4.19/drivers/infiniband/hw/cxgb3/
Diwch_cm.c113 static void start_ep_timer(struct iwch_ep *ep) in start_ep_timer()
125 static void stop_ep_timer(struct iwch_ep *ep) in stop_ep_timer()
184 int iwch_quiesce_tid(struct iwch_ep *ep) in iwch_quiesce_tid()
205 int iwch_resume_tid(struct iwch_ep *ep) in iwch_resume_tid()
226 static void set_emss(struct iwch_ep *ep, u16 opt) in set_emss()
280 struct iwch_ep *ep; in __free_ep() local
293 static void release_ep_resources(struct iwch_ep *ep) in release_ep_resources()
386 static int send_halfclose(struct iwch_ep *ep, gfp_t gfp) in send_halfclose()
406 static int send_abort(struct iwch_ep *ep, struct sk_buff *skb, gfp_t gfp) in send_abort()
426 static int send_connect(struct iwch_ep *ep) in send_connect()
[all …]
/kernel/linux/linux-4.19/drivers/pci/controller/dwc/
Dpci-exynos.c83 struct exynos_pcie *ep) in exynos5440_pcie_get_mem_resources()
101 static int exynos5440_pcie_get_clk_resources(struct exynos_pcie *ep) in exynos5440_pcie_get_clk_resources()
125 static int exynos5440_pcie_init_clk_resources(struct exynos_pcie *ep) in exynos5440_pcie_init_clk_resources()
151 static void exynos5440_pcie_deinit_clk_resources(struct exynos_pcie *ep) in exynos5440_pcie_deinit_clk_resources()
174 static void exynos_pcie_sideband_dbi_w_mode(struct exynos_pcie *ep, bool on) in exynos_pcie_sideband_dbi_w_mode()
186 static void exynos_pcie_sideband_dbi_r_mode(struct exynos_pcie *ep, bool on) in exynos_pcie_sideband_dbi_r_mode()
198 static void exynos_pcie_assert_core_reset(struct exynos_pcie *ep) in exynos_pcie_assert_core_reset()
210 static void exynos_pcie_deassert_core_reset(struct exynos_pcie *ep) in exynos_pcie_deassert_core_reset()
224 static void exynos_pcie_assert_reset(struct exynos_pcie *ep) in exynos_pcie_assert_reset()
234 static int exynos_pcie_establish_link(struct exynos_pcie *ep) in exynos_pcie_establish_link()
[all …]
Dpcie-designware-ep.c15 void dw_pcie_ep_linkup(struct dw_pcie_ep *ep) in dw_pcie_ep_linkup()
79 struct dw_pcie_ep *ep = epc_get_drvdata(epc); in dw_pcie_ep_write_header() local
101 static int dw_pcie_ep_inbound_atu(struct dw_pcie_ep *ep, enum pci_barno bar, in dw_pcie_ep_inbound_atu()
128 static int dw_pcie_ep_outbound_atu(struct dw_pcie_ep *ep, phys_addr_t phys_addr, in dw_pcie_ep_outbound_atu()
152 struct dw_pcie_ep *ep = epc_get_drvdata(epc); in dw_pcie_ep_clear_bar() local
167 struct dw_pcie_ep *ep = epc_get_drvdata(epc); in dw_pcie_ep_set_bar() local
199 static int dw_pcie_find_index(struct dw_pcie_ep *ep, phys_addr_t addr, in dw_pcie_find_index()
219 struct dw_pcie_ep *ep = epc_get_drvdata(epc); in dw_pcie_ep_unmap_addr() local
235 struct dw_pcie_ep *ep = epc_get_drvdata(epc); in dw_pcie_ep_map_addr() local
249 struct dw_pcie_ep *ep = epc_get_drvdata(epc); in dw_pcie_ep_get_msi() local
[all …]
/kernel/linux/linux-4.19/drivers/usb/gadget/udc/bdc/
Dbdc_ep.c52 static void ep_bd_list_free(struct bdc_ep *ep, u32 num_tabs) in ep_bd_list_free()
121 static int ep_bd_list_alloc(struct bdc_ep *ep) in ep_bd_list_alloc()
215 static int bd_add_to_bdi(struct bdc_ep *ep, dma_addr_t bd_dma_addr) in bd_add_to_bdi()
258 static int bdi_to_tbi(struct bdc_ep *ep, int bdi) in bdi_to_tbi()
271 static inline int find_end_bdi(struct bdc_ep *ep, int next_hwd_bdi) in find_end_bdi()
288 static int bd_available_ep(struct bdc_ep *ep) in bd_available_ep()
343 struct bdc_ep *ep = bdc->bdc_ep_array[epnum]; in bdc_notify_xfr() local
357 static struct bdc_bd *bdi_to_bd(struct bdc_ep *ep, int bdi) in bdi_to_bd()
371 static void ep_bdlist_eqp_adv(struct bdc_ep *ep) in ep_bdlist_eqp_adv()
431 struct bdc_ep *ep; in setup_bd_list_xfr() local
[all …]
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/bdc/
Dbdc_ep.c52 static void ep_bd_list_free(struct bdc_ep *ep, u32 num_tabs) in ep_bd_list_free()
121 static int ep_bd_list_alloc(struct bdc_ep *ep) in ep_bd_list_alloc()
215 static int bd_add_to_bdi(struct bdc_ep *ep, dma_addr_t bd_dma_addr) in bd_add_to_bdi()
258 static int bdi_to_tbi(struct bdc_ep *ep, int bdi) in bdi_to_tbi()
271 static inline int find_end_bdi(struct bdc_ep *ep, int next_hwd_bdi) in find_end_bdi()
288 static int bd_available_ep(struct bdc_ep *ep) in bd_available_ep()
343 struct bdc_ep *ep = bdc->bdc_ep_array[epnum]; in bdc_notify_xfr() local
357 static struct bdc_bd *bdi_to_bd(struct bdc_ep *ep, int bdi) in bdi_to_bd()
371 static void ep_bdlist_eqp_adv(struct bdc_ep *ep) in ep_bdlist_eqp_adv()
431 struct bdc_ep *ep; in setup_bd_list_xfr() local
[all …]
/kernel/linux/linux-4.19/net/sctp/
Dendpointola.c56 static struct sctp_endpoint *sctp_endpoint_init(struct sctp_endpoint *ep, in sctp_endpoint_init()
189 struct sctp_endpoint *ep; in sctp_endpoint_new() local
209 void sctp_endpoint_add_asoc(struct sctp_endpoint *ep, in sctp_endpoint_add_asoc()
232 void sctp_endpoint_free(struct sctp_endpoint *ep) in sctp_endpoint_free()
245 static void sctp_endpoint_destroy(struct sctp_endpoint *ep) in sctp_endpoint_destroy()
287 void sctp_endpoint_hold(struct sctp_endpoint *ep) in sctp_endpoint_hold()
295 void sctp_endpoint_put(struct sctp_endpoint *ep) in sctp_endpoint_put()
302 struct sctp_endpoint *sctp_endpoint_is_match(struct sctp_endpoint *ep, in sctp_endpoint_is_match()
323 const struct sctp_endpoint *ep, in sctp_endpoint_lookup_assoc()
353 bool sctp_endpoint_is_peeled_off(struct sctp_endpoint *ep, in sctp_endpoint_is_peeled_off()
[all …]
/kernel/linux/linux-4.19/drivers/usb/gadget/udc/aspeed-vhub/
Depn.c38 #define CHECK(ep, expr, fmt...) \ argument
43 #define CHECK(ep, expr, fmt...) do { } while(0) argument
46 static void ast_vhub_epn_kick(struct ast_vhub_ep *ep, struct ast_vhub_req *req) in ast_vhub_epn_kick()
88 static void ast_vhub_epn_handle_ack(struct ast_vhub_ep *ep) in ast_vhub_epn_handle_ack()
155 static inline unsigned int ast_vhub_count_free_descs(struct ast_vhub_ep *ep) in ast_vhub_count_free_descs()
166 static void ast_vhub_epn_kick_desc(struct ast_vhub_ep *ep, in ast_vhub_epn_kick_desc()
246 static void ast_vhub_epn_handle_ack_desc(struct ast_vhub_ep *ep) in ast_vhub_epn_handle_ack_desc()
325 void ast_vhub_epn_ack_irq(struct ast_vhub_ep *ep) in ast_vhub_epn_ack_irq()
337 struct ast_vhub_ep *ep = to_ast_ep(u_ep); in ast_vhub_epn_queue() local
417 static void ast_vhub_stop_active_req(struct ast_vhub_ep *ep, in ast_vhub_stop_active_req()
[all …]
/kernel/linux/linux-5.10/drivers/pci/controller/dwc/
Dpcie-designware-ep.c17 void dw_pcie_ep_linkup(struct dw_pcie_ep *ep) in dw_pcie_ep_linkup()
25 void dw_pcie_ep_init_notify(struct dw_pcie_ep *ep) in dw_pcie_ep_init_notify()
34 dw_pcie_ep_get_func_from_ep(struct dw_pcie_ep *ep, u8 func_no) in dw_pcie_ep_get_func_from_ep()
46 static unsigned int dw_pcie_ep_func_select(struct dw_pcie_ep *ep, u8 func_no) in dw_pcie_ep_func_select()
61 struct dw_pcie_ep *ep = &pci->ep; in __dw_pcie_ep_reset_bar() local
86 static u8 __dw_pcie_ep_find_next_cap(struct dw_pcie_ep *ep, u8 func_no, in __dw_pcie_ep_find_next_cap()
112 static u8 dw_pcie_ep_find_capability(struct dw_pcie_ep *ep, u8 func_no, u8 cap) in dw_pcie_ep_find_capability()
130 struct dw_pcie_ep *ep = epc_get_drvdata(epc); in dw_pcie_ep_write_header() local
155 static int dw_pcie_ep_inbound_atu(struct dw_pcie_ep *ep, u8 func_no, in dw_pcie_ep_inbound_atu()
182 static int dw_pcie_ep_outbound_atu(struct dw_pcie_ep *ep, u8 func_no, in dw_pcie_ep_outbound_atu()
[all …]
Dpci-exynos.c83 struct exynos_pcie *ep) in exynos5440_pcie_get_mem_resources()
99 static int exynos5440_pcie_get_clk_resources(struct exynos_pcie *ep) in exynos5440_pcie_get_clk_resources()
123 static int exynos5440_pcie_init_clk_resources(struct exynos_pcie *ep) in exynos5440_pcie_init_clk_resources()
149 static void exynos5440_pcie_deinit_clk_resources(struct exynos_pcie *ep) in exynos5440_pcie_deinit_clk_resources()
172 static void exynos_pcie_sideband_dbi_w_mode(struct exynos_pcie *ep, bool on) in exynos_pcie_sideband_dbi_w_mode()
184 static void exynos_pcie_sideband_dbi_r_mode(struct exynos_pcie *ep, bool on) in exynos_pcie_sideband_dbi_r_mode()
196 static void exynos_pcie_assert_core_reset(struct exynos_pcie *ep) in exynos_pcie_assert_core_reset()
208 static void exynos_pcie_deassert_core_reset(struct exynos_pcie *ep) in exynos_pcie_deassert_core_reset()
222 static void exynos_pcie_assert_reset(struct exynos_pcie *ep) in exynos_pcie_assert_reset()
232 static int exynos_pcie_establish_link(struct exynos_pcie *ep) in exynos_pcie_establish_link()
[all …]
/kernel/linux/linux-5.10/drivers/usb/isp1760/
Disp1760-udc.c29 struct isp1760_ep *ep; member
38 static inline struct isp1760_ep *ep_to_udc_ep(struct usb_ep *ep) in ep_to_udc_ep()
78 static void __isp1760_udc_select_ep(struct isp1760_ep *ep, int dir) in __isp1760_udc_select_ep()
96 static void isp1760_udc_select_ep(struct isp1760_ep *ep) in isp1760_udc_select_ep()
102 static void isp1760_udc_ctrl_send_status(struct isp1760_ep *ep, int dir) in isp1760_udc_ctrl_send_status()
123 static void isp1760_udc_request_complete(struct isp1760_ep *ep, in isp1760_udc_request_complete()
150 static void isp1760_udc_ctrl_send_stall(struct isp1760_ep *ep) in isp1760_udc_ctrl_send_stall()
176 static bool isp1760_udc_receive(struct isp1760_ep *ep, in isp1760_udc_receive()
242 static void isp1760_udc_transmit(struct isp1760_ep *ep, in isp1760_udc_transmit()
278 static void isp1760_ep_rx_ready(struct isp1760_ep *ep) in isp1760_ep_rx_ready()
[all …]
/kernel/linux/linux-4.19/drivers/usb/isp1760/
Disp1760-udc.c29 struct isp1760_ep *ep; member
38 static inline struct isp1760_ep *ep_to_udc_ep(struct usb_ep *ep) in ep_to_udc_ep()
78 static void __isp1760_udc_select_ep(struct isp1760_ep *ep, int dir) in __isp1760_udc_select_ep()
96 static void isp1760_udc_select_ep(struct isp1760_ep *ep) in isp1760_udc_select_ep()
102 static void isp1760_udc_ctrl_send_status(struct isp1760_ep *ep, int dir) in isp1760_udc_ctrl_send_status()
123 static void isp1760_udc_request_complete(struct isp1760_ep *ep, in isp1760_udc_request_complete()
150 static void isp1760_udc_ctrl_send_stall(struct isp1760_ep *ep) in isp1760_udc_ctrl_send_stall()
176 static bool isp1760_udc_receive(struct isp1760_ep *ep, in isp1760_udc_receive()
242 static void isp1760_udc_transmit(struct isp1760_ep *ep, in isp1760_udc_transmit()
278 static void isp1760_ep_rx_ready(struct isp1760_ep *ep) in isp1760_ep_rx_ready()
[all …]
/kernel/linux/linux-4.19/drivers/infiniband/hw/cxgb4/
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 void insert_ep_tid(struct c4iw_ep *ep) in insert_ep_tid()
355 struct c4iw_ep *ep; in get_ep_from_tid() local
372 struct c4iw_listen_ep *ep; in get_ep_from_stid() local
385 struct c4iw_ep *ep; in _c4iw_free_ep() local
[all …]

12345678910>>...39