Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/usb/gadget/function/
Df_uac1.c566 s16 res_db; in in_rq_res() local
569 res_db = opts->p_volume_res; in in_rq_res()
571 res_db = opts->c_volume_res; in in_rq_res()
573 r = cpu_to_le16(res_db); in in_rq_res()
Df_uac2.c1537 s16 max_db, min_db, res_db; in in_rq_range() local
1542 res_db = opts->p_volume_res; in in_rq_range()
1546 res_db = opts->c_volume_res; in in_rq_range()
1551 r.wRES = cpu_to_le16(res_db); in in_rq_range()