| /linux/rust/kernel/num/ |
| H A D | bounded.rs | 589 T: ops::Add<Output = T>, 591 type Output = T; typedef 593 fn add(self, rhs: Bounded<T, M>) -> Self::Output { in add() argument 601 T: ops::BitAnd<Output = T>, 603 type Output = T; typedef 605 fn bitand(self, rhs: Bounded<T, M>) -> Self::Output { in bitand() argument 613 T: ops::BitOr<Output = T>, 615 type Output = T; typedef 617 fn bitor(self, rhs: Bounded<T, M>) -> Self::Output { in bitor() argument 625 T: ops::BitXor<Output = T>, [all …]
|
| /linux/rust/kernel/ |
| H A D | num.rs | 25 + ops::Add<Output = Self> 27 + ops::Sub<Output = Self> 29 + ops::Mul<Output = Self> 31 + ops::Div<Output = Self> 33 + ops::Rem<Output = Self> 35 + ops::BitAnd<Output = Self> 37 + ops::BitOr<Output = Self> 39 + ops::BitXor<Output = Self> 41 + ops::Shl<u32, Output = Self> 43 + ops::Shr<u32, Output = Self>
|
| H A D | alloc.rs | 49 type Output = Self; typedef 50 fn bitor(self, rhs: Self) -> Self::Output { in bitor() argument 56 type Output = Self; typedef 57 fn bitand(self, rhs: Self) -> Self::Output { in bitand() argument 63 type Output = Self; typedef 64 fn not(self) -> Self::Output { in not() argument
|
| H A D | dma.rs | 204 type Output = Self; typedef 205 fn bitor(self, rhs: Self) -> Self::Output { in bitor() argument 211 type Output = Self; typedef 212 fn bitand(self, rhs: Self) -> Self::Output { in bitand() argument 218 type Output = Self; typedef 219 fn not(self) -> Self::Output { in not() argument
|
| /linux/Documentation/hwmon/ |
| H A D | acbel-fsg032.rst | 37 curr2_crit_alarm Output current critical alarm. 41 curr2_max_alarm Output current high alarm. 56 in2_crit_alarm Output voltage critical high alarm. 60 in2_lcrit_alarm Output voltage critical low alarm. 70 power2_crit_alarm Output power crit alarm limit exceeded. 73 power2_max Output power limit. 74 power2_max_alarm Output power high alarm.
|
| H A D | pli1209bc.rst | 42 in2_input Output voltage. 45 in2_alarm Output voltage alarm 55 curr2_input Output current. 57 curr2_crit_alarm Output current critical alarm. 59 curr2_max_alarm Output current high alarm. 66 power2_input Output power.
|
| H A D | ir35221.rst | 65 in[2-3]_lcrit_alarm Output voltage critical low alarm 67 in[2-3]_crit_alarm Output voltage critical high alarm 71 in[2-3]_max_alarm Output voltage high alarm 73 in[2-3]_min_alarm Output voltage low alarm 82 power[2-3]_max Output power limit 83 power[2-3]_max_alarm Output power high alarm
|
| H A D | max20751.rst | 66 in2_min_alarm Output voltage low alarm. 67 in2_lcrit_alarm Output voltage critical low alarm. 68 in2_min_alarm Output voltage low alarm. 69 in2_max_alarm Output voltage high alarm. 82 power1_input Output power.
|
| H A D | inspur-ipsps1.rst | 50 in2_lcrit_alarm Output voltage critical low alarm 52 in2_max_alarm Output voltage high alarm 54 in2_min_alarm Output voltage low alarm 60 power2_max_alarm Output power high alarm 61 power2_max Output power limit
|
| H A D | q54sj108a2.rst | 43 curr1_alarm RO Output current alarm 44 curr1_input RO Output current 49 in2_alarm RO Output voltage alarm 50 in2_input RO Output voltage
|
| H A D | lt7182s.rst | 54 curr[3-4]_max_alarm Output current high alarm 76 in[3-4|6-7]_lcrit_alarm Output voltage critical low alarm 78 in[3-4|6-7]_max_alarm Output voltage low alarm 80 in[3-4|6-7]_max_alarm Output voltage high alarm 82 in[3-4|6-7]_crit_alarm Output voltage critical high alarm
|
| H A D | bpa-rs600.rst | 39 curr2_max_alarm Output current high alarm 55 in2_max_alarm Output voltage high alarm 57 in2_min_alarm Output voltage low alarm 67 power2_max_alarm Output power high alarm
|
| H A D | ir38064.rst | 74 in2_lcrit_alarm Output voltage critical low alarm 76 in2_crit_alarm Output voltage critical high alarm 78 in2_max_alarm Output voltage high alarm 80 in2_min_alarm Output voltage low alarm
|
| H A D | lineage-pem.rst | 61 in1_input Output voltage (mV) 62 in1_min_alarm Output undervoltage alarm 63 in1_max_alarm Output overvoltage alarm 64 in1_crit Output voltage critical alarm
|
| H A D | stpddc60.rst | 76 curr1_max_alarm Output current high alarm. 78 curr1_crit_alarm Output current critical high alarm. 83 power1_crit_alarm Output power critical high alarm.
|
| /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/Documentation/ABI/testing/ |
| H A D | debugfs-amd-iommu | 14 Output:: 31 Output:: 46 Output:: 79 Output:: 89 Output:: 104 Output:: 120 Output::
|
| H A D | sysfs-platform-wilco-ec | 16 Output will a MM/DD/YY string. 23 Output will a version string be similar to the example below: 31 Output will a version string be similar to the example below:
|
| /linux/sound/soc/img/ |
| H A D | Kconfig | 13 tristate "Imagination I2S Output Device Driver" 20 tristate "Imagination Parallel Output Device Driver" 34 tristate "Imagination SPDIF Output Device Driver"
|
| /linux/rust/syn/ |
| H A D | parse.rs | 1242 type Output; typedef 1248 fn parse2(self, tokens: TokenStream) -> Result<Self::Output>; in parse2() argument 1256 fn parse(self, tokens: proc_macro::TokenStream) -> Result<Self::Output> { in parse() argument 1269 fn parse_str(self, s: &str) -> Result<Self::Output> { in parse_str() argument 1275 fn __parse_scoped(self, scope: Span, tokens: TokenStream) -> Result<Self::Output> { in __parse_scoped() argument 1292 type Output = T; typedef 1308 fn __parse_scoped(self, scope: Span, tokens: TokenStream) -> Result<Self::Output> { in __parse_scoped() argument 1325 pub(crate) fn parse_scoped<F: Parser>(f: F, scope: Span, tokens: TokenStream) -> Result<F::Output> { in parse_scoped() argument
|
| /linux/drivers/rapidio/ |
| H A D | Kconfig | 27 bool "Enable RapidIO Input/Output Ports" 30 The RapidIO specification describes a Output port transmit 32 for Input ports and Output ports should be disabled. When 34 ports for Input/Output direction to allow other traffic
|
| /linux/tools/testing/selftests/rcutorture/bin/ |
| H A D | mktestid.sh | 23 echo ' ---' Output of "'"git status"'": >> ${resdir}/testid.txt 27 echo ' ---' Output of "'"git diff HEAD"'": >> ${resdir}/testid.txt
|
| /linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/ |
| H A D | display_mode_vba_util_32.h | 41 enum output_encoder_class Output); 43 … int dml32_dscComputeDelay(enum output_format_class pixelFormat, enum output_encoder_class Output); 98 enum output_encoder_class Output[], 190 enum output_encoder_class Output, 220 enum output_encoder_class Output, 255 enum output_encoder_class Output, 298 enum output_encoder_class Output, 328 enum output_encoder_class Output,
|
| /linux/Documentation/w1/slaves/ |
| H A D | w1_ds2413.rst | 30 Bit 1: PIOA Output Latch State 32 Bit 3: PIOB Output Latch State 56 When writing output, the master must repeat the PIO Output Data byte in
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | dev-osd.rst | 7 Video Output Overlay Interface 18 as the :ref:`Video Output <capture>` function. 30 Devices supporting the *Video Output Overlay* interface set the 142 *Video Output* and *Video Output Overlay* devices in the same way as to
|