| /linux/Documentation/hwmon/ |
| H A D | ucd9200.rst | 29 [From datasheets] UCD9220, UCD9222, UCD9224, UCD9240, UCD9244, UCD9246, and 62 in1_input Measured voltage. From READ_VIN register. 63 in1_min Minimum Voltage. From VIN_UV_WARN_LIMIT register. 64 in1_max Maximum voltage. From VIN_OV_WARN_LIMIT register. 66 in1_crit Critical maximum voltage. From VIN_OV_FAULT_LIMIT 68 in1_min_alarm Voltage low alarm. From VIN_UV_WARNING status. 69 in1_max_alarm Voltage high alarm. From VIN_OV_WARNING status. 70 in1_lcrit_alarm Voltage critical low alarm. From VIN_UV_FAULT status. 71 in1_crit_alarm Voltage critical high alarm. From VIN_OV_FAULT status. 74 in[2-5]_input Measured voltage. From READ_VOUT register. [all …]
|
| H A D | tps40422.rst | 48 in[1-2]_input Measured voltage. From READ_VOUT register. 51 curr[1-2]_input Measured current. From READ_IOUT register. 53 curr1_max Maximum current. From IOUT_OC_WARN_LIMIT register. 54 curr1_crit Critical maximum current. From IOUT_OC_FAULT_LIMIT 56 curr1_max_alarm Current high alarm. From IOUT_OC_WARN_LIMIT status. 57 curr1_crit_alarm Current critical high alarm. From IOUT_OC_FAULT status. 58 curr2_alarm Current high alarm. From IOUT_OC_WARNING status. 60 temp1_input Measured temperature. From READ_TEMPERATURE_2 register 62 temp1_max Maximum temperature. From OT_WARN_LIMIT register. 63 temp1_crit Critical high temperature. From OT_FAULT_LIMIT register. [all …]
|
| H A D | ucd9000.rst | 28 From datasheets: 94 in[1-12]_input Measured voltage. From READ_VOUT register. 95 in[1-12]_min Minimum Voltage. From VOUT_UV_WARN_LIMIT register. 96 in[1-12]_max Maximum voltage. From VOUT_OV_WARN_LIMIT register. 98 in[1-12]_crit Critical maximum voltage. From VOUT_OV_FAULT_LIMIT 100 in[1-12]_min_alarm Voltage low alarm. From VOLTAGE_UV_WARNING status. 101 in[1-12]_max_alarm Voltage high alarm. From VOLTAGE_OV_WARNING status. 102 in[1-12]_lcrit_alarm Voltage critical low alarm. From VOLTAGE_UV_FAULT 104 in[1-12]_crit_alarm Voltage critical high alarm. From VOLTAGE_OV_FAULT 108 curr[1-12]_input Measured current. From READ_IOUT register. [all …]
|
| /linux/Documentation/translations/zh_TW/process/ |
| H A D | submitting-patches.rst | 360 作時,它用於給出共同作者(除了From:所給出的作者之外)。因爲Co-developed-by: 363 過From:還是Co-developed-by:表明。值得注意的是,最後一個Signed-off-by:必須是 366 注意,如果From:作者也是電子郵件標題的From:行中列出的人,則From:標籤是可選的。 368 被From:作者提交的補丁示例:: 376 Signed-off-by: From Author <from@author.example.org> 380 From: From Author <from@author.example.org> 386 Signed-off-by: From Author <from@author.example.org> 507 ``From`` 行是信體裏的最上面一行,具有如下格式:: 509 From: Patch Author <author@example.com> 511 ``From`` 行指明在永久改動日誌裏,誰會被確認爲作者。如果沒有 ``From`` 行,那 [all …]
|
| /linux/Documentation/translations/zh_CN/process/ |
| H A D | submitting-patches.rst | 356 作时,它用于给出共同作者(除了From:所给出的作者之外)。因为Co-developed-by: 359 过From:还是Co-developed-by:表明。值得注意的是,最后一个Signed-off-by:必须是 362 注意,如果From:作者也是电子邮件标题的From:行中列出的人,则From:标签是可选的。 364 被From:作者提交的补丁示例:: 372 Signed-off-by: From Author <from@author.example.org> 376 From: From Author <from@author.example.org> 382 Signed-off-by: From Author <from@author.example.org> 503 ``From`` 行是信体里的最上面一行,具有如下格式:: 505 From: Patch Author <author@example.com> 507 ``From`` 行指明在永久改动日志里,谁会被确认为作者。如果没有 ``From`` 行,那 [all …]
|
| /linux/rust/pin-init/src/ |
| H A D | alloc.rs | 32 E: From<AllocError>; in try_pin_init() 52 E: From<AllocError>; in try_init() 84 E: From<AllocError>, in try_pin_init() 92 E: From<AllocError>, in try_init() 102 E: From<AllocError>, in try_pin_init() 120 E: From<AllocError>, in try_init()
|
| /linux/rust/kernel/ |
| H A D | error.rs | 218 impl From<AllocError> for Error { 224 impl From<TryFromIntError> for Error { 230 impl From<Utf8Error> for Error { 236 impl From<LayoutError> for Error { 242 impl From<fmt::Error> for Error { 248 impl From<core::convert::Infallible> for Error { 511 T: From<i16>, in from_result()
|
| H A D | init.rs | 148 E: From<AllocError>; in try_pin_init() 156 Error: From<E>, in pin_init() 168 E: From<AllocError>; in try_init() 173 Error: From<E>, in init()
|
| H A D | maple_tree.rs | 603 impl From<InsertErrorKind> for Error { 614 impl<T> From<InsertError<T>> for Error { impl 640 impl From<AllocErrorKind> for Error { 651 impl<T> From<AllocError<T>> for Error { impl
|
| /linux/scripts/ |
| H A D | generate_rust_target.rs | 68 impl From<bool> for Value { 74 impl From<i32> for Value { 80 impl From<String> for Value { 86 impl From<&str> for Value { 92 impl From<Object> for Value { 98 impl<T: Into<Value>, const N: usize> From<[T; N]> for Value {
|
| /linux/rust/kernel/alloc/kvec/ |
| H A D | errors.rs | 17 impl<T> From<PushError<T>> for Error { impl 34 impl From<RemoveError> for Error { 57 impl<T> From<InsertError<T>> for Error { impl
|
| /linux/Documentation/devicetree/bindings/clock/st/ |
| H A D | st,clkgen-pll.txt | 20 - #clock-cells : From common clock binding; shall be set to 1. 22 - clocks : From common clock binding 24 - clock-output-names : From common clock binding.
|
| /linux/drivers/android/binder/ |
| H A D | error.rs | 56 impl From<Error> for BinderError { 65 impl From<kernel::fs::file::BadFdError> for BinderError { 71 impl From<kernel::alloc::AllocError> for BinderError {
|
| /linux/arch/sh/lib/ |
| H A D | memcpy.S | 20 sub r4,r5 ! From here, r5 has the distance to r0 21 add r6,r0 ! From here, r0 points the end of copying point
|
| /linux/arch/powerpc/boot/dts/ |
| H A D | a4m072.dts | 29 bus-frequency = <0>; /* From boot loader */ 30 system-frequency = <0>; /* From boot loader */ 140 clock-frequency = <0>; /* From boot loader */
|
| H A D | amigaone.dts | 30 clock-frequency = <0>; // From U-boot 31 bus-frequency = <0>; // From U-boot 37 reg = <0 0>; // From U-boot
|
| H A D | a3m071.dts | 28 bus-frequency = <0>; /* From boot loader */ 29 system-frequency = <0>; /* From boot loader */
|
| /linux/Documentation/devicetree/bindings/mfd/ |
| H A D | hisilicon,hi655x.txt | 19 - #clock-cells: From common clock binding; shall be set to 0 22 - clock-output-names: From common clock binding to override the
|
| /linux/rust/syn/ |
| H A D | ident.rs | 19 impl From<Token![$token]> for Ident { 33 impl From<Token![_]> for Ident {
|
| /linux/rust/proc-macro2/ |
| H A D | wrapper.rs | 139 impl From<proc_macro::TokenStream> for TokenStream { 145 impl From<TokenStream> for proc_macro::TokenStream { 156 impl From<fallback::TokenStream> for TokenStream { 180 impl From<TokenTree> for TokenStream { 275 impl From<proc_macro::LexError> for LexError { 281 impl From<fallback::LexError> for LexError { 529 impl From<proc_macro::Span> for crate::Span { 535 impl From<fallback::Span> for Span { 640 impl From<fallback::Group> for Group { 711 impl From<fallback::Ident> for Ident { [all …]
|
| H A D | lib.rs | 263 impl From<proc_macro::TokenStream> for TokenStream { 271 impl From<TokenStream> for proc_macro::TokenStream { 277 impl From<TokenTree> for TokenStream { 573 impl From<Group> for TokenTree { 579 impl From<Ident> for TokenTree { 585 impl From<Punct> for TokenTree { 591 impl From<Literal> for TokenTree {
|
| /linux/rust/kernel/list/ |
| H A D | arc.rs | 185 E: From<AllocError>, in pin_init() 196 E: From<AllocError>, in init() 202 impl<T, const ID: u64> From<UniqueArc<T>> for ListArc<T, ID> impl 213 impl<T, const ID: u64> From<Pin<UniqueArc<T>>> for ListArc<T, ID> impl
|
| /linux/Documentation/devicetree/bindings/arm/omap/ |
| H A D | prcm.txt | 34 - #clock-cells: From common clock binding 35 - clock-output-names: From common clock binding
|
| /linux/rust/kernel/num/ |
| H A D | bounded.rs | 940 impl<T, const N: u32> From<$type> for Bounded<T, N> 943 T: Integer<Signedness = <$type as Integer>::Signedness> + From<$type>, 1016 impl<T, const N: u32> From<Bounded<T, N>> for $type impl 1040 impl<T> From<Bounded<T, 1>> for bool impl 1049 impl<T, const N: u32> From<bool> for Bounded<T, N> 1051 T: Integer + From<bool>,
|
| /linux/Documentation/trace/coresight/ |
| H A D | coresight-etm4x-reference.rst | 234 :Trace Registers: From IDR4 383 :Trace Registers: From IDR5 430 :Trace Registers: From IDR4 473 :Trace Registers: From IDR4 506 :Trace Registers: From IDR4 595 :Trace Registers: From IDR5 602 :Trace Registers: From IDR4 609 :Trace Registers: From IDR5 616 :Trace Registers: From IDR4
|