Home
last modified time | relevance | path

Searched refs:upos (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/usb/host/
Dmax3421-hcd.c800 struct list_head *pos, *upos, *next_upos; in max3421_check_unlink() local
811 list_for_each_safe(upos, next_upos, &ep->urb_list) { in max3421_check_unlink()
812 urb = container_of(upos, struct urb, urb_list); in max3421_check_unlink()
1187 struct list_head *pos, *upos; in dump_eps() local
1201 list_for_each(upos, &ep->urb_list) { in dump_eps()
1202 urb = container_of(upos, struct urb, urb_list); in dump_eps()
/linux-4.1.27/sound/soc/fsl/
Dfsl_spdif.c67 u32 upos; member
152 pos = &ctrl->upos; in spdif_irq_uqrx_full()
213 ctrl->upos = 0; in spdif_irq_uq_err()