Searched defs:ep_list (Results 1 - 3 of 3) sorted by relevance

/drivers/net/wireless/ath/ath6kl/
H A Ddebug.c176 struct htc_endpoint_credit_dist *ep_list; local
181 list_for_each_entry(ep_list, &target->cred_dist_list, list)
182 dump_cred_dist(ep_list);
541 ep_list->ep_list_field))
551 struct htc_endpoint_credit_dist *ep_list; local
574 list_for_each_entry(ep_list, &target->cred_dist_list, list) {
586 get_queue_depth(&ep_list->htc_ep->txq));
H A Dhtc.c39 struct list_head *ep_list,
50 list_for_each_entry(cur_ep_dist, ep_list, list) {
93 list_for_each_entry(cur_ep_dist, ep_list, list) {
38 ath6kl_credit_init(struct ath6kl_htc_credit_info *cred_info, struct list_head *ep_list, int tot_credits) argument
/drivers/usb/renesas_usbhs/
H A Dmod_host.c87 struct list_head ep_list; /* list to usbhsh_device */ member in struct:usbhsh_ep
389 INIT_LIST_HEAD(&uep->ep_list);
390 list_add_tail(&uep->ep_list, &udev->ep_list_head);
428 list_del_init(&uep->ep_list);
445 list_for_each_entry_safe(uep, next, &udev->ep_list_head, ep_list)

Completed in 113 milliseconds