Home
last modified time | relevance | path

Searched refs:stage (Results 1 – 109 of 109) sorted by relevance

/linux-4.4.14/drivers/watchdog/
Dkempld_wdt.c85 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/
Dqcom-spmi-temp-alarm.c63 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 …]
DKconfig392 temperature based upon the over temperature stage value.
/linux-4.4.14/drivers/gpu/drm/msm/mdp/mdp4/
Dmdp4_kms.h114 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/
Dmdp5_ctl.c316 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 …]
Dmdp5_crtc.c213 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()
Dmdp5_ctl.h59 int mdp5_ctl_blend(struct mdp5_ctl *ctl, u8 *stage, u32 stage_cnt,
Dmdp5_kms.h81 enum mdp_mixer_stage_id stage; member
/linux-4.4.14/drivers/media/radio/wl128x/
Dfmdrv_common.c183 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 …]
Dfmdrv.h113 u8 stage; member
/linux-4.4.14/firmware/matrox/
Dg200_warp.H164 * - T stands for computation of texture stage 0
5 * - T2 stands for computation of both texture stage 0 and texture stage 1
Dg400_warp.H164 * - 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/
Dkeyspan_remote.c125 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/
Daesp8-ppc.pl63 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/
Dnilfs2.h32 __field(int, stage)
37 __entry->stage = sci->sc_stage.scnt;
42 show_collection_stage(__entry->stage))
/linux-4.4.14/drivers/staging/octeon-usb/
Docteon-hcd.c297 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/
Dsnd_ps3.c214 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/
Dgk104.c448 } 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()
Dgf100.c407 } 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/
Dmixer_vp_layer.c144 enum mxr_geometry_stage stage, unsigned long flags) in mxr_vp_fix_geometry() argument
151 switch (stage) { in mxr_vp_fix_geometry()
Dmixer_grp_layer.c149 enum mxr_geometry_stage stage, unsigned long flags) in mxr_graph_fix_geometry() argument
156 switch (stage) { in mxr_graph_fix_geometry()
Dmixer_video.c426 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/
Dbnx2x_init.h43 #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))
Dbnx2x_init_ops.h229 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/
Dmmc-pwrseq-emmc.txt10 broken) ROM bootloaders are unable to read second stage from the emmc
/linux-4.4.14/arch/mips/
DKconfig.debug39 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/
Darm-smmu.c347 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()
Darm-smmu-v3.c625 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 …]
DKconfig30 sizes at both stage-1 and stage-2, as well as address spaces
/linux-4.4.14/drivers/macintosh/
Dsmu.c769 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/
DJack-Controls.txt23 and attach it to the jack, at jack creation stage. We can also add a
Dtimestamping.txt53 The analog time is taken at the last stage of the playback, as close
DALSA-Configuration.txt980 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/
Dsmu.h511 int stage; member
/linux-4.4.14/fs/ocfs2/dlm/
Ddlmrecovery.c2821 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/
Dr819xU_phy.c1264 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/
Dphy.c47 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/
Dinit.S72 bne phase2 @ Yes, second stage init
/linux-4.4.14/drivers/staging/rtl8192e/rtl8192e/
Dr8192E_phy.c819 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/
Dphy_common.h235 u8 channel, u8 *stage, u8 *step,
Dphy_common.c815 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/
Diuu_phoenix.txt12 This driver is still in beta stage, so bugs can
DURB.txt65 // (IN) setup stage for CTRL (pass a struct usb_ctrlrequest)
/linux-4.4.14/drivers/video/fbdev/
Dimsttfb.c440 __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()
DKconfig72 of VESA video modes set at an early boot stage via the vga= parameter.
/linux-4.4.14/drivers/usb/renesas_usbhs/
Dmod_gadget.c488 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/
Dsilabs,si5351.txt39 - silabs,clock-source: source clock of the output divider stage N, shall be
Dlpc1850-cgu.txt12 stages. Each output stage provides an independent clock source and
/linux-4.4.14/Documentation/sound/oss/
DREADME.ymfsb18 This driver is currently at early ALPHA stage. It may cause serious
/linux-4.4.14/drivers/usb/musb/
Dmusb_gadget_ep0.c58 static char *decode_ep0stage(u8 stage) in decode_ep0stage() argument
60 switch (stage) { in decode_ep0stage()
/linux-4.4.14/Documentation/isdn/
DREADME.hysdn130 1005 First boot stage (bootstrap loader) failed
131 1006 Second boot stage failure
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192se/
Dphy.c354 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/
Dkvm_emulate.h219 enum x86_intercept_stage stage);
Dkvm_host.h865 enum x86_intercept_stage stage);
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
Dphy.c54 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/
Dphy.c46 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/
Dcore.txt66 stage, the incompatible hardware shall be shut down, and the user
Dcpu-drivers.txt238 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/
DDASD33 accessibility of the DASD from other OSs. In a later stage we will
/linux-4.4.14/fs/btrfs/
Drelocation.c186 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)
Dtree-log.c269 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()
Dextent-tree.c8019 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/
DREADME53 the "testing" stage, so that kernel developers can work
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-bus-fcoe27 The FCoE Controller now has a three stage creation process.
Dsysfs-power180 drivers during the "device freeze" stage of hibernation. It can
Dsysfs-bus-iio495 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/
Drcar-dmac.c1248 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/
Ddm.c2609 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/
Dphy.c55 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/
Dfutex-requeue-pi.txt120 the lock can be acquired at this stage as well, if so, the next
Dxillybus.txt126 possibly pressing CTRL-C as some stage, even though the xillybus_* pipes have
Dkobject.txt397 If you need to do a two-stage delete of the kobject (say you are not
Ddma-buf-sharing.txt110 Until this stage, the buffer-exporter has the option to choose not to actually
Dkernel-parameters.txt249 Enable table checksum verification during early stage.
/linux-4.4.14/Documentation/dvb/
Davermedia.txt117 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/
Dsvm.c4072 .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()
Demulate.c439 enum x86_intercept_stage stage) in emulator_check_intercept() argument
455 return ctxt->ops->intercept(ctxt, &info, stage); in emulator_check_intercept()
Dx86.c4942 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()
Dvmx.c10544 enum x86_intercept_stage stage) in vmx_check_intercept() argument
/linux-4.4.14/Documentation/kbuild/
Dkbuild.txt185 symbols in the final module linking stage. It changes such errors
Dmakefiles.txt602 compilation stage.
/linux-4.4.14/Documentation/scsi/
Dosd.txt103 stage and it must always be called after a successful osd_start_request().
/linux-4.4.14/drivers/gpu/drm/vmwgfx/device_include/
Dsvga3d_cmd.h830 uint32 stage; member
/linux-4.4.14/Documentation/development-process/
D1.Intro30 Section 3 covers early-stage project planning, with an emphasis on
47 problems at this important stage. Developers are cautioned against
D3.Early-stage166 One discouraging thing which can happen at this stage is not a hostile
D6.Followthrough7 posting patches indicates a transition into the next stage of the process,
/linux-4.4.14/drivers/staging/lustre/lustre/mgc/
Dmgc_request.c665 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/
Dbe_cmds.c684 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/
Dromfs.txt39 loaded off the CD at a later stage of the installation. Another use
Drelay.txt434 stage data in a temporary buffer beforehand. Because the actual write
Dxfs-delayed-logging-design.txt233 region headers in the formatting stage, which is problematic as there is per
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
Dphy.c2765 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/
Dvmwgfx_binding.c589 cmd->body.s1.stage = binding->texture_stage; in vmw_binding_scrub_texture()
Dvmwgfx_execbuf.c1806 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/
DKconfig.debug29 Enables the informational output from the decompression stage
/linux-4.4.14/drivers/staging/lustre/lustre/mdc/
Dmdc_request.c2377 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/
Dlov_obd.c828 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/
Dthin-provisioning.txt221 You don't mention the origin at this stage.
/linux-4.4.14/drivers/staging/lustre/lustre/lmv/
Dlmv_obd.c2266 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/
Dlex.lex.c_shipped570 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/
Dosc_request.c3168 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/
Dpci-error-recovery.txt40 In the first stage, each driver is allowed to indicate what type
/linux-4.4.14/drivers/scsi/
Dipr.c8127 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/
Dusb_halinit.c689 #define HAL_INIT_PROFILE_TAG(stage) do {} while (0) in rtl8188eu_hal_init() argument
/linux-4.4.14/Documentation/networking/
Dfilter.txt1092 Seccomp solves this by two stage verifier: classic BPF verifier is followed
/linux-4.4.14/Documentation/laptops/
Dthinkpad-acpi.txt1080 control stage exists after the main AC97 or HDA mixer in the audio
/linux-4.4.14/lib/
DKconfig.debug880 data corruption or a sporadic crash at a later stage once the region
/linux-4.4.14/Documentation/devicetree/
Dbooting-without-of.txt1062 WARNING: This version is still in early development stage; the
/linux-4.4.14/Documentation/trace/
Dftrace.txt2116 original object. The final linking stage of the kernel will add all these