Searched refs:Rest (Results 1 – 11 of 11) sorted by relevance
| /linux/drivers/media/dvb-frontends/ |
| H A D | dib0070.c | 372 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 D | pat.rs | 63 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 D | expr.rs | 2626 Pat::Rest(pat) => pat.attrs = attrs, in closure_arg()
|
| /linux/Documentation/networking/device_drivers/wifi/intel/ |
| H A D | ipw2200.rst | 375 | ZZD | Rest of World | 13 | 0 | 389 | ZZR | Rest of World | 14 | 0 |
|
| /linux/rust/syn/gen/ |
| H A D | clone.rs | 1505 crate::Pat::Rest(v0) => crate::Pat::Rest(v0.clone()), in clone()
|
| H A D | eq.rs | 1488 (crate::Pat::Rest(self0), crate::Pat::Rest(other0)) => self0 == other0, in eq()
|
| H A D | fold.rs | 2942 crate::Pat::Rest(_binding_0) => crate::Pat::Rest(f.fold_pat_rest(_binding_0)), in fold_pat()
|
| H A D | hash.rs | 1918 crate::Pat::Rest(v0) => { in hash()
|
| H A D | debug.rs | 2179 crate::Pat::Rest(v0) => v0.debug(formatter, "Rest"), in fmt()
|
| H A D | visit_mut.rs | 2833 crate::Pat::Rest(_binding_0) => { in visit_pat_mut()
|
| H A D | visit.rs | 2972 crate::Pat::Rest(_binding_0) => { in visit_pat()
|