Searched refs:ps_list (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/codecs/ |
H A D | ak4642.c | 446 static const u32 ps_list[] = { in ak4642_set_mcko() local 454 for (ps = 0; ps < ARRAY_SIZE(ps_list); ps++) { in ak4642_set_mcko() 456 if (frequency == ps_list[ps] * fs_list[fs]) { in ak4642_set_mcko()
|
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | ak4642.c | 446 static const u32 ps_list[] = { in ak4642_set_mcko() local 454 for (ps = 0; ps < ARRAY_SIZE(ps_list); ps++) { in ak4642_set_mcko() 456 if (frequency == ps_list[ps] * fs_list[fs]) { in ak4642_set_mcko()
|
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | ehci-sched.c | 149 INIT_LIST_HEAD(&tt->ps_list); in find_tt() 182 if (!tt || !list_empty(&tt->ps_list)) in drop_tt() 249 list_add_tail(&qh->ps.ps_list, &tt->ps_list); in reserve_release_intr_bandwidth() 251 list_del(&qh->ps.ps_list); in reserve_release_intr_bandwidth() 273 list_for_each_entry(ps, &tt->ps_list, ps_list) { in compute_tt_budget() 1342 list_add_tail(&stream->ps.ps_list, &tt->ps_list); in reserve_release_iso_bandwidth() 1344 list_del(&stream->ps.ps_list); in reserve_release_iso_bandwidth() [all...] |
H A D | ehci.h | 51 struct list_head ps_list; /* node on ehci_tt's ps_list */ member 626 struct list_head ps_list; /* Items using this TT */ member
|
H A D | ehci-dbg.c | 576 list_for_each_entry(ps, &tt->ps_list, ps_list) { in fill_bandwidth_buffer()
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | ehci-sched.c | 149 INIT_LIST_HEAD(&tt->ps_list); in find_tt() 182 if (!tt || !list_empty(&tt->ps_list)) in drop_tt() 255 list_add_tail(&qh->ps.ps_list, &tt->ps_list); in reserve_release_intr_bandwidth() 257 list_del(&qh->ps.ps_list); in reserve_release_intr_bandwidth() 279 list_for_each_entry(ps, &tt->ps_list, ps_list) { in compute_tt_budget() 1353 list_add_tail(&stream->ps.ps_list, &tt->ps_list); in reserve_release_iso_bandwidth() 1355 list_del(&stream->ps.ps_list); in reserve_release_iso_bandwidth() [all...] |
H A D | ehci.h | 51 struct list_head ps_list; /* node on ehci_tt's ps_list */ member 629 struct list_head ps_list; /* Items using this TT */ member
|
H A D | ehci-dbg.c | 576 list_for_each_entry(ps, &tt->ps_list, ps_list) { in fill_bandwidth_buffer()
|
Completed in 13 milliseconds