Lines Matching refs:ep_data
193 struct ep_data { struct
209 static inline void get_ep (struct ep_data *data) in get_ep() argument
214 static void put_ep (struct ep_data *data) in put_ep()
277 struct ep_data *epdata = ep->driver_data; in epio_complete()
292 get_ready_ep (unsigned f_flags, struct ep_data *epdata, bool is_write) in get_ready_ep()
332 ep_io (struct ep_data *epdata, void *buf, unsigned len) in ep_io()
378 struct ep_data *data = fd->private_data; in ep_release()
399 struct ep_data *data = fd->private_data; in ep_ioctl()
433 struct ep_data *epdata;
446 struct ep_data *epdata; in ep_aio_cancel()
487 struct ep_data *epdata = priv->epdata; in ep_aio_complete()
526 struct ep_data *epdata, in ep_aio()
580 struct ep_data *epdata = file->private_data; in ep_read_iter()
633 static ssize_t ep_config(struct ep_data *, const char *, size_t);
639 struct ep_data *epdata = file->private_data; in ep_write_iter()
724 ep_config (struct ep_data *data, const char *buf, size_t len) in ep_config()
818 struct ep_data *data = inode->i_private; in ep_open()
1549 struct ep_data *ep; in destroy_ep_files()
1554 ep = list_first_entry (&dev->epfiles, struct ep_data, epfiles); in destroy_ep_files()
1593 struct ep_data *data; in activate_ep_files()