Home
last modified time | relevance | path

Searched defs:Output (Results 1 – 21 of 21) sorted by relevance

/linux/rust/kernel/num/
H A Dbounded.rs594 type Output = T; typedef
596 fn add(self, rhs: Bounded<T, M>) -> Self::Output { in add()
606 type Output = T; typedef
608 fn bitand(self, rhs: Bounded<T, M>) -> Self::Output { in bitand()
618 type Output = T; typedef
620 fn bitor(self, rhs: Bounded<T, M>) -> Self::Output { in bitor()
630 type Output = T; typedef
632 fn bitxor(self, rhs: Bounded<T, M>) -> Self::Output { in bitxor()
642 type Output = T; typedef
644 fn div(self, rhs: Bounded<T, M>) -> Self::Output { in div()
[all …]
/linux/rust/kernel/irq/
H A Dflags.rs108 type Output = Self; typedef
109 fn bitor(self, rhs: Self) -> Self::Output { in bitor()
115 type Output = Self; typedef
116 fn bitand(self, rhs: Self) -> Self::Output { in bitand()
122 type Output = Self; typedef
123 fn not(self) -> Self::Output { in not()
/linux/rust/kernel/
H A Dalloc.rs49 type Output = Self; typedef
50 fn bitor(self, rhs: Self) -> Self::Output { in bitor()
56 type Output = Self; typedef
57 fn bitand(self, rhs: Self) -> Self::Output { in bitand()
63 type Output = Self; typedef
64 fn not(self) -> Self::Output { in not()
H A Ddma.rs222 type Output = Self; typedef
223 fn bitor(self, rhs: Self) -> Self::Output { in bitor()
229 type Output = Self; typedef
230 fn bitand(self, rhs: Self) -> Self::Output { in bitand()
236 type Output = Self; typedef
237 fn not(self) -> Self::Output { in not()
H A Dstr.rs147 type Output = Self; typedef
149 fn index(&self, index: Idx) -> &Self::Output { in index() function
/linux/rust/kernel/io/
H A Dresource.rs196 type Output = Self; typedef
197 fn bitor(self, rhs: Self) -> Self::Output { in bitor()
203 type Output = Self; typedef
204 fn bitand(self, rhs: Self) -> Self::Output { in bitand()
210 type Output = Self; typedef
211 fn not(self) -> Self::Output { in not()
/linux/rust/syn/
H A Dparse.rs1242 type Output; typedef
1248 fn parse2(self, tokens: TokenStream) -> Result<Self::Output>; in parse2()
1256 fn parse(self, tokens: proc_macro::TokenStream) -> Result<Self::Output> { in parse()
1269 fn parse_str(self, s: &str) -> Result<Self::Output> { in parse_str()
1275 fn __parse_scoped(self, scope: Span, tokens: TokenStream) -> Result<Self::Output> { in __parse_scoped()
1292 type Output = T; typedef
1308 fn __parse_scoped(self, scope: Span, tokens: TokenStream) -> Result<Self::Output> { in __parse_scoped()
1325 pub(crate) fn parse_scoped<F: Parser>(f: F, scope: Span, tokens: TokenStream) -> Result<F::Output> { in parse_scoped()
H A Dmeta.rs134 pub fn parser(logic: impl FnMut(ParseNestedMeta) -> Result<()>) -> impl Parser<Output = ()> { in parser()
H A Dmac.rs148 pub fn parse_body_with<F: Parser>(&self, parser: F) -> Result<F::Output> { in parse_body_with()
H A Dattr.rs247 pub fn parse_args_with<F: Parser>(&self, parser: F) -> Result<F::Output> { in parse_args_with()
579 pub fn parse_args_with<F: Parser>(&self, parser: F) -> Result<F::Output> { in parse_args_with()
H A Dpunctuated.rs1074 type Output = T; typedef
1076 fn index(&self, index: usize) -> &Self::Output { in index() method
1089 fn index_mut(&mut self, index: usize) -> &mut Self::Output { in index_mut()
H A Dlit.rs215 pub fn parse_with<F: Parser>(&self, parser: F) -> Result<F::Output> { in parse_with()
1616 S: Index<RangeFrom<usize>, Output = S> + AsRef<[u8]> + ?Sized, in backslash_x() argument
1639 S: Index<RangeFrom<usize>, Output = S> + AsRef<[u8]> + ?Sized, in backslash_u() argument
/linux/rust/quote/
H A Druntime.rs28 type Output = ThereIsNoIteratorInRepetition; typedef
35 type Output = HasIterator; typedef
42 type Output = HasIterator; typedef
49 type Output = HasIterator; typedef
/linux/rust/kernel/alloc/
H A Dkvec.rs966 type Output = I::Output; typedef
969 fn index(&self, index: I) -> &Self::Output { in index() function
979 fn index_mut(&mut self, index: I) -> &mut Self::Output { in index_mut()
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddisplay_mode_core.c845 enum dml_output_encoder_class Output) in dscceComputeDelay()
921 …t_t dscComputeDelay(enum dml_output_format_class pixelFormat, enum dml_output_encoder_class Output) in dscComputeDelay()
2714 enum dml_output_encoder_class Output, in TruncToValidBPP()
4714 enum dml_output_encoder_class Output) in UnboundedRequest()
5347 enum dml_output_encoder_class Output, in CalculateOutputLink()
5510 enum dml_output_encoder_class Output, in CalculateODMMode()
5879 enum dml_output_encoder_class Output, in DSCDelayRequirement()
H A Ddisplay_mode_core_structs.h1472 enum dml_output_encoder_class *Output; member
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_util_32.c38 enum output_encoder_class Output) in dml32_dscceComputeDelay()
114 …d int dml32_dscComputeDelay(enum output_format_class pixelFormat, enum output_encoder_class Output) in dml32_dscComputeDelay()
409 enum output_encoder_class Output[], in dml32_CalculateSwathAndDETConfiguration()
880 enum output_encoder_class Output, in dml32_UnboundedRequest()
1185 enum output_encoder_class Output, in dml32_CalculateODMMode()
1342 enum output_encoder_class Output, in dml32_CalculateOutputLink()
1581 enum output_encoder_class Output, in dml32_TruncToValidBPP()
1725 enum output_encoder_class Output, in dml32_DSCDelayRequirement()
/linux/arch/mips/include/asm/fw/arc/
H A Dhinv.h93 Output = 64 enumerator
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_dcn4_calcs.c1274 enum dml2_output_encoder_class Output, in TruncToValidBPP()
1377 enum dml2_output_encoder_class Output) in dscceComputeDelay()
1489 …t dscComputeDelay(enum dml2_output_format_class pixelFormat, enum dml2_output_encoder_class Output) in dscComputeDelay()
4112 enum dml2_output_encoder_class Output, in CalculateODMMode()
4216 enum dml2_output_encoder_class Output, in CalculateOutputLink()
4503 enum dml2_output_encoder_class Output, in DSCDelayRequirement()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn30/
H A Ddisplay_mode_vba_30.c605 enum output_encoder_class Output) in dscceComputeDelay()
671 …nsigned int dscComputeDelay(enum output_format_class pixelFormat, enum output_encoder_class Output) in dscComputeDelay()
3283 enum output_encoder_class Output, in TruncToValidBPP()
/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_vba.h511 enum output_encoder_class Output[DC__NUM_DPP__MAX]; member