Lines Matching refs:ep_data
188 struct ep_data { struct
204 static inline void get_ep (struct ep_data *data) in get_ep() argument
209 static void put_ep (struct ep_data *data) in put_ep()
272 struct ep_data *epdata = ep->driver_data; in epio_complete()
287 get_ready_ep (unsigned f_flags, struct ep_data *epdata, bool is_write) in get_ready_ep()
327 ep_io (struct ep_data *epdata, void *buf, unsigned len) in ep_io()
373 struct ep_data *data = fd->private_data; in ep_release()
394 struct ep_data *data = fd->private_data; in ep_ioctl()
428 struct ep_data *epdata;
441 struct ep_data *epdata; in ep_aio_cancel()
482 struct ep_data *epdata = priv->epdata; in ep_aio_complete()
521 struct ep_data *epdata, in ep_aio()
575 struct ep_data *epdata = file->private_data; in ep_read_iter()
628 static ssize_t ep_config(struct ep_data *, const char *, size_t);
634 struct ep_data *epdata = file->private_data; in ep_write_iter()
719 ep_config (struct ep_data *data, const char *buf, size_t len) in ep_config()
813 struct ep_data *data = inode->i_private; in ep_open()
1535 struct ep_data *ep; in destroy_ep_files()
1540 ep = list_first_entry (&dev->epfiles, struct ep_data, epfiles); in destroy_ep_files()
1579 struct ep_data *data; in activate_ep_files()