| /OK3568_Linux_fs/kernel/sound/ppc/ |
| H A D | snd_ps3.c | 202 int stage) in snd_ps3_bump_buffer() argument 204 if (!stage) in snd_ps3_bump_buffer() 221 int fill_stages, dma_ch, stage; in snd_ps3_program_dma() local 247 for (stage = 0; stage < fill_stages; stage++) { in snd_ps3_program_dma() 248 dma_ch = stage * 2 + ch; in snd_ps3_program_dma() 277 stage); in snd_ps3_program_dma()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-gnome/recipes-graphics/clutter/ |
| H A D | clutter-gtk-1.0.inc | 4 a Clutter stage into any GtkContainer; and GtkClutterActor, a Clutter \ 5 actor for embedding any GtkWidget inside a Clutter stage."
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/tc-testing/ |
| H A D | TdcPlugin.py | 43 def adjust_command(self, stage, command): argument 46 print(' -- {}.adjust_command {}'.format(self.sub_class, stage))
|
| /OK3568_Linux_fs/u-boot/tools/buildman/ |
| H A D | func_test.py | 373 def _HandleMake(self, commit, brd, stage, cwd, *args, **kwargs): argument 385 if stage == 'mrproper': 387 elif stage == 'config': 390 elif stage == 'build': 399 print 'make', stage
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/rust/ |
| H A D | rust-tools-cross-canadian.inc | 13 rust_runx build --stage 2 src/tools/clippy 14 rust_runx build --stage 2 src/tools/rustfmt
|
| H A D | rust-cross-canadian.inc | 14 # explicitly ask for the stage 2 compiler to be assembled. 16 rust_runx build --stage 2
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-devices-platform-stratix10-rsu | 104 stage. 107 0 the first stage bootloader didn't run or 109 stage bootloader. 113 2 both first and second stage bootloader ran
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/kvm/include/ |
| H A D | kvm_util.h | 322 #define GUEST_SYNC_ARGS(stage, arg1, arg2, arg3, arg4) \ argument 323 ucall(UCALL_SYNC, 6, "hello", stage, arg1, arg2, arg3, arg4) 324 #define GUEST_SYNC(stage) ucall(UCALL_SYNC, 2, "hello", stage) argument
|
| /OK3568_Linux_fs/kernel/drivers/crypto/vmx/ |
| H A D | aesp8-ppc.pl | 122 my ($stage,$outperm,$outmask,$outhead,$outtail)=map("v$_",(7..11)); 204 vsel $stage,$outhead,$outtail,$outmask 207 stvx $stage,0,$out 224 vsel $stage,$outhead,$outtail,$outmask 227 stvx $stage,0,$out 241 vsel $stage,$outhead,$outtail,$outmask 244 stvx $stage,0,$out 254 vsel $stage,$outhead,$outtail,$outmask 256 stvx $stage,0,$out 269 vsel $stage,$outhead,$outtail,$outmask [all …]
|
| /OK3568_Linux_fs/device/rockchip/common/build-hooks/ |
| H A D | build-helper | 145 for stage in ${@:-all}; do 146 case $stage in
|
| /OK3568_Linux_fs/device/rockchip/common/scripts/ |
| H A D | build-helper | 145 for stage in ${@:-all}; do 146 case $stage in
|
| /OK3568_Linux_fs/kernel/drivers/staging/greybus/ |
| H A D | bootrom.c | 144 static int find_firmware(struct gb_bootrom *bootrom, u8 stage) in find_firmware() argument 155 if (stage != 2) { in find_firmware() 157 stage); in find_firmware() 210 ret = find_firmware(bootrom, size_request->stage); in gb_bootrom_firmware_size_request()
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/ |
| H A D | sh_css_params.h | 159 const struct ia_css_pipeline_stage *stage, 165 const struct ia_css_pipeline_stage *stage,
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/disp/mdp5/ |
| H A D | mdp5_kms.h | 107 enum mdp_mixer_stage_id stage; member 184 static inline const char *stage2name(enum mdp_mixer_stage_id stage) in stage2name() argument 193 return names[stage]; in stage2name()
|
| /OK3568_Linux_fs/u-boot/common/spl/ |
| H A D | Kconfig | 34 string "Linker script for the SPL stage" 38 The SPL stage will usually require a different linker-script 40 U-Boot stage. Set this to the path of the linker-script to 54 ROM for loading the next boot-stage after performing basic setup 55 from the SPL stage. 739 Enable support for loading next stage, U-Boot or otherwise, from 1006 string "Linker script for the TPL stage" 1009 The TPL stage will usually require a different linker-script 1011 U-Boot stage. Set this to the path of the linker-script to 1015 fall back to the linker-script used for the SPL stage. [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/ |
| H A D | ext-ctrls-rf-tuner.rst | 67 LNA (low noise amplifier) gain is first gain stage on the RF tuner 75 Mixer gain is second gain stage on the RF tuner signal path. It is 81 IF gain is last gain stage on the RF tuner signal path. It is
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/subdev/clk/ |
| H A D | gk104.c | 454 } stage[] = { in gk104_clk_prog() local 465 for (i = 0; i < ARRAY_SIZE(stage); i++) { in gk104_clk_prog() 467 if (!(stage[i].mask & (1 << j))) in gk104_clk_prog() 471 stage[i].exec(clk, j); in gk104_clk_prog()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/disp/dpu1/ |
| H A D | dpu_trace.h | 377 int rc_state, const char *stage), 378 TP_ARGS(drm_id, sw_event, idle_pc_supported, rc_state, stage), 384 __string( stage_str, stage ) 391 __assign_str(stage_str, stage); 654 __field( enum dpu_stage, stage ) 668 __entry->stage = pstate->stage; 682 __entry->stage_idx, __entry->stage, __entry->sspp,
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/libtool/libtool/ |
| H A D | fixinstall.patch | 6 output from the "link" stage can be used on the target. We can then 7 avoid having to "relink" during the install stage.
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/runtime/debug/interface/ |
| H A D | ia_css_debug_pipe.h | 47 struct ia_css_pipeline_stage *stage,
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/backend/gpu/ |
| H A D | mali_kbase_jm_hw.c | 770 int stage; member 785 if (reset_data->stage == -1) in zap_timeout_callback() 795 reset_data->stage = 2; in zap_timeout_callback() 816 reset_data.stage = 1; in kbase_jm_wait_for_zero_jobs() 829 if (reset_data.stage == 1) { in kbase_jm_wait_for_zero_jobs() 831 reset_data.stage = -1; in kbase_jm_wait_for_zero_jobs() 837 if (reset_data.stage == 2) { in kbase_jm_wait_for_zero_jobs()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/bnx2x/ |
| H A D | bnx2x_init.h | 43 #define BLOCK_OPS_IDX(block, stage, end) \ argument 44 (2*(((block)*NUM_OF_INIT_PHASES) + (stage)) + (end)) 491 #define BLOCK_OPS_IDX(block, stage, end) \ argument 492 (2*(((block)*NUM_OF_INIT_PHASES) + (stage)) + (end))
|
| /OK3568_Linux_fs/kernel/drivers/iommu/arm/arm-smmu/ |
| H A D | arm-smmu.c | 632 smmu_domain->stage = ARM_SMMU_DOMAIN_BYPASS; in arm_smmu_init_domain_context() 656 smmu_domain->stage = ARM_SMMU_DOMAIN_S2; in arm_smmu_init_domain_context() 658 smmu_domain->stage = ARM_SMMU_DOMAIN_S1; in arm_smmu_init_domain_context() 673 (smmu_domain->stage == ARM_SMMU_DOMAIN_S1)) in arm_smmu_init_domain_context() 686 switch (smmu_domain->stage) { in arm_smmu_init_domain_context() 747 if (smmu_domain->stage == ARM_SMMU_DOMAIN_S2) in arm_smmu_init_domain_context() 1112 if (smmu_domain->stage == ARM_SMMU_DOMAIN_BYPASS) in arm_smmu_domain_add_master() 1261 smmu_domain->stage == ARM_SMMU_DOMAIN_S1) in arm_smmu_iotlb_sync() 1333 smmu_domain->stage == ARM_SMMU_DOMAIN_S1) in arm_smmu_iova_to_phys() 1507 *(int *)data = (smmu_domain->stage == ARM_SMMU_DOMAIN_NESTED); in arm_smmu_domain_get_attr() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/translations/zh_CN/process/ |
| H A D | development-process.rst | 19 3.Early-stage
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | ..install.cmd | 1 …stage-include/include/linux/.install := /bin/sh scripts/headers_install.sh /data/jenkins/workspace…
|