| /kernel/linux/linux-5.10/tools/build/feature/ |
| D | test-all.c | 3 * test-all.c: Try to build all the main testcases at once. 13 #define main main_test_libpython macro 15 #undef main 17 #define main main_test_libpython_version macro 19 #undef main 21 #define main main_test_libperl macro 23 #undef main 25 #define main main_test_hello macro 27 #undef main 29 #define main main_test_libelf macro [all …]
|
| /kernel/linux/linux-4.19/tools/build/feature/ |
| D | test-all.c | 3 * test-all.c: Try to build all the main testcases at once. 13 #define main main_test_libpython macro 15 #undef main 17 #define main main_test_libpython_version macro 19 #undef main 21 #define main main_test_libperl macro 23 #undef main 25 #define main main_test_hello macro 27 #undef main 29 #define main main_test_libelf macro [all …]
|
| /kernel/linux/linux-4.19/tools/virtio/ringtest/ |
| D | Makefile | 10 main.o: main.c main.h 11 ring.o: ring.c main.h 12 ptr_ring.o: ptr_ring.c main.h ../../../include/linux/ptr_ring.h 13 virtio_ring_0_9.o: virtio_ring_0_9.c main.h 14 virtio_ring_poll.o: virtio_ring_poll.c virtio_ring_0_9.c main.h 15 virtio_ring_inorder.o: virtio_ring_inorder.c virtio_ring_0_9.c main.h 16 ring: ring.o main.o 17 virtio_ring_0_9: virtio_ring_0_9.o main.o 18 virtio_ring_poll: virtio_ring_poll.o main.o 19 virtio_ring_inorder: virtio_ring_inorder.o main.o [all …]
|
| /kernel/linux/linux-5.10/tools/virtio/ringtest/ |
| D | Makefile | 10 main.o: main.c main.h 11 ring.o: ring.c main.h 12 ptr_ring.o: ptr_ring.c main.h ../../../include/linux/ptr_ring.h 13 virtio_ring_0_9.o: virtio_ring_0_9.c main.h 14 virtio_ring_poll.o: virtio_ring_poll.c virtio_ring_0_9.c main.h 15 virtio_ring_inorder.o: virtio_ring_inorder.c virtio_ring_0_9.c main.h 16 ring: ring.o main.o 17 virtio_ring_0_9: virtio_ring_0_9.o main.o 18 virtio_ring_poll: virtio_ring_poll.o main.o 19 virtio_ring_inorder: virtio_ring_inorder.o main.o [all …]
|
| /kernel/linux/linux-4.19/tools/perf/tests/ |
| D | hists_cumulate.c | 28 /* perf [perf] main() */ 36 /* perf [perf] main() */ 40 /* bash [bash] main() */ 53 /* schedule => run_command => main */ 55 /* main */ 57 /* cmd_record => run_command => main */ 59 /* malloc => cmd_record => run_command => main */ 62 /* free => cmd_record => run_command => main */ 65 /* main */ 67 /* page_fault => sys_perf_event_open => run_command => main */ [all …]
|
| /kernel/linux/linux-5.10/tools/perf/tests/ |
| D | hists_cumulate.c | 29 /* perf [perf] main() */ 37 /* perf [perf] main() */ 41 /* bash [bash] main() */ 54 /* schedule => run_command => main */ 56 /* main */ 58 /* cmd_record => run_command => main */ 60 /* malloc => cmd_record => run_command => main */ 63 /* free => cmd_record => run_command => main */ 66 /* main */ 68 /* page_fault => sys_perf_event_open => run_command => main */ [all …]
|
| /kernel/linux/linux-5.10/tools/testing/selftests/drivers/net/mlxsw/ |
| D | fib.sh | 107 ip -n $ns route add table main 192.0.2.1/32 dev dummy1 108 fib4_trap_check $ns "table main 192.0.2.1/32 dev dummy1" true 109 check_err $? "Main table route in hardware when should not" 114 # Test that local routes can replace routes in main table. 115 ip -n $ns route add table main 192.0.2.2/32 dev dummy1 116 fib4_trap_check $ns "table main 192.0.2.2/32 dev dummy1" false 117 check_err $? "Main table route not in hardware when should" 121 check_err $? "Local table route did not replace route in main table when should" 123 fib4_trap_check $ns "table main 192.0.2.2/32 dev dummy1" true 124 check_err $? "Main table route was not replaced when should" [all …]
|
| /kernel/linux/linux-5.10/tools/perf/Documentation/ |
| D | callchain-overhead-calculation.txt | 33 int main(void) { 40 child of 'main' so 'foo' also is a child of 'main'. In other words, 41 'main' is a parent of 'foo' and 'bar', and 'bar' is a parent of 'foo'. 54 main 60 main 76 100.00% 0.00% main 78 --- main 84 main 91 main 96 'children' overhead of 'bar', 'main' and '\_\_libc_start_main'. [all …]
|
| /kernel/linux/linux-4.19/tools/perf/Documentation/ |
| D | callchain-overhead-calculation.txt | 33 int main(void) { 40 child of 'main' so 'foo' also is a child of 'main'. In other words, 41 'main' is a parent of 'foo' and 'bar', and 'bar' is a parent of 'foo'. 54 main 60 main 76 100.00% 0.00% main 78 --- main 84 main 91 main 96 'children' overhead of 'bar', 'main' and '\_\_libc_start_main'. [all …]
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/clock/ |
| D | at91-clock.txt | 33 "atmel,at91rm9200-clk-main-osc" 34 "atmel,at91sam9x5-clk-main-rc-osc" 35 at91 main clk sources 37 "atmel,at91sam9x5-clk-main" 38 "atmel,at91rm9200-clk-main": 39 at91 main clock 129 - clocks : shall encode the main osc source clk sources (see atmel datasheet). 162 0 (AT91_PMC_MOSCS) -> main oscillator ready 168 16 (AT91_PMC_MOSCSELS) -> main oscillator selected 169 17 (AT91_PMC_MOSCRCS) -> RC main oscillator stabilized [all …]
|
| /kernel/linux/linux-4.19/sound/soc/samsung/ |
| D | speyside.c | 180 snd_soc_dapm_ignore_suspend(&card->dapm, "Main AMIC"); in speyside_late_probe() 181 snd_soc_dapm_ignore_suspend(&card->dapm, "Main DMIC"); in speyside_late_probe() 182 snd_soc_dapm_ignore_suspend(&card->dapm, "Main Speaker"); in speyside_late_probe() 256 SOC_DAPM_PIN_SWITCH("Main Speaker"), 257 SOC_DAPM_PIN_SWITCH("Main DMIC"), 258 SOC_DAPM_PIN_SWITCH("Main AMIC"), 268 SND_SOC_DAPM_SPK("Main Speaker", NULL), 270 SND_SOC_DAPM_MIC("Main AMIC", NULL), 271 SND_SOC_DAPM_MIC("Main DMIC", NULL), 284 { "MICB2", NULL, "Main AMIC" }, [all …]
|
| D | lowland.c | 134 SOC_DAPM_PIN_SWITCH("Main Speaker"), 135 SOC_DAPM_PIN_SWITCH("Main DMIC"), 136 SOC_DAPM_PIN_SWITCH("Main AMIC"), 146 SND_SOC_DAPM_SPK("Main Speaker", NULL), 148 SND_SOC_DAPM_MIC("Main AMIC", NULL), 149 SND_SOC_DAPM_MIC("Main DMIC", NULL), 156 { "Main Speaker", NULL, "Sub SPKN" }, 157 { "Main Speaker", NULL, "Sub SPKP" }, 158 { "Main Speaker", NULL, "SPKDAT1" },
|
| /kernel/linux/linux-5.10/sound/soc/samsung/ |
| D | speyside.c | 175 snd_soc_dapm_ignore_suspend(&card->dapm, "Main AMIC"); in speyside_late_probe() 176 snd_soc_dapm_ignore_suspend(&card->dapm, "Main DMIC"); in speyside_late_probe() 177 snd_soc_dapm_ignore_suspend(&card->dapm, "Main Speaker"); in speyside_late_probe() 256 SOC_DAPM_PIN_SWITCH("Main Speaker"), 257 SOC_DAPM_PIN_SWITCH("Main DMIC"), 258 SOC_DAPM_PIN_SWITCH("Main AMIC"), 268 SND_SOC_DAPM_SPK("Main Speaker", NULL), 270 SND_SOC_DAPM_MIC("Main AMIC", NULL), 271 SND_SOC_DAPM_MIC("Main DMIC", NULL), 284 { "MICB2", NULL, "Main AMIC" }, [all …]
|
| D | lowland.c | 135 SOC_DAPM_PIN_SWITCH("Main Speaker"), 136 SOC_DAPM_PIN_SWITCH("Main DMIC"), 137 SOC_DAPM_PIN_SWITCH("Main AMIC"), 147 SND_SOC_DAPM_SPK("Main Speaker", NULL), 149 SND_SOC_DAPM_MIC("Main AMIC", NULL), 150 SND_SOC_DAPM_MIC("Main DMIC", NULL), 157 { "Main Speaker", NULL, "Sub SPKN" }, 158 { "Main Speaker", NULL, "Sub SPKP" }, 159 { "Main Speaker", NULL, "SPKDAT1" },
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/sound/ |
| D | samsung,aries-wm8994.yaml | 50 For samsung,aries-wm8994: HP, SPK, RCV, LINE, Main Mic, Headset Mic, 52 For samsung,fascinate4g-wm8994: HP, SPK, RCV, LINE, Main Mic, 58 main-micbias-supply: 59 description: Supply for the micbias on the main mic 87 - main-micbias-supply 106 main-micbias-supply = <&main_micbias_reg>; 129 "IN1LP", "Main Mic", 130 "IN1LN", "Main Mic",
|
| D | omap-abe-twl6040.txt | 27 * Main Handset Mic 49 * Main Mic Bias 83 "MAINMIC", "Main Handset Mic", 84 "Main Handset Mic", "Main Mic Bias", 86 "Sub Handset Mic", "Main Mic Bias",
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/interrupt-controller/ |
| D | samsung,s3c24xx-irq.txt | 4 varying number of interrupt sources. The set consists of a main- and sub- 5 controller and on newer SoCs even a second main controller. 22 - 0 ... main controller 24 - 2 ... second main controller on s3c2416 and s3c2450 25 parent_irq contains the parent bit in the main controller and will be 26 ignored in main controllers
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/interrupt-controller/ |
| D | samsung,s3c24xx-irq.txt | 4 varying number of interrupt sources. The set consists of a main- and sub- 5 controller and on newer SoCs even a second main controller. 22 - 0 ... main controller 24 - 2 ... second main controller on s3c2416 and s3c2450 25 parent_irq contains the parent bit in the main controller and will be 26 ignored in main controllers
|
| /kernel/linux/linux-5.10/drivers/media/tuners/ |
| D | tda18218_priv.h | 20 #define R07_MD1 0x07 /* Main divider byte 1 */ 22 #define R09_MD2 0x09 /* Main divider byte 2 */ 23 #define R0A_MD3 0x0a /* Main divider byte 1 */ 24 #define R0B_MD4 0x0b /* Main divider byte 4 */ 25 #define R0C_MD5 0x0c /* Main divider byte 5 */ 26 #define R0D_MD6 0x0d /* Main divider byte 6 */ 27 #define R0E_MD7 0x0e /* Main divider byte 7 */ 28 #define R0F_MD8 0x0f /* Main divider byte 8 */
|
| /kernel/linux/linux-4.19/arch/arm/mach-omap2/ |
| D | omap_hwmod_33xx_43xx_interconnect_data.c | 21 /* mpu -> l3 main */ 29 /* l3 main -> l3 s */ 53 /* l3 main -> l3 instr */ 69 /* l3 s -> l3 main*/ 77 /* pru-icss -> l3 main */ 85 /* gfx -> l3 main */ 93 /* l3 main -> gfx */ 326 /* l3 main -> tpcc */ 334 /* l3 main -> tpcc0 */ 342 /* l3 main -> tpcc1 */ [all …]
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/sound/ |
| D | omap-abe-twl6040.txt | 27 * Main Handset Mic 49 * Main Mic Bias 83 "MAINMIC", "Main Handset Mic", 84 "Main Handset Mic", "Main Mic Bias", 86 "Sub Handset Mic", "Main Mic Bias",
|
| /kernel/linux/linux-4.19/drivers/media/tuners/ |
| D | tda18218_priv.h | 29 #define R07_MD1 0x07 /* Main divider byte 1 */ 31 #define R09_MD2 0x09 /* Main divider byte 2 */ 32 #define R0A_MD3 0x0a /* Main divider byte 1 */ 33 #define R0B_MD4 0x0b /* Main divider byte 4 */ 34 #define R0C_MD5 0x0c /* Main divider byte 5 */ 35 #define R0D_MD6 0x0d /* Main divider byte 6 */ 36 #define R0E_MD7 0x0e /* Main divider byte 7 */ 37 #define R0F_MD8 0x0f /* Main divider byte 8 */
|
| /kernel/linux/linux-5.10/Documentation/driver-api/firmware/ |
| D | request_firmware.rst | 20 .. kernel-doc:: drivers/base/firmware_loader/main.c 25 .. kernel-doc:: drivers/base/firmware_loader/main.c 30 .. kernel-doc:: drivers/base/firmware_loader/main.c 35 .. kernel-doc:: drivers/base/firmware_loader/main.c 40 .. kernel-doc:: drivers/base/firmware_loader/main.c 54 .. kernel-doc:: drivers/base/firmware_loader/main.c 68 .. kernel-doc:: drivers/base/firmware_loader/main.c
|
| /kernel/linux/linux-5.10/arch/powerpc/platforms/cell/spufs/ |
| D | spu_save_crt0.S | 9 * branches to 'main'. 66 /* Allocate a minimum stack frame for the called main. 67 * This is needed so that main has a place to save the 73 /* Call the program's main function. */ 74 brsl $0, main 76 /* In this case main should not return; if it does
|
| /kernel/linux/linux-5.10/sound/soc/codecs/ |
| D | tda7419.c | 296 SOC_DAPM_ENUM("Main Source Select", soc_enum_main_src_sel); 341 "Main", "Second"}; 385 SOC_SINGLE_TLV("Main Source Capture Volume", TDA7419_MAIN_SRC_REG, 387 SOC_SINGLE("Main Source AutoZero Switch", TDA7419_MAIN_SRC_REG, 495 SND_SOC_DAPM_MUX("Main Source Select", SND_SOC_NOPM, 523 {"Main Source Select", "SE3", "SE3L"}, 524 {"Main Source Select", "SE3", "SE3R"}, 525 {"Main Source Select", "SE2", "SE2L"}, 526 {"Main Source Select", "SE2", "SE2R"}, 527 {"Main Source Select", "SE1", "SE1L"}, [all …]
|