Home
last modified time | relevance | path

Searched refs:epds (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/usb/serial/
H A Daircable.c88 struct usb_serial_endpoints *epds) in aircable_calc_num_ports() argument
91 if (epds->num_bulk_out == 0) { in aircable_calc_num_ports()
H A Dmxuport.c937 struct usb_serial_endpoints *epds) in mxuport_calc_num_ports() argument
955 BUILD_BUG_ON(ARRAY_SIZE(epds->bulk_out) < 16); in mxuport_calc_num_ports()
962 if (usb_endpoint_maxp(epds->bulk_out[0]) < 8) in mxuport_calc_num_ports()
966 epds->bulk_out[i] = epds->bulk_out[0]; in mxuport_calc_num_ports()
968 epds->num_bulk_out = num_ports; in mxuport_calc_num_ports()
H A Dio_ti.c2489 struct usb_serial_endpoints *epds) in edge_calc_num_ports() argument
2496 if (epds->num_bulk_in < num_ports || in edge_calc_num_ports()
2497 epds->num_bulk_out < num_ports || in edge_calc_num_ports()
2498 epds->num_interrupt_in < 1) { in edge_calc_num_ports()
H A Dsierra.c85 struct usb_serial_endpoints *epds) in sierra_calc_num_ports() argument
/linux/fs/
H A Deventpoll.c2640 struct epoll_event *epds, bool nonblock) in do_epoll_ctl_file() argument
2656 ep_take_care_of_epollwakeup(epds); in do_epoll_ctl_file()
2670 if (ep_op_has_event(op) && (epds->events & EPOLLEXCLUSIVE)) { in do_epoll_ctl_file()
2674 (epds->events & ~EPOLLEXCLUSIVE_OK_BITS))) in do_epoll_ctl_file()
2694 epds->events |= EPOLLERR | EPOLLHUP; in do_epoll_ctl_file()
2695 error = ep_insert(&ctx, ep, epds, tf, full_check); in do_epoll_ctl_file()
2714 epds->events |= EPOLLERR | EPOLLHUP; in do_epoll_ctl_file()
2715 error = ep_modify(ep, epi, epds); in do_epoll_ctl_file()
2726 int do_epoll_ctl(int epfd, int op, int fd, struct epoll_event *epds, in do_epoll_ctl() argument
2742 return do_epoll_ctl_file(fd_file(f), op, &efd, epds, nonblock); in do_epoll_ctl()
[all …]
/linux/include/linux/usb/
H A Dserial.h256 struct usb_serial_endpoints *epds);