Searched refs:fixed (Results 26 – 50 of 856) sorted by relevance
12345678910>>...35
/Zephyr-latest/scripts/ |
D | checkpatch.pl | 1028 my @fixed = (); 1103 @fixed = (); 2394 push(@fixed, $rawline) if ($fix); 2697 $fixed[$fixlinenr] = 2705 $fixed[$fixlinenr] = 2714 $fixed[$fixlinenr] = 2963 $fixed[$fixlinenr] =~ s/(^|[^A-Za-z@])($typo)($|[^A-Za-z@])/$1$typo_fix$3/; 2988 $fixed[$fixlinenr] =~ s/[\s\015]+$//; 2995 $fixed[$fixlinenr] =~ s/\s+$//; 3072 $fixed[$fixlinenr] =~ s/^(\+[A-Z]):\s*/$1:\t/; [all …]
|
/Zephyr-latest/dts/arm/renesas/ra/ra2/ |
D | r7fa2l1xxxxfp.dtsi | 24 compatible = "fixed-clock"; 30 compatible = "fixed-clock"; 36 compatible = "fixed-clock";
|
/Zephyr-latest/doc/security/ |
D | vulnerabilities.rst | 7 fixed in each release. It will also often have more details than is 38 This has been fixed in release v1.14.0. 57 This has been fixed in release v1.14.0. 95 This has been fixed in releases v1.14.2, v2.2.0, and v2.1.1. 119 This has been fixed in releases v1.14.2, and v2.2.0. 145 This has been fixed in the below pull requests for main, branch from 173 This has been fixed in releases v1.14.2, v2.2.0, and in a branch from 201 This has been fixed in releases v1.14.2, and v2.2.0, and in a branch 227 This has been fixed in releases v1.14.2, and v2.2.0, and in a branch 251 This has been fixed in releases v1.14.2, and v2.2.0, and in a branch [all …]
|
/Zephyr-latest/boards/nxp/hexiwear/ |
D | hexiwear_mk64f12.dts | 66 compatible = "regulator-fixed"; 73 compatible = "regulator-fixed"; 80 compatible = "regulator-fixed"; 110 clock-source = "fixed"; 187 compatible = "fixed-partitions";
|
/Zephyr-latest/soc/espressif/esp32c6/ |
D | soc.h | 57 uint32_t psize, uint32_t num, uint32_t fixed); 59 uint32_t psize, uint32_t num, uint32_t fixed);
|
/Zephyr-latest/boards/silabs/dev_kits/sltb010a/ |
D | thunderboard.dtsi | 43 compatible = "regulator-fixed"; 52 compatible = "regulator-fixed"; 59 compatible = "regulator-fixed"; 110 compatible = "fixed-partitions";
|
/Zephyr-latest/boards/silabs/dev_kits/xg27_dk2602a/ |
D | thunderboard.dtsi | 43 compatible = "regulator-fixed"; 52 compatible = "regulator-fixed"; 59 compatible = "regulator-fixed"; 110 compatible = "fixed-partitions";
|
/Zephyr-latest/dts/arm/silabs/ |
D | efr32bg27.dtsi | 16 compatible = "fixed-factor-clock"; 21 compatible = "fixed-factor-clock"; 26 compatible = "fixed-factor-clock"; 34 compatible = "fixed-clock";
|
/Zephyr-latest/soc/espressif/esp32c2/ |
D | soc.h | 45 uint32_t psize, uint32_t num, uint32_t fixed); 47 uint32_t psize, uint32_t num, uint32_t fixed);
|
/Zephyr-latest/soc/espressif/esp32c3/ |
D | soc.h | 45 uint32_t psize, uint32_t num, uint32_t fixed); 47 uint32_t psize, uint32_t num, uint32_t fixed);
|
/Zephyr-latest/boards/nordic/thingy52/ |
D | thingy52_nrf52832.dts | 77 compatible = "regulator-fixed"; 85 compatible = "regulator-fixed"; 91 compatible = "regulator-fixed"; 98 compatible = "regulator-fixed"; 105 compatible = "regulator-fixed"; 193 compatible = "fixed-partitions";
|
/Zephyr-latest/subsys/canbus/isotp/ |
D | Kconfig | 136 bool "Use fixed address not compatible with SAE J1939" 140 If not set ISO-TP fixed addressing use SAE J1939 standard. 146 int "Position of fixed source address (SA)" 152 hex "Mask to obtain fixed source address (SA)" 158 int "Position of fixed target address (TA)" 164 hex "Mask to obtain fixed target address (TA)" 170 int "Position of priority in fixed addressing mode" 176 hex "Mask for priority in fixed addressing mode"
|
/Zephyr-latest/tests/lib/devicetree/api_ext/ |
D | app.overlay | 30 test_fixed_clk: test-fixed-clock { 31 compatible = "fixed-clock"; 71 clock-names = "clk-a", "clk-fixed", "clk-b";
|
/Zephyr-latest/tests/drivers/counter/counter_nrf_rtc/fixed_top/boards/ |
D | nrf54h20dk_nrf54h20_cpurad.overlay | 7 fixed-top;
|
/Zephyr-latest/soc/espressif/esp32s3/ |
D | soc.h | 69 uint32_t psize, uint32_t num, uint32_t fixed); 71 uint32_t psize, uint32_t num, uint32_t fixed);
|
/Zephyr-latest/samples/basic/rgb_led/boards/ |
D | ucans32k1sic.overlay | 8 clock-source = "fixed";
|
/Zephyr-latest/samples/basic/blinky_pwm/boards/ |
D | ucans32k1sic.overlay | 8 clock-source = "fixed";
|
/Zephyr-latest/samples/basic/fade_led/boards/ |
D | ucans32k1sic.overlay | 8 clock-source = "fixed";
|
/Zephyr-latest/samples/drivers/led/pwm/boards/ |
D | ucans32k1sic.overlay | 8 clock-source = "fixed";
|
/Zephyr-latest/subsys/secure_storage/ |
D | Kconfig.its_store | 16 && $(dt_node_has_compat,$(dt_node_parent,$(DT_ITS_PARTITION)),fixed-partitions) 21 to a fixed storage partition that will be dedicated to the ITS. It has lower 31 && $(dt_node_has_compat,$(dt_node_parent,$(DT_SETTINGS_PARTITIION)),fixed-partitions))\ 33 && $(dt_node_has_compat,$(dt_node_parent,$(DT_STORAGE_PARTITION)),fixed-partitions)))
|
/Zephyr-latest/tests/subsys/fs/fcb/boards/ |
D | nucleo_h743zi.overlay | 3 compatible = "fixed-partitions";
|
/Zephyr-latest/tests/drivers/clock_control/fixed_clock/ |
D | app.overlay | 11 compatible = "fixed-clock";
|
/Zephyr-latest/dts/arm/adi/max32/ |
D | max32xxx.dtsi | 34 compatible = "fixed-clock"; 41 compatible = "fixed-clock"; 48 compatible = "fixed-clock"; 55 compatible = "fixed-clock"; 62 compatible = "fixed-clock"; 69 compatible = "fixed-clock";
|
/Zephyr-latest/boards/seco/stm32f3_seco_d23/ |
D | stm32f3_seco_d23.dts | 37 compatible = "regulator-fixed"; 46 compatible = "regulator-fixed"; 54 compatible = "regulator-fixed"; 62 compatible = "regulator-fixed"; 186 compatible = "fixed-partitions";
|
/Zephyr-latest/tests/subsys/fs/ext2/boards/ |
D | ek_ra8d1.overlay | 9 compatible = "fixed-partitions";
|
12345678910>>...35