/drivers/misc/mic/scif/ |
D | scif_api.c | 163 int scif_close(scif_epd_t epd) in scif_close() 317 int __scif_flush(scif_epd_t epd) in __scif_flush() 336 int scif_bind(scif_epd_t epd, u16 pn) in scif_bind() 393 int scif_listen(scif_epd_t epd, int backlog) in scif_listen() 598 int __scif_connect(scif_epd_t epd, struct scif_port_id *dst, bool non_block) in __scif_connect() 718 int scif_connect(scif_epd_t epd, struct scif_port_id *dst) in scif_connect() 745 int scif_accept(scif_epd_t epd, struct scif_port_id *peer, in scif_accept() 931 static inline int scif_msg_param_check(scif_epd_t epd, int len, int flags) in scif_msg_param_check() 944 static int _scif_send(scif_epd_t epd, void *msg, int len, int flags) in _scif_send() 1006 static int _scif_recv(scif_epd_t epd, void *msg, int len, int flags) in _scif_recv() [all …]
|
D | scif_fence.c | 204 static int _scif_prog_signal(scif_epd_t epd, dma_addr_t dst, u64 val) in _scif_prog_signal() 290 int scif_prog_signal(scif_epd_t epd, off_t offset, u64 val, in scif_prog_signal() 336 static int _scif_fence_wait(scif_epd_t epd, int mark) in _scif_fence_wait() 393 static int _scif_send_fence(scif_epd_t epd, int uop, int mark, int *out_mark) in _scif_send_fence() 456 static int scif_send_fence_mark(scif_epd_t epd, int *out_mark) in scif_send_fence_mark() 468 static int scif_send_fence_wait(scif_epd_t epd, int mark) in scif_send_fence_wait() 510 static int scif_send_fence_signal(scif_epd_t epd, off_t roff, u64 rval, in scif_send_fence_signal() 583 int _scif_fence_mark(scif_epd_t epd, int *mark) in _scif_fence_mark() 630 int scif_fence_mark(scif_epd_t epd, int flags, int *mark) in scif_fence_mark() 678 int scif_fence_wait(scif_epd_t epd, int mark) in scif_fence_wait() [all …]
|
D | scif_rma_list.c | 234 void scif_unmap_all_windows(scif_epd_t epd) in scif_unmap_all_windows() 256 int scif_unregister_all_windows(scif_epd_t epd) in scif_unregister_all_windows()
|
D | scif_dma.c | 353 scif_register_temp(scif_epd_t epd, unsigned long addr, size_t len, int prot, in scif_register_temp() 1546 static int scif_rma_list_dma_copy_wrapper(struct scif_endpt *epd, in scif_rma_list_dma_copy_wrapper() 1652 static int scif_rma_copy(scif_epd_t epd, off_t loffset, unsigned long addr, in scif_rma_copy() 1841 int scif_readfrom(scif_epd_t epd, off_t loffset, size_t len, in scif_readfrom() 1869 int scif_writeto(scif_epd_t epd, off_t loffset, size_t len, in scif_writeto() 1897 int scif_vreadfrom(scif_epd_t epd, void *addr, size_t len, in scif_vreadfrom() 1928 int scif_vwriteto(scif_epd_t epd, void *addr, size_t len, in scif_vwriteto()
|
D | scif_epd.h | 165 static inline int scif_anon_inode_getfile(scif_epd_t epd) in scif_anon_inode_getfile() 173 static inline void scif_anon_inode_fput(scif_epd_t epd) in scif_anon_inode_fput()
|
D | scif_mmap.c | 221 int scif_get_pages(scif_epd_t epd, off_t offset, size_t len, in scif_get_pages() 611 int scif_mmap(struct vm_area_struct *vma, scif_epd_t epd) in scif_mmap()
|
D | scif_rma.c | 1490 off_t scif_register_pinned_pages(scif_epd_t epd, in scif_register_pinned_pages() 1592 off_t scif_register(scif_epd_t epd, void *addr, size_t len, off_t offset, in scif_register() 1717 scif_unregister(scif_epd_t epd, off_t offset, size_t len) in scif_unregister()
|
/drivers/gpu/drm/tinydrm/ |
D | repaper.c | 190 static void repaper_even_pixels(struct repaper_epd *epd, u8 **pp, in repaper_even_pixels() 236 static void repaper_odd_pixels(struct repaper_epd *epd, u8 **pp, in repaper_odd_pixels() 286 static void repaper_all_pixels(struct repaper_epd *epd, u8 **pp, in repaper_all_pixels() 330 static void repaper_one_line(struct repaper_epd *epd, unsigned int line, in repaper_one_line() 414 static void repaper_frame_fixed(struct repaper_epd *epd, u8 fixed_value, in repaper_frame_fixed() 423 static void repaper_frame_data(struct repaper_epd *epd, const u8 *image, in repaper_frame_data() 444 static void repaper_frame_fixed_repeat(struct repaper_epd *epd, u8 fixed_value, in repaper_frame_fixed_repeat() 455 static void repaper_frame_data_repeat(struct repaper_epd *epd, const u8 *image, in repaper_frame_data_repeat() 466 static void repaper_get_temperature(struct repaper_epd *epd) in repaper_get_temperature() 532 struct repaper_epd *epd = epd_from_tinydrm(tdev); in repaper_fb_dirty() local [all …]
|
/drivers/net/wimax/i2400m/ |
D | usb-fw.c | 95 struct usb_endpoint_descriptor *epd; in i2400mu_tx_bulk_out() local 249 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 | 161 struct usb_endpoint_descriptor *epd = NULL; in __i2400mu_send_barker() local
|
/drivers/uwb/i1480/dfu/ |
D | usb.c | 241 struct usb_endpoint_descriptor *epd; in i1480_usb_wait_init_done() local 296 struct usb_endpoint_descriptor *epd; in i1480_usb_cmd() local
|
/drivers/usb/serial/ |
D | usb-serial.c | 714 struct usb_endpoint_descriptor *epd; in find_endpoints() local 743 struct usb_endpoint_descriptor *epd) in setup_port_bulk_in() 775 struct usb_endpoint_descriptor *epd) in setup_port_bulk_out() 812 struct usb_endpoint_descriptor *epd) in setup_port_interrupt_in() 836 struct usb_endpoint_descriptor *epd) in setup_port_interrupt_out()
|
/drivers/usb/core/ |
D | usb.c | 77 static bool match_endpoint(struct usb_endpoint_descriptor *epd, in match_endpoint() 143 struct usb_endpoint_descriptor *epd; in usb_find_common_endpoints() local 189 struct usb_endpoint_descriptor *epd; in usb_find_common_endpoints_reverse() local
|
D | config.c | 227 struct usb_endpoint_descriptor *epd; in config_endpoint_is_duplicate() local
|
/drivers/infiniband/hw/cxgb4/ |
D | device.c | 567 struct c4iw_debugfs_data *epd = data; in dump_ep() local 626 struct c4iw_debugfs_data *epd = data; in dump_listen_ep() local 668 struct c4iw_debugfs_data *epd = file->private_data; in ep_release() local 680 struct c4iw_debugfs_data *epd; in ep_open() local
|
/drivers/usb/wusbcore/ |
D | wa-nep.c | 267 struct usb_endpoint_descriptor *epd; in wa_nep_create() local
|
/drivers/misc/mic/bus/ |
D | cosm_bus.h | 77 scif_epd_t epd; member
|
/drivers/usb/usbip/ |
D | stub_rx.c | 343 struct usb_endpoint_descriptor *epd = NULL; in get_pipe() local
|
/drivers/usb/misc/ |
D | chaoskey.c | 119 struct usb_endpoint_descriptor *epd; in chaoskey_probe() local
|
D | uss720.c | 688 struct usb_endpoint_descriptor *epd; in uss720_probe() local
|
/drivers/video/fbdev/ |
D | xen-fbfront.c | 559 int epd = PAGE_SIZE / sizeof(info->gfns[0]); in xenfb_init_shared_page() local
|
/drivers/uwb/ |
D | hwa-rc.c | 695 struct usb_endpoint_descriptor *epd; in hwarc_neep_init() local
|