Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/usb/gadget/function/
Df_uac1.c596 s16 res_db; in in_rq_res() local
599 res_db = opts->p_volume_res; in in_rq_res()
601 res_db = opts->c_volume_res; in in_rq_res()
603 r = cpu_to_le16(res_db); in in_rq_res()
Df_uac2.c1648 s16 max_db, min_db, res_db; in in_rq_range() local
1653 res_db = opts->p_volume_res; in in_rq_range()
1657 res_db = opts->c_volume_res; in in_rq_range()
1662 r.wRES = cpu_to_le16(res_db); in in_rq_range()