/linux-4.4.14/drivers/watchdog/ |
D | kempld_wdt.c | 85 struct kempld_wdt_stage stage[KEMPLD_WDT_MAX_STAGES]; member 113 struct kempld_wdt_stage *stage, in kempld_wdt_set_stage_action() argument 119 if (!stage || !stage->mask) in kempld_wdt_set_stage_action() 123 stage_cfg = kempld_read8(pld, KEMPLD_WDT_STAGE_CFG(stage->id)); in kempld_wdt_set_stage_action() 132 kempld_write8(pld, KEMPLD_WDT_STAGE_CFG(stage->id), stage_cfg); in kempld_wdt_set_stage_action() 139 struct kempld_wdt_stage *stage, in kempld_wdt_set_stage_timeout() argument 149 if (!stage) in kempld_wdt_set_stage_timeout() 157 if (stage_timeout64 > stage->mask) in kempld_wdt_set_stage_timeout() 160 stage_timeout = stage_timeout64 & stage->mask; in kempld_wdt_set_stage_timeout() 163 stage_cfg = kempld_read8(pld, KEMPLD_WDT_STAGE_CFG(stage->id)); in kempld_wdt_set_stage_timeout() [all …]
|
/linux-4.4.14/drivers/thermal/ |
D | qcom-spmi-temp-alarm.c | 63 unsigned int stage; member 93 unsigned int stage; in qpnp_tm_update_temp_no_adc() local 101 stage = reg & STATUS_STAGE_MASK; in qpnp_tm_update_temp_no_adc() 103 if (stage > chip->stage) { in qpnp_tm_update_temp_no_adc() 105 chip->temp = (stage - 1) * TEMP_STAGE_STEP + in qpnp_tm_update_temp_no_adc() 108 } else if (stage < chip->stage) { in qpnp_tm_update_temp_no_adc() 110 chip->temp = stage * TEMP_STAGE_STEP + in qpnp_tm_update_temp_no_adc() 115 chip->stage = stage; in qpnp_tm_update_temp_no_adc() 175 chip->stage = reg & STATUS_STAGE_MASK; in qpnp_tm_init() 177 if (chip->stage) in qpnp_tm_init() [all …]
|
D | Kconfig | 392 temperature based upon the over temperature stage value.
|
/linux-4.4.14/drivers/gpu/drm/msm/mdp/mdp4/ |
D | mdp4_kms.h | 114 enum mdp4_pipe pipe, enum mdp_mixer_stage_id stage) in mixercfg() argument 120 mixer_cfg |= MDP4_LAYERMIXER_IN_CFG_PIPE0(stage) | in mixercfg() 126 mixer_cfg |= MDP4_LAYERMIXER_IN_CFG_PIPE1(stage) | in mixercfg() 132 mixer_cfg |= MDP4_LAYERMIXER_IN_CFG_PIPE2(stage) | in mixercfg() 138 mixer_cfg |= MDP4_LAYERMIXER_IN_CFG_PIPE3(stage) | in mixercfg() 144 mixer_cfg |= MDP4_LAYERMIXER_IN_CFG_PIPE4(stage) | in mixercfg() 150 mixer_cfg |= MDP4_LAYERMIXER_IN_CFG_PIPE5(stage) | in mixercfg() 156 mixer_cfg |= MDP4_LAYERMIXER_IN_CFG_PIPE6(stage) | in mixercfg()
|
/linux-4.4.14/drivers/gpu/drm/msm/mdp/mdp5/ |
D | mdp5_ctl.c | 316 enum mdp_mixer_stage_id stage) in mdp_ctl_blend_mask() argument 319 case SSPP_VIG0: return MDP5_CTL_LAYER_REG_VIG0(stage); in mdp_ctl_blend_mask() 320 case SSPP_VIG1: return MDP5_CTL_LAYER_REG_VIG1(stage); in mdp_ctl_blend_mask() 321 case SSPP_VIG2: return MDP5_CTL_LAYER_REG_VIG2(stage); in mdp_ctl_blend_mask() 322 case SSPP_RGB0: return MDP5_CTL_LAYER_REG_RGB0(stage); in mdp_ctl_blend_mask() 323 case SSPP_RGB1: return MDP5_CTL_LAYER_REG_RGB1(stage); in mdp_ctl_blend_mask() 324 case SSPP_RGB2: return MDP5_CTL_LAYER_REG_RGB2(stage); in mdp_ctl_blend_mask() 325 case SSPP_DMA0: return MDP5_CTL_LAYER_REG_DMA0(stage); in mdp_ctl_blend_mask() 326 case SSPP_DMA1: return MDP5_CTL_LAYER_REG_DMA1(stage); in mdp_ctl_blend_mask() 327 case SSPP_VIG3: return MDP5_CTL_LAYER_REG_VIG3(stage); in mdp_ctl_blend_mask() [all …]
|
D | mdp5_crtc.c | 213 uint8_t stage[STAGE_MAX + 1]; in blend_setup() local 215 #define blender(stage) ((stage) - STAGE0) in blend_setup() argument 228 pstates[pstate->stage] = pstate; in blend_setup() 229 stage[pstate->stage] = mdp5_plane_pipe(plane); in blend_setup() 291 mdp5_ctl_blend(mdp5_crtc->ctl, stage, plane_cnt, ctl_blend_flags); in blend_setup() 416 pstates[i].state->stage = STAGE_BASE + i; in mdp5_crtc_atomic_check() 419 pstates[i].state->stage); in mdp5_crtc_atomic_check()
|
D | mdp5_ctl.h | 59 int mdp5_ctl_blend(struct mdp5_ctl *ctl, u8 *stage, u32 stage_cnt,
|
D | mdp5_kms.h | 81 enum mdp_mixer_stage_id stage; member
|
/linux-4.4.14/drivers/media/radio/wl128x/ |
D | fmdrv_common.c | 183 fmdev->irq_info.handlers[fmdev->irq_info.stage](fmdev); in fm_irq_call() 187 static inline void fm_irq_call_stage(struct fmdev *fmdev, u8 stage) in fm_irq_call_stage() argument 189 fmdev->irq_info.stage = stage; in fm_irq_call_stage() 193 static inline void fm_irq_timeout_stage(struct fmdev *fmdev, u8 stage) in fm_irq_timeout_stage() argument 195 fmdev->irq_info.stage = stage; in fm_irq_timeout_stage() 289 if (irq_info->stage != 0) { in recv_tasklet() 291 irq_info->stage = 0; in recv_tasklet() 298 irq_info->handlers[irq_info->stage](fmdev); in recv_tasklet() 325 irq_info->handlers[irq_info->stage](fmdev); in recv_tasklet() 537 static inline void fm_irq_common_cmd_resp_helper(struct fmdev *fmdev, u8 stage) in fm_irq_common_cmd_resp_helper() argument [all …]
|
D | fmdrv.h | 113 u8 stage; member
|
/linux-4.4.14/firmware/matrox/ |
D | g200_warp.H16 | 4 * - T stands for computation of texture stage 0 5 * - T2 stands for computation of both texture stage 0 and texture stage 1
|
D | g400_warp.H16 | 4 * - T stands for computation of texture stage 0 5 * - T2 stands for computation of both texture stage 0 and texture stage 1
|
/linux-4.4.14/drivers/input/misc/ |
D | keyspan_remote.c | 125 int stage; member 193 switch(remote->stage) { in keyspan_check_data() 207 remote->stage = 1; in keyspan_check_data() 223 remote->stage = 0; in keyspan_check_data() 240 remote->stage = 0; in keyspan_check_data() 243 remote->stage = 2; in keyspan_check_data() 272 remote->stage = 0; in keyspan_check_data() 293 remote->stage = 0; in keyspan_check_data() 311 remote->stage = 0; in keyspan_check_data() 334 remote->stage = 0; in keyspan_check_data()
|
/linux-4.4.14/drivers/crypto/vmx/ |
D | aesp8-ppc.pl | 63 my ($stage,$outperm,$outmask,$outhead,$outtail)=map("v$_",(7..11)); 145 vsel $stage,$outhead,$outtail,$outmask 148 stvx $stage,0,$out 165 vsel $stage,$outhead,$outtail,$outmask 168 stvx $stage,0,$out 182 vsel $stage,$outhead,$outtail,$outmask 185 stvx $stage,0,$out 195 vsel $stage,$outhead,$outtail,$outmask 197 stvx $stage,0,$out 210 vsel $stage,$outhead,$outtail,$outmask [all …]
|
/linux-4.4.14/include/trace/events/ |
D | nilfs2.h | 32 __field(int, stage) 37 __entry->stage = sci->sc_stage.scnt; 42 show_collection_stage(__entry->stage))
|
/linux-4.4.14/drivers/staging/octeon-usb/ |
D | octeon-hcd.c | 297 enum cvmx_usb_stage stage; member 1396 switch (transaction->stage) { in cvmx_usb_start_channel_control() 1639 if ((transaction->stage&1) == 0) { in cvmx_usb_start_channel() 1652 usbc_hcsplt.s.compsplt = (transaction->stage == in cvmx_usb_start_channel() 2120 transaction->stage = CVMX_USB_STAGE_NON_CONTROL; in cvmx_usb_perform_complete() 2190 transaction->stage = CVMX_USB_STAGE_SETUP; in cvmx_usb_submit_transaction() 2192 transaction->stage = CVMX_USB_STAGE_NON_CONTROL; in cvmx_usb_submit_transaction() 2595 if ((transaction->stage == CVMX_USB_STAGE_SETUP) || in cvmx_usb_poll_channel() 2596 (transaction->stage == CVMX_USB_STAGE_SETUP_SPLIT_COMPLETE)) in cvmx_usb_poll_channel() 2695 transaction->stage &= ~1; in cvmx_usb_poll_channel() [all …]
|
/linux-4.4.14/sound/ppc/ |
D | snd_ps3.c | 214 int stage) in snd_ps3_bump_buffer() argument 216 if (!stage) in snd_ps3_bump_buffer() 233 int fill_stages, dma_ch, stage; in snd_ps3_program_dma() local 261 for (stage = 0; stage < fill_stages; stage++) { in snd_ps3_program_dma() 262 dma_ch = stage * 2 + ch; in snd_ps3_program_dma() 291 stage); in snd_ps3_program_dma()
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/clk/ |
D | gk104.c | 448 } stage[] = { in gk104_clk_prog() local 459 for (i = 0; i < ARRAY_SIZE(stage); i++) { in gk104_clk_prog() 461 if (!(stage[i].mask & (1 << j))) in gk104_clk_prog() 465 stage[i].exec(clk, j); in gk104_clk_prog()
|
D | gf100.c | 407 } stage[] = { in gf100_clk_prog() local 416 for (i = 0; i < ARRAY_SIZE(stage); i++) { in gf100_clk_prog() 420 stage[i].exec(clk, j); in gf100_clk_prog()
|
/linux-4.4.14/drivers/media/platform/s5p-tv/ |
D | mixer_vp_layer.c | 144 enum mxr_geometry_stage stage, unsigned long flags) in mxr_vp_fix_geometry() argument 151 switch (stage) { in mxr_vp_fix_geometry()
|
D | mixer_grp_layer.c | 149 enum mxr_geometry_stage stage, unsigned long flags) in mxr_graph_fix_geometry() argument 156 switch (stage) { in mxr_graph_fix_geometry()
|
D | mixer_video.c | 426 enum mxr_geometry_stage stage; in mxr_s_selection() local 456 stage = MXR_GEOMETRY_CROP; in mxr_s_selection() 461 stage = MXR_GEOMETRY_COMPOSE; in mxr_s_selection() 477 layer->ops.fix_geometry(layer, stage, s->flags); in mxr_s_selection()
|
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_init.h | 43 #define BLOCK_OPS_IDX(block, stage, end) \ argument 44 (2*(((block)*NUM_OF_INIT_PHASES) + (stage)) + (end)) 492 #define BLOCK_OPS_IDX(block, stage, end) \ argument 493 (2*(((block)*NUM_OF_INIT_PHASES) + (stage)) + (end))
|
D | bnx2x_init_ops.h | 229 static void bnx2x_init_block(struct bnx2x *bp, u32 block, u32 stage) in bnx2x_init_block() argument 232 INIT_OPS_OFFSETS(bp)[BLOCK_OPS_IDX(block, stage, in bnx2x_init_block() 235 INIT_OPS_OFFSETS(bp)[BLOCK_OPS_IDX(block, stage, in bnx2x_init_block()
|
/linux-4.4.14/Documentation/devicetree/bindings/mmc/ |
D | mmc-pwrseq-emmc.txt | 10 broken) ROM bootloaders are unable to read second stage from the emmc
|
/linux-4.4.14/arch/mips/ |
D | Kconfig.debug | 39 For most systems, it is firmware or second stage bootloader that 53 the command line from the firmware or the second-stage bootloader. 77 command line arguments from firmware or second stage bootloader.
|
/linux-4.4.14/drivers/iommu/ |
D | arm-smmu.c | 347 enum arm_smmu_domain_stage stage; member 830 smmu_domain->stage = ARM_SMMU_DOMAIN_S2; in arm_smmu_init_domain_context() 832 smmu_domain->stage = ARM_SMMU_DOMAIN_S1; in arm_smmu_init_domain_context() 834 switch (smmu_domain->stage) { in arm_smmu_init_domain_context() 1258 smmu_domain->stage == ARM_SMMU_DOMAIN_S1) { in arm_smmu_iova_to_phys() 1401 *(int *)data = (smmu_domain->stage == ARM_SMMU_DOMAIN_NESTED); in arm_smmu_domain_get_attr() 1424 smmu_domain->stage = ARM_SMMU_DOMAIN_NESTED; in arm_smmu_domain_set_attr() 1426 smmu_domain->stage = ARM_SMMU_DOMAIN_S1; in arm_smmu_domain_set_attr()
|
D | arm-smmu-v3.c | 625 enum arm_smmu_domain_stage stage; member 1324 if (smmu_domain->stage == ARM_SMMU_DOMAIN_S1) { in arm_smmu_tlb_inv_context() 1349 if (smmu_domain->stage == ARM_SMMU_DOMAIN_S1) { in arm_smmu_tlb_inv_range_nosync() 1428 if (smmu_domain->stage == ARM_SMMU_DOMAIN_S1) { in arm_smmu_domain_free() 1512 smmu_domain->stage = ARM_SMMU_DOMAIN_S2; in arm_smmu_domain_finalise() 1514 smmu_domain->stage = ARM_SMMU_DOMAIN_S1; in arm_smmu_domain_finalise() 1516 switch (smmu_domain->stage) { in arm_smmu_domain_finalise() 1599 if (smmu_domain->stage == ARM_SMMU_DOMAIN_S1) { in arm_smmu_install_ste_for_group() 1877 *(int *)data = (smmu_domain->stage == ARM_SMMU_DOMAIN_NESTED); in arm_smmu_domain_get_attr() 1900 smmu_domain->stage = ARM_SMMU_DOMAIN_NESTED; in arm_smmu_domain_set_attr() [all …]
|
D | Kconfig | 30 sizes at both stage-1 and stage-2, as well as address spaces
|
/linux-4.4.14/drivers/macintosh/ |
D | smu.c | 769 cmd->stage, scmd->status, cmd->pdata[0], scmd->reply_len); in smu_i2c_low_completion() 775 if (cmd->stage == 0) in smu_i2c_low_completion() 798 if (fail || cmd->stage != 0) { in smu_i2c_low_completion() 811 cmd->stage = 1; in smu_i2c_low_completion() 832 cmd->stage = 0; in smu_queue_i2c()
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | Jack-Controls.txt | 23 and attach it to the jack, at jack creation stage. We can also add a
|
D | timestamping.txt | 53 The analog time is taken at the last stage of the playback, as close
|
D | ALSA-Configuration.txt | 980 stage of boot sequence. See "Early Buffer Allocation" 1658 stage of boot sequence. See "Early Buffer Allocation" 2285 proc file in prior, for example, in the early boot stage like
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | smu.h | 511 int stage; member
|
/linux-4.4.14/fs/ocfs2/dlm/ |
D | dlmrecovery.c | 2821 int stage = 1; in dlm_send_finalize_reco_message() local 2824 "stage %d\n", dlm->name, dlm->reco.dead_node, stage); in dlm_send_finalize_reco_message() 2834 if (stage == 2) in dlm_send_finalize_reco_message() 2860 if (stage == 1) { in dlm_send_finalize_reco_message() 2863 stage = 2; in dlm_send_finalize_reco_message() 2875 int stage = 1; in dlm_finalize_reco_handler() local 2882 stage = 2; in dlm_finalize_reco_handler() 2885 "node %u (%u:%u)\n", dlm->name, fr->node_idx, stage, in dlm_finalize_reco_handler() 2903 switch (stage) { in dlm_finalize_reco_handler()
|
/linux-4.4.14/drivers/staging/rtl8192u/ |
D | r819xU_phy.c | 1264 u8 *stage, u8 *step, u32 *delay) in rtl8192_phy_SwChnlStepByStep() argument 1277 __func__, *stage, *step, channel); in rtl8192_phy_SwChnlStepByStep() 1349 switch (*stage) { in rtl8192_phy_SwChnlStepByStep() 1362 if ((*stage) == 2) { in rtl8192_phy_SwChnlStepByStep() 1366 (*stage)++; in rtl8192_phy_SwChnlStepByStep()
|
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/ |
D | phy.c | 47 u8 channel, u8 *stage, u8 *step, 928 u8 channel, u8 *stage, u8 *step, in _rtl8723e_phy_sw_chnl_step_by_step() argument 969 switch (*stage) { in _rtl8723e_phy_sw_chnl_step_by_step() 981 "Invalid 'stage' = %d, Check it!\n", *stage); in _rtl8723e_phy_sw_chnl_step_by_step() 986 if ((*stage) == 2) { in _rtl8723e_phy_sw_chnl_step_by_step() 989 (*stage)++; in _rtl8723e_phy_sw_chnl_step_by_step()
|
/linux-4.4.14/arch/arm/kvm/ |
D | init.S | 72 bne phase2 @ Yes, second stage init
|
/linux-4.4.14/drivers/staging/rtl8192e/rtl8192e/ |
D | r8192E_phy.c | 819 u8 *stage, u8 *step, u32 *delay) in _rtl92e_phy_switch_channel_step() argument 830 __func__, *stage, *step, channel); in _rtl92e_phy_switch_channel_step() 911 switch (*stage) { in _rtl92e_phy_switch_channel_step() 924 if ((*stage) == 2) in _rtl92e_phy_switch_channel_step() 926 (*stage)++; in _rtl92e_phy_switch_channel_step()
|
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192c/ |
D | phy_common.h | 235 u8 channel, u8 *stage, u8 *step,
|
D | phy_common.c | 815 u8 channel, u8 *stage, u8 *step, in _rtl92c_phy_sw_chnl_step_by_step() argument 856 switch (*stage) { in _rtl92c_phy_sw_chnl_step_by_step() 868 "Invalid 'stage' = %d, Check it!\n", *stage); in _rtl92c_phy_sw_chnl_step_by_step() 873 if ((*stage) == 2) { in _rtl92c_phy_sw_chnl_step_by_step() 876 (*stage)++; in _rtl92c_phy_sw_chnl_step_by_step()
|
/linux-4.4.14/Documentation/usb/ |
D | iuu_phoenix.txt | 12 This driver is still in beta stage, so bugs can
|
D | URB.txt | 65 // (IN) setup stage for CTRL (pass a struct usb_ctrlrequest)
|
/linux-4.4.14/drivers/video/fbdev/ |
D | imsttfb.c | 440 __u32 clk_m, clk_n, x, stage, spilled; in setclkMHz() local 443 stage = spilled = 0; in setclkMHz() 445 switch (stage) { in setclkMHz() 458 stage = 1; in setclkMHz() 460 stage = 0; in setclkMHz()
|
D | Kconfig | 72 of VESA video modes set at an early boot stage via the vga= parameter.
|
/linux-4.4.14/drivers/usb/renesas_usbhs/ |
D | mod_gadget.c | 488 int stage = usbhs_status_get_ctrl_stage(irq_state); in usbhsg_irq_ctrl_stage() local 491 dev_dbg(dev, "stage = %d\n", stage); in usbhsg_irq_ctrl_stage() 502 switch (stage) { in usbhsg_irq_ctrl_stage()
|
/linux-4.4.14/Documentation/devicetree/bindings/clock/ |
D | silabs,si5351.txt | 39 - silabs,clock-source: source clock of the output divider stage N, shall be
|
D | lpc1850-cgu.txt | 12 stages. Each output stage provides an independent clock source and
|
/linux-4.4.14/Documentation/sound/oss/ |
D | README.ymfsb | 18 This driver is currently at early ALPHA stage. It may cause serious
|
/linux-4.4.14/drivers/usb/musb/ |
D | musb_gadget_ep0.c | 58 static char *decode_ep0stage(u8 stage) in decode_ep0stage() argument 60 switch (stage) { in decode_ep0stage()
|
/linux-4.4.14/Documentation/isdn/ |
D | README.hysdn | 130 1005 First boot stage (bootstrap loader) failed 131 1006 Second boot stage failure
|
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192se/ |
D | phy.c | 354 u8 channel, u8 *stage, u8 *step, u32 *delay) in _rtl92s_phy_sw_chnl_step_by_step() argument 392 switch (*stage) { in _rtl92s_phy_sw_chnl_step_by_step() 407 if ((*stage) == 2) { in _rtl92s_phy_sw_chnl_step_by_step() 410 (*stage)++; in _rtl92s_phy_sw_chnl_step_by_step()
|
/linux-4.4.14/arch/x86/include/asm/ |
D | kvm_emulate.h | 219 enum x86_intercept_stage stage);
|
D | kvm_host.h | 865 enum x86_intercept_stage stage);
|
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/ |
D | phy.c | 54 u8 channel, u8 *stage, u8 *step, 1254 u8 channel, u8 *stage, u8 *step, in _rtl88e_phy_sw_chnl_step_by_step() argument 1295 switch (*stage) { in _rtl88e_phy_sw_chnl_step_by_step() 1307 "Invalid 'stage' = %d, Check it!\n", *stage); in _rtl88e_phy_sw_chnl_step_by_step() 1312 if ((*stage) == 2) in _rtl88e_phy_sw_chnl_step_by_step() 1314 (*stage)++; in _rtl88e_phy_sw_chnl_step_by_step()
|
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8723be/ |
D | phy.c | 46 u8 channel, u8 *stage, 1410 u8 channel, u8 *stage, in _rtl8723be_phy_sw_chnl_step_by_step() argument 1454 switch (*stage) { in _rtl8723be_phy_sw_chnl_step_by_step() 1466 "Invalid 'stage' = %d, Check it!\n", *stage); in _rtl8723be_phy_sw_chnl_step_by_step() 1471 if ((*stage) == 2) { in _rtl8723be_phy_sw_chnl_step_by_step() 1474 (*stage)++; in _rtl8723be_phy_sw_chnl_step_by_step()
|
/linux-4.4.14/Documentation/cpu-freq/ |
D | core.txt | 66 stage, the incompatible hardware shall be shut down, and the user
|
D | cpu-drivers.txt | 238 helpful for the per-CPU initialization stage. 253 stage. Just pass the values to this function, and the unsigned int
|
/linux-4.4.14/Documentation/s390/ |
D | DASD | 33 accessibility of the DASD from other OSs. In a later stage we will
|
/linux-4.4.14/fs/btrfs/ |
D | relocation.c | 186 unsigned int stage:8; member 1645 if (rc->stage != UPDATE_DATA_PTRS) 2229 if (replaced && rc->stage == UPDATE_DATA_PTRS) 2259 if (replaced && rc->stage == UPDATE_DATA_PTRS) 4004 } else if (rc->stage == UPDATE_DATA_PTRS && 4038 if (rc->stage == MOVE_DATA_EXTENTS && 4277 if (rc->stage == MOVE_DATA_EXTENTS && rc->found_file_extent) { 4286 rc->stage = UPDATE_DATA_PTRS; 4547 BUG_ON(rc->stage == UPDATE_DATA_PTRS && 4586 if (level == 0 && first_cow && rc->stage == UPDATE_DATA_PTRS)
|
D | tree-log.c | 269 int stage; member 2309 wc->stage == LOG_WALK_REPLAY_INODES) { in replay_one_buffer() 2349 wc->stage == LOG_WALK_REPLAY_DIR_INDEX) { in replay_one_buffer() 2356 if (wc->stage < LOG_WALK_REPLAY_ALL) in replay_one_buffer() 5444 .stage = 0, in btrfs_recover_log_trees() 5520 if (!ret && wc.stage == LOG_WALK_REPLAY_ALL) { in btrfs_recover_log_trees() 5543 wc.stage = LOG_WALK_REPLAY_INODES; in btrfs_recover_log_trees() 5547 if (wc.stage < LOG_WALK_REPLAY_ALL) { in btrfs_recover_log_trees() 5548 wc.stage++; in btrfs_recover_log_trees()
|
D | extent-tree.c | 8019 int stage; member 8073 if (wc->stage == UPDATE_BACKREF && in reada_walk_down() 8086 if (wc->stage == DROP_REFERENCE) { in reada_walk_down() 8371 if (wc->stage == UPDATE_BACKREF && in walk_down_proc() 8380 ((wc->stage == DROP_REFERENCE && wc->refs[level] != 1) || in walk_down_proc() 8381 (wc->stage == UPDATE_BACKREF && !(wc->flags[level] & flag)))) { in walk_down_proc() 8393 if (wc->stage == DROP_REFERENCE) { in walk_down_proc() 8465 if (wc->stage == UPDATE_BACKREF && in do_walk_down() 8500 if (wc->stage == DROP_REFERENCE) { in do_walk_down() 8517 wc->stage = UPDATE_BACKREF; in do_walk_down() [all …]
|
/linux-4.4.14/Documentation/ABI/ |
D | README | 53 the "testing" stage, so that kernel developers can work
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-bus-fcoe | 27 The FCoE Controller now has a three stage creation process.
|
D | sysfs-power | 180 drivers during the "device freeze" stage of hibernation. It can
|
D | sysfs-bus-iio | 495 DAC output stage is disconnected from the amplifier and 524 by the corresponding outY_powerdown_mode. DAC output stage is
|
/linux-4.4.14/drivers/dma/sh/ |
D | rcar-dmac.c | 1248 unsigned int stage; in rcar_dmac_isr_desc_stage_end() local 1260 stage = (rcar_dmac_chan_read(chan, RCAR_DMACHCRB) & in rcar_dmac_isr_desc_stage_end() 1262 rcar_dmac_chan_write(chan, RCAR_DMADPCR, RCAR_DMADPCR_DIPT(stage)); in rcar_dmac_isr_desc_stage_end()
|
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
D | dm.c | 2609 static u8 stage; in rtl8821ae_dm_refresh_basic_rate_mask() local 2622 if (cur_stage != stage) { in rtl8821ae_dm_refresh_basic_rate_mask() 2627 } else if (cur_stage == 3 && (stage == 1 || stage == 2)) { in rtl8821ae_dm_refresh_basic_rate_mask() 2632 stage = cur_stage; in rtl8821ae_dm_refresh_basic_rate_mask()
|
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/ |
D | phy.c | 55 u8 channel, u8 *stage, 1834 u8 channel, u8 *stage, u8 *step, in _rtl92ee_phy_sw_chnl_step_by_step() argument 1876 switch (*stage) { in _rtl92ee_phy_sw_chnl_step_by_step() 1888 "Invalid 'stage' = %d, Check it!\n" , *stage); in _rtl92ee_phy_sw_chnl_step_by_step() 1893 if ((*stage) == 2) in _rtl92ee_phy_sw_chnl_step_by_step() 1895 (*stage)++; in _rtl92ee_phy_sw_chnl_step_by_step()
|
/linux-4.4.14/Documentation/ |
D | futex-requeue-pi.txt | 120 the lock can be acquired at this stage as well, if so, the next
|
D | xillybus.txt | 126 possibly pressing CTRL-C as some stage, even though the xillybus_* pipes have
|
D | kobject.txt | 397 If you need to do a two-stage delete of the kobject (say you are not
|
D | dma-buf-sharing.txt | 110 Until this stage, the buffer-exporter has the option to choose not to actually
|
D | kernel-parameters.txt | 249 Enable table checksum verification during early stage.
|
/linux-4.4.14/Documentation/dvb/ |
D | avermedia.txt | 117 stage) for the Avermedia DVB-T are: 125 At this stage, it has not been able to ascertain the
|
/linux-4.4.14/arch/x86/kvm/ |
D | svm.c | 4072 .stage = X86_ICPT_PRE_EXCEPT, } 4074 .stage = X86_ICPT_POST_EXCEPT, } 4076 .stage = X86_ICPT_POST_MEMACCESS, } 4080 enum x86_intercept_stage stage; member 4136 enum x86_intercept_stage stage) in svm_check_intercept() argument 4148 if (stage != icpt_info.stage) in svm_check_intercept()
|
D | emulate.c | 439 enum x86_intercept_stage stage) in emulator_check_intercept() argument 455 return ctxt->ops->intercept(ctxt, &info, stage); in emulator_check_intercept()
|
D | x86.c | 4942 enum x86_intercept_stage stage) in emulator_intercept() argument 4944 return kvm_x86_ops->check_intercept(emul_to_vcpu(ctxt), info, stage); in emulator_intercept()
|
D | vmx.c | 10544 enum x86_intercept_stage stage) in vmx_check_intercept() argument
|
/linux-4.4.14/Documentation/kbuild/ |
D | kbuild.txt | 185 symbols in the final module linking stage. It changes such errors
|
D | makefiles.txt | 602 compilation stage.
|
/linux-4.4.14/Documentation/scsi/ |
D | osd.txt | 103 stage and it must always be called after a successful osd_start_request().
|
/linux-4.4.14/drivers/gpu/drm/vmwgfx/device_include/ |
D | svga3d_cmd.h | 830 uint32 stage; member
|
/linux-4.4.14/Documentation/development-process/ |
D | 1.Intro | 30 Section 3 covers early-stage project planning, with an emphasis on 47 problems at this important stage. Developers are cautioned against
|
D | 3.Early-stage | 166 One discouraging thing which can happen at this stage is not a hostile
|
D | 6.Followthrough | 7 posting patches indicates a transition into the next stage of the process,
|
/linux-4.4.14/drivers/staging/lustre/lustre/mgc/ |
D | mgc_request.c | 665 static int mgc_precleanup(struct obd_device *obd, enum obd_cleanup_stage stage) in mgc_precleanup() argument 670 switch (stage) { in mgc_precleanup()
|
/linux-4.4.14/drivers/net/ethernet/emulex/benet/ |
D | be_cmds.c | 684 u16 stage; in be_fw_wait_ready() local 691 stage = status; in be_fw_wait_ready() 702 stage = be_POST_stage_get(adapter); in be_fw_wait_ready() 703 if (stage == POST_STAGE_ARMFW_RDY) in be_fw_wait_ready() 715 dev_err(dev, "POST timeout; stage=%#x\n", stage); in be_fw_wait_ready()
|
/linux-4.4.14/Documentation/filesystems/ |
D | romfs.txt | 39 loaded off the CD at a later stage of the installation. Another use
|
D | relay.txt | 434 stage data in a temporary buffer beforehand. Because the actual write
|
D | xfs-delayed-logging-design.txt | 233 region headers in the formatting stage, which is problematic as there is per
|
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192de/ |
D | phy.c | 2765 u8 channel, u8 *stage, u8 *step, in _rtl92d_phy_sw_chnl_step_by_step() argument 2798 switch (*stage) { in _rtl92d_phy_sw_chnl_step_by_step() 2810 if ((*stage) == 2) { in _rtl92d_phy_sw_chnl_step_by_step() 2813 (*stage)++; in _rtl92d_phy_sw_chnl_step_by_step()
|
/linux-4.4.14/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_binding.c | 589 cmd->body.s1.stage = binding->texture_stage; in vmw_binding_scrub_texture()
|
D | vmwgfx_execbuf.c | 1806 if (cur_state->stage >= SVGA3D_NUM_TEXTURE_UNITS) { in vmw_cmd_tex_state() 1808 (unsigned) cur_state->stage); in vmw_cmd_tex_state() 1824 binding.texture_stage = cur_state->stage; in vmw_cmd_tex_state()
|
/linux-4.4.14/arch/x86/ |
D | Kconfig.debug | 29 Enables the informational output from the decompression stage
|
/linux-4.4.14/drivers/staging/lustre/lustre/mdc/ |
D | mdc_request.c | 2377 static int mdc_precleanup(struct obd_device *obd, enum obd_cleanup_stage stage) in mdc_precleanup() argument 2379 switch (stage) { in mdc_precleanup()
|
/linux-4.4.14/drivers/staging/lustre/lustre/lov/ |
D | lov_obd.c | 828 static int lov_precleanup(struct obd_device *obd, enum obd_cleanup_stage stage) in lov_precleanup() argument 832 switch (stage) { in lov_precleanup()
|
/linux-4.4.14/Documentation/device-mapper/ |
D | thin-provisioning.txt | 221 You don't mention the origin at this stage.
|
/linux-4.4.14/drivers/staging/lustre/lustre/lmv/ |
D | lmv_obd.c | 2266 static int lmv_precleanup(struct obd_device *obd, enum obd_cleanup_stage stage) in lmv_precleanup() argument 2270 switch (stage) { in lmv_precleanup()
|
/linux-4.4.14/scripts/genksyms/ |
D | lex.lex.c_shipped | 570 and then we categorize those basic tokens in the second stage. */ 1934 /* The second stage lexer. Here we incorporate knowledge of the state
|
/linux-4.4.14/drivers/staging/lustre/lustre/osc/ |
D | osc_request.c | 3168 static int osc_precleanup(struct obd_device *obd, enum obd_cleanup_stage stage) in osc_precleanup() argument 3170 switch (stage) { in osc_precleanup()
|
/linux-4.4.14/Documentation/PCI/ |
D | pci-error-recovery.txt | 40 In the first stage, each driver is allowed to indicate what type
|
/linux-4.4.14/drivers/scsi/ |
D | ipr.c | 8127 unsigned long stage, stage_time; in ipr_reset_next_stage() local 8134 stage = feedback & IPR_IPL_INIT_STAGE_MASK; in ipr_reset_next_stage() 8137 ipr_dbg("IPL stage = 0x%lx, IPL stage time = %ld\n", stage, stage_time); in ipr_reset_next_stage() 8147 if (stage == IPR_IPL_INIT_STAGE_UNKNOWN) { in ipr_reset_next_stage() 8152 } else if (stage == IPR_IPL_INIT_STAGE_TRANSOP) { in ipr_reset_next_stage()
|
/linux-4.4.14/drivers/staging/rtl8188eu/hal/ |
D | usb_halinit.c | 689 #define HAL_INIT_PROFILE_TAG(stage) do {} while (0) in rtl8188eu_hal_init() argument
|
/linux-4.4.14/Documentation/networking/ |
D | filter.txt | 1092 Seccomp solves this by two stage verifier: classic BPF verifier is followed
|
/linux-4.4.14/Documentation/laptops/ |
D | thinkpad-acpi.txt | 1080 control stage exists after the main AC97 or HDA mixer in the audio
|
/linux-4.4.14/lib/ |
D | Kconfig.debug | 880 data corruption or a sporadic crash at a later stage once the region
|
/linux-4.4.14/Documentation/devicetree/ |
D | booting-without-of.txt | 1062 WARNING: This version is still in early development stage; the
|
/linux-4.4.14/Documentation/trace/ |
D | ftrace.txt | 2116 original object. The final linking stage of the kernel will add all these
|