Searched defs:Output (Results 1 – 9 of 9) sorted by relevance
/linux/rust/kernel/ |
H A D | alloc.rs | 49 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 D | dma.rs | 193 type Output = Self; global() typedef 194 bitor(self, rhs: Self) -> Self::Output bitor() argument 200 type Output = Self; global() typedef 201 bitand(self, rhs: Self) -> Self::Output bitand() argument 207 type Output = Self; global() typedef 208 not(self) -> Self::Output not() argument
|
H A D | str.rs | 138 type Output = Self; global() typedef 140 index(&self, index: Idx) -> &Self::Output index() argument 537 type Output = CStr; global() typedef 540 index(&self, index: ops::RangeFrom<usize>) -> &Self::Output index() argument 550 type Output = CStr; global() typedef 553 index(&self, _index: ops::RangeFull) -> &Self::Output index() argument 575 type Output = <BStr as Index<Idx>>::Output; global() typedef 578 index(&self, index: Idx) -> &Self::Output index() argument [all...] |
H A D | time.rs | 206 type Output = Delta; global() typedef [all...] |
/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/rust/kernel/alloc/ |
H A D | kvec.rs | 966 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/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/dml/ |
H A D | display_mode_vba.h | 511 enum output_encoder_class Output[DC__NUM_DPP__MAX]; member
|