Home
last modified time | relevance | path

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

/linux/drivers/usb/gadget/function/
H A Df_uac1.c653 s16 res_db; in in_rq_res() local
656 res_db = opts->p_volume_res; in in_rq_res()
658 res_db = opts->c_volume_res; in in_rq_res()
660 r = cpu_to_le16(res_db); in in_rq_res()
H A Df_uac2.c1659 s16 max_db, min_db, res_db; in in_rq_range() local
1664 res_db = opts->p_volume_res; in in_rq_range()
1668 res_db = opts->c_volume_res; in in_rq_range()
1673 r.wRES = cpu_to_le16(res_db); in in_rq_range()