Searched refs:f_ref (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/tuners/ |
H A D | mt2063.c | 84 u32 f_ref; member 490 pAS_Info->f_ref * in MT2063_ResetExclZones() 492 pAS_Info->f_in) / pAS_Info->f_ref) - pAS_Info->f_in; in MT2063_ResetExclZones() 502 center += pAS_Info->f_ref; in MT2063_ResetExclZones() 506 pAS_Info->f_ref * in MT2063_ResetExclZones() 508 pAS_Info->f_out) / pAS_Info->f_ref) + pAS_Info->f_out; in MT2063_ResetExclZones() 518 center += pAS_Info->f_ref; in MT2063_ResetExclZones() 1379 static u32 MT2063_Round_fLO(u32 f_LO, u32 f_LO_Step, u32 f_ref) in MT2063_Round_fLO() argument 1381 return f_ref * (f_LO / f_ref) in MT2063_Round_fLO() 1403 MT2063_fLO_FractionalTerm(u32 f_ref, u32 num, u32 denom) MT2063_fLO_FractionalTerm() argument [all...] |
/kernel/linux/linux-6.6/drivers/media/tuners/ |
H A D | mt2063.c | 84 u32 f_ref; member 490 pAS_Info->f_ref * in MT2063_ResetExclZones() 492 pAS_Info->f_in) / pAS_Info->f_ref) - pAS_Info->f_in; in MT2063_ResetExclZones() 502 center += pAS_Info->f_ref; in MT2063_ResetExclZones() 506 pAS_Info->f_ref * in MT2063_ResetExclZones() 508 pAS_Info->f_out) / pAS_Info->f_ref) + pAS_Info->f_out; in MT2063_ResetExclZones() 518 center += pAS_Info->f_ref; in MT2063_ResetExclZones() 1379 static u32 MT2063_Round_fLO(u32 f_LO, u32 f_LO_Step, u32 f_ref) in MT2063_Round_fLO() argument 1381 return f_ref * (f_LO / f_ref) in MT2063_Round_fLO() 1403 MT2063_fLO_FractionalTerm(u32 f_ref, u32 num, u32 denom) MT2063_fLO_FractionalTerm() argument [all...] |
/kernel/linux/linux-6.6/drivers/media/test-drivers/visl/ |
H A D | visl-dec.c | 65 struct vb2_buffer *f_ref; in visl_get_ref_frames() local 68 f_ref = vb2_find_buffer(cap_q, run->mpeg2.pic->forward_ref_ts); in visl_get_ref_frames() 76 f_ref ? f_ref->index : -1); in visl_get_ref_frames()
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | sg.c | 153 struct kref f_ref; member 393 kref_put(&sfp->f_ref, sg_remove_sfp); in sg_release() 828 kref_get(&sfp->f_ref); /* sg_rq_end_io() does kref_put(). */ in sg_common_write() 1326 kref_put(&sfp->f_ref, sg_remove_sfp); in sg_rq_end_io_usercontext() 1424 kref_put(&sfp->f_ref, sg_remove_sfp); in sg_rq_end_io() 2192 kref_init(&sfp->f_ref); in sg_add_sfp() 2264 struct sg_fd *sfp = container_of(kref, struct sg_fd, f_ref); in sg_remove_sfp()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | sg.c | 158 struct kref f_ref; member 393 kref_put(&sfp->f_ref, sg_remove_sfp); in sg_release() 830 kref_get(&sfp->f_ref); /* sg_rq_end_io() does kref_put(). */ in sg_common_write() 1308 kref_put(&sfp->f_ref, sg_remove_sfp); in sg_rq_end_io_usercontext() 1405 kref_put(&sfp->f_ref, sg_remove_sfp); in sg_rq_end_io() 2172 kref_init(&sfp->f_ref); in sg_add_sfp() 2244 struct sg_fd *sfp = container_of(kref, struct sg_fd, f_ref); in sg_remove_sfp()
|
Completed in 14 milliseconds