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

/drivers/net/wireless/ath/ath6kl/
H A Ddebug.c209 struct htc_endpoint_credit_dist *ep_list; local
211 list_for_each_entry(ep_list, &target->cred_dist_list, list)
212 dump_cred_dist(ep_list);
638 ep_list->ep_list_field))
648 struct htc_endpoint_credit_dist *ep_list; local
671 list_for_each_entry(ep_list, &target->cred_dist_list, list) {
683 get_queue_depth(&ep_list->htc_ep->txq));
H A Dhtc.c43 struct list_head *ep_list,
54 list_for_each_entry(cur_ep_dist, ep_list, list) {
97 list_for_each_entry(cur_ep_dist, ep_list, list) {
42 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)
/drivers/staging/ozwpan/
H A Dozhcd.c1232 struct list_head ep_list; local
1237 INIT_LIST_HEAD(&ep_list);
1251 list_add_tail(e, &ep_list);
1259 list_add_tail(e, &ep_list);
1263 while (!list_empty(&ep_list)) {
1265 list_first_entry(&ep_list, struct oz_endpoint, link);

Completed in 144 milliseconds