/linux-6.3-rc2/drivers/net/wireless/broadcom/b43/ |
A D | leds.c | 156 switch (behaviour) { in b43_map_led() 195 behaviour); in b43_map_led() 218 *behaviour = B43_LED_ACTIVITY; in b43_led_get_sprominfo() 224 *behaviour = B43_LED_RADIO_B; in b43_led_get_sprominfo() 226 *behaviour = B43_LED_ASSOC; in b43_led_get_sprominfo() 229 *behaviour = B43_LED_RADIO_A; in b43_led_get_sprominfo() 232 *behaviour = B43_LED_OFF; in b43_led_get_sprominfo() 235 *behaviour = B43_LED_OFF; in b43_led_get_sprominfo() 242 *behaviour = B43_LED_OFF; in b43_led_get_sprominfo() 253 enum b43_led_behaviour behaviour; in b43_leds_init() local [all …]
|
/linux-6.3-rc2/drivers/net/wireless/broadcom/b43legacy/ |
A D | leds.c | 117 enum b43legacy_led_behaviour behaviour, in b43legacy_map_led() argument 125 switch (behaviour) { in b43legacy_map_led() 171 behaviour); in b43legacy_map_led() 181 enum b43legacy_led_behaviour behaviour; in b43legacy_leds_init() local 196 behaviour = B43legacy_LED_ACTIVITY; in b43legacy_leds_init() 199 behaviour = B43legacy_LED_RADIO_ALL; in b43legacy_leds_init() 202 behaviour = B43legacy_LED_RADIO_B; in b43legacy_leds_init() 204 behaviour = B43legacy_LED_ASSOC; in b43legacy_leds_init() 207 behaviour = B43legacy_LED_RADIO_A; in b43legacy_leds_init() 210 behaviour = B43legacy_LED_OFF; in b43legacy_leds_init() [all …]
|
/linux-6.3-rc2/arch/powerpc/platforms/pseries/ |
A D | setup.c | 562 if (result->behaviour & H_CPU_BEHAV_FLUSH_COUNT_CACHE) in init_cpu_char_feature_flags() 565 if (result->behaviour & H_CPU_BEHAV_FLUSH_LINK_STACK) in init_cpu_char_feature_flags() 574 if (!(result->behaviour & H_CPU_BEHAV_FAVOUR_SECURITY)) { in init_cpu_char_feature_flags() 577 } else if (result->behaviour & H_CPU_BEHAV_FAVOUR_SECURITY_H) in init_cpu_char_feature_flags() 582 if (!(result->behaviour & H_CPU_BEHAV_L1D_FLUSH_PR)) in init_cpu_char_feature_flags() 585 if (result->behaviour & H_CPU_BEHAV_NO_L1D_FLUSH_ENTRY) in init_cpu_char_feature_flags() 588 if (result->behaviour & H_CPU_BEHAV_NO_L1D_FLUSH_UACCESS) in init_cpu_char_feature_flags() 591 if (result->behaviour & H_CPU_BEHAV_NO_STF_BARRIER) in init_cpu_char_feature_flags() 594 if (!(result->behaviour & H_CPU_BEHAV_BNDS_CHK_SPEC_BAR)) in init_cpu_char_feature_flags()
|
/linux-6.3-rc2/Documentation/admin-guide/device-mapper/ |
A D | dm-flakey.rst | 6 unreliable behaviour periodically. It's been found useful in simulating 10 <up interval> seconds, then exhibits unreliable behaviour for <down
|
/linux-6.3-rc2/Documentation/devicetree/bindings/ |
A D | ABI.rst | 15 then default to the previous behaviour if it is missing. If a binding 32 behaviour when a newly added property is missing.
|
/linux-6.3-rc2/Documentation/driver-api/thermal/ |
A D | cpu-cooling-api.rst | 78 - In running time the 'execution' behaviour (instruction types, memory 87 f(run) here represents the described execution behaviour and its 91 The detailed behaviour for f(run) could be modelled on-line. However,
|
/linux-6.3-rc2/Documentation/arm64/ |
A D | tagged-address-abi.rst | 54 NOTE: This behaviour changed in v5.6 and so some earlier kernels may 64 NOTE: This behaviour changed in v5.14 and so some earlier kernels may 101 - The syscall behaviour is undefined for invalid tagged pointers: it may 105 - The syscall behaviour for a valid tagged pointer is the same as for
|
/linux-6.3-rc2/Documentation/dev-tools/ |
A D | ubsan.rst | 4 UBSAN is a runtime undefined behaviour checker. 20 UBSAN: Undefined behaviour in ../include/linux/bitops.h:110:33
|
/linux-6.3-rc2/Documentation/admin-guide/ |
A D | xfs.rst | 30 The default behaviour is for dynamic end-of-file 35 the dynamic behaviour. 45 The default behaviour is determined by the on-disk feature 46 bit indicating that ``attr2`` behaviour is active. If either 112 (in bytes) will be returned instead. Otherwise the behaviour 397 different error handlers for which behaviour can be configured. 446 If set to 0, the configured retry behaviour will continue until all 460 propagation behaviour for specific errors. There is also a "default" error 461 handler defined, which defines the behaviour for all errors that don't have 497 **Note:** The default behaviour for a specific error handler is dependent on both [all …]
|
/linux-6.3-rc2/Documentation/sound/designs/ |
A D | tracepoints.rst | 47 convenient parameters or change their behaviour. 93 it. Else, zero. But this behaviour depends on implementations in driver 99 it. Else, zero. But this behaviour depends on implementations in driver 105 also calculated according to it. Else, zero. But this behaviour depends
|
/linux-6.3-rc2/Documentation/watchdog/ |
A D | watchdog-pm.rst | 12 handling to ensure a uniform behaviour for Linux systems.
|
/linux-6.3-rc2/Documentation/arm/ |
A D | mem_alignment.rst | 26 Please note that randomly changing the behaviour without good thought is 27 real bad - it changes the behaviour of all unaligned instructions in user
|
/linux-6.3-rc2/Documentation/admin-guide/mm/ |
A D | nommu-mmap.rst | 12 Memory mapping behaviour also involves the way fork(), vfork(), clone() and 16 The behaviour is similar between the MMU and no-MMU cases, but not identical; 31 the no-MMU case doesn't support these, behaviour is identical to 272 Adjusting page trimming behaviour 277 fragmentation, and as such, is left configurable. The default behaviour is to 280 behaviour can either be disabled completely, or bumped up to a higher page 283 Page trimming behaviour is configurable via the sysctl ``vm.nr_trim_pages``.
|
/linux-6.3-rc2/Documentation/networking/ |
A D | seg6-sysctl.rst | 29 Controls the behaviour of computing the flowlabel of outer
|
/linux-6.3-rc2/Documentation/usb/ |
A D | functionfs.rst | 6 unique behaviour. It may be added to an USB configuration only after 59 parameter's value is just a one-element list, then the behaviour
|
/linux-6.3-rc2/Documentation/ABI/testing/ |
A D | sysfs-bus-i2c-devices-pca954x | 7 written to control the behaviour of the multiplexer on
|
/linux-6.3-rc2/Documentation/devicetree/bindings/power/supply/ |
A D | x-powers,axp20x-usb-power-supply.yaml | 10 The AXP223 PMIC shares most of its behaviour with the AXP221 but has slight
|
/linux-6.3-rc2/Documentation/userspace-api/media/dvb/ |
A D | fe-set-frontend-tune-mode.rst | 34 zigzagging or other "normal" tuning behaviour. Additionally,
|
/linux-6.3-rc2/Documentation/userspace-api/media/v4l/ |
A D | v4l2-selection-flags.rst | 33 flag (and ``V4L2_SEL_FLAG_LE``) the behaviour is to choose the
|
/linux-6.3-rc2/Documentation/devicetree/bindings/media/ |
A D | renesas,fcp.yaml | 19 FCP for FDP (FCPF). Their configuration and behaviour depend on the module
|
/linux-6.3-rc2/Documentation/hwmon/ |
A D | pwm-fan.rst | 26 pwm1_enable rw keep enable mode, defines behaviour when pwm1=0
|
/linux-6.3-rc2/include/linux/ |
A D | power_supply.h | 963 enum power_supply_charge_behaviour behaviour, 971 enum power_supply_charge_behaviour behaviour, in power_supply_charge_behaviour_show() argument
|
/linux-6.3-rc2/Documentation/firmware-guide/acpi/ |
A D | video_extension.rst | 118 directly. This behaviour can be controlled through the brightness_switch_enabled 120 recommended to disable this behaviour once a GUI environment starts up and
|
/linux-6.3-rc2/Documentation/scheduler/ |
A D | sched-rt-group.rst | 13 2.2 Default behaviour 105 2.2 Default behaviour 112 it. By setting runtime to -1 you'd get the old behaviour back.
|
/linux-6.3-rc2/drivers/memstick/core/ |
A D | Kconfig | 13 normal behaviour is to remove them at suspend and
|