Searched defs:Output (Results 1 – 10 of 10) sorted by relevance
/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 | 51 type Output = Self; typedef 52 fn bitor(self, rhs: Self) -> Self::Output { in bitor() 58 type Output = Self; typedef 59 fn bitand(self, rhs: Self) -> Self::Output { in bitand() 65 type Output = Self; typedef 66 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 506 type Output = CStr; typedef 509 fn index(&self, index: ops::RangeFrom<usize>) -> &Self::Output { in index() method 519 type Output = CStr; typedef 522 fn index(&self, _index: ops::RangeFull) -> &Self::Output { in index() 544 type Output = <BStr as Index<Idx>>::Output; typedef 547 fn index(&self, index: Idx) -> &Self::Output { in index() function
|
H A D | time.rs | 83 type Output = Delta; typedef
|
/linux/Documentation/RCU/ |
H A D | torture.rst | 21 Output chapter
|
/linux/rust/kernel/alloc/ |
H A D | kvec.rs | 899 type Output = I::Output; typedef 902 fn index(&self, index: I) -> &Self::Output { in index() function 912 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
|