Home
last modified time | relevance | path

Searched refs:Rest (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/media/dvb-frontends/
H A Ddib0070.c372 u32 FBDiv, Rest, FREF, VCOF_kHz; in dib0070_tune_digital() local
402 Rest = (VCOF_kHz / state->current_tune_table_index->presc) - FBDiv * FREF; in dib0070_tune_digital()
409 Rest = 2 * freq - FBDiv * FREF; in dib0070_tune_digital()
413 if (Rest < LPF) in dib0070_tune_digital()
414 Rest = 0; in dib0070_tune_digital()
415 else if (Rest < 2 * LPF) in dib0070_tune_digital()
416 Rest = 2 * LPF; in dib0070_tune_digital()
417 else if (Rest > (FREF - LPF)) { in dib0070_tune_digital()
418 Rest = 0; in dib0070_tune_digital()
420 } else if (Rest > (FREF - 2 * LPF)) in dib0070_tune_digital()
[all …]
/linux/rust/syn/
H A Dpat.rs63 Rest(PatRest),
636 RangeLimits::HalfOpen(dot2_token) => Ok(Pat::Rest(PatRest { in pat_range_half_open()
653 if elems.is_empty() && !matches!(value, Pat::Rest(_)) { in pat_paren_or_tuple()
909 && !matches!(self.elems[0], Pat::Rest { .. }) in to_tokens()
H A Dexpr.rs2626 Pat::Rest(pat) => pat.attrs = attrs, in closure_arg()
/linux/Documentation/networking/device_drivers/wifi/intel/
H A Dipw2200.rst375 | ZZD | Rest of World | 13 | 0 |
389 | ZZR | Rest of World | 14 | 0 |
/linux/rust/syn/gen/
H A Dclone.rs1505 crate::Pat::Rest(v0) => crate::Pat::Rest(v0.clone()), in clone()
H A Deq.rs1488 (crate::Pat::Rest(self0), crate::Pat::Rest(other0)) => self0 == other0, in eq()
H A Dfold.rs2942 crate::Pat::Rest(_binding_0) => crate::Pat::Rest(f.fold_pat_rest(_binding_0)), in fold_pat()
H A Dhash.rs1918 crate::Pat::Rest(v0) => { in hash()
H A Ddebug.rs2179 crate::Pat::Rest(v0) => v0.debug(formatter, "Rest"), in fmt()
H A Dvisit_mut.rs2833 crate::Pat::Rest(_binding_0) => { in visit_pat_mut()
H A Dvisit.rs2972 crate::Pat::Rest(_binding_0) => { in visit_pat()