Lines Matching refs:rdllink
149 struct list_head rdllink; member
343 return !list_empty(&epi->rdllink); in ep_is_linked()
738 list_add(&epi->rdllink, &ep->rdllist); in ep_scan_ready_list()
798 list_del_init(&epi->rdllink); in ep_remove()
917 list_for_each_entry_safe(epi, tmp, head, rdllink) { in ep_read_events_proc()
927 list_del_init(&epi->rdllink); in ep_read_events_proc()
1257 if (list_add_tail_lockless(&epi->rdllink, &ep->rdllist)) in ep_poll_callback()
1524 INIT_LIST_HEAD(&epi->rdllink); in ep_insert()
1586 list_add_tail(&epi->rdllink, &ep->rdllist); in ep_insert()
1623 list_del_init(&epi->rdllink); in ep_insert()
1691 list_add_tail(&epi->rdllink, &ep->rdllist); in ep_modify()
1730 list_for_each_entry_safe(epi, tmp, head, rdllink) { in ep_send_events_proc()
1750 list_del_init(&epi->rdllink); in ep_send_events_proc()
1764 list_add(&epi->rdllink, head); in ep_send_events_proc()
1786 list_add_tail(&epi->rdllink, &ep->rdllist); in ep_send_events_proc()