/linux-4.4.14/drivers/usb/gadget/ |
H A D | u_f.c | 17 struct usb_request *alloc_ep_req(struct usb_ep *ep, int len, int default_len) alloc_ep_req() argument
|
H A D | epautoconf.c | 73 struct usb_ep *ep; usb_ep_autoconfig_ss() local 184 void usb_ep_autoconfig_release(struct usb_ep *ep) usb_ep_autoconfig_release() argument 202 struct usb_ep *ep; usb_ep_autoconfig_reset() local
|
H A D | composite.c | 705 struct usb_endpoint_descriptor *ep; set_config() local 1252 static void composite_setup_complete(struct usb_ep *ep, struct usb_request *req) composite_setup_complete() argument
|
/linux-4.4.14/drivers/usb/gadget/udc/bdc/ |
H A D | bdc_dbg.h | 31 static inline void bdc_dbg_bd_list(struct bdc *bdc, struct bdc_ep *ep) bdc_dbg_bd_list() argument
|
H A D | bdc_dbg.c | 90 void bdc_dbg_bd_list(struct bdc *bdc, struct bdc_ep *ep) bdc_dbg_bd_list() argument
|
H A D | bdc_cmd.c | 116 int bdc_dconfig_ep(struct bdc *bdc, struct bdc_ep *ep) bdc_dconfig_ep() argument 128 static void ep_bd_list_reinit(struct bdc_ep *ep) ep_bd_list_reinit() argument 142 int bdc_config_ep(struct bdc *bdc, struct bdc_ep *ep) bdc_config_ep() argument 231 int bdc_ep_bla(struct bdc *bdc, struct bdc_ep *ep, dma_addr_t dma_addr) bdc_ep_bla() argument 308 struct bdc_ep *ep; bdc_ep_clear_stall() local 346 struct bdc_ep *ep; bdc_stop_ep() local
|
H A D | bdc_udc.c | 136 struct bdc_ep *ep; bdc_uspc_disconnected() local
|
H A D | bdc_ep.c | 57 static void ep_bd_list_free(struct bdc_ep *ep, u32 num_tabs) ep_bd_list_free() argument 126 static int ep_bd_list_alloc(struct bdc_ep *ep) ep_bd_list_alloc() argument 221 static int bd_add_to_bdi(struct bdc_ep *ep, dma_addr_t bd_dma_addr) bd_add_to_bdi() argument 264 static int bdi_to_tbi(struct bdc_ep *ep, int bdi) bdi_to_tbi() argument 277 static inline int find_end_bdi(struct bdc_ep *ep, int next_hwd_bdi) find_end_bdi() argument 294 static int bd_available_ep(struct bdc_ep *ep) bd_available_ep() argument 349 struct bdc_ep *ep = bdc->bdc_ep_array[epnum]; bdc_notify_xfr() local 363 static struct bdc_bd *bdi_to_bd(struct bdc_ep *ep, int bdi) bdi_to_bd() argument 377 static void ep_bdlist_eqp_adv(struct bdc_ep *ep) ep_bdlist_eqp_adv() argument 437 struct bdc_ep *ep; setup_bd_list_xfr() local 518 struct bdc_ep *ep; bdc_queue_xfr() local 544 static void bdc_req_complete(struct bdc_ep *ep, struct bdc_req *req, bdc_req_complete() argument 564 int bdc_ep_disable(struct bdc_ep *ep) bdc_ep_disable() argument 608 int bdc_ep_enable(struct bdc_ep *ep) bdc_ep_enable() argument 648 struct bdc_ep *ep; ep0_queue_status_stage() local 663 static int ep0_queue(struct bdc_ep *ep, struct bdc_req *req) ep0_queue() argument 706 struct bdc_ep *ep; ep0_queue_data_stage() local 718 static int ep_queue(struct bdc_ep *ep, struct bdc_req *req) ep_queue() argument 742 static int ep_dequeue(struct bdc_ep *ep, struct bdc_req *req) ep_dequeue() argument 872 static int ep_set_halt(struct bdc_ep *ep, u32 value) ep_set_halt() argument 909 struct bdc_ep *ep; bdc_free_ep() local 958 static void handle_xsr_succ_status(struct bdc *bdc, struct bdc_ep *ep, handle_xsr_succ_status() argument 1096 struct bdc_ep *ep = bdc->bdc_ep_array[1]; ep0_stall() local 1239 struct bdc_ep *ep; ep0_handle_feature() local 1314 struct bdc_ep *ep; ep0_handle_status() local 1394 struct bdc_ep *ep; ep0_set_sel() local 1520 struct bdc_ep *ep; bdc_xsf_ep0_data_start() local 1559 struct bdc_ep *ep; bdc_xsf_ep0_status_start() local 1654 struct bdc_ep *ep; bdc_sr_xsf() local 1723 struct bdc_ep *ep; bdc_gadget_ep_queue() local 1769 struct bdc_ep *ep; bdc_gadget_ep_dequeue() local 1809 struct bdc_ep *ep; bdc_gadget_ep_set_halt() local 1833 struct bdc_ep *ep; bdc_gadget_alloc_request() local 1864 struct bdc_ep *ep; bdc_gadget_ep_enable() local 1903 struct bdc_ep *ep; bdc_gadget_ep_disable() local 1947 struct bdc_ep *ep; init_ep() local
|
/linux-4.4.14/drivers/video/fbdev/omap2/dss/ |
H A D | hdmi_common.c | 11 int hdmi_parse_lanes_of(struct platform_device *pdev, struct device_node *ep, hdmi_parse_lanes_of() argument
|
H A D | dss-of.c | 75 struct device_node *ep = NULL; omapdss_of_get_next_endpoint() local 143 struct device_node *port, *ep; omapdss_of_get_first_endpoint() local 161 struct device_node *ep; omapdss_of_find_source_for_first_ep() local
|
H A D | sdi.c | 416 struct device_node *ep; sdi_init_port() local
|
H A D | hdmi4.c | 553 struct device_node *ep; hdmi_probe_of() local
|
H A D | hdmi5.c | 583 struct device_node *ep; hdmi_probe_of() local
|
H A D | dpi.c | 852 struct device_node *ep; dpi_init_port() local
|
/linux-4.4.14/drivers/gpu/drm/ |
H A D | drm_of.c | 47 struct device_node *remote_port, *ep; drm_of_find_possible_crtcs() local 83 struct device_node *ep, *port, *remote; drm_of_component_probe() local
|
/linux-4.4.14/include/linux/usb/ |
H A D | atmel_usba_udc.h | 20 struct usba_ep_data ep[0]; member in struct:usba_platform_data
|
/linux-4.4.14/arch/c6x/kernel/ |
H A D | module.c | 20 long ep = (long)ip & ~31; fixup_pcr() local
|
/linux-4.4.14/net/sunrpc/xprtrdma/ |
H A D | physical_ops.c | 23 physical_op_open(struct rpcrdma_ia *ia, struct rpcrdma_ep *ep, physical_op_open() argument
|
H A D | fmr_ops.c | 39 fmr_op_open(struct rpcrdma_ia *ia, struct rpcrdma_ep *ep, fmr_op_open() argument
|
H A D | frwr_ops.c | 190 frwr_op_open(struct rpcrdma_ia *ia, struct rpcrdma_ep *ep, frwr_op_open() argument
|
H A D | rpc_rdma.c | 700 struct rpcrdma_ep *ep = rpcrdma_connect_worker() local 757 rpcrdma_conn_func(struct rpcrdma_ep *ep) rpcrdma_conn_func() argument
|
H A D | verbs.c | 103 struct rpcrdma_ep *ep = context; rpcrdma_qp_async_error_upcall() local 118 struct rpcrdma_ep *ep = context; rpcrdma_cq_async_error_upcall() local 265 rpcrdma_flush_cqs(struct rpcrdma_ep *ep) rpcrdma_flush_cqs() argument 280 struct rpcrdma_ep *ep = &xprt->rx_ep; rpcrdma_conn_upcall() local 566 rpcrdma_ep_create(struct rpcrdma_ep *ep, struct rpcrdma_ia *ia, rpcrdma_ep_create() argument 704 rpcrdma_ep_destroy(struct rpcrdma_ep *ep, struct rpcrdma_ia *ia) rpcrdma_ep_destroy() argument 745 rpcrdma_ep_connect(struct rpcrdma_ep *ep, struct rpcrdma_ia *ia) rpcrdma_ep_connect() argument 878 rpcrdma_ep_disconnect(struct rpcrdma_ep *ep, struct rpcrdma_ia *ia) rpcrdma_ep_disconnect() argument 1338 struct rpcrdma_ep *ep = &r_xprt->rx_ep; rpcrdma_ep_post_extra_recv() local 1253 rpcrdma_ep_post(struct rpcrdma_ia *ia, struct rpcrdma_ep *ep, struct rpcrdma_req *req) rpcrdma_ep_post() argument 1301 rpcrdma_ep_post_recv(struct rpcrdma_ia *ia, struct rpcrdma_ep *ep, struct rpcrdma_rep *rep) rpcrdma_ep_post_recv() argument
|
/linux-4.4.14/drivers/usb/gadget/function/ |
H A D | uvc_video.c | 163 uvc_video_complete(struct usb_ep *ep, struct usb_request *req) uvc_video_complete() argument
|
H A D | f_obex.c | 312 struct usb_ep *ep; obex_bind() local
|
H A D | f_serial.c | 194 struct usb_ep *ep; gser_bind() local
|
H A D | f_subset.c | 302 struct usb_ep *ep; geth_bind() local
|
H A D | f_ecm.c | 446 static void ecm_notify_complete(struct usb_ep *ep, struct usb_request *req) ecm_notify_complete() argument 686 struct usb_ep *ep; ecm_bind() local
|
H A D | f_eem.c | 251 struct usb_ep *ep; eem_bind() local 328 static void eem_cmd_complete(struct usb_ep *ep, struct usb_request *req) eem_cmd_complete() argument
|
H A D | f_loopback.c | 239 static void loopback_complete(struct usb_ep *ep, struct usb_request *req) loopback_complete() argument 309 static inline struct usb_request *lb_alloc_ep_req(struct usb_ep *ep, int len) lb_alloc_ep_req() argument 366 enable_endpoint(struct usb_composite_dev *cdev, struct f_loopback *loop, struct usb_ep *ep) enable_endpoint() argument
|
H A D | f_phonet.c | 203 static void pn_tx_complete(struct usb_ep *ep, struct usb_request *req) pn_tx_complete() argument 320 static void pn_rx_complete(struct usb_ep *ep, struct usb_request *req) pn_rx_complete() argument 491 struct usb_ep *ep; pn_bind() local
|
H A D | f_uvc.c | 212 uvc_function_ep0_complete(struct usb_ep *ep, struct usb_request *req) uvc_function_ep0_complete() argument 584 struct usb_ep *ep; uvc_function_bind() local
|
H A D | uvc.h | 109 struct usb_ep *ep; member in struct:uvc_video
|
H A D | f_acm.c | 308 static void acm_complete_set_line_coding(struct usb_ep *ep, acm_complete_set_line_coding() argument 496 struct usb_ep *ep = acm->notify; acm_cdc_notify() local 553 static void acm_cdc_notify_complete(struct usb_ep *ep, struct usb_request *req) acm_cdc_notify_complete() argument 613 struct usb_ep *ep; acm_bind() local
|
H A D | f_hid.c | 255 static void f_hidg_req_complete(struct usb_ep *ep, struct usb_request *req) f_hidg_req_complete() argument 365 static inline struct usb_request *hidg_alloc_ep_req(struct usb_ep *ep, hidg_alloc_ep_req() argument 371 static void hidg_set_report_complete(struct usb_ep *ep, struct usb_request *req) hidg_set_report_complete() argument 586 struct usb_ep *ep; hidg_bind() local
|
H A D | f_rndis.c | 410 static void rndis_response_complete(struct usb_ep *ep, struct usb_request *req) rndis_response_complete() argument 449 static void rndis_command_complete(struct usb_ep *ep, struct usb_request *req) rndis_command_complete() argument 673 struct usb_ep *ep; rndis_bind() local
|
H A D | f_sourcesink.c | 299 static inline struct usb_request *ss_alloc_ep_req(struct usb_ep *ep, int len) ss_alloc_ep_req() argument 306 void free_ep_req(struct usb_ep *ep, struct usb_request *req) free_ep_req() argument 312 static void disable_ep(struct usb_composite_dev *cdev, struct usb_ep *ep) disable_ep() argument 518 static void reinit_write_data(struct usb_ep *ep, struct usb_request *req) reinit_write_data() argument 538 static void source_sink_complete(struct usb_ep *ep, struct usb_request *req) source_sink_complete() argument 596 struct usb_ep *ep; source_sink_start_ep() local 666 struct usb_ep *ep; enable_source_sink() local
|
H A D | f_uac1.c | 321 static int f_audio_out_ep_complete(struct usb_ep *ep, struct usb_request *req) f_audio_out_ep_complete() argument 358 static void f_audio_complete(struct usb_ep *ep, struct usb_request *req) f_audio_complete() argument 461 u16 ep = le16_to_cpu(ctrl->wIndex); audio_set_endpoint_req() local 497 u8 ep = ((le16_to_cpu(ctrl->wIndex) >> 8) & 0xFF); audio_get_endpoint_req() local 674 struct usb_ep *ep = NULL; f_audio_bind() local
|
H A D | u_ether.c | 268 static void rx_complete(struct usb_ep *ep, struct usb_request *req) rx_complete() argument 360 static int prealloc(struct list_head *list, struct usb_ep *ep, unsigned n) prealloc() argument 454 static void tx_complete(struct usb_ep *ep, struct usb_request *req) tx_complete() argument
|
H A D | u_serial.c | 293 gs_alloc_req(struct usb_ep *ep, unsigned len, gfp_t kmalloc_flags) gs_alloc_req() argument 317 void gs_free_req(struct usb_ep *ep, struct usb_request *req) gs_free_req() argument 584 static void gs_read_complete(struct usb_ep *ep, struct usb_request *req) gs_read_complete() argument 595 static void gs_write_complete(struct usb_ep *ep, struct usb_request *req) gs_write_complete() argument 623 static void gs_free_requests(struct usb_ep *ep, struct list_head *head, gs_free_requests() argument 637 static int gs_alloc_requests(struct usb_ep *ep, struct list_head *head, gs_alloc_requests() argument 673 struct usb_ep *ep = port->port_usb->out; gs_start_io() local
|
H A D | f_midi.c | 198 static inline struct usb_request *midi_alloc_ep_req(struct usb_ep *ep, midi_alloc_ep_req() argument 204 static void free_ep_req(struct usb_ep *ep, struct usb_request *req) free_ep_req() argument 217 static void f_midi_read_data(struct usb_ep *ep, int cable, f_midi_read_data() argument 233 static void f_midi_handle_out_data(struct usb_ep *ep, struct usb_request *req) f_midi_handle_out_data() argument 247 f_midi_complete(struct usb_ep *ep, struct usb_request *req) f_midi_complete() argument 516 struct usb_ep *ep = midi->in_ep; f_midi_transmit() local 298 f_midi_start_ep(struct f_midi *midi, struct usb_function *f, struct usb_ep *ep) f_midi_start_ep() argument
|
H A D | f_ncm.c | 557 static void ncm_notify_complete(struct usb_ep *ep, struct usb_request *req) ncm_notify_complete() argument 583 static void ncm_ep0out_complete(struct usb_ep *ep, struct usb_request *req) ncm_ep0out_complete() argument 1342 struct usb_ep *ep; ncm_bind() local
|
H A D | f_printer.c | 235 printer_req_alloc(struct usb_ep *ep, unsigned len, gfp_t gfp_flags) printer_req_alloc() argument 254 printer_req_free(struct usb_ep *ep, struct usb_request *req) printer_req_free() argument 264 static void rx_complete(struct usb_ep *ep, struct usb_request *req) rx_complete() argument 313 static void tx_complete(struct usb_ep *ep, struct usb_request *req) tx_complete() argument
|
/linux-4.4.14/drivers/usb/host/whci/ |
H A D | hcd.c | 172 whc_endpoint_disable(struct usb_hcd *usb_hcd, struct usb_host_endpoint *ep) whc_endpoint_disable() argument 190 whc_endpoint_reset(struct usb_hcd *usb_hcd, struct usb_host_endpoint *ep) whc_endpoint_reset() argument
|
H A D | qset.c | 361 dma_addr_t sp, ep; qset_fill_page_list() local 453 dma_addr_t sp, ep; qset_add_urb_sg() local
|
/linux-4.4.14/drivers/misc/mic/scif/ |
H A D | scif_debugfs.c | 109 struct scif_endpt *ep; scif_rma_test() local
|
H A D | scif_epd.c | 21 void scif_cleanup_ep_qp(struct scif_endpt *ep) scif_cleanup_ep_qp() argument 49 struct scif_endpt *ep = endpt; scif_teardown_ep() local 65 void scif_add_epd_to_zombie_list(struct scif_endpt *ep, bool eplock_held) scif_add_epd_to_zombie_list() argument 81 struct scif_endpt *ep = NULL; scif_find_listen_ep() local 99 struct scif_endpt *ep; scif_cleanup_zombie_epd() local 130 struct scif_endpt *ep = NULL; scif_cnctreq() local 176 struct scif_endpt *ep = (struct scif_endpt *)msg->payload[0]; scif_cnctgnt() local 201 struct scif_endpt *ep = (struct scif_endpt *)msg->payload[0]; scif_cnctgnt_ack() local 223 struct scif_endpt *ep = (struct scif_endpt *)msg->payload[0]; scif_cnctgnt_nack() local 240 struct scif_endpt *ep = (struct scif_endpt *)msg->payload[0]; scif_cnctrej() local 265 struct scif_endpt *ep = NULL; scif_discnct() local 319 struct scif_endpt *ep = (struct scif_endpt *)msg->payload[0]; scif_discnt_ack() local 335 struct scif_endpt *ep = (struct scif_endpt *)msg->payload[0]; scif_clientsend() local 351 struct scif_endpt *ep = (struct scif_endpt *)msg->payload[0]; scif_clientrcvd() local
|
H A D | scif_nm.c | 29 struct scif_endpt *ep; scif_invalidate_ep() local
|
H A D | scif_rma_list.c | 85 int scif_query_tcw(struct scif_endpt *ep, struct scif_rma_req *req) scif_query_tcw() argument 206 struct scif_endpt *ep = (struct scif_endpt *)window->ep; scif_rma_list_unregister() local 238 struct scif_endpt *ep = (struct scif_endpt *)epd; scif_unmap_all_windows() local 260 struct scif_endpt *ep = (struct scif_endpt *)epd; scif_unregister_all_windows() local
|
H A D | scif_epd.h | 139 static inline int scifdev_alive(struct scif_endpt *ep) scifdev_alive() argument 151 static inline int scif_verify_epd(struct scif_endpt *ep) scif_verify_epd() argument
|
H A D | scif_fd.c | 53 struct scif_endpt *ep = f->private_data; scif_fdflush() local 113 struct scif_endpt *ep = (struct scif_endpt *)priv; scif_fdioctl() local 140 scif_epd_t *ep = (scif_epd_t *)&request.endpt; scif_fdioctl() local
|
H A D | scif_fence.c | 29 struct scif_endpt *ep = (struct scif_endpt *)msg->payload[0]; scif_recv_mark() local 50 struct scif_endpt *ep = (struct scif_endpt *)msg->payload[0]; scif_recv_mark_resp() local 73 struct scif_endpt *ep = (struct scif_endpt *)msg->payload[0]; scif_recv_wait() local 110 struct scif_endpt *ep = (struct scif_endpt *)msg->payload[0]; scif_recv_wait_resp() local 131 struct scif_endpt *ep = (struct scif_endpt *)msg->payload[0]; scif_recv_sig_local() local 152 struct scif_endpt *ep = (struct scif_endpt *)msg->payload[0]; scif_recv_sig_remote() local 173 struct scif_endpt *ep = (struct scif_endpt *)msg->payload[0]; scif_recv_sig_resp() local 205 struct scif_endpt *ep = (struct scif_endpt *)epd; _scif_prog_signal() local 292 struct scif_endpt *ep = (struct scif_endpt *)epd; scif_prog_signal() local 337 struct scif_endpt *ep = (struct scif_endpt *)epd; _scif_fence_wait() local 364 struct scif_endpt *ep; scif_rma_handle_remote_fences() local 397 struct scif_endpt *ep = (struct scif_endpt *)epd; _scif_send_fence() local 472 static int _scif_send_fence_signal_wait(struct scif_endpt *ep, _scif_send_fence_signal_wait() argument 515 struct scif_endpt *ep = (struct scif_endpt *)epd; scif_send_fence_signal() local 570 struct scif_endpt *ep = (struct scif_endpt *)arg; scif_fence_mark_cb() local 584 struct scif_endpt *ep = (struct scif_endpt *)epd; _scif_fence_mark() local 631 struct scif_endpt *ep = (struct scif_endpt *)epd; scif_fence_mark() local 679 struct scif_endpt *ep = (struct scif_endpt *)epd; scif_fence_wait() local 713 struct scif_endpt *ep = (struct scif_endpt *)epd; scif_fence_signal() local
|
H A D | scif_mmap.c | 37 struct scif_endpt *ep; scif_recv_munmap() local 75 static void __scif_zap_mmaps(struct scif_endpt *ep) __scif_zap_mmaps() argument 101 struct scif_endpt *ep; _scif_zap_mmaps() local 131 static void __scif_cleanup_rma_for_zombies(struct scif_endpt *ep) __scif_cleanup_rma_for_zombies() argument 155 struct scif_endpt *ep; scif_cleanup_rma_for_zombies() local 169 static int scif_insert_vma(struct scif_endpt *ep, struct vm_area_struct *vma) scif_insert_vma() argument 188 static void scif_delete_vma(struct scif_endpt *ep, struct vm_area_struct *vma) scif_delete_vma() argument 205 static phys_addr_t scif_get_phys(phys_addr_t phys, struct scif_endpt *ep) scif_get_phys() argument 224 struct scif_endpt *ep = (struct scif_endpt *)epd; scif_get_pages() local 321 struct scif_endpt *ep; scif_put_pages() local 387 struct scif_endpt *ep = (struct scif_endpt *)start_window->ep; scif_rma_list_mmap() local 464 struct scif_endpt *ep = (struct scif_endpt *)start_window->ep; scif_rma_list_munmap() local 504 struct scif_endpt *ep; /* End point for remote window */ member in struct:vma_pvt 553 struct scif_endpt *ep; scif_munmap() local 615 struct scif_endpt *ep = (struct scif_endpt *)epd; scif_mmap() local
|
H A D | scif_api.c | 53 struct scif_endpt *ep; scif_open() local 92 static struct scif_endpt *scif_disconnect_ep(struct scif_endpt *ep) scif_disconnect_ep() argument 165 struct scif_endpt *ep = (struct scif_endpt *)epd; scif_close() local 319 struct scif_endpt *ep = (struct scif_endpt *)epd; __scif_flush() local 338 struct scif_endpt *ep = (struct scif_endpt *)epd; scif_bind() local 396 struct scif_endpt *ep = (struct scif_endpt *)epd; scif_listen() local 471 static int scif_conn_func(struct scif_endpt *ep) scif_conn_func() argument 581 struct scif_endpt *ep; scif_conn_handler() local 601 struct scif_endpt *ep = (struct scif_endpt *)epd; __scif_connect() local 948 struct scif_endpt *ep = (struct scif_endpt *)epd; _scif_send() local 1011 struct scif_endpt *ep = (struct scif_endpt *)epd; _scif_recv() local 1106 struct scif_endpt *ep = (struct scif_endpt *)epd; scif_user_send() local 1167 struct scif_endpt *ep = (struct scif_endpt *)epd; scif_user_recv() local 1228 struct scif_endpt *ep = (struct scif_endpt *)epd; scif_send() local 1270 struct scif_endpt *ep = (struct scif_endpt *)epd; scif_recv() local 1315 __scif_pollfd(struct file *f, poll_table *wait, struct scif_endpt *ep) __scif_pollfd() argument 1299 _scif_poll_wait(struct file *f, wait_queue_head_t *wq, poll_table *p, struct scif_endpt *ep) _scif_poll_wait() argument
|
H A D | scif_rma.c | 34 void scif_rma_ep_init(struct scif_endpt *ep) scif_rma_ep_init() argument 63 int scif_rma_ep_can_uninit(struct scif_endpt *ep) scif_rma_ep_can_uninit() argument 146 struct scif_window *scif_create_window(struct scif_endpt *ep, int nr_pages, scif_create_window() argument 191 static void scif_destroy_incomplete_window(struct scif_endpt *ep, scif_destroy_incomplete_window() argument 319 int scif_destroy_window(struct scif_endpt *ep, struct scif_window *window) scif_destroy_window() argument 643 static int scif_send_scif_unregister(struct scif_endpt *ep, scif_send_scif_unregister() argument 664 struct scif_endpt *ep = (struct scif_endpt *)window->ep; scif_unregister_window() local 756 static int scif_send_alloc_request(struct scif_endpt *ep, scif_send_alloc_request() argument 781 static int scif_prep_remote_window(struct scif_endpt *ep, scif_prep_remote_window() argument 958 static int scif_send_scif_register(struct scif_endpt *ep, scif_send_scif_register() argument 1008 int scif_get_window_offset(struct scif_endpt *ep, int flags, s64 offset, scif_get_window_offset() argument 1041 void scif_free_window_offset(struct scif_endpt *ep, scif_free_window_offset() argument 1097 struct scif_endpt *ep = (struct scif_endpt *)window->ep; scif_alloc_gnt_rej() local 1156 struct scif_endpt *ep = (struct scif_endpt *)msg->payload[0]; scif_recv_reg() local 1196 struct scif_endpt *ep; scif_recv_unreg() local 1259 struct scif_endpt *ep = (struct scif_endpt *)window->ep; scif_recv_reg_ack() local 1278 struct scif_endpt *ep = (struct scif_endpt *)window->ep; scif_recv_reg_nack() local 1296 struct scif_endpt *ep = (struct scif_endpt *)window->ep; scif_recv_unreg_ack() local 1315 struct scif_endpt *ep = (struct scif_endpt *)window->ep; scif_recv_unreg_nack() local 1483 scif_insert_local_window(struct scif_window *window, struct scif_endpt *ep) scif_insert_local_window() argument 1494 struct scif_endpt *ep = (struct scif_endpt *)epd; scif_register_pinned_pages() local 1597 struct scif_endpt *ep = (struct scif_endpt *)epd; scif_register() local 1719 struct scif_endpt *ep = (struct scif_endpt *)epd; scif_unregister() local
|
H A D | scif_rma.h | 205 struct scif_endpt *ep; member in struct:scif_status 251 u64 ep; member in struct:scif_window 294 struct scif_endpt *ep; member in struct:scif_mmu_notif
|
/linux-4.4.14/drivers/hwtracing/coresight/ |
H A D | of_coresight.c | 59 struct device_node *ep = NULL; of_coresight_get_ports() local 113 struct device_node *ep = NULL; of_get_coresight_platform_data() local
|
/linux-4.4.14/drivers/gpu/drm/tilcdc/ |
H A D | tilcdc_external.c | 141 struct device_node *ep = NULL; tilcdc_get_external_components() local
|
/linux-4.4.14/drivers/media/usb/uvc/ |
H A D | uvc_status.c | 165 struct usb_host_endpoint *ep = dev->int_ep; uvc_status_init() local
|
H A D | uvc_driver.c | 160 struct usb_host_endpoint *ep; uvc_find_endpoint() local 635 struct usb_host_endpoint *ep = &alts->endpoint[i]; uvc_parse_streaming() local 818 struct usb_host_endpoint *ep; uvc_parse_streaming() local 1241 struct usb_host_endpoint *ep = &alts->endpoint[0]; uvc_parse_control() local
|
H A D | uvc_video.c | 1605 struct usb_host_endpoint *ep; uvc_init_video() local 1471 uvc_endpoint_max_bpi(struct usb_device *dev, struct usb_host_endpoint *ep) uvc_endpoint_max_bpi() argument 1495 uvc_init_video_isoc(struct uvc_streaming *stream, struct usb_host_endpoint *ep, gfp_t gfp_flags) uvc_init_video_isoc() argument 1550 uvc_init_video_bulk(struct uvc_streaming *stream, struct usb_host_endpoint *ep, gfp_t gfp_flags) uvc_init_video_bulk() argument
|
/linux-4.4.14/drivers/char/xillybus/ |
H A D | xillybus_of.c | 42 static void xilly_dma_sync_single_for_cpu_of(struct xilly_endpoint *ep, xilly_dma_sync_single_for_cpu_of() argument 50 static void xilly_dma_sync_single_for_device_of(struct xilly_endpoint *ep, xilly_dma_sync_single_for_device_of() argument 58 static void xilly_dma_sync_single_nop(struct xilly_endpoint *ep, xilly_dma_sync_single_nop() argument 75 static int xilly_map_single_of(struct xilly_endpoint *ep, xilly_map_single_of() argument
|
H A D | xillybus_pcie.c | 53 static void xilly_dma_sync_single_for_cpu_pci(struct xilly_endpoint *ep, xilly_dma_sync_single_for_cpu_pci() argument 64 static void xilly_dma_sync_single_for_device_pci(struct xilly_endpoint *ep, xilly_dma_sync_single_for_device_pci() argument 91 static int xilly_map_single_pci(struct xilly_endpoint *ep, xilly_map_single_pci() argument
|
/linux-4.4.14/net/sctp/ |
H A D | objcnt.c | 47 SCTP_DBG_OBJCNT(ep); variable
|
H A D | endpointola.c | 57 static struct sctp_endpoint *sctp_endpoint_init(struct sctp_endpoint *ep, sctp_endpoint_init() argument 186 struct sctp_endpoint *ep; sctp_endpoint_new() local 206 void sctp_endpoint_add_asoc(struct sctp_endpoint *ep, sctp_endpoint_add_asoc() argument 229 void sctp_endpoint_free(struct sctp_endpoint *ep) sctp_endpoint_free() argument 242 static void sctp_endpoint_destroy(struct sctp_endpoint *ep) sctp_endpoint_destroy() argument 285 void sctp_endpoint_hold(struct sctp_endpoint *ep) sctp_endpoint_hold() argument 293 void sctp_endpoint_put(struct sctp_endpoint *ep) sctp_endpoint_put() argument 300 struct sctp_endpoint *sctp_endpoint_is_match(struct sctp_endpoint *ep, sctp_endpoint_is_match() argument 382 int sctp_endpoint_is_peeled_off(struct sctp_endpoint *ep, sctp_endpoint_is_peeled_off() argument 406 struct sctp_endpoint *ep = sctp_endpoint_bh_rcv() local 320 __sctp_endpoint_lookup_assoc( const struct sctp_endpoint *ep, const union sctp_addr *paddr, struct sctp_transport **transport) __sctp_endpoint_lookup_assoc() argument 365 sctp_endpoint_lookup_assoc( const struct sctp_endpoint *ep, const union sctp_addr *paddr, struct sctp_transport **transport) sctp_endpoint_lookup_assoc() argument
|
H A D | probe.c | 130 jsctp_sf_eat_sack(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, const sctp_subtype_t type, void *arg, sctp_cmd_seq_t *commands) jsctp_sf_eat_sack() argument
|
H A D | proc.c | 213 struct sctp_endpoint *ep; sctp_eps_seq_show() local
|
H A D | auth.c | 357 int sctp_auth_asoc_copy_shkeys(const struct sctp_endpoint *ep, sctp_auth_asoc_copy_shkeys() argument 449 int sctp_auth_init_hmacs(struct sctp_endpoint *ep, gfp_t gfp) sctp_auth_init_hmacs() argument 609 struct sctp_endpoint *ep; sctp_auth_asoc_set_default_hmac() local 764 int sctp_auth_ep_add_chunkid(struct sctp_endpoint *ep, __u8 chunk_id) sctp_auth_ep_add_chunkid() argument 786 int sctp_auth_ep_set_hmacs(struct sctp_endpoint *ep, sctp_auth_ep_set_hmacs() argument 823 int sctp_auth_set_key(struct sctp_endpoint *ep, sctp_auth_set_key() argument 882 int sctp_auth_set_active_key(struct sctp_endpoint *ep, sctp_auth_set_active_key() argument 915 int sctp_auth_del_key_id(struct sctp_endpoint *ep, sctp_auth_del_key_id() argument
|
H A D | input.c | 111 struct sctp_endpoint *ep = NULL; sctp_rcv() local 709 static void __sctp_hash_endpoint(struct sctp_endpoint *ep) __sctp_hash_endpoint() argument 726 void sctp_hash_endpoint(struct sctp_endpoint *ep) sctp_hash_endpoint() argument 734 static void __sctp_unhash_endpoint(struct sctp_endpoint *ep) __sctp_unhash_endpoint() argument 752 void sctp_unhash_endpoint(struct sctp_endpoint *ep) sctp_unhash_endpoint() argument 765 struct sctp_endpoint *ep; __sctp_rcv_lookup_endpoint() local
|
H A D | sm_sideeffect.c | 1097 sctp_do_sm(struct net *net, sctp_event_t event_type, sctp_subtype_t subtype, sctp_state_t state, struct sctp_endpoint *ep, struct sctp_association *asoc, void *event_arg, gfp_t gfp) sctp_do_sm() argument 1136 sctp_side_effects(sctp_event_t event_type, sctp_subtype_t subtype, sctp_state_t state, struct sctp_endpoint *ep, struct sctp_association *asoc, void *event_arg, sctp_disposition_t status, sctp_cmd_seq_t *commands, gfp_t gfp) sctp_side_effects() argument 1220 sctp_cmd_interpreter(sctp_event_t event_type, sctp_subtype_t subtype, sctp_state_t state, struct sctp_endpoint *ep, struct sctp_association *asoc, void *event_arg, sctp_disposition_t status, sctp_cmd_seq_t *commands, gfp_t gfp) sctp_cmd_interpreter() argument
|
/linux-4.4.14/drivers/usb/isp1760/ |
H A D | isp1760-udc.h | 35 struct usb_ep ep; member in struct:isp1760_ep 78 struct isp1760_ep ep[15]; member in struct:isp1760_udc
|
H A D | isp1760-udc.c | 32 struct isp1760_ep *ep; member in struct:isp1760_request 41 static inline struct isp1760_ep *ep_to_udc_ep(struct usb_ep *ep) ep_to_udc_ep() argument 81 static void __isp1760_udc_select_ep(struct isp1760_ep *ep, int dir) __isp1760_udc_select_ep() argument 99 static void isp1760_udc_select_ep(struct isp1760_ep *ep) isp1760_udc_select_ep() argument 105 static void isp1760_udc_ctrl_send_status(struct isp1760_ep *ep, int dir) isp1760_udc_ctrl_send_status() argument 126 static void isp1760_udc_request_complete(struct isp1760_ep *ep, isp1760_udc_request_complete() argument 153 static void isp1760_udc_ctrl_send_stall(struct isp1760_ep *ep) isp1760_udc_ctrl_send_stall() argument 179 static bool isp1760_udc_receive(struct isp1760_ep *ep, isp1760_udc_receive() argument 245 static void isp1760_udc_transmit(struct isp1760_ep *ep, isp1760_udc_transmit() argument 281 static void isp1760_ep_rx_ready(struct isp1760_ep *ep) isp1760_ep_rx_ready() argument 321 static void isp1760_ep_tx_complete(struct isp1760_ep *ep) isp1760_ep_tx_complete() argument 401 static int __isp1760_udc_set_halt(struct isp1760_ep *ep, bool halt) __isp1760_udc_set_halt() argument 456 struct isp1760_ep *ep; isp1760_udc_get_status() local 541 struct isp1760_ep *ep; isp1760_ep0_setup_standard() local 585 struct isp1760_ep *ep; isp1760_ep0_setup_standard() local 710 static int isp1760_ep_enable(struct usb_ep *ep, isp1760_ep_enable() argument 771 static int isp1760_ep_disable(struct usb_ep *ep) isp1760_ep_disable() argument 809 static struct usb_request *isp1760_ep_alloc_request(struct usb_ep *ep, isp1760_ep_alloc_request() argument 821 static void isp1760_ep_free_request(struct usb_ep *ep, struct usb_request *_req) isp1760_ep_free_request() argument 828 static int isp1760_ep_queue(struct usb_ep *ep, struct usb_request *_req, isp1760_ep_queue() argument 911 static int isp1760_ep_dequeue(struct usb_ep *ep, struct usb_request *_req) isp1760_ep_dequeue() argument 991 static int isp1760_ep_set_halt(struct usb_ep *ep, int value) isp1760_ep_set_halt() argument 1007 static int isp1760_ep_set_wedge(struct usb_ep *ep) isp1760_ep_set_wedge() argument 1023 static void isp1760_ep_fifo_flush(struct usb_ep *ep) isp1760_ep_fifo_flush() argument 1291 struct isp1760_ep *ep = &udc->ep[i*2]; isp1760_udc_irq() local 1361 struct isp1760_ep *ep = &udc->ep[i]; isp1760_udc_init_eps() local
|
/linux-4.4.14/drivers/target/tcm_fc/ |
H A D | tfc_io.c | 58 struct fc_exch *ep; ft_queue_data_in() local 213 struct fc_exch *ep; ft_recv_write_data() local 345 struct fc_exch *ep = NULL; ft_invl_hw_context() local
|
H A D | tfc_cmd.c | 47 struct fc_exch *ep; _ft_dump_cmd() local 123 struct fc_exch *ep; ft_queue_status() local 201 struct fc_exch *ep; ft_write_pending() local
|
/linux-4.4.14/drivers/usb/atm/ |
H A D | xusbatm.c | 52 static struct usb_interface *xusbatm_find_intf(struct usb_device *usb_dev, int altsetting, u8 ep) xusbatm_find_intf() argument
|
/linux-4.4.14/drivers/usb/core/ |
H A D | endpoint.c | 52 struct ep_device *ep = to_ep_device(dev); wMaxPacketSize_show() local 61 struct ep_device *ep = to_ep_device(dev); type_show() local 85 struct ep_device *ep = to_ep_device(dev); interval_show() local 131 struct ep_device *ep = to_ep_device(dev); direction_show() local
|
H A D | config.c | 46 usb_parse_ss_endpoint_companion(struct device *ddev, int cfgno, int inum, int asnum, struct usb_host_endpoint *ep, unsigned char *buffer, int size) usb_parse_ss_endpoint_companion() argument
|
H A D | urb.c | 331 struct usb_host_endpoint *ep; usb_submit_urb() local
|
H A D | driver.c | 394 struct usb_host_endpoint *ep, **eps = NULL; usb_unbind_interface() local
|
/linux-4.4.14/drivers/media/rc/ |
H A D | igorplugusb.c | 152 struct usb_endpoint_descriptor *ep; igorplugusb_probe() local
|
/linux-4.4.14/drivers/net/wireless/mwifiex/ |
H A D | sta_event.c | 369 u8 ep; mwifiex_process_multi_chan_event() local
|
H A D | usb.h | 62 u8 ep; member in struct:urb_context
|
H A D | usb.c | 846 static int mwifiex_usb_host_to_card(struct mwifiex_adapter *adapter, u8 ep, mwifiex_usb_host_to_card() argument 1146 static void mwifiex_submit_rx_urb(struct mwifiex_adapter *adapter, u8 ep) mwifiex_submit_rx_urb() argument 60 mwifiex_usb_recv(struct mwifiex_adapter *adapter, struct sk_buff *skb, u8 ep) mwifiex_usb_recv() argument 730 mwifiex_write_data_sync(struct mwifiex_adapter *adapter, u8 *pbuf, u32 *len, u8 ep, u32 timeout) mwifiex_write_data_sync() argument 753 mwifiex_read_data_sync(struct mwifiex_adapter *adapter, u8 *pbuf, u32 *len, u8 ep, u32 timeout) mwifiex_read_data_sync() argument
|
/linux-4.4.14/drivers/gpu/drm/armada/ |
H A D | armada_drv.c | 247 struct device_node *ep, *remote; armada_add_endpoints() local
|
/linux-4.4.14/lib/mpi/ |
H A D | mpi-pow.c | 41 mpi_ptr_t rp, ep, mp, bp; mpi_powm() local
|
/linux-4.4.14/security/tomoyo/ |
H A D | realpath.c | 156 char *ep; tomoyo_get_local_path() local
|
H A D | util.c | 200 char *ep; tomoyo_parse_ulong() local
|
/linux-4.4.14/include/linux/ |
H A D | usbdevice_fs.h | 47 compat_uint_t ep; member in struct:usbdevfs_bulktransfer32
|
/linux-4.4.14/tools/perf/util/ |
H A D | strfilter.c | 158 const char *ep = NULL; strfilter__new() local 177 const char *ep = NULL; strfilter__append() local 76 strfilter_node__new(const char *s, const char **ep) strfilter_node__new() argument
|
/linux-4.4.14/tools/usb/ffs-aio-example/simple/device_app/ |
H A D | aio_simple.c | 210 int ep[2]; main() local
|
/linux-4.4.14/drivers/usb/gadget/legacy/ |
H A D | dbgp.c | 80 static void __disable_ep(struct usb_ep *ep) __disable_ep() argument 91 static void dbgp_complete(struct usb_ep *ep, struct usb_request *req) dbgp_complete() argument 127 static int dbgp_enable_ep_req(struct usb_ep *ep) dbgp_enable_ep_req() argument 166 static int __enable_ep(struct usb_ep *ep, struct usb_endpoint_descriptor *desc) __enable_ep() argument 329 static void dbgp_setup_complete(struct usb_ep *ep, dbgp_setup_complete() argument
|
/linux-4.4.14/drivers/usb/gadget/udc/ |
H A D | s3c2410_udc.h | 22 struct usb_ep ep; member in struct:s3c2410_ep 79 struct s3c2410_ep ep[S3C2410_ENDPOINTS]; member in struct:s3c2410_udc
|
H A D | udc-core.c | 122 void usb_gadget_giveback_request(struct usb_ep *ep, usb_gadget_giveback_request() argument 142 struct usb_ep *ep; gadget_find_ep_by_name() local 155 usb_gadget_ep_match_desc(struct usb_gadget *gadget, struct usb_ep *ep, struct usb_endpoint_descriptor *desc, struct usb_ss_ep_comp_descriptor *ep_comp) usb_gadget_ep_match_desc() argument
|
H A D | at91_udc.h | 95 struct usb_ep ep; member in struct:at91_ep 129 struct at91_ep ep[NUM_ENDPOINTS]; member in struct:at91_udc
|
H A D | fotg210-udc.c | 31 static void fotg210_disable_fifo_int(struct fotg210_ep *ep) fotg210_disable_fifo_int() argument 42 static void fotg210_enable_fifo_int(struct fotg210_ep *ep) fotg210_enable_fifo_int() argument 61 static void fotg210_done(struct fotg210_ep *ep, struct fotg210_request *req, fotg210_done() argument 84 static void fotg210_fifo_ep_mapping(struct fotg210_ep *ep, u32 epnum, fotg210_fifo_ep_mapping() argument 112 static void fotg210_set_fifo_dir(struct fotg210_ep *ep, u32 epnum, u32 dir_in) fotg210_set_fifo_dir() argument 122 static void fotg210_set_tfrtype(struct fotg210_ep *ep, u32 epnum, u32 type) fotg210_set_tfrtype() argument 132 static void fotg210_set_mps(struct fotg210_ep *ep, u32 epnum, u32 mps, fotg210_set_mps() argument 145 static int fotg210_config_ep(struct fotg210_ep *ep, fotg210_config_ep() argument 163 struct fotg210_ep *ep; fotg210_ep_enable() local 178 struct fotg210_ep *ep = fotg210->ep[epnum]; fotg210_reset_tseq() local 199 static int fotg210_ep_release(struct fotg210_ep *ep) fotg210_ep_release() argument 214 struct fotg210_ep *ep; fotg210_ep_disable() local 256 static void fotg210_enable_dma(struct fotg210_ep *ep, fotg210_enable_dma() argument 290 static void fotg210_disable_dma(struct fotg210_ep *ep) fotg210_disable_dma() argument 295 static void fotg210_wait_dma_done(struct fotg210_ep *ep) fotg210_wait_dma_done() argument 329 static void fotg210_start_dma(struct fotg210_ep *ep, fotg210_start_dma() argument 379 static void fotg210_ep0_queue(struct fotg210_ep *ep, fotg210_ep0_queue() argument 402 struct fotg210_ep *ep; fotg210_ep_queue() local 435 struct fotg210_ep *ep; fotg210_ep_dequeue() local 450 static void fotg210_set_epnstall(struct fotg210_ep *ep) fotg210_set_epnstall() argument 471 static void fotg210_clear_epnstall(struct fotg210_ep *ep) fotg210_clear_epnstall() argument 487 struct fotg210_ep *ep; fotg210_set_halt_and_wedge() local 676 struct fotg210_ep *ep = fotg210_clear_feature() local 703 static int fotg210_is_epnstall(struct fotg210_ep *ep) fotg210_is_epnstall() argument 799 struct fotg210_ep *ep = fotg210->ep[0]; fotg210_ep0out() local 819 struct fotg210_ep *ep = fotg210->ep[0]; fotg210_ep0in() local 845 static void fotg210_in_fifo_handler(struct fotg210_ep *ep) fotg210_in_fifo_handler() argument 855 static void fotg210_out_fifo_handler(struct fotg210_ep *ep) fotg210_out_fifo_handler() argument 1134 struct fotg210_ep *ep = fotg210->ep[i]; fotg210_udc_probe() local
|
H A D | goku_udc.c | 97 struct goku_ep *ep; goku_ep_enable() local 188 static void ep_reset(struct goku_udc_regs __iomem *regs, struct goku_ep *ep) ep_reset() argument 242 struct goku_ep *ep; goku_ep_disable() local 296 done(struct goku_ep *ep, struct goku_request *req, int status) done() argument 345 static int write_fifo(struct goku_ep *ep, struct goku_request *req) write_fifo() argument 404 static int read_fifo(struct goku_ep *ep, struct goku_request *req) read_fifo() argument 517 pio_advance(struct goku_ep *ep) pio_advance() argument 531 static int start_dma(struct goku_ep *ep, struct goku_request *req) start_dma() argument 586 static void dma_advance(struct goku_udc *dev, struct goku_ep *ep) dma_advance() argument 634 static void abort_dma(struct goku_ep *ep, int status) abort_dma() argument 710 struct goku_ep *ep; goku_queue() local 790 static void nuke(struct goku_ep *ep, int status) nuke() argument 809 struct goku_ep *ep; goku_dequeue() local 856 static void goku_clear_halt(struct goku_ep *ep) goku_clear_halt() argument 879 struct goku_ep *ep; goku_set_halt() local 922 struct goku_ep *ep; goku_fifo_status() local 944 struct goku_ep *ep; goku_fifo_flush() local 998 struct usb_ep *ep; goku_match_ep() local 1193 struct goku_ep *ep = &dev->ep [i]; udc_proc_read() local 1276 struct goku_ep *ep = &dev->ep[i]; udc_reinit() local 1550 struct goku_ep *ep; goku_irq() local
|
H A D | pxa25x_udc.h | 41 struct usb_ep ep; member in struct:pxa25x_ep 123 struct pxa25x_ep ep [PXA_UDC_NUM_ENDPOINTS]; member in struct:pxa25x_udc
|
H A D | r8a66597-udc.h | 59 struct usb_ep ep; member in struct:r8a66597_ep 98 struct r8a66597_ep ep[R8A66597_MAX_NUM_PIPE]; member in struct:r8a66597 197 r8a66597_write_fifo(struct r8a66597 *r8a66597, struct r8a66597_ep *ep, unsigned char *buf, int len) r8a66597_write_fifo() argument
|
H A D | amd5536udc.c | 330 static int udc_set_txfifo_addr(struct udc_ep *ep) udc_set_txfifo_addr() argument 357 static void UDC_QUEUE_CNAK(struct udc_ep *ep, unsigned num) UDC_QUEUE_CNAK() argument 372 struct udc_ep *ep; udc_ep_enable() local 498 static void ep_init(struct udc_regs __iomem *regs, struct udc_ep *ep) ep_init() argument 542 struct udc_ep *ep = NULL; udc_ep_disable() local 569 struct udc_ep *ep; udc_alloc_request() local 638 struct udc_ep *ep; udc_free_request() local 682 static struct udc_request *udc_alloc_bna_dummy(struct udc_ep *ep) udc_alloc_bna_dummy() argument 699 udc_txfifo_write(struct udc_ep *ep, struct usb_request *req) udc_txfifo_write() argument 772 udc_rxfifo_read(struct udc_ep *ep, struct udc_request *req) udc_rxfifo_read() argument 926 static int prep_dma(struct udc_ep *ep, struct udc_request *req, gfp_t gfp) prep_dma() argument 1109 struct udc_ep *ep; udc_queue() local 1291 static void empty_req_queue(struct udc_ep *ep) empty_req_queue() argument 1307 struct udc_ep *ep; udc_dequeue() local 1362 struct udc_ep *ep; udc_set_halt() local 1577 struct udc_ep *ep; udc_setup_endpoints() local 1819 static void udc_handle_halt_state(struct udc_ep *ep) udc_handle_halt_state() argument 1851 struct udc_ep *ep; udc_pollstall_timer_function() local 2125 struct udc_ep *ep; udc_data_out_isr() local 2340 struct udc_ep *ep; udc_data_in_isr() local 2503 struct udc_ep *ep; variable in typeref:struct:udc_ep 2714 struct udc_ep *ep; udc_control_in_isr() local 2817 struct udc_ep *ep; variable in typeref:struct:udc_ep 809 udc_create_dma_chain( struct udc_ep *ep, struct udc_request *req, unsigned long buf_len, gfp_t gfp_flags ) udc_create_dma_chain() argument
|
H A D | at91_udc.c | 109 static void proc_ep_show(struct seq_file *s, struct at91_ep *ep) proc_ep_show() argument 189 struct at91_ep *ep; proc_udc_show() local 275 static void done(struct at91_ep *ep, struct at91_request *req, int status) done() argument 326 static int read_fifo (struct at91_ep *ep, struct at91_request *req) read_fifo() argument 401 static int write_fifo(struct at91_ep *ep, struct at91_request *req) write_fifo() argument 469 static void nuke(struct at91_ep *ep, int status) nuke() argument 490 struct at91_ep *ep = container_of(_ep, struct at91_ep, ep); at91_ep_enable() local 567 struct at91_ep *ep = container_of(_ep, struct at91_ep, ep); at91_ep_disable() local 624 struct at91_ep *ep; at91_ep_queue() local 722 struct at91_ep *ep; at91_ep_dequeue() local 752 struct at91_ep *ep = container_of(_ep, struct at91_ep, ep); at91_ep_set_halt() local 850 struct at91_ep *ep = &udc->ep[i]; udc_reinit() local 875 struct at91_ep *ep = &udc->ep[i]; reset_gadget() local 900 struct at91_ep *ep = &udc->ep[i]; stop_activity() local 1020 static int handle_ep(struct at91_ep *ep) handle_ep() argument 1062 static void handle_setup(struct at91_udc *udc, struct at91_ep *ep, u32 csr) handle_setup() argument 1505 struct at91_ep *ep = &udc->ep[1]; at91_udc_irq() local 1614 struct at91_ep *ep; at91rm9200_udc_init() local 1670 struct at91_ep *ep; at91sam9260_udc_init() local 1708 struct at91_ep *ep; at91sam9261_udc_init() local 1753 struct at91_ep *ep; at91sam9263_udc_init() local 1832 struct at91_ep *ep; at91udc_probe() local
|
H A D | atmel_usba_udc.c | 38 struct usba_ep *ep = inode->i_private; queue_dbg_open() local 247 static void usba_ep_cleanup_debugfs(struct usba_ep *ep) usba_ep_cleanup_debugfs() argument 305 static inline void usba_ep_cleanup_debugfs(struct usba_ep *ep) usba_ep_cleanup_debugfs() argument 358 static void next_fifo_transaction(struct usba_ep *ep, struct usba_request *req) next_fifo_transaction() argument 379 static void submit_request(struct usba_ep *ep, struct usba_request *req) submit_request() argument 412 static void submit_next_request(struct usba_ep *ep) submit_next_request() argument 426 static void send_status(struct usba_udc *udc, struct usba_ep *ep) send_status() argument 433 static void receive_data(struct usba_ep *ep) receive_data() argument 490 request_complete(struct usba_ep *ep, struct usba_request *req, int status) request_complete() argument 512 request_complete_list(struct usba_ep *ep, struct list_head *list, int status) request_complete_list() argument 525 struct usba_ep *ep = to_usba_ep(_ep); usba_ep_enable() local 635 struct usba_ep *ep = to_usba_ep(_ep); usba_ep_disable() local 700 static int queue_dma(struct usba_udc *udc, struct usba_ep *ep, queue_dma() argument 753 struct usba_ep *ep = to_usba_ep(_ep); usba_ep_queue() local 796 usba_update_req(struct usba_ep *ep, struct usba_request *req, u32 status) usba_update_req() argument 801 static int stop_dma(struct usba_ep *ep, u32 *pstatus) stop_dma() argument 835 struct usba_ep *ep = to_usba_ep(_ep); usba_ep_dequeue() local 893 struct usba_ep *ep = to_usba_ep(_ep); usba_ep_set_halt() local 938 struct usba_ep *ep = to_usba_ep(_ep); usba_ep_fifo_status() local 945 struct usba_ep *ep = to_usba_ep(_ep); usba_ep_fifo_flush() local 1038 struct usba_ep *ep; reset_all_endpoints() local 1066 struct usba_ep *ep; get_ep_by_addr() local 1088 static inline void set_protocol_stall(struct usba_udc *udc, struct usba_ep *ep) set_protocol_stall() argument 1094 static inline int is_stalled(struct usba_udc *udc, struct usba_ep *ep) is_stalled() argument 1128 struct usba_ep *ep; do_test_mode() local 1219 static int handle_ep0_setup(struct usba_udc *udc, struct usba_ep *ep, handle_ep0_setup() argument 1345 static void usba_control_irq(struct usba_udc *udc, struct usba_ep *ep) usba_control_irq() argument 1533 static void usba_ep_irq(struct usba_udc *udc, struct usba_ep *ep) usba_ep_irq() argument 1586 static void usba_dma_irq(struct usba_udc *udc, struct usba_ep *ep) usba_dma_irq() argument 1934 struct usba_ep *eps, *ep; atmel_udc_of_init() local 2064 struct usba_ep *ep = &eps[i]; usba_udc_pdata() local 203 usba_ep_init_debugfs(struct usba_udc *udc, struct usba_ep *ep) usba_ep_init_debugfs() argument 299 usba_ep_init_debugfs(struct usba_udc *udc, struct usba_ep *ep) usba_ep_init_debugfs() argument
|
H A D | fusb300_udc.c | 58 static void fusb300_ep_setting(struct fusb300_ep *ep, fusb300_ep_setting() argument 65 static int fusb300_ep_release(struct fusb300_ep *ep) fusb300_ep_release() argument 200 static int config_ep(struct fusb300_ep *ep, config_ep() argument 238 struct fusb300_ep *ep; fusb300_enable() local 253 struct fusb300_ep *ep; fusb300_disable() local 292 static int enable_fifo_int(struct fusb300_ep *ep) enable_fifo_int() argument 307 static int disable_fifo_int(struct fusb300_ep *ep) disable_fifo_int() argument 333 static void fusb300_wrcxf(struct fusb300_ep *ep, fusb300_wrcxf() argument 385 static void fusb300_set_epnstall(struct fusb300 *fusb300, u8 ep) fusb300_set_epnstall() argument 391 static void fusb300_clear_epnstall(struct fusb300 *fusb300, u8 ep) fusb300_clear_epnstall() argument 402 static void ep0_queue(struct fusb300_ep *ep, struct fusb300_request *req) ep0_queue() argument 425 struct fusb300_ep *ep; fusb300_queue() local 458 struct fusb300_ep *ep; fusb300_dequeue() local 475 struct fusb300_ep *ep; fusb300_set_halt_and_wedge() local 603 static void fusb300_rdfifo(struct fusb300_ep *ep, fusb300_rdfifo() argument 660 static u8 fusb300_get_epnstall(struct fusb300 *fusb300, u8 ep) fusb300_get_epnstall() argument 690 u8 ep; variable 728 u8 ep; set_feature() local 754 static void fusb300_clear_seqnum(struct fusb300 *fusb300, u8 ep) fusb300_clear_seqnum() argument 762 struct fusb300_ep *ep = clear_feature() local 867 static void done(struct fusb300_ep *ep, struct fusb300_request *req, done() argument 890 static void fusb300_fill_idma_prdtbl(struct fusb300_ep *ep, dma_addr_t d, fusb300_fill_idma_prdtbl() argument 915 static void fusb300_wait_idma_finished(struct fusb300_ep *ep) fusb300_wait_idma_finished() argument 941 static void fusb300_set_idma(struct fusb300_ep *ep, fusb300_set_idma() argument 962 static void in_ep_fifo_handler(struct fusb300_ep *ep) in_ep_fifo_handler() argument 972 static void out_ep_fifo_handler(struct fusb300_ep *ep) out_ep_fifo_handler() argument 1011 struct fusb300_ep *ep = fusb300->ep[0]; fusb300_ep0out() local 1033 struct fusb300_ep *ep = fusb300->ep[0]; fusb300_ep0in() local 1441 struct fusb300_ep *ep = fusb300->ep[i]; fusb300_probe() local 75 fusb300_set_fifo_entry(struct fusb300 *fusb300, u32 ep) fusb300_set_fifo_entry() argument 85 fusb300_set_start_entry(struct fusb300 *fusb300, u8 ep) fusb300_set_start_entry() argument 145 fusb300_set_ep_active(struct fusb300 *fusb300, u8 ep) fusb300_set_ep_active() argument
|
H A D | gr_udc.c | 95 static void gr_dbgprint_request(const char *str, struct gr_ep *ep, gr_dbgprint_request() argument 116 static void gr_dbgprint_request(const char *str, struct gr_ep *ep, gr_dbgprint_request() argument 129 static void gr_seq_ep_show(struct seq_file *seq, struct gr_ep *ep) gr_seq_ep_show() argument 192 struct gr_ep *ep; gr_seq_show() local 251 static struct gr_dma_desc *gr_alloc_dma_desc(struct gr_ep *ep, gfp_t gfp_flags) gr_alloc_dma_desc() argument 385 static void gr_start_dma(struct gr_ep *ep) gr_start_dma() argument 427 static void gr_dma_advance(struct gr_ep *ep, int status) gr_dma_advance() argument 442 static void gr_abort_dma(struct gr_ep *ep) gr_abort_dma() argument 457 static int gr_add_dma_desc(struct gr_ep *ep, struct gr_request *req, gr_add_dma_desc() argument 496 static int gr_setup_out_desc_list(struct gr_ep *ep, struct gr_request *req, gr_setup_out_desc_list() argument 549 static int gr_setup_in_desc_list(struct gr_ep *ep, struct gr_request *req, gr_setup_in_desc_list() argument 597 static int gr_queue(struct gr_ep *ep, struct gr_request *req, gfp_t gfp_flags) gr_queue() argument 655 static inline int gr_queue_int(struct gr_ep *ep, struct gr_request *req, gr_queue_int() argument 672 static void gr_ep_nuke(struct gr_ep *ep) gr_ep_nuke() argument 691 static void gr_ep_reset(struct gr_ep *ep) gr_ep_reset() argument 724 static int gr_ep_halt_wedge(struct gr_ep *ep, int halt, int wedge, int fromhost) gr_ep_halt_wedge() argument 797 struct gr_ep *ep; gr_stop_activity() local 814 struct gr_ep *ep; gr_ep0_testmode_complete() local 1002 struct gr_ep *ep; gr_endpoint_request() local 1257 static int gr_handle_in_ep(struct gr_ep *ep) gr_handle_in_ep() argument 1282 static int gr_handle_out_ep(struct gr_ep *ep) gr_handle_out_ep() argument 1419 struct gr_ep *ep; gr_irq_handler() local 1490 struct gr_ep *ep; gr_ep_enable() local 1622 struct gr_ep *ep; gr_ep_disable() local 1675 struct gr_ep *ep; gr_queue_ext() local 1714 struct gr_ep *ep; gr_dequeue() local 1766 struct gr_ep *ep; gr_set_halt_wedge() local 1806 struct gr_ep *ep; gr_fifo_status() local 1828 struct gr_ep *ep; gr_fifo_flush() local 1980 struct gr_ep *ep; gr_ep_init() local 2097 struct gr_ep *ep; gr_ep_remove() local 840 gr_ep0_respond(struct gr_udc *dev, u8 *buf, int length, void (*complete)(struct usb_ep *ep, struct usb_request *req)) gr_ep0_respond() argument
|
H A D | gr_udc.h | 143 struct usb_ep ep; member in struct:gr_ep
|
H A D | m66592-udc.c | 211 struct m66592_ep *ep = m66592->pipenum2ep[pipenum]; pipe_change() local 303 static void pipe_initialize(struct m66592_ep *ep) pipe_initialize() argument 327 static void m66592_ep_setting(struct m66592 *m66592, struct m66592_ep *ep, m66592_ep_setting() argument 369 static void m66592_ep_release(struct m66592_ep *ep) m66592_ep_release() argument 384 static int alloc_pipe_config(struct m66592_ep *ep, alloc_pipe_config() argument 463 static int free_pipe_config(struct m66592_ep *ep) free_pipe_config() argument 497 static void start_ep0_write(struct m66592_ep *ep, struct m66592_request *req) start_ep0_write() argument 516 static void start_packet_write(struct m66592_ep *ep, struct m66592_request *req) start_packet_write() argument 532 static void start_packet_read(struct m66592_ep *ep, struct m66592_request *req) start_packet_read() argument 559 static void start_packet(struct m66592_ep *ep, struct m66592_request *req) start_packet() argument 567 static void start_ep0(struct m66592_ep *ep, struct m66592_request *req) start_ep0() argument 742 static void irq_ep0_write(struct m66592_ep *ep, struct m66592_request *req) irq_ep0_write() argument 795 static void irq_packet_write(struct m66592_ep *ep, struct m66592_request *req) irq_packet_write() argument 842 static void irq_packet_read(struct m66592_ep *ep, struct m66592_request *req) irq_packet_read() argument 901 struct m66592_ep *ep; irq_pipe_ready() local 934 struct m66592_ep *ep; irq_pipe_empty() local 969 struct m66592_ep *ep; variable in typeref:struct:m66592_ep 1013 struct m66592_ep *ep; clear_feature() local 1071 struct m66592_ep *ep; set_feature() local 1169 struct m66592_ep *ep; variable in typeref:struct:m66592_ep 1309 struct m66592_ep *ep; m66592_enable() local 1317 struct m66592_ep *ep; m66592_disable() local 1360 struct m66592_ep *ep; m66592_queue() local 1394 struct m66592_ep *ep; m66592_dequeue() local 1411 struct m66592_ep *ep; m66592_set_halt() local 1439 struct m66592_ep *ep; m66592_fifo_flush() local 1549 static void nop_completion(struct usb_ep *ep, struct usb_request *r) nop_completion() argument 1635 struct m66592_ep *ep = &m66592->ep[i]; m66592_probe() local
|
H A D | mv_u3d_core.c | 55 struct mv_u3d_ep *ep; mv_u3d_ep0_reset() local 231 static int mv_u3d_queue_trb(struct mv_u3d_ep *ep, struct mv_u3d_req *req) mv_u3d_queue_trb() argument 482 mv_u3d_start_queue(struct mv_u3d_ep *ep) mv_u3d_start_queue() argument 529 struct mv_u3d_ep *ep; mv_u3d_ep_enable() local 635 struct mv_u3d_ep *ep; mv_u3d_ep_disable() local 703 struct mv_u3d_ep *ep = container_of(_ep, struct mv_u3d_ep, ep); mv_u3d_ep_fifo_flush() local 785 struct mv_u3d_ep *ep; mv_u3d_ep_queue() local 859 struct mv_u3d_ep *ep; mv_u3d_ep_dequeue() local 934 struct mv_u3d_ep *ep = u3d->eps; mv_u3d_ep_set_stall() local 956 struct mv_u3d_ep *ep; mv_u3d_ep_set_halt_wedge() local 1315 struct mv_u3d_ep *ep; mv_u3d_eps_init() local 1375 static void mv_u3d_nuke(struct mv_u3d_ep *ep, int status) mv_u3d_nuke() argument 1391 struct mv_u3d_ep *ep; mv_u3d_stop_activity() local
|
H A D | mv_udc_core.c | 77 struct mv_ep *ep; ep0_reset() local 258 static int queue_dtd(struct mv_ep *ep, struct mv_req *req) queue_dtd() argument 448 struct mv_ep *ep; mv_ep_enable() local 568 struct mv_ep *ep; mv_ep_disable() local 637 struct mv_ep *ep; mv_ep_fifo_flush() local 697 struct mv_ep *ep = container_of(_ep, struct mv_ep, ep); mv_ep_queue() local 762 static void mv_prime_ep(struct mv_ep *ep, struct mv_req *req) mv_prime_ep() argument 786 struct mv_ep *ep = container_of(_ep, struct mv_ep, ep); mv_ep_dequeue() local 903 struct mv_ep *ep; mv_ep_set_halt_wedge() local 1247 struct mv_ep *ep; eps_init() local 1304 static void nuke(struct mv_ep *ep, int status) nuke() argument 1321 struct mv_ep *ep; gadget_reset() local 1339 struct mv_ep *ep; stop_activity() local 1431 static void prime_status_complete(struct usb_ep *ep, struct usb_request *_req) prime_status_complete() argument 1455 struct mv_ep *ep; udc_prime_status() local 1573 struct mv_ep *ep; ch9clearfeature() local
|
H A D | net2272.c | 120 static void assert_out_naking(struct net2272_ep *ep, const char *where) assert_out_naking() argument 137 static void stop_out_naking(struct net2272_ep *ep) stop_out_naking() argument 192 struct net2272_ep *ep; net2272_enable() local 262 static void net2272_ep_reset(struct net2272_ep *ep) net2272_ep_reset() argument 310 struct net2272_ep *ep; net2272_disable() local 332 struct net2272_ep *ep; net2272_alloc_request() local 351 struct net2272_ep *ep; net2272_free_request() local 364 net2272_done(struct net2272_ep *ep, struct net2272_request *req, int status) net2272_done() argument 403 net2272_write_packet(struct net2272_ep *ep, u8 *buf, net2272_write_packet() argument 440 net2272_write_fifo(struct net2272_ep *ep, struct net2272_request *req) net2272_write_fifo() argument 501 net2272_out_flush(struct net2272_ep *ep) net2272_out_flush() argument 511 net2272_read_packet(struct net2272_ep *ep, u8 *buf, net2272_read_packet() argument 553 net2272_read_fifo(struct net2272_ep *ep, struct net2272_request *req) net2272_read_fifo() argument 628 net2272_pio_advance(struct net2272_ep *ep) net2272_pio_advance() argument 641 net2272_request_dma(struct net2272 *dev, unsigned ep, u32 buf, net2272_request_dma() argument 720 net2272_kick_dma(struct net2272_ep *ep, struct net2272_request *req) net2272_kick_dma() argument 829 struct net2272_ep *ep; net2272_queue() local 927 net2272_dequeue_all(struct net2272_ep *ep) net2272_dequeue_all() argument 946 struct net2272_ep *ep; net2272_dequeue() local 986 struct net2272_ep *ep; net2272_set_halt_and_wedge() local 1042 struct net2272_ep *ep; net2272_fifo_status() local 1063 struct net2272_ep *ep; net2272_fifo_flush() local 1248 struct net2272_ep *ep; registers_show() local 1392 struct net2272_ep *ep = &dev->ep[i]; net2272_usb_reinit() local 1529 net2272_handle_dma(struct net2272_ep *ep) net2272_handle_dma() argument 1607 net2272_handle_ep(struct net2272_ep *ep) net2272_handle_ep() argument 1645 struct net2272_ep *ep; net2272_get_ep_by_addr() local 1729 struct net2272_ep *ep; net2272_handle_stat0_irqs() local
|
H A D | net2280.h | 94 struct usb_ep ep; member in struct:net2280_ep 117 static inline void allow_status(struct net2280_ep *ep) allow_status() argument 127 static inline void allow_status_338x(struct net2280_ep *ep) allow_status_338x() argument 155 struct net2280_ep ep[9]; member in struct:net2280 193 static inline void set_halt(struct net2280_ep *ep) set_halt() argument 203 static inline void clear_halt(struct net2280_ep *ep) clear_halt() argument 337 static inline void set_fifo_bytecount(struct net2280_ep *ep, unsigned count) set_fifo_bytecount() argument 348 static inline void start_out_naking(struct net2280_ep *ep) start_out_naking() argument 356 static inline void stop_out_naking(struct net2280_ep *ep) stop_out_naking() argument 366 static inline void set_max_speed(struct net2280_ep *ep, u32 max) set_max_speed() argument
|
H A D | omap_udc.h | 139 struct usb_ep ep; member in struct:omap_ep 163 struct omap_ep ep[32]; member in struct:omap_udc
|
H A D | pxa25x_udc.c | 215 struct pxa25x_ep *ep; pxa25x_ep_enable() local 266 struct pxa25x_ep *ep; pxa25x_ep_disable() local 332 static void done(struct pxa25x_ep *ep, struct pxa25x_request *req, int status) done() argument 386 write_fifo (struct pxa25x_ep *ep, struct pxa25x_request *req) write_fifo() argument 453 write_ep0_fifo (struct pxa25x_ep *ep, struct pxa25x_request *req) write_ep0_fifo() argument 513 read_fifo (struct pxa25x_ep *ep, struct pxa25x_request *req) read_fifo() argument 590 read_ep0_fifo (struct pxa25x_ep *ep, struct pxa25x_request *req) read_ep0_fifo() argument 632 struct pxa25x_ep *ep; pxa25x_ep_queue() local 738 static void nuke(struct pxa25x_ep *ep, int status) nuke() argument 757 struct pxa25x_ep *ep; pxa25x_ep_dequeue() local 787 struct pxa25x_ep *ep; pxa25x_ep_set_halt() local 842 struct pxa25x_ep *ep; pxa25x_ep_fifo_status() local 861 struct pxa25x_ep *ep; pxa25x_ep_fifo_flush() local 1081 struct pxa25x_ep *ep = &dev->ep [i]; udc_seq_show() local 1183 struct pxa25x_ep *ep = &dev->ep[i]; udc_reinit() local 1294 struct pxa25x_ep *ep = &dev->ep[i]; reset_gadget() local 1321 struct pxa25x_ep *ep = &dev->ep[i]; stop_activity() local 1423 struct pxa25x_ep *ep = &dev->ep [0]; handle_ep0() local 1644 static void handle_ep(struct pxa25x_ep *ep) handle_ep() argument
|
H A D | r8a66597-udc.c | 301 struct r8a66597_ep *ep = r8a66597->pipenum2ep[pipenum]; pipe_change() local 394 static void pipe_initialize(struct r8a66597_ep *ep) pipe_initialize() argument 438 static void r8a66597_ep_release(struct r8a66597_ep *ep) r8a66597_ep_release() argument 453 static int alloc_pipe_config(struct r8a66597_ep *ep, alloc_pipe_config() argument 537 static int free_pipe_config(struct r8a66597_ep *ep) free_pipe_config() argument 571 static void start_ep0_write(struct r8a66597_ep *ep, start_ep0_write() argument 602 struct r8a66597_ep *ep = r8a66597->pipenum2ep[pipenum]; change_bfre_mode() local 688 static void sudmac_start(struct r8a66597 *r8a66597, struct r8a66597_ep *ep, sudmac_start() argument 701 static void start_packet_write(struct r8a66597_ep *ep, start_packet_write() argument 736 static void start_packet_read(struct r8a66597_ep *ep, start_packet_read() argument 771 static void start_packet(struct r8a66597_ep *ep, struct r8a66597_request *req) start_packet() argument 779 static void start_ep0(struct r8a66597_ep *ep, struct r8a66597_request *req) start_ep0() argument 895 static struct r8a66597_request *get_request_from_ep(struct r8a66597_ep *ep) get_request_from_ep() argument 938 static void irq_ep0_write(struct r8a66597_ep *ep, struct r8a66597_request *req) irq_ep0_write() argument 992 static void irq_packet_write(struct r8a66597_ep *ep, irq_packet_write() argument 1041 static void irq_packet_read(struct r8a66597_ep *ep, irq_packet_read() argument 1102 struct r8a66597_ep *ep; irq_pipe_ready() local 1133 struct r8a66597_ep *ep; irq_pipe_empty() local 1166 struct r8a66597_ep *ep; variable in typeref:struct:r8a66597_ep 1211 struct r8a66597_ep *ep; clear_feature() local 1272 struct r8a66597_ep *ep; set_feature() local 1373 struct r8a66597_ep *ep; variable in typeref:struct:r8a66597_ep 1403 static void sudmac_finish(struct r8a66597 *r8a66597, struct r8a66597_ep *ep) sudmac_finish() argument 1450 struct r8a66597_ep *ep; r8a66597_sudmac_irq() local 1559 struct r8a66597_ep *ep; r8a66597_enable() local 1567 struct r8a66597_ep *ep; r8a66597_disable() local 1610 struct r8a66597_ep *ep; r8a66597_queue() local 1644 struct r8a66597_ep *ep; r8a66597_dequeue() local 1661 struct r8a66597_ep *ep; r8a66597_set_halt() local 1690 struct r8a66597_ep *ep; r8a66597_set_wedge() local 1707 struct r8a66597_ep *ep; r8a66597_fifo_flush() local 1838 static void nop_completion(struct usb_ep *ep, struct usb_request *r) nop_completion() argument 1926 struct r8a66597_ep *ep = &r8a66597->ep[i]; r8a66597_probe() local 412 r8a66597_ep_setting(struct r8a66597 *r8a66597, struct r8a66597_ep *ep, const struct usb_endpoint_descriptor *desc, u16 pipenum, int dma) r8a66597_ep_setting() argument 632 sudmac_alloc_channel(struct r8a66597 *r8a66597, struct r8a66597_ep *ep, struct r8a66597_request *req) sudmac_alloc_channel() argument 669 sudmac_free_channel(struct r8a66597 *r8a66597, struct r8a66597_ep *ep, struct r8a66597_request *req) sudmac_free_channel() argument
|
H A D | s3c-hsudc.c | 111 struct usb_ep ep; member in struct:s3c_hsudc_ep 155 struct s3c_hsudc_ep ep[]; member in struct:s3c_hsudc 171 static inline struct s3c_hsudc_ep *our_ep(struct usb_ep *ep) our_ep() argument 849 static void s3c_hsudc_free_request(struct usb_ep *ep, struct usb_request *_req) s3c_hsudc_free_request() argument
|
H A D | s3c2410_udc.c | 252 static void s3c2410_udc_done(struct s3c2410_ep *ep, s3c2410_udc_done() argument 320 static int s3c2410_udc_write_fifo(struct s3c2410_ep *ep, s3c2410_udc_write_fifo() argument 420 static int s3c2410_udc_read_fifo(struct s3c2410_ep *ep, s3c2410_udc_read_fifo() argument 742 struct s3c2410_ep *ep = &dev->ep[0]; s3c2410_udc_handle_ep0() local 810 static void s3c2410_udc_handle_ep(struct s3c2410_ep *ep) s3c2410_udc_handle_ep() argument 1011 static inline struct s3c2410_ep *to_s3c2410_ep(struct usb_ep *ep) to_s3c2410_ep() argument 1033 struct s3c2410_ep *ep; s3c2410_udc_ep_enable() local 1111 struct s3c2410_ep *ep = to_s3c2410_ep(_ep); s3c2410_udc_ep_disable() local 1168 struct s3c2410_ep *ep = to_s3c2410_ep(_ep); s3c2410_udc_free_request() local 1187 struct s3c2410_ep *ep = to_s3c2410_ep(_ep); s3c2410_udc_queue() local 1292 struct s3c2410_ep *ep = to_s3c2410_ep(_ep); s3c2410_udc_dequeue() local 1336 struct s3c2410_ep *ep = to_s3c2410_ep(_ep); s3c2410_udc_set_halt() local 1602 struct s3c2410_ep *ep = &dev->ep[i]; s3c2410_udc_reinit() local 269 s3c2410_udc_nuke(struct s3c2410_udc *udc, struct s3c2410_ep *ep, int status) s3c2410_udc_nuke() argument 599 s3c2410_udc_handle_ep0_idle(struct s3c2410_udc *dev, struct s3c2410_ep *ep, struct usb_ctrlrequest *crq, u32 ep0csr) s3c2410_udc_handle_ep0_idle() argument
|
/linux-4.4.14/drivers/usb/host/ |
H A D | ehci-hub.c | 751 struct usb_host_endpoint *ep; request_single_step_set_feature_urb() local
|
H A D | fhci-hcd.c | 512 fhci_endpoint_disable(struct usb_hcd *hcd, struct usb_host_endpoint *ep) fhci_endpoint_disable() argument
|
H A D | xhci-dbg.c | 386 xhci_dbg_ep_rings(struct xhci_hcd *xhci, unsigned int slot_id, unsigned int ep_index, struct xhci_virt_ep *ep) xhci_dbg_ep_rings() argument
|
H A D | ehci-q.c | 145 ehci_clear_tt_buffer_complete(struct usb_hcd *hcd, struct usb_host_endpoint *ep) ehci_clear_tt_buffer_complete() argument
|
H A D | fhci-tds.c | 86 void fhci_push_dummy_bd(struct endpoint *ep) fhci_push_dummy_bd() argument 101 struct endpoint *ep; fhci_ep0_free() local 155 struct endpoint *ep; fhci_create_ep() local 246 void fhci_init_ep_registers(struct fhci_usb *usb, struct endpoint *ep, fhci_init_ep_registers() argument 283 struct endpoint *ep = usb->ep0; fhci_td_transaction_confirm() local 389 struct endpoint *ep = usb->ep0; fhci_host_transaction() local 478 struct endpoint *ep = usb->ep0; fhci_flush_bds() local 535 struct endpoint *ep = usb->ep0; fhci_flush_actual_frame() local 599 struct endpoint *ep = usb->ep0; fhci_host_transmit_actual_frame() local
|
H A D | hwa-hc.c | 234 hwahc_op_endpoint_disable(struct usb_hcd *usb_hcd, struct usb_host_endpoint *ep) hwahc_op_endpoint_disable() argument
|
H A D | imx21-dbg.c | 174 static char *format_ep(struct usb_host_endpoint *ep, char *buf, int bufsize) format_ep() argument
|
H A D | ohci-hcd.c | 346 ohci_endpoint_disable (struct usb_hcd *hcd, struct usb_host_endpoint *ep) ohci_endpoint_disable() argument
|
H A D | ohci-q.c | 45 struct usb_host_endpoint *ep = urb->ep; variable in typeref:struct:usb_host_endpoint 398 ed_get( struct ohci_hcd *ohci, struct usb_host_endpoint *ep, struct usb_device *udev, unsigned int pipe, int interval ) ed_get() argument
|
H A D | ehci-hcd.c | 943 ehci_endpoint_disable (struct usb_hcd *hcd, struct usb_host_endpoint *ep) ehci_endpoint_disable() argument 1014 ehci_endpoint_reset(struct usb_hcd *hcd, struct usb_host_endpoint *ep) ehci_endpoint_reset() argument
|
H A D | sl811-hcd.c | 303 struct sl811h_ep *ep; start() local 474 done(struct sl811 *sl811, struct sl811h_ep *ep, u8 bank) done() argument 800 struct sl811h_ep *ep = NULL; sl811h_urb_enqueue() local 962 struct sl811h_ep *ep; sl811h_urb_dequeue() local 1030 struct sl811h_ep *ep = hep->hcpriv; sl811h_endpoint_disable() local 1386 struct sl811h_ep *ep; sl811h_show() local 133 setup_packet( struct sl811 *sl811, struct sl811h_ep *ep, struct urb *urb, u8 bank, u8 control ) setup_packet() argument 164 status_packet( struct sl811 *sl811, struct sl811h_ep *ep, struct urb *urb, u8 bank, u8 control ) status_packet() argument 198 in_packet( struct sl811 *sl811, struct sl811h_ep *ep, struct urb *urb, u8 bank, u8 control ) in_packet() argument 234 out_packet( struct sl811 *sl811, struct sl811h_ep *ep, struct urb *urb, u8 bank, u8 control ) out_packet() argument
|
H A D | xhci-hub.c | 423 struct xhci_virt_ep *ep; xhci_ring_device() local
|
H A D | ehci-sched.c | 1158 struct usb_host_endpoint *ep; iso_stream_find() local
|
H A D | imx21-hcd.c | 461 static void free_epdmem(struct imx21 *imx21, struct usb_host_endpoint *ep) free_epdmem() argument 545 struct usb_host_endpoint *ep = etd->ep; nonisoc_urb_completed_for_etd() local 639 struct usb_host_endpoint *ep = etd->ep; isoc_etd_done() local 1168 struct usb_host_endpoint *ep = urb->ep; imx21_hc_urb_enqueue() local 1265 struct usb_host_endpoint *ep; imx21_hc_urb_dequeue() local 364 alloc_dmem(struct imx21 *imx21, unsigned int size, struct usb_host_endpoint *ep) alloc_dmem() argument 564 schedule_isoc_etds(struct usb_hcd *hcd, struct usb_host_endpoint *ep) schedule_isoc_etds() argument 693 alloc_isoc_ep( struct imx21 *imx21, struct usb_host_endpoint *ep) alloc_isoc_ep() argument 739 imx21_hc_urb_enqueue_isoc(struct usb_hcd *hcd, struct usb_host_endpoint *ep, struct urb *urb, gfp_t mem_flags) imx21_hc_urb_enqueue_isoc() argument 1428 imx21_hc_endpoint_disable(struct usb_hcd *hcd, struct usb_host_endpoint *ep) imx21_hc_endpoint_disable() argument
|
H A D | isp116x-hcd.c | 167 struct isp116x_ep *ep; pack_fifo() local 199 struct isp116x_ep *ep; unpack_fifo() local 232 struct isp116x_ep *ep; preproc_atl_queue() local 349 struct isp116x_ep *ep; postproc_atl_queue() local 481 struct isp116x_ep *last_ep = NULL, *ep; start_atl_transfers() local 691 struct isp116x_ep *ep = NULL; isp116x_urb_enqueue() local 841 struct isp116x_ep *ep, *ep_act; isp116x_urb_dequeue() local 877 struct isp116x_ep *ep = hep->hcpriv; isp116x_endpoint_disable() local
|
/linux-4.4.14/drivers/usb/musb/ |
H A D | musb_gadget.h | 81 struct musb_ep *ep; member in struct:musb_request 127 static inline struct musb_ep *to_musb_ep(struct usb_ep *ep) to_musb_ep() argument 132 static inline struct musb_request *next_request(struct musb_ep *ep) next_request() argument
|
H A D | musb_gadget_ep0.c | 106 struct musb_ep *ep; service_tx_status_request() local 260 struct musb_hw_ep *ep; variable in typeref:struct:musb_hw_ep 425 struct musb_hw_ep *ep; variable in typeref:struct:musb_hw_ep 915 musb_g_ep0_enable(struct usb_ep *ep, const struct usb_endpoint_descriptor *desc) musb_g_ep0_enable() argument 930 struct musb_ep *ep; musb_g_ep0_queue() local 1009 static int musb_g_ep0_dequeue(struct usb_ep *ep, struct usb_request *req) musb_g_ep0_dequeue() argument 1017 struct musb_ep *ep; musb_g_ep0_halt() local
|
H A D | cppi_dma.c | 279 cppi_channel_allocate(struct dma_controller *c, struct musb_hw_ep *ep, u8 transmit) cppi_channel_allocate() argument
|
H A D | musb_cppi41.c | 310 static u32 update_ep_mode(unsigned ep, unsigned mode, u32 old) update_ep_mode() argument
|
H A D | musb_gadget.c | 190 static void nuke(struct musb_ep *ep, const int status) nuke() argument 241 static inline int max_ep_writesize(struct musb *musb, struct musb_ep *ep) max_ep_writesize() argument 953 static int musb_gadget_enable(struct usb_ep *ep, musb_gadget_enable() argument 1140 static int musb_gadget_disable(struct usb_ep *ep) musb_gadget_disable() argument 1187 struct usb_request *musb_alloc_request(struct usb_ep *ep, gfp_t gfp_flags) musb_alloc_request() argument 1210 void musb_free_request(struct usb_ep *ep, struct usb_request *req) musb_free_request() argument 1240 static int musb_gadget_queue(struct usb_ep *ep, struct usb_request *req, musb_gadget_queue() argument 1296 static int musb_gadget_dequeue(struct usb_ep *ep, struct usb_request *request) musb_gadget_dequeue() argument 1353 static int musb_gadget_set_halt(struct usb_ep *ep, int value) musb_gadget_set_halt() argument 1438 static int musb_gadget_set_wedge(struct usb_ep *ep) musb_gadget_set_wedge() argument 1450 static int musb_gadget_fifo_status(struct usb_ep *ep) musb_gadget_fifo_status() argument 1473 static void musb_gadget_fifo_flush(struct usb_ep *ep) musb_gadget_fifo_flush() argument 1689 struct usb_ep *ep = NULL; musb_match_ep() local 1744 init_peripheral_ep(struct musb *musb, struct musb_ep *ep, u8 epnum, int is_in) init_peripheral_ep() argument
|
/linux-4.4.14/drivers/usb/usbip/ |
H A D | stub_rx.c | 347 struct usb_host_endpoint *ep; get_pipe() local 398 struct usb_host_endpoint *ep; masking_bogus_flags() local
|
H A D | usbip_common.c | 73 unsigned char ep = usb_pipeendpoint(p); usbip_dump_pipe() local
|
H A D | usbip_common.h | 152 __u32 ep; member in struct:usbip_header_basic
|
/linux-4.4.14/drivers/usb/wusbcore/ |
H A D | wa-rpipe.c | 437 int rpipe_get_by_ep(struct wahc *wa, struct usb_host_endpoint *ep, rpipe_get_by_ep() argument 516 void rpipe_ep_disable(struct wahc *wa, struct usb_host_endpoint *ep) rpipe_ep_disable() argument 537 void rpipe_clear_feature_stalled(struct wahc *wa, struct usb_host_endpoint *ep) rpipe_clear_feature_stalled() argument 263 rpipe_epc_find( struct device *dev, struct usb_host_endpoint *ep) rpipe_epc_find() argument 313 rpipe_aim(struct wa_rpipe *rpipe, struct wahc *wa, struct usb_host_endpoint *ep, struct urb *urb, gfp_t gfp) rpipe_aim() argument 396 rpipe_check_aim(const struct wa_rpipe *rpipe, const struct wahc *wa, const struct usb_host_endpoint *ep, const struct urb *urb, gfp_t gfp) rpipe_check_aim() argument
|
H A D | wa-hc.h | 116 struct usb_host_endpoint *ep; member in struct:wa_rpipe
|
/linux-4.4.14/drivers/usb/dwc2/ |
H A D | debugfs.c | 259 struct dwc2_hsotg_ep *ep = seq->private; ep_show() local 363 struct dwc2_hsotg_ep *ep; dwc2_hsotg_create_debug() local 376 struct dwc2_hsotg_ep *ep; dwc2_hsotg_create_debug() local
|
H A D | hcd.h | 623 dwc2_hcd_is_bandwidth_allocated(struct dwc2_hsotg *hsotg, struct usb_host_endpoint *ep) dwc2_hcd_is_bandwidth_allocated() argument 634 dwc2_hcd_get_ep_bandwidth(struct dwc2_hsotg *hsotg, struct usb_host_endpoint *ep) dwc2_hcd_get_ep_bandwidth() argument
|
/linux-4.4.14/drivers/gpu/drm/rockchip/ |
H A D | rockchip_drm_drv.c | 391 struct device_node *ep; rockchip_drm_encoder_get_mux_id() local 425 struct device_node *ep, *remote; rockchip_add_endpoints() local
|
/linux-4.4.14/drivers/input/mouse/ |
H A D | synaptics_usb.c | 289 struct usb_endpoint_descriptor *ep; synusb_probe() local
|
/linux-4.4.14/drivers/media/platform/xilinx/ |
H A D | xilinx-vipp.c | 78 struct device_node *ep = NULL; xvip_graph_build_one() local 198 struct device_node *ep = NULL; xvip_graph_build_dma() local 353 struct device_node *ep = NULL; xvip_graph_parse_one() local
|
/linux-4.4.14/drivers/net/wireless/mediatek/mt7601u/ |
H A D | dma.c | 332 static enum mt76_qsel ep2dmaq(u8 ep) ep2dmaq() argument 342 u8 ep = q2ep(hw_q); mt7601u_dma_enqueue_tx() local 279 mt7601u_dma_submit_tx(struct mt7601u_dev *dev, struct sk_buff *skb, u8 ep) mt7601u_dma_submit_tx() argument
|
/linux-4.4.14/drivers/net/irda/ |
H A D | mcs7780.c | 531 mcs_find_endpoints(struct mcs_cb *mcs, struct usb_host_endpoint *ep, int epnum) mcs_find_endpoints() argument
|
H A D | irda-usb.c | 1466 __u8 ep; /* Endpoint address */ irda_usb_parse_endpoints() local
|
/linux-4.4.14/drivers/net/wireless/ath/carl9170/ |
H A D | usb.c | 1043 struct usb_endpoint_descriptor *ep; carl9170_usb_probe() local
|
/linux-4.4.14/drivers/net/ethernet/neterion/vxge/ |
H A D | vxge-ethtool.c | 189 vxge_ethtool_getpause_data(struct net_device *dev, struct ethtool_pauseparam *ep) vxge_ethtool_getpause_data() argument 208 vxge_ethtool_setpause_data(struct net_device *dev, struct ethtool_pauseparam *ep) vxge_ethtool_setpause_data() argument
|
/linux-4.4.14/drivers/gpu/drm/atmel-hlcdc/ |
H A D | atmel_hlcdc_output.c | 291 struct of_endpoint ep; atmel_hlcdc_create_outputs() local 228 atmel_hlcdc_create_panel_output(struct drm_device *dev, struct of_endpoint *ep) atmel_hlcdc_create_panel_output() argument
|
/linux-4.4.14/drivers/gpu/drm/exynos/ |
H A D | exynos_drm_dpi.c | 246 struct device_node *np, *ep; exynos_dpi_of_find_panel_node() local
|
/linux-4.4.14/arch/x86/pci/ |
H A D | sta2x11-fixup.c | 87 int ep; sta2x11_pdev_to_instance() local 111 int ep; sta2x11_pdev_to_mapping() local
|
/linux-4.4.14/fs/autofs4/ |
H A D | waitq.c | 129 struct autofs_packet_expire_multi *ep = &pkt.v4_pkt.expire_multi; autofs4_notify_daemon() local
|
/linux-4.4.14/arch/powerpc/platforms/powermac/ |
H A D | bootx_init.c | 283 char *namep, *p, *ep, *lp; bootx_scan_dt_build_struct() local
|
/linux-4.4.14/arch/ia64/kernel/ |
H A D | sal.c | 124 struct ia64_sal_desc_entry_point *ep = p; sal_desc_entry_point() local
|
/linux-4.4.14/sound/usb/6fire/ |
H A D | pcm.c | 571 usb6fire_pcm_init_urb(struct pcm_urb *urb, struct sfire_chip *chip, bool in, int ep, void (*handler)(struct urb *)) usb6fire_pcm_init_urb() argument
|
/linux-4.4.14/sound/usb/ |
H A D | card.c | 308 struct snd_usb_endpoint *ep, *n; snd_usb_audio_free() local 599 struct snd_usb_endpoint *ep; usb_audio_disconnect() local
|
H A D | clock.c | 284 unsigned int ep; set_sample_rate_v1() local
|
H A D | endpoint.c | 130 int snd_usb_endpoint_implicit_feedback_sink(struct snd_usb_endpoint *ep) snd_usb_endpoint_implicit_feedback_sink() argument 145 int snd_usb_endpoint_next_packet_size(struct snd_usb_endpoint *ep) snd_usb_endpoint_next_packet_size() argument 162 static void retire_outbound_urb(struct snd_usb_endpoint *ep, retire_outbound_urb() argument 169 static void retire_inbound_urb(struct snd_usb_endpoint *ep, retire_inbound_urb() argument 186 static void prepare_silent_urb(struct snd_usb_endpoint *ep, prepare_silent_urb() argument 230 static void prepare_outbound_urb(struct snd_usb_endpoint *ep, prepare_outbound_urb() argument 279 static inline void prepare_inbound_urb(struct snd_usb_endpoint *ep, prepare_inbound_urb() argument 321 static void queue_pending_output_urbs(struct snd_usb_endpoint *ep) queue_pending_output_urbs() argument 373 struct snd_usb_endpoint *ep = ctx->ep; snd_complete_urb() local 449 struct snd_usb_endpoint *ep; snd_usb_add_endpoint() local 522 static int wait_clear_urbs(struct snd_usb_endpoint *ep) wait_clear_urbs() argument 547 void snd_usb_endpoint_sync_pending_stop(struct snd_usb_endpoint *ep) snd_usb_endpoint_sync_pending_stop() argument 556 static int deactivate_urbs(struct snd_usb_endpoint *ep, bool force) deactivate_urbs() argument 584 static void release_urbs(struct snd_usb_endpoint *ep, int force) release_urbs() argument 610 static int data_ep_set_params(struct snd_usb_endpoint *ep, data_ep_set_params() argument 791 static int sync_ep_set_params(struct snd_usb_endpoint *ep) sync_ep_set_params() argument 845 int snd_usb_endpoint_set_params(struct snd_usb_endpoint *ep, snd_usb_endpoint_set_params() argument 917 int snd_usb_endpoint_start(struct snd_usb_endpoint *ep, bool can_sleep) snd_usb_endpoint_start() argument 1003 void snd_usb_endpoint_stop(struct snd_usb_endpoint *ep) snd_usb_endpoint_stop() argument 1031 void snd_usb_endpoint_deactivate(struct snd_usb_endpoint *ep) snd_usb_endpoint_deactivate() argument 1051 void snd_usb_endpoint_release(struct snd_usb_endpoint *ep) snd_usb_endpoint_release() argument 1063 void snd_usb_endpoint_free(struct snd_usb_endpoint *ep) snd_usb_endpoint_free() argument 1078 void snd_usb_handle_sync_urb(struct snd_usb_endpoint *ep, snd_usb_handle_sync_urb() argument
|
/linux-4.4.14/drivers/usb/dwc3/ |
H A D | ep0.c | 222 int dwc3_gadget_ep0_queue(struct usb_ep *ep, struct usb_request *request, dwc3_gadget_ep0_queue() argument 286 int __dwc3_gadget_ep0_set_halt(struct usb_ep *ep, int value) __dwc3_gadget_ep0_set_halt() argument 296 int dwc3_gadget_ep0_set_halt(struct usb_ep *ep, int value) dwc3_gadget_ep0_set_halt() argument 336 static void dwc3_ep0_status_cmpl(struct usb_ep *ep, struct usb_request *req) dwc3_ep0_status_cmpl() argument 604 static void dwc3_ep0_set_sel_cmpl(struct usb_ep *ep, struct usb_request *req) dwc3_ep0_set_sel_cmpl() argument
|
H A D | gadget.c | 313 int dwc3_send_gadget_ep_cmd(struct dwc3 *dwc, unsigned ep, dwc3_send_gadget_ep_cmd() argument 671 static int dwc3_gadget_ep0_enable(struct usb_ep *ep, dwc3_gadget_ep0_enable() argument 677 static int dwc3_gadget_ep0_disable(struct usb_ep *ep) dwc3_gadget_ep0_disable() argument 684 static int dwc3_gadget_ep_enable(struct usb_ep *ep, dwc3_gadget_ep_enable() argument 718 static int dwc3_gadget_ep_disable(struct usb_ep *ep) dwc3_gadget_ep_disable() argument 746 static struct usb_request *dwc3_gadget_ep_alloc_request(struct usb_ep *ep, dwc3_gadget_ep_alloc_request() argument 764 static void dwc3_gadget_ep_free_request(struct usb_ep *ep, dwc3_gadget_ep_free_request() argument 1190 static int dwc3_gadget_ep_queue(struct usb_ep *ep, struct usb_request *request, dwc3_gadget_ep_queue() argument 1223 static int dwc3_gadget_ep_dequeue(struct usb_ep *ep, dwc3_gadget_ep_dequeue() argument 1312 static int dwc3_gadget_ep_set_halt(struct usb_ep *ep, int value) dwc3_gadget_ep_set_halt() argument 1328 static int dwc3_gadget_ep_set_wedge(struct usb_ep *ep) dwc3_gadget_ep_set_wedge() argument
|
/linux-4.4.14/drivers/usb/storage/ |
H A D | usb.c | 723 struct usb_endpoint_descriptor *ep; get_pipes() local
|
/linux-4.4.14/drivers/staging/media/lirc/ |
H A D | lirc_sasem.c | 699 struct usb_endpoint_descriptor *ep; sasem_probe() local
|
H A D | lirc_imon.c | 736 struct usb_endpoint_descriptor *ep; imon_probe() local
|
/linux-4.4.14/drivers/video/fbdev/ |
H A D | sunxvr500.c | 54 static int e3d_get_props(struct e3d_info *ep) e3d_get_props() argument 97 static void e3d_clut_write(struct e3d_info *ep, int index, u32 val) e3d_clut_write() argument 114 struct e3d_info *ep = info->par; e3d_setcolreg() local 151 struct e3d_info *ep = info->par; e3d_imageblit() local 164 struct e3d_info *ep = info->par; e3d_fillrect() local 177 struct e3d_info *ep = info->par; e3d_copyarea() local 196 static int e3d_set_fbinfo(struct e3d_info *ep) e3d_set_fbinfo() argument 247 struct e3d_info *ep; e3d_pci_register() local 398 struct e3d_info *ep = info->par; e3d_pci_unregister() local
|
/linux-4.4.14/drivers/infiniband/hw/cxgb3/ |
H A D | iwch_qp.c | 743 int iwch_post_zb_read(struct iwch_ep *ep) iwch_post_zb_read() argument 960 struct iwch_ep *ep = NULL; iwch_modify_qp() local
|
/linux-4.4.14/drivers/gpu/drm/rcar-du/ |
H A D | rcar_du_kms.c | 668 struct of_endpoint ep; for_each_endpoint_of_node() local 553 rcar_du_encoders_init_one(struct rcar_du_device *rcdu, enum rcar_du_output output, struct of_endpoint *ep) rcar_du_encoders_init_one() argument
|
/linux-4.4.14/drivers/media/platform/exynos4-is/ |
H A D | media-dev.h | 61 struct exynos_media_pipeline ep; member in struct:fimc_pipeline 198 __fimc_md_get_subdev( struct exynos_media_pipeline *ep, unsigned int index) __fimc_md_get_subdev() argument
|
/linux-4.4.14/drivers/media/usb/tm6000/ |
H A D | tm6000-cards.c | 1249 int ep; tm6000_usb_probe() local
|
/linux-4.4.14/drivers/net/wireless/p54/ |
H A D | p54usb.c | 397 unsigned int ep; p54u_write() local 418 unsigned int ep; p54u_read() local 443 static int p54u_bulk_msg(struct p54u_priv *priv, unsigned int ep, p54u_bulk_msg() argument
|
/linux-4.4.14/drivers/net/wireless/ath/ath10k/ |
H A D | htc.c | 60 static void ath10k_htc_notify_tx_completion(struct ath10k_htc_ep *ep, ath10k_htc_notify_tx_completion() argument 79 static void ath10k_htc_prepare_tx_skb(struct ath10k_htc_ep *ep, ath10k_htc_prepare_tx_skb() argument 101 struct ath10k_htc_ep *ep = &htc->endpoint[eid]; ath10k_htc_send() local 178 struct ath10k_htc_ep *ep; ath10k_htc_tx_completion_handler() local 202 struct ath10k_htc_ep *ep; ath10k_htc_process_credit_report() local 300 struct ath10k_htc_ep *ep; ath10k_htc_rx_completion_handler() local 463 struct ath10k_htc_ep *ep; ath10k_htc_reset_endpoint_states() local 608 struct ath10k_htc_ep *ep; ath10k_htc_connect_service() local 810 struct ath10k_htc_ep *ep = NULL; ath10k_htc_init() local
|
/linux-4.4.14/drivers/net/wireless/ath/ath5k/ |
H A D | debug.c | 908 struct eeprom_private *ep; open_file_eeprom() local 971 struct eeprom_private *ep = file->private_data; read_file_eeprom() local 978 struct eeprom_private *ep = file->private_data; release_file_eeprom() local
|
/linux-4.4.14/drivers/net/ethernet/freescale/fs_enet/ |
H A D | mac-fcc.c | 191 fcc_enet_t __iomem *ep = fep->fcc.ep; set_multicast_start() local 200 fcc_enet_t __iomem *ep = fep->fcc.ep; set_multicast_one() local 217 fcc_enet_t __iomem *ep = fep->fcc.ep; set_multicast_finish() local 254 fcc_enet_t __iomem *ep = fep->fcc.ep; restart() local 549 fcc_enet_t __iomem *ep = fep->fcc.ep; tx_restart() local
|
H A D | mac-scc.c | 182 scc_enet_t __iomem *ep = fep->scc.ep; set_multicast_start() local 193 scc_enet_t __iomem *ep = fep->scc.ep; set_multicast_one() local 210 scc_enet_t __iomem *ep = fep->scc.ep; set_multicast_finish() local 248 scc_enet_t __iomem *ep = fep->scc.ep; restart() local
|
/linux-4.4.14/drivers/gpu/drm/imx/ |
H A D | imx-drm-core.c | 442 struct device_node *ep; imx_drm_encoder_get_mux_id() local
|
/linux-4.4.14/drivers/char/ |
H A D | lp.c | 1022 char *ep; lp_init_module() local
|
/linux-4.4.14/scripts/kconfig/ |
H A D | menu.c | 287 struct expr *parentdep, *basedep, *dep, *dep2, **ep; menu_finalize() local
|
/linux-4.4.14/include/linux/sunrpc/ |
H A D | cache.h | 245 char *ep; get_int() local
|
/linux-4.4.14/include/scsi/ |
H A D | fc_encode.h | 643 struct fc_exch *ep = fc_seq_exch(fr_seq(fp)); fc_rec_fill() local
|
/linux-4.4.14/net/netfilter/ipvs/ |
H A D | ip_vs_lblcr.c | 156 struct ip_vs_dest_set_elem *e, *ep; ip_vs_dest_set_eraseall() local
|
/linux-4.4.14/sound/usb/hiface/ |
H A D | pcm.c | 527 hiface_pcm_init_urb(struct pcm_urb *urb, struct hiface_chip *chip, unsigned int ep, void (*handler)(struct urb *)) hiface_pcm_init_urb() argument
|
/linux-4.4.14/sound/usb/line6/ |
H A D | driver.c | 465 struct usb_host_endpoint *ep; line6_get_interval() local
|
/linux-4.4.14/sound/usb/usx2y/ |
H A D | us122l.c | 315 unsigned int ep = 0x81; us122l_set_sample_rate() local
|
/linux-4.4.14/drivers/usb/mon/ |
H A D | mon_text.c | 126 static inline char mon_text_get_setup(struct mon_event_text *ep, mon_text_get_setup() argument 140 static inline char mon_text_get_data(struct mon_event_text *ep, struct urb *urb, mon_text_get_data() argument 191 struct mon_event_text *ep; mon_text_event() local 269 struct mon_event_text *ep; mon_text_error() local 386 struct mon_event_text *ep; mon_text_read_t() local 413 struct mon_event_text *ep; mon_text_read_u() local 450 struct mon_event_text *ep; mon_text_read_wait() local 613 struct mon_event_text *ep; mon_text_release() local 476 mon_text_read_head_t(struct mon_reader_text *rp, struct mon_text_ptr *p, const struct mon_event_text *ep) mon_text_read_head_t() argument 494 mon_text_read_head_u(struct mon_reader_text *rp, struct mon_text_ptr *p, const struct mon_event_text *ep) mon_text_read_head_u() argument 512 mon_text_read_statset(struct mon_reader_text *rp, struct mon_text_ptr *p, const struct mon_event_text *ep) mon_text_read_statset() argument 533 mon_text_read_intstat(struct mon_reader_text *rp, struct mon_text_ptr *p, const struct mon_event_text *ep) mon_text_read_intstat() argument 540 mon_text_read_isostat(struct mon_reader_text *rp, struct mon_text_ptr *p, const struct mon_event_text *ep) mon_text_read_isostat() argument 553 mon_text_read_isodesc(struct mon_reader_text *rp, struct mon_text_ptr *p, const struct mon_event_text *ep) mon_text_read_isodesc() argument 575 mon_text_read_data(struct mon_reader_text *rp, struct mon_text_ptr *p, const struct mon_event_text *ep) mon_text_read_data() argument
|
/linux-4.4.14/drivers/usb/class/ |
H A D | cdc-wdm.c | 755 static int wdm_create(struct usb_interface *intf, struct usb_endpoint_descriptor *ep, wdm_create() argument 877 struct usb_endpoint_descriptor *ep; wdm_probe() local 941 usb_cdc_wdm_register(struct usb_interface *intf, struct usb_endpoint_descriptor *ep, int bufsize, int (*manage_power)(struct usb_interface *, int)) usb_cdc_wdm_register() argument
|
/linux-4.4.14/drivers/scsi/be2iscsi/ |
H A D | be_iscsi.c | 40 struct iscsi_cls_session *beiscsi_session_create(struct iscsi_endpoint *ep, beiscsi_session_create() argument 206 struct iscsi_endpoint *ep; beiscsi_conn_bind() local 641 int beiscsi_ep_get_param(struct iscsi_endpoint *ep, beiscsi_ep_get_param() argument 1101 static int beiscsi_open_conn(struct iscsi_endpoint *ep, beiscsi_open_conn() argument 1202 struct iscsi_endpoint *ep; beiscsi_ep_connect() local 1263 int beiscsi_ep_poll(struct iscsi_endpoint *ep, int timeout_ms) beiscsi_ep_poll() argument 1355 void beiscsi_ep_disconnect(struct iscsi_endpoint *ep) beiscsi_ep_disconnect() argument
|
/linux-4.4.14/drivers/scsi/ |
H A D | iscsi_tcp.c | 819 iscsi_sw_tcp_session_create(struct iscsi_endpoint *ep, uint16_t cmds_max, iscsi_sw_tcp_session_create() argument
|
/linux-4.4.14/drivers/net/can/usb/peak_usb/ |
H A D | pcan_usb.c | 838 struct usb_endpoint_descriptor *ep = &if_desc->endpoint[i].desc; pcan_usb_probe() local
|
/linux-4.4.14/drivers/infiniband/ulp/iser/ |
H A D | iscsi_iser.c | 466 struct iscsi_endpoint *ep; iscsi_iser_conn_bind() local 606 iscsi_iser_session_create(struct iscsi_endpoint *ep, iscsi_iser_session_create() argument 768 static int iscsi_iser_get_ep_param(struct iscsi_endpoint *ep, iscsi_iser_get_ep_param() argument 812 struct iscsi_endpoint *ep; iscsi_iser_ep_connect() local 852 iscsi_iser_ep_poll(struct iscsi_endpoint *ep, int timeout_ms) iscsi_iser_ep_poll() argument 888 iscsi_iser_ep_disconnect(struct iscsi_endpoint *ep) iscsi_iser_ep_disconnect() argument
|
/linux-4.4.14/drivers/input/misc/ |
H A D | ati_remote2.c | 192 struct usb_endpoint_descriptor *ep[2]; member in struct:ati_remote2
|
/linux-4.4.14/drivers/media/usb/dvb-usb/ |
H A D | m920x.c | 350 int ep = adap->props.fe[0].stream.endpoint; m920x_update_filters() local
|
/linux-4.4.14/drivers/media/usb/em28xx/ |
H A D | em28xx-audio.c | 746 struct usb_endpoint_descriptor *e, *ep = NULL; em28xx_audio_urb_init() local
|
H A D | em28xx-cards.c | 3289 int ep; em28xx_usb_probe() local
|
/linux-4.4.14/drivers/net/wireless/realtek/rtl818x/rtl8187/ |
H A D | dev.c | 237 unsigned int ep; rtl8187_tx() local
|
/linux-4.4.14/drivers/net/wireless/ath/ath6kl/ |
H A D | init.c | 272 set_ac2_ep_map(struct ath6kl *ar, u8 ac, enum htc_endpoint_id ep) set_ac2_ep_map() argument
|
/linux-4.4.14/include/uapi/linux/ |
H A D | usbdevice_fs.h | 50 unsigned int ep; member in struct:usbdevfs_bulktransfer
|
/linux-4.4.14/fs/xfs/libxfs/ |
H A D | xfs_bmap_btree.c | 388 xfs_bmbt_rec_host_t *ep = xfs_iext_get_ext(ifp, idx); xfs_check_nostate_extents() local
|
H A D | xfs_inode_fork.c | 57 xfs_bmbt_rec_host_t *ep = xfs_iext_get_ext(ifp, i); xfs_validate_extents() local 337 xfs_bmbt_rec_host_t *ep = xfs_iext_get_ext(ifp, i); xfs_iformat_extents() local 761 xfs_bmbt_rec_host_t *ep = xfs_iext_get_ext(ifp, i); xfs_iextents_copy() local 1476 xfs_bmbt_rec_host_t *ep; /* extent record pointer */ xfs_iext_indirect_to_direct() local 1536 xfs_bmbt_rec_host_t *ep = NULL; /* pointer to target extent */ xfs_iext_bno_to_ext() local
|
/linux-4.4.14/arch/s390/oprofile/ |
H A D | hwsampler.c | 68 struct hws_execute_parms *ep = parms; execute_qsi() local 75 struct hws_execute_parms *ep = parms; execute_ssctl() local 83 struct hws_execute_parms ep; smp_ctl_ssctl_stop() local 113 struct hws_execute_parms ep; smp_ctl_ssctl_deactivate() local 139 struct hws_execute_parms ep; smp_ctl_ssctl_enable_activate() local 167 struct hws_execute_parms ep; smp_ctl_qsi() local
|
/linux-4.4.14/arch/ia64/sn/kernel/ |
H A D | setup.c | 159 struct ia64_sal_desc_entry_point *ep; early_sn_setup() local
|
/linux-4.4.14/drivers/gpio/ |
H A D | gpiolib-acpi.c | 322 struct acpi_gpio_event *event, *ep; acpi_gpiochip_free_interrupts() local
|