| /Linux-v5.4/drivers/misc/mic/scif/ | 
| D | scif_api.c | 154 int scif_close(scif_epd_t epd)  in scif_close()309 int __scif_flush(scif_epd_t epd)  in __scif_flush()
 328 int scif_bind(scif_epd_t epd, u16 pn)  in scif_bind()
 385 int scif_listen(scif_epd_t epd, int backlog)  in scif_listen()
 590 int __scif_connect(scif_epd_t epd, struct scif_port_id *dst, bool non_block)  in __scif_connect()
 710 int scif_connect(scif_epd_t epd, struct scif_port_id *dst)  in scif_connect()
 737 int scif_accept(scif_epd_t epd, struct scif_port_id *peer,  in scif_accept()
 923 static inline int scif_msg_param_check(scif_epd_t epd, int len, int flags)  in scif_msg_param_check()
 936 static int _scif_send(scif_epd_t epd, void *msg, int len, int flags)  in _scif_send()
 998 static int _scif_recv(scif_epd_t epd, void *msg, int len, int flags)  in _scif_recv()
 [all …]
 
 | 
| D | scif_fence.c | 196 static int _scif_prog_signal(scif_epd_t epd, dma_addr_t dst, u64 val)  in _scif_prog_signal()293 int scif_prog_signal(scif_epd_t epd, off_t offset, u64 val,  in scif_prog_signal()
 339 static int _scif_fence_wait(scif_epd_t epd, int mark)  in _scif_fence_wait()
 396 static int _scif_send_fence(scif_epd_t epd, int uop, int mark, int *out_mark)  in _scif_send_fence()
 459 static int scif_send_fence_mark(scif_epd_t epd, int *out_mark)  in scif_send_fence_mark()
 471 static int scif_send_fence_wait(scif_epd_t epd, int mark)  in scif_send_fence_wait()
 513 static int scif_send_fence_signal(scif_epd_t epd, off_t roff, u64 rval,  in scif_send_fence_signal()
 586 int _scif_fence_mark(scif_epd_t epd, int *mark)  in _scif_fence_mark()
 633 int scif_fence_mark(scif_epd_t epd, int flags, int *mark)  in scif_fence_mark()
 681 int scif_fence_wait(scif_epd_t epd, int mark)  in scif_fence_wait()
 [all …]
 
 | 
| D | scif_rma_list.c | 225 void scif_unmap_all_windows(scif_epd_t epd)  in scif_unmap_all_windows()247 int scif_unregister_all_windows(scif_epd_t epd)  in scif_unregister_all_windows()
 
 | 
| D | scif_dma.c | 342 scif_register_temp(scif_epd_t epd, unsigned long addr, size_t len, int prot,  in scif_register_temp()1533 static int scif_rma_list_dma_copy_wrapper(struct scif_endpt *epd,  in scif_rma_list_dma_copy_wrapper()
 1634 static int scif_rma_copy(scif_epd_t epd, off_t loffset, unsigned long addr,  in scif_rma_copy()
 1823 int scif_readfrom(scif_epd_t epd, off_t loffset, size_t len,  in scif_readfrom()
 1851 int scif_writeto(scif_epd_t epd, off_t loffset, size_t len,  in scif_writeto()
 1879 int scif_vreadfrom(scif_epd_t epd, void *addr, size_t len,  in scif_vreadfrom()
 1910 int scif_vwriteto(scif_epd_t epd, void *addr, size_t len,  in scif_vwriteto()
 
 | 
| D | scif_epd.h | 156 static inline int scif_anon_inode_getfile(scif_epd_t epd)  in scif_anon_inode_getfile()163 static inline void scif_anon_inode_fput(scif_epd_t epd)  in scif_anon_inode_fput()
 
 | 
| D | scif_mmap.c | 212 int scif_get_pages(scif_epd_t epd, off_t offset, size_t len,  in scif_get_pages()602 int scif_mmap(struct vm_area_struct *vma, scif_epd_t epd)  in scif_mmap()
 
 | 
| D | scif_rma.c | 1466 off_t scif_register_pinned_pages(scif_epd_t epd,  in scif_register_pinned_pages()1568 off_t scif_register(scif_epd_t epd, void *addr, size_t len, off_t offset,  in scif_register()
 1693 scif_unregister(scif_epd_t epd, off_t offset, size_t len)  in scif_unregister()
 
 | 
| /Linux-v5.4/drivers/gpu/drm/tiny/ | 
| D | repaper.c | 199 static void repaper_even_pixels(struct repaper_epd *epd, u8 **pp,  in repaper_even_pixels()245 static void repaper_odd_pixels(struct repaper_epd *epd, u8 **pp,  in repaper_odd_pixels()
 295 static void repaper_all_pixels(struct repaper_epd *epd, u8 **pp,  in repaper_all_pixels()
 339 static void repaper_one_line(struct repaper_epd *epd, unsigned int line,  in repaper_one_line()
 423 static void repaper_frame_fixed(struct repaper_epd *epd, u8 fixed_value,  in repaper_frame_fixed()
 432 static void repaper_frame_data(struct repaper_epd *epd, const u8 *image,  in repaper_frame_data()
 453 static void repaper_frame_fixed_repeat(struct repaper_epd *epd, u8 fixed_value,  in repaper_frame_fixed_repeat()
 464 static void repaper_frame_data_repeat(struct repaper_epd *epd, const u8 *image,  in repaper_frame_data_repeat()
 475 static void repaper_get_temperature(struct repaper_epd *epd)  in repaper_get_temperature()
 535 	struct repaper_epd *epd = drm_to_epd(fb->dev);  in repaper_fb_dirty()  local
 [all …]
 
 | 
| /Linux-v5.4/drivers/net/wimax/i2400m/ | 
| D | usb-fw.c | 95 	struct usb_endpoint_descriptor *epd;  in i2400mu_tx_bulk_out()  local249 	struct usb_endpoint_descriptor *epd;  in i2400mu_notif_submit()  local
 
 | 
| D | usb-notif.c | 196 	struct usb_endpoint_descriptor *epd;  in i2400mu_notification_setup()  local
 | 
| D | usb-tx.c | 94 	struct usb_endpoint_descriptor *epd;  in i2400mu_tx()  local
 | 
| D | usb-rx.c | 197 	struct usb_endpoint_descriptor *epd;  in i2400mu_rx()  local
 | 
| D | usb.c | 146 	struct usb_endpoint_descriptor *epd = NULL;  in __i2400mu_send_barker()  local
 | 
| /Linux-v5.4/include/uapi/linux/usb/ | 
| D | ch9.h | 462 static inline int usb_endpoint_num(const struct usb_endpoint_descriptor *epd)  in usb_endpoint_num()474 static inline int usb_endpoint_type(const struct usb_endpoint_descriptor *epd)  in usb_endpoint_type()
 485 static inline int usb_endpoint_dir_in(const struct usb_endpoint_descriptor *epd)  in usb_endpoint_dir_in()
 497 				const struct usb_endpoint_descriptor *epd)  in usb_endpoint_dir_out()
 509 				const struct usb_endpoint_descriptor *epd)  in usb_endpoint_xfer_bulk()
 522 				const struct usb_endpoint_descriptor *epd)  in usb_endpoint_xfer_control()
 536 				const struct usb_endpoint_descriptor *epd)  in usb_endpoint_xfer_int()
 550 				const struct usb_endpoint_descriptor *epd)  in usb_endpoint_xfer_isoc()
 564 				const struct usb_endpoint_descriptor *epd)  in usb_endpoint_is_bulk_in()
 577 				const struct usb_endpoint_descriptor *epd)  in usb_endpoint_is_bulk_out()
 [all …]
 
 | 
| /Linux-v5.4/drivers/staging/uwb/i1480/dfu/ | 
| D | usb.c | 227 	struct usb_endpoint_descriptor *epd;  in i1480_usb_wait_init_done()  local282 	struct usb_endpoint_descriptor *epd;  in i1480_usb_cmd()  local
 
 | 
| /Linux-v5.4/drivers/usb/serial/ | 
| D | usb-serial.c | 719 	struct usb_endpoint_descriptor *epd;  in find_endpoints()  local748 					struct usb_endpoint_descriptor *epd)  in setup_port_bulk_in()
 780 					struct usb_endpoint_descriptor *epd)  in setup_port_bulk_out()
 817 					struct usb_endpoint_descriptor *epd)  in setup_port_interrupt_in()
 841 					struct usb_endpoint_descriptor *epd)  in setup_port_interrupt_out()
 
 | 
| /Linux-v5.4/drivers/usb/core/ | 
| D | usb.c | 76 static bool match_endpoint(struct usb_endpoint_descriptor *epd,  in match_endpoint()142 	struct usb_endpoint_descriptor *epd;  in usb_find_common_endpoints()  local
 188 	struct usb_endpoint_descriptor *epd;  in usb_find_common_endpoints_reverse()  local
 
 | 
| /Linux-v5.4/drivers/infiniband/hw/cxgb4/ | 
| D | device.c | 558 static int dump_ep(struct c4iw_ep *ep, struct c4iw_debugfs_data *epd)  in dump_ep()616 int dump_listen_ep(struct c4iw_listen_ep *ep, struct c4iw_debugfs_data *epd)  in dump_listen_ep()
 659 	struct c4iw_debugfs_data *epd = file->private_data;  in ep_release()  local
 674 	struct c4iw_debugfs_data *epd;  in ep_open()  local
 
 | 
| /Linux-v5.4/drivers/staging/wusbcore/ | 
| D | wa-nep.c | 252 	struct usb_endpoint_descriptor *epd;  in wa_nep_create()  local
 | 
| /Linux-v5.4/include/linux/ | 
| D | scif.h | 125 	scif_epd_t epd;  member
 | 
| /Linux-v5.4/fs/btrfs/ | 
| D | extent_io.c | 166 static void end_write_bio(struct extent_page_data *epd, int ret)  in end_write_bio()181 static int __must_check flush_write_bio(struct extent_page_data *epd)  in flush_write_bio()
 3409 				 struct extent_page_data *epd,  in __extent_writepage_io()
 3551 			      struct extent_page_data *epd)  in __extent_writepage()
 3646 			  struct extent_page_data *epd)  in lock_extent_buffer_for_io()
 3849 			struct extent_page_data *epd)  in write_one_eb()
 3921 	struct extent_page_data epd = {  in btree_write_cache_pages()  local
 4056 			     struct extent_page_data *epd)  in extent_write_cache_pages()
 4203 	struct extent_page_data epd = {  in extent_write_full_page()  local
 4232 	struct extent_page_data epd = {  in extent_write_locked_range()  local
 [all …]
 
 | 
| /Linux-v5.4/drivers/misc/mic/bus/ | 
| D | cosm_bus.h | 66 	scif_epd_t epd;  member
 | 
| /Linux-v5.4/drivers/usb/usbip/ | 
| D | stub_rx.c | 329 	struct usb_endpoint_descriptor *epd = NULL;  in get_pipe()  local
 | 
| /Linux-v5.4/drivers/usb/misc/ | 
| D | chaoskey.c | 111 	struct usb_endpoint_descriptor *epd;  in chaoskey_probe()  local
 | 
| /Linux-v5.4/sound/usb/ | 
| D | quirks.c | 197 	struct usb_endpoint_descriptor *epd;  in create_auto_pcm_quirk()  local323 	struct usb_endpoint_descriptor *epd;  in create_auto_midi_quirk()  local
 
 |