| /linux/include/linux/spi/ |
| H A D | sh_msiof.h | 80 #define SIFCTR_TFWM_64 0U /* Transfer Request when 64 empty stages */ 81 #define SIFCTR_TFWM_32 1U /* Transfer Request when 32 empty stages */ 82 #define SIFCTR_TFWM_24 2U /* Transfer Request when 24 empty stages */ 83 #define SIFCTR_TFWM_16 3U /* Transfer Request when 16 empty stages */ 84 #define SIFCTR_TFWM_12 4U /* Transfer Request when 12 empty stages */ 85 #define SIFCTR_TFWM_8 5U /* Transfer Request when 8 empty stages */ 86 #define SIFCTR_TFWM_4 6U /* Transfer Request when 4 empty stages */ 90 #define SIFCTR_RFWM_1 0U /* Transfer Request when 1 valid stages */ 91 #define SIFCTR_RFWM_4 1U /* Transfer Request when 4 valid stages */ 92 #define SIFCTR_RFWM_8 2U /* Transfer Request when 8 valid stages */ [all …]
|
| /linux/include/trace/ |
| H A D | trace_custom_events.h | 24 #include "stages/init.h" 38 #include "stages/stage1_struct_define.h" 59 #include "stages/stage2_data_offsets.h" 74 #include "stages/stage3_trace_output.h" 105 #include "stages/stage4_event_fields.h" 117 #include "stages/stage5_get_offsets.h" 137 #include "stages/stage6_event_callback.h" 185 #include "stages/stage7_class_define.h"
|
| /linux/tools/testing/selftests/tc-testing/ |
| H A D | README | 78 A test case has four stages: 85 The setup and teardown stages can run zero or more commands. The setup 88 can be run next. These two stages require any commands run to return 91 The execute and verify stages each run one command. The execute stage 156 adjust-command (runs in all stages and receives the stage name) 168 The stages are identified by the following strings:
|
| /linux/drivers/staging/media/atomisp/pci/runtime/pipeline/src/ |
| H A D | pipeline.c | 236 s = pipeline->stages; in ia_css_pipeline_clean() 272 last = pipeline->stages; in ia_css_pipeline_create_and_add_stage() 295 /* Do this only for ISP stages*/ in ia_css_pipeline_create_and_add_stage() 314 pipeline->stages = new_stage; in ia_css_pipeline_create_and_add_stage() 332 for (stage = pipeline->stages; stage; stage = stage->next) { in ia_css_pipeline_finalize_stages() 352 for (s = pipeline->stages; s; s = s->next) { in ia_css_pipeline_get_stage() 371 for (s = pipeline->stages; s; s = s->next) { in ia_css_pipeline_get_stage_from_fw() 391 for (s = pipeline->stages; s; s = s->next) { in ia_css_pipeline_get_fw_from_stage() 414 for (s = pipeline->stages; s; s = s->next) { in ia_css_pipeline_get_output_stage() 477 * we use a pipeline. A pipeline contains a number of stages, each with [all …]
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-bus-iio-health-afe440x | 6 Get measured values from the ADC for these stages. Y is the 30 stages. The values are expressed in 5-bit sign-magnitude.
|
| /linux/Documentation/devicetree/bindings/sound/ |
| H A D | ti,tas5086.txt | 28 stages connected to the PWM output pins work. Not all 29 power stages are compatible to Mid-Z - please refer
|
| /linux/sound/ppc/ |
| H A D | snd_ps3.h | 96 /* how many stages the fifo have */ 98 /* fifo size 128 bytes * 8 stages * stereo (2ch) */
|
| /linux/arch/sh/include/asm/ |
| H A D | sh_bios.h | 10 * usually from within the early stages of kernel boot.
|
| /linux/Documentation/arch/arm/sa1100/ |
| H A D | lart.rst | 11 is under development, with plenty of others in different stages of
|
| /linux/Documentation/devicetree/bindings/firmware/ |
| H A D | nvidia,tegra210-bpmp.txt | 4 in Tegra210 SoC. It is designed to handle the early stages of the boot
|
| /linux/Documentation/devicetree/bindings/usb/ |
| H A D | aspeed,ast2600-udc.yaml | 18 Supports 32/256 stages descriptor mode for all generic endpoints.
|
| /linux/Documentation/devicetree/bindings/watchdog/ |
| H A D | arm,sbsa-gwdt.yaml | 14 two stages of timeout have elapsed. A detailed definition of the watchdog
|
| /linux/Documentation/leds/ |
| H A D | leds-sc27xx.rst | 11 LED controller, it only supports 4 stages to make a single
|
| /linux/sound/soc/codecs/ |
| H A D | lm49453.h | 39 /* Analog Mixer Input Stages */ 45 /* Analog Mixer Output Stages */
|
| /linux/drivers/net/wwan/t7xx/ |
| H A D | t7xx_modem_ops.h | 31 * enum hif_ex_stage - HIF exception handshake stages with the HW.
|
| /linux/include/linux/ |
| H A D | libps2.h | 39 * @flags: various internal flags indicating stages of PS/2 command execution
|
| /linux/drivers/gpu/drm/msm/disp/mdp5/ |
| H A D | mdp5_cfg.h | 44 uint32_t nb_stages; /* number of stages per blender */
|
| /linux/tools/testing/selftests/resctrl/ |
| H A D | README | 59 A test case has four stages:
|
| /linux/arch/x86/kernel/cpu/ |
| H A D | Makefile | 6 # Don't trace early stages of a secondary CPU boot
|
| /linux/tools/testing/selftests/tc-testing/creating-plugins/ |
| H A D | AddingPlugins.txt | 75 The stages are represented by the following strings:
|
| /linux/Documentation/fb/ |
| H A D | deferred_io.rst | 31 the final image rather than the intermediate stages which is why it's okay
|
| /linux/drivers/acpi/acpica/ |
| H A D | hwxfsleep.c | 194 * We break sleeping into 2 stages so that OSPM can handle in ACPI_EXPORT_SYMBOL() 317 * We break wake/resume into 2 stages so that OSPM can handle in ACPI_EXPORT_SYMBOL()
|
| /linux/tools/testing/selftests/kvm/ |
| H A D | kvm_page_table_test.c | 31 /* Different guest memory accessing stages */ 215 * single vcpu running in different test stages. in vcpu_worker()
|
| /linux/drivers/net/wireless/ath/ath5k/ |
| H A D | base.h | 70 struct ieee80211_tx_rate rates[4]; /* number of multi-rate stages */
|
| /linux/drivers/net/wwan/iosm/ |
| H A D | iosm_ipc_mmio.h | 41 /* Boot stages */
|