Lines Matching refs:rdllink
146 struct list_head rdllink; member
340 return !list_empty(&epi->rdllink); in ep_is_linked()
733 list_add(&epi->rdllink, &ep->rdllist); in ep_scan_ready_list()
787 list_del_init(&epi->rdllink); in ep_remove()
906 list_for_each_entry_safe(epi, tmp, head, rdllink) { in ep_read_events_proc()
916 list_del_init(&epi->rdllink); in ep_read_events_proc()
1246 if (list_add_tail_lockless(&epi->rdllink, &ep->rdllist)) in ep_poll_callback()
1508 INIT_LIST_HEAD(&epi->rdllink); in ep_insert()
1570 list_add_tail(&epi->rdllink, &ep->rdllist); in ep_insert()
1607 list_del_init(&epi->rdllink); in ep_insert()
1675 list_add_tail(&epi->rdllink, &ep->rdllist); in ep_modify()
1714 list_for_each_entry_safe(epi, tmp, head, rdllink) { in ep_send_events_proc()
1734 list_del_init(&epi->rdllink); in ep_send_events_proc()
1748 list_add(&epi->rdllink, head); in ep_send_events_proc()
1770 list_add_tail(&epi->rdllink, &ep->rdllist); in ep_send_events_proc()