| /linux/rust/kernel/num/ |
| H A D | bounded.rs | 594 type Output = T; global() typedef 596 add(self, rhs: Bounded<T, M>) -> Self::Output add() argument 606 type Output = T; global() typedef 608 bitand(self, rhs: Bounded<T, M>) -> Self::Output bitand() argument 618 type Output = T; global() typedef 620 bitor(self, rhs: Bounded<T, M>) -> Self::Output bitor() argument 630 type Output = T; global() typedef 632 bitxor(self, rhs: Bounded<T, M>) -> Self::Output bitxor() argument 642 type Output = T; global() typedef 644 div(self, rhs: Bounded<T, M>) -> Self::Output div() argument 654 type Output = T; global() typedef 656 mul(self, rhs: Bounded<T, M>) -> Self::Output mul() argument 666 type Output = T; global() typedef 668 rem(self, rhs: Bounded<T, M>) -> Self::Output rem() argument 678 type Output = T; global() typedef 680 sub(self, rhs: Bounded<T, M>) -> Self::Output sub() argument 692 type Output = T; global() typedef 694 add(self, rhs: T) -> Self::Output add() argument 704 type Output = T; global() typedef 706 bitand(self, rhs: T) -> Self::Output bitand() argument 716 type Output = T; global() typedef 718 bitor(self, rhs: T) -> Self::Output bitor() argument 728 type Output = T; global() typedef 730 bitxor(self, rhs: T) -> Self::Output bitxor() argument 740 type Output = T; global() typedef 742 div(self, rhs: T) -> Self::Output div() argument 752 type Output = T; global() typedef 754 mul(self, rhs: T) -> Self::Output mul() argument 764 type Output = T; global() typedef 766 neg(self) -> Self::Output neg() argument 776 type Output = T; global() typedef 778 not(self) -> Self::Output not() argument 788 type Output = T; global() typedef 790 rem(self, rhs: T) -> Self::Output rem() argument 800 type Output = T; global() typedef 802 sub(self, rhs: T) -> Self::Output sub() argument [all...] |
| /linux/rust/kernel/ptr/ |
| H A D | projection.rs | 40 type Output: ?Sized; typedef 43 fn get(self, slice: *mut T) -> Option<*mut Self::Output>; in get() argument 47 index(self, slice: *mut T) -> *mut Self::Output index() argument 59 type Output = <I as ProjectIndex<[T]>>::Output; global() typedef 62 get(self, slice: *mut [T; N]) -> Option<*mut Self::Output> get() argument 67 index(self, slice: *mut [T; N]) -> *mut Self::Output index() argument 75 type Output = T; global() typedef 90 type Output = [T]; global() typedef 107 type Output = [T]; global() typedef 117 type Output = [T]; global() typedef 127 type Output = [T]; global() typedef [all...] |
| /linux/rust/kernel/irq/ |
| H A D | flags.rs | 108 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 D | alloc.rs | 49 type Output = Self; global() typedef 50 bitor(self, rhs: Self) -> Self::Output bitor() argument 56 type Output = Self; global() typedef 57 bitand(self, rhs: Self) -> Self::Output bitand() argument 63 type Output = Self; global() typedef 64 not(self) -> Self::Output not() argument
|
| H A D | dma.rs | 239 type Output = Self; typedef 240 fn bitor(self, rhs: Self) -> Self::Output { in bitor() argument 246 type Output = Self; typedef 247 fn bitand(self, rhs: Self) -> Self::Output { in bitand() argument 253 type Output = Self; typedef 254 fn not(self) -> Self::Output { in not() argument
|
| H A D | str.rs | 147 type Output = Self; global() typedef 149 index(&self, index: Idx) -> &Self::Output index() argument
|
| /linux/rust/kernel/io/ |
| H A D | resource.rs | 196 type Output = Self; typedef 197 fn bitor(self, rhs: Self) -> Self::Output { in bitor() argument 203 type Output = Self; typedef 204 fn bitand(self, rhs: Self) -> Self::Output { in bitand() argument 210 type Output = Self; typedef 211 fn not(self) -> Self::Output { in not() argument
|
| /linux/rust/syn/ |
| H A D | parse.rs | 1242 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 D | meta.rs | 134 pub fn parser(logic: impl FnMut(ParseNestedMeta) -> Result<()>) -> impl Parser<Output = ()> { in parser()
|
| H A D | mac.rs | 148 pub fn parse_body_with<F: Parser>(&self, parser: F) -> Result<F::Output> { in parse_body_with()
|
| H A D | attr.rs | 247 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 D | punctuated.rs | 1074 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 D | lit.rs | 215 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 D | runtime.rs | 28 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 D | kvec.rs | 1078 type Output = I::Output; global() typedef 1081 index(&self, index: I) -> &Self::Output index() argument 1091 index_mut(&mut self, index: I) -> &mut Self::Output index_mut() argument
|
| /linux/drivers/gpu/drm/amd/display/dc/dml2_0/ |
| H A D | display_mode_core.c | 845 dscceComputeDelay(dml_uint_t bpc,dml_float_t BPP,dml_uint_t sliceWidth,dml_uint_t numSlices,enum dml_output_format_class pixelFormat,enum dml_output_encoder_class Output) dscceComputeDelay() argument 921 dscComputeDelay(enum dml_output_format_class pixelFormat,enum dml_output_encoder_class Output) dscComputeDelay() argument 2725 TruncToValidBPP(dml_float_t LinkBitRate,dml_uint_t Lanes,dml_uint_t HTotal,dml_uint_t HActive,dml_float_t PixelClock,dml_float_t DesiredBPP,dml_bool_t DSCEnable,enum dml_output_encoder_class Output,enum dml_output_format_class Format,dml_uint_t DSCInputBitPerComponent,dml_uint_t DSCSlices,dml_uint_t AudioRate,dml_uint_t AudioLayout,enum dml_odm_mode ODMModeNoDSC,enum dml_odm_mode ODMModeDSC,dml_uint_t * RequiredSlots) TruncToValidBPP() argument 4730 UnboundedRequest(enum dml_unbounded_requesting_policy UseUnboundedRequestingFinal,dml_uint_t TotalNumberOfActiveDPP,dml_bool_t NoChromaOrLinear,enum dml_output_encoder_class Output) UnboundedRequest() argument 5364 CalculateOutputLink(dml_float_t PHYCLKPerState,dml_float_t PHYCLKD18PerState,dml_float_t PHYCLKD32PerState,dml_float_t Downspreading,dml_bool_t IsMainSurfaceUsingTheIndicatedTiming,enum dml_output_encoder_class Output,enum dml_output_format_class OutputFormat,dml_uint_t HTotal,dml_uint_t HActive,dml_float_t PixelClockBackEnd,dml_float_t ForcedOutputLinkBPP,dml_uint_t DSCInputBitPerComponent,dml_uint_t NumberOfDSCSlices,dml_float_t AudioSampleRate,dml_uint_t AudioSampleLayout,enum dml_odm_mode ODMModeNoDSC,enum dml_odm_mode ODMModeDSC,enum dml_dsc_enable DSCEnable,dml_uint_t OutputLinkDPLanes,enum dml_output_link_dp_rate OutputLinkDPRate,dml_bool_t * RequiresDSC,dml_bool_t * RequiresFEC,dml_float_t * OutBpp,enum dml_output_type_and_rate__type * OutputType,enum dml_output_type_and_rate__rate * OutputRate,dml_uint_t * RequiredSlots) CalculateOutputLink() argument 5527 CalculateODMMode(dml_uint_t MaximumPixelsPerLinePerDSCUnit,dml_uint_t HActive,enum dml_output_encoder_class Output,enum dml_output_format_class OutputFormat,enum dml_odm_use_policy ODMUse,dml_float_t StateDispclk,dml_float_t MaxDispclk,dml_bool_t DSCEnable,dml_uint_t TotalNumberOfActiveDPP,dml_uint_t MaxNumDPP,dml_float_t PixelClock,dml_float_t DISPCLKDPPCLKDSCCLKDownSpreading,dml_float_t DISPCLKRampingMargin,dml_float_t DISPCLKDPPCLKVCOSpeed,dml_uint_t NumberOfDSCSlices,dml_bool_t * TotalAvailablePipesSupport,dml_uint_t * NumberOfDPP,enum dml_odm_mode * ODMMode,dml_float_t * RequiredDISPCLKPerSurface) CalculateODMMode() argument 5896 DSCDelayRequirement(dml_bool_t DSCEnabled,enum dml_odm_mode ODMMode,dml_uint_t DSCInputBitPerComponent,dml_float_t OutputBpp,dml_uint_t HActive,dml_uint_t HTotal,dml_uint_t NumberOfDSCSlices,enum dml_output_format_class OutputFormat,enum dml_output_encoder_class Output,dml_float_t PixelClock,dml_float_t PixelClockBackEnd) DSCDelayRequirement() argument [all...] |
| H A D | display_mode_core_structs.h | 1472 enum dml_output_encoder_class *Output; member
|
| /linux/arch/mips/include/asm/fw/arc/ |
| H A D | hinv.h | 93 Output = 64 enumerator
|
| /linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/ |
| H A D | dml2_core_dcn4_calcs.c | 1275 TruncToValidBPP(struct dml2_core_shared_TruncToValidBPP_locals * l,double LinkBitRate,unsigned int Lanes,unsigned int HTotal,unsigned int HActive,double PixelClock,double DesiredBPP,bool DSCEnable,enum dml2_output_encoder_class Output,enum dml2_output_format_class Format,unsigned int DSCInputBitPerComponent,unsigned int DSCSlices,unsigned int AudioRate,unsigned int AudioLayout,enum dml2_odm_mode ODMModeNoDSC,enum dml2_odm_mode ODMModeDSC,unsigned int * RequiredSlots) TruncToValidBPP() argument 1380 dscceComputeDelay(unsigned int bpc,double BPP,unsigned int sliceWidth,unsigned int numSlices,enum dml2_output_format_class pixelFormat,enum dml2_output_encoder_class Output) dscceComputeDelay() argument 1492 dscComputeDelay(enum dml2_output_format_class pixelFormat,enum dml2_output_encoder_class Output) dscComputeDelay() argument 4125 CalculateODMMode(unsigned int MaximumPixelsPerLinePerDSCUnit,unsigned int HActive,enum dml2_output_format_class OutFormat,enum dml2_output_encoder_class Output,enum dml2_odm_mode ODMUse,double MaxDispclk,bool DSCEnable,unsigned int TotalNumberOfActiveDPP,unsigned int TotalNumberOfActiveOPP,unsigned int MaxNumDPP,unsigned int MaxNumOPP,double PixelClock,unsigned int NumberOfDSCSlices,bool * TotalAvailablePipesSupport,unsigned int * NumberOfDPP,enum dml2_odm_mode * ODMMode,double * RequiredDISPCLKPerSurface) CalculateODMMode() argument 4229 CalculateOutputLink(struct dml2_core_internal_scratch * s,double PHYCLK,double PHYCLKD18,double PHYCLKD32,double Downspreading,enum dml2_output_encoder_class Output,enum dml2_output_format_class OutputFormat,unsigned int HTotal,unsigned int HActive,double PixelClockBackEnd,double ForcedOutputLinkBPP,unsigned int DSCInputBitPerComponent,unsigned int NumberOfDSCSlices,double AudioSampleRate,unsigned int AudioSampleLayout,enum dml2_odm_mode ODMModeNoDSC,enum dml2_odm_mode ODMModeDSC,enum dml2_dsc_enable_option DSCEnable,unsigned int OutputLinkDPLanes,enum dml2_output_link_dp_rate OutputLinkDPRate,bool * RequiresDSC,bool * RequiresFEC,double * OutBpp,enum dml2_core_internal_output_type * OutputType,enum dml2_core_internal_output_type_rate * OutputRate,unsigned int * RequiredSlots) CalculateOutputLink() argument 4518 DSCDelayRequirement(bool DSCEnabled,enum dml2_odm_mode ODMMode,unsigned int DSCInputBitPerComponent,double OutputBpp,unsigned int HActive,unsigned int HTotal,unsigned int NumberOfDSCSlices,enum dml2_output_format_class OutputFormat,enum dml2_output_encoder_class Output,double PixelClock,double PixelClockBackEnd) DSCDelayRequirement() argument [all...] |
| /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
|