/linux/rust/kernel/ |
H A D | alloc.rs | 54 type Output = Self; typedef 55 fn bitor(self, rhs: Self) -> Self::Output { in bitor() 61 type Output = Self; typedef 62 fn bitand(self, rhs: Self) -> Self::Output { in bitand() 68 type Output = Self; typedef 69 fn not(self) -> Self::Output { in not()
|
H A D | dma.rs | 193 type Output = Self; typedef 194 fn bitor(self, rhs: Self) -> Self::Output { in bitor() 200 type Output = Self; typedef 201 fn bitand(self, rhs: Self) -> Self::Output { in bitand() 207 type Output = Self; typedef 208 fn not(self) -> Self::Output { in not()
|
H A D | str.rs | 138 type Output = Self; typedef 140 fn index(&self, index: Idx) -> &Self::Output { in index() function 537 type Output = CStr; typedef 540 fn index(&self, index: ops::RangeFrom<usize>) -> &Self::Output { in index() method 550 type Output = CStr; typedef 553 fn index(&self, _index: ops::RangeFull) -> &Self::Output { in index() 575 type Output = <BStr as Index<Idx>>::Output; typedef 578 fn index(&self, index: Idx) -> &Self::Output { in index() function
|
H A D | time.rs | 206 type Output = Delta; typedef
|
/linux/rust/kernel/io/ |
H A D | resource.rs | 193 type Output = Self; typedef 194 fn bitor(self, rhs: Self) -> Self::Output { in bitor() 200 type Output = Self; typedef 201 fn bitand(self, rhs: Self) -> Self::Output { in bitand() 207 type Output = Self; typedef 208 fn not(self) -> Self::Output { in not()
|
/linux/Documentation/RCU/ |
H A D | torture.rst | 21 Output chapter
|
/linux/rust/kernel/alloc/ |
H A D | kvec.rs | 952 type Output = I::Output; typedef 955 fn index(&self, index: I) -> &Self::Output { in index() function 965 fn index_mut(&mut self, index: I) -> &mut Self::Output { in index_mut()
|
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/ |
H A D | display_mode_vba_util_32.c | 38 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 D | hinv.h | 93 Output = 64 enumerator
|
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/ |
H A D | dml2_core_dcn4_calcs.c | 1264 enum dml2_output_encoder_class Output, in TruncToValidBPP() 1365 enum dml2_output_encoder_class Output) in dscceComputeDelay() 1477 …t dscComputeDelay(enum dml2_output_format_class pixelFormat, enum dml2_output_encoder_class Output) in dscComputeDelay() 4098 enum dml2_output_encoder_class Output, in CalculateODMMode() 4197 enum dml2_output_encoder_class Output, in CalculateOutputLink() 4484 enum dml2_output_encoder_class Output, in DSCDelayRequirement()
|
/linux/drivers/gpu/drm/amd/display/dc/dml/ |
H A D | display_mode_vba.h | 511 enum output_encoder_class Output[DC__NUM_DPP__MAX]; member
|