Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/msm/mdp/mdp5/
Dmdp5_ctl.h51 enum mdp_mixer_stage_id stage) in mdp_ctl_blend_mask() argument
54 case SSPP_VIG0: return MDP5_CTL_LAYER_REG_VIG0(stage); in mdp_ctl_blend_mask()
55 case SSPP_VIG1: return MDP5_CTL_LAYER_REG_VIG1(stage); in mdp_ctl_blend_mask()
56 case SSPP_VIG2: return MDP5_CTL_LAYER_REG_VIG2(stage); in mdp_ctl_blend_mask()
57 case SSPP_RGB0: return MDP5_CTL_LAYER_REG_RGB0(stage); in mdp_ctl_blend_mask()
58 case SSPP_RGB1: return MDP5_CTL_LAYER_REG_RGB1(stage); in mdp_ctl_blend_mask()
59 case SSPP_RGB2: return MDP5_CTL_LAYER_REG_RGB2(stage); in mdp_ctl_blend_mask()
60 case SSPP_DMA0: return MDP5_CTL_LAYER_REG_DMA0(stage); in mdp_ctl_blend_mask()
61 case SSPP_DMA1: return MDP5_CTL_LAYER_REG_DMA1(stage); in mdp_ctl_blend_mask()
62 case SSPP_VIG3: return MDP5_CTL_LAYER_REG_VIG3(stage); in mdp_ctl_blend_mask()
[all …]
Dmdp5_crtc.c197 #define blender(stage) ((stage) - STAGE_BASE) in blend_setup() argument
208 enum mdp_mixer_stage_id stage = in blend_setup() local
209 to_mdp5_plane_state(plane->state)->stage; in blend_setup()
215 BUG_ON(stage > hw_cfg->lm.nb_stages); in blend_setup()
219 REG_MDP5_LM_BLEND_OP_MODE(lm, blender(stage)), in blend_setup()
223 blender(stage)), 0xff); in blend_setup()
225 blender(stage)), 0x00); in blend_setup()
227 blend_cfg |= mdp_ctl_blend_mask(mdp5_plane_pipe(plane), stage); in blend_setup()
229 pipe2name(mdp5_plane_pipe(plane)), stage); in blend_setup()
361 pstates[i].state->stage = STAGE_BASE + i; in mdp5_crtc_atomic_check()
[all …]
Dmdp5_kms.h85 enum mdp_mixer_stage_id stage; member
/linux-4.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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.1.27/drivers/staging/octeon-usb/
Docteon-hcd.c297 enum cvmx_usb_stage stage; member
1390 switch (transaction->stage) { in cvmx_usb_start_channel_control()
1633 if ((transaction->stage&1) == 0) { in cvmx_usb_start_channel()
1646 usbc_hcsplt.s.compsplt = (transaction->stage == in cvmx_usb_start_channel()
2114 transaction->stage = CVMX_USB_STAGE_NON_CONTROL; in cvmx_usb_perform_complete()
2184 transaction->stage = CVMX_USB_STAGE_SETUP; in cvmx_usb_submit_transaction()
2186 transaction->stage = CVMX_USB_STAGE_NON_CONTROL; in cvmx_usb_submit_transaction()
2589 if ((transaction->stage == CVMX_USB_STAGE_SETUP) || in cvmx_usb_poll_channel()
2590 (transaction->stage == CVMX_USB_STAGE_SETUP_SPLIT_COMPLETE)) in cvmx_usb_poll_channel()
2689 transaction->stage &= ~1; in cvmx_usb_poll_channel()
[all …]
/linux-4.1.27/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.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
Dgk104.c424 } stage[] = { in gk104_clk_prog() local
435 for (i = 0; i < ARRAY_SIZE(stage); i++) { in gk104_clk_prog()
437 if (!(stage[i].mask & (1 << j))) in gk104_clk_prog()
441 stage[i].exec(priv, j); in gk104_clk_prog()
Dgf100.c389 } stage[] = { in gf100_clk_prog() local
398 for (i = 0; i < ARRAY_SIZE(stage); i++) { in gf100_clk_prog()
402 stage[i].exec(priv, j); in gf100_clk_prog()
/linux-4.1.27/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.1.27/drivers/media/platform/s5p-tv/
Dmixer_vp_layer.c143 enum mxr_geometry_stage stage, unsigned long flags) in mxr_vp_fix_geometry() argument
150 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.1.27/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_init.h41 #define BLOCK_OPS_IDX(block, stage, end) \ argument
42 (2*(((block)*NUM_OF_INIT_PHASES) + (stage)) + (end))
490 #define BLOCK_OPS_IDX(block, stage, end) \ argument
491 (2*(((block)*NUM_OF_INIT_PHASES) + (stage)) + (end))
Dbnx2x_init_ops.h227 static void bnx2x_init_block(struct bnx2x *bp, u32 block, u32 stage) in bnx2x_init_block() argument
230 INIT_OPS_OFFSETS(bp)[BLOCK_OPS_IDX(block, stage, in bnx2x_init_block()
233 INIT_OPS_OFFSETS(bp)[BLOCK_OPS_IDX(block, stage, in bnx2x_init_block()
/linux-4.1.27/Documentation/devicetree/bindings/mmc/
Dmmc-pwrseq-emmc.txt10 broken) ROM bootloaders are unable to read second stage from the emmc
/linux-4.1.27/drivers/iommu/
Darm-smmu.c337 enum arm_smmu_domain_stage stage; member
849 smmu_domain->stage = ARM_SMMU_DOMAIN_S2; in arm_smmu_init_domain_context()
851 smmu_domain->stage = ARM_SMMU_DOMAIN_S1; in arm_smmu_init_domain_context()
853 switch (smmu_domain->stage) { in arm_smmu_init_domain_context()
1278 smmu_domain->stage == ARM_SMMU_DOMAIN_S1) { in arm_smmu_iova_to_phys()
1407 *(int *)data = (smmu_domain->stage == ARM_SMMU_DOMAIN_NESTED); in arm_smmu_domain_get_attr()
1430 smmu_domain->stage = ARM_SMMU_DOMAIN_NESTED; in arm_smmu_domain_set_attr()
1432 smmu_domain->stage = ARM_SMMU_DOMAIN_S1; in arm_smmu_domain_set_attr()
DKconfig30 sizes at both stage-1 and stage-2, as well as address spaces
/linux-4.1.27/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.1.27/arch/powerpc/include/asm/
Dsmu.h511 int stage; member
/linux-4.1.27/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.1.27/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.1.27/drivers/net/wireless/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.1.27/arch/arm/kvm/
Dinit.S72 bne phase2 @ Yes, second stage init
/linux-4.1.27/drivers/staging/rtl8192e/rtl8192e/
Dr8192E_phy.c840 u8 *stage, u8 *step, u32 *delay) in rtl8192_phy_SwChnlStepByStep() argument
851 __func__, *stage, *step, channel); in rtl8192_phy_SwChnlStepByStep()
922 switch (*stage) { in rtl8192_phy_SwChnlStepByStep()
935 if ((*stage) == 2) in rtl8192_phy_SwChnlStepByStep()
937 (*stage)++; in rtl8192_phy_SwChnlStepByStep()
/linux-4.1.27/drivers/net/wireless/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.1.27/drivers/usb/renesas_usbhs/
Dmod_gadget.c484 int stage = usbhs_status_get_ctrl_stage(irq_state); in usbhsg_irq_ctrl_stage() local
487 dev_dbg(dev, "stage = %d\n", stage); in usbhsg_irq_ctrl_stage()
498 switch (stage) { in usbhsg_irq_ctrl_stage()
/linux-4.1.27/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.1.27/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.1.27/Documentation/devicetree/bindings/clock/
Dsilabs,si5351.txt39 - silabs,clock-source: source clock of the output divider stage N, shall be
/linux-4.1.27/arch/x86/include/asm/
Dkvm_emulate.h207 enum x86_intercept_stage stage);
Dkvm_host.h806 enum x86_intercept_stage stage);
/linux-4.1.27/Documentation/sound/oss/
DREADME.ymfsb18 This driver is currently at early ALPHA stage. It may cause serious
/linux-4.1.27/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.1.27/Documentation/isdn/
DREADME.hysdn130 1005 First boot stage (bootstrap loader) failed
131 1006 Second boot stage failure
/linux-4.1.27/drivers/net/wireless/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.1.27/drivers/net/wireless/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.1.27/drivers/net/wireless/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.1.27/Documentation/cpu-freq/
Dcore.txt69 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.1.27/Documentation/s390/
DDASD33 accessibility of the DASD from other OSs. In a later stage we will
/linux-4.1.27/fs/btrfs/
Drelocation.c186 unsigned int stage:8; member
1645 if (rc->stage != UPDATE_DATA_PTRS)
2227 if (replaced && rc->stage == UPDATE_DATA_PTRS)
2257 if (replaced && rc->stage == UPDATE_DATA_PTRS)
3995 } else if (rc->stage == UPDATE_DATA_PTRS &&
4029 if (rc->stage == MOVE_DATA_EXTENTS &&
4270 if (rc->stage == MOVE_DATA_EXTENTS && rc->found_file_extent) {
4279 rc->stage = UPDATE_DATA_PTRS;
4540 BUG_ON(rc->stage == UPDATE_DATA_PTRS &&
4579 if (level == 0 && first_cow && rc->stage == UPDATE_DATA_PTRS)
Dextent-tree.c7670 int stage; member
7724 if (wc->stage == UPDATE_BACKREF && in reada_walk_down()
7737 if (wc->stage == DROP_REFERENCE) { in reada_walk_down()
7994 if (wc->stage == UPDATE_BACKREF && in walk_down_proc()
8003 ((wc->stage == DROP_REFERENCE && wc->refs[level] != 1) || in walk_down_proc()
8004 (wc->stage == UPDATE_BACKREF && !(wc->flags[level] & flag)))) { in walk_down_proc()
8016 if (wc->stage == DROP_REFERENCE) { in walk_down_proc()
8088 if (wc->stage == UPDATE_BACKREF && in do_walk_down()
8123 if (wc->stage == DROP_REFERENCE) { in do_walk_down()
8140 wc->stage = UPDATE_BACKREF; in do_walk_down()
[all …]
Dtree-log.c276 int stage; member
2207 wc->stage == LOG_WALK_REPLAY_INODES) { in replay_one_buffer()
2247 wc->stage == LOG_WALK_REPLAY_DIR_INDEX) { in replay_one_buffer()
2254 if (wc->stage < LOG_WALK_REPLAY_ALL) in replay_one_buffer()
5224 .stage = 0, in btrfs_recover_log_trees()
5300 if (!ret && wc.stage == LOG_WALK_REPLAY_ALL) { in btrfs_recover_log_trees()
5323 wc.stage = LOG_WALK_REPLAY_INODES; in btrfs_recover_log_trees()
5327 if (wc.stage < LOG_WALK_REPLAY_ALL) { in btrfs_recover_log_trees()
5328 wc.stage++; in btrfs_recover_log_trees()
/linux-4.1.27/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-iio453 DAC output stage is disconnected from the amplifier and
482 by the corresponding outY_powerdown_mode. DAC output stage is
/linux-4.1.27/Documentation/ABI/
DREADME53 the "testing" stage, so that kernel developers can work
/linux-4.1.27/drivers/dma/sh/
Drcar-dmac.c1243 unsigned int stage; in rcar_dmac_isr_desc_stage_end() local
1255 stage = (rcar_dmac_chan_read(chan, RCAR_DMACHCRB) & in rcar_dmac_isr_desc_stage_end()
1257 rcar_dmac_chan_write(chan, RCAR_DMADPCR, RCAR_DMADPCR_DIPT(stage)); in rcar_dmac_isr_desc_stage_end()
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8821ae/
Ddm.c2613 static u8 stage; in rtl8821ae_dm_refresh_basic_rate_mask() local
2626 if (cur_stage != stage) { in rtl8821ae_dm_refresh_basic_rate_mask()
2631 } else if (cur_stage == 3 && (stage == 1 || stage == 2)) { in rtl8821ae_dm_refresh_basic_rate_mask()
2636 stage = cur_stage; in rtl8821ae_dm_refresh_basic_rate_mask()
/linux-4.1.27/drivers/net/wireless/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.1.27/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.txt229 Enable table checksum verification during early stage.
/linux-4.1.27/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.1.27/Documentation/kbuild/
Dkbuild.txt180 symbols in the final module linking stage. It changes such errors
Dmakefiles.txt602 compilation stage.
/linux-4.1.27/arch/x86/kvm/
Dsvm.c4153 .stage = X86_ICPT_PRE_EXCEPT, }
4155 .stage = X86_ICPT_POST_EXCEPT, }
4157 .stage = X86_ICPT_POST_MEMACCESS, }
4161 enum x86_intercept_stage stage; member
4217 enum x86_intercept_stage stage) in svm_check_intercept() argument
4229 if (stage != icpt_info.stage) in svm_check_intercept()
Demulate.c438 enum x86_intercept_stage stage) in emulator_check_intercept() argument
454 return ctxt->ops->intercept(ctxt, &info, stage); in emulator_check_intercept()
Dx86.c5000 enum x86_intercept_stage stage) in emulator_intercept() argument
5002 return kvm_x86_ops->check_intercept(emul_to_vcpu(ctxt), info, stage); in emulator_intercept()
Dvmx.c10132 enum x86_intercept_stage stage) in vmx_check_intercept() argument
/linux-4.1.27/Documentation/scsi/
Dosd.txt103 stage and it must always be called after a successful osd_start_request().
/linux-4.1.27/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.1.27/drivers/staging/lustre/lustre/mgc/
Dmgc_request.c677 static int mgc_precleanup(struct obd_device *obd, enum obd_cleanup_stage stage) in mgc_precleanup() argument
682 switch (stage) { in mgc_precleanup()
/linux-4.1.27/drivers/net/ethernet/emulex/benet/
Dbe_cmds.c652 u16 stage; in be_fw_wait_ready() local
659 stage = status; in be_fw_wait_ready()
670 stage = be_POST_stage_get(adapter); in be_fw_wait_ready()
671 if (stage == POST_STAGE_ARMFW_RDY) in be_fw_wait_ready()
683 dev_err(dev, "POST timeout; stage=%#x\n", stage); in be_fw_wait_ready()
/linux-4.1.27/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.1.27/drivers/gpu/drm/vmwgfx/
Dvmwgfx_context.c639 cmd->body.s1.stage = bi->i1.texture_stage; in vmw_context_scrub_texture()
Dsvga3d_reg.h1732 uint32 stage; member
Dvmwgfx_execbuf.c1380 bi.i1.texture_stage = cur_state->stage; in vmw_cmd_tex_state()
/linux-4.1.27/arch/x86/
DKconfig.debug29 Enables the informational output from the decompression stage
/linux-4.1.27/Documentation/sound/alsa/
Dtimestamping.txt53 The analog time is taken at the last stage of the playback, as close
Dhda_codec.txt104 The codec isn't initialized at this stage properly. The
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.1.27/drivers/net/wireless/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.1.27/drivers/staging/lustre/lustre/lov/
Dlov_obd.c846 static int lov_precleanup(struct obd_device *obd, enum obd_cleanup_stage stage) in lov_precleanup() argument
850 switch (stage) { in lov_precleanup()
/linux-4.1.27/drivers/staging/lustre/lustre/mdc/
Dmdc_request.c2504 static int mdc_precleanup(struct obd_device *obd, enum obd_cleanup_stage stage) in mdc_precleanup() argument
2506 switch (stage) { in mdc_precleanup()
/linux-4.1.27/Documentation/device-mapper/
Dthin-provisioning.txt221 You don't mention the origin at this stage.
/linux-4.1.27/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.1.27/drivers/staging/lustre/lustre/lmv/
Dlmv_obd.c2306 static int lmv_precleanup(struct obd_device *obd, enum obd_cleanup_stage stage) in lmv_precleanup() argument
2310 switch (stage) { in lmv_precleanup()
/linux-4.1.27/drivers/staging/lustre/lustre/osc/
Dosc_request.c3216 static int osc_precleanup(struct obd_device *obd, enum obd_cleanup_stage stage) in osc_precleanup() argument
3218 switch (stage) { in osc_precleanup()
/linux-4.1.27/Documentation/PCI/
Dpci-error-recovery.txt40 In the first stage, each driver is allowed to indicate what type
/linux-4.1.27/drivers/scsi/
Dipr.c8025 unsigned long stage, stage_time; in ipr_reset_next_stage() local
8032 stage = feedback & IPR_IPL_INIT_STAGE_MASK; in ipr_reset_next_stage()
8035 ipr_dbg("IPL stage = 0x%lx, IPL stage time = %ld\n", stage, stage_time); in ipr_reset_next_stage()
8045 if (stage == IPR_IPL_INIT_STAGE_UNKNOWN) { in ipr_reset_next_stage()
8050 } else if (stage == IPR_IPL_INIT_STAGE_TRANSOP) { in ipr_reset_next_stage()
/linux-4.1.27/drivers/staging/rtl8188eu/hal/
Dusb_halinit.c689 #define HAL_INIT_PROFILE_TAG(stage) do {} while (0) in rtl8188eu_hal_init() argument
/linux-4.1.27/Documentation/networking/
Dfilter.txt1092 Seccomp solves this by two stage verifier: classic BPF verifier is followed
/linux-4.1.27/lib/
DKconfig.debug865 data corruption or a sporadic crash at a later stage once the region
/linux-4.1.27/Documentation/laptops/
Dthinkpad-acpi.txt1080 control stage exists after the main AC97 or HDA mixer in the audio
/linux-4.1.27/Documentation/devicetree/
Dbooting-without-of.txt1058 WARNING: This version is still in early development stage; the
/linux-4.1.27/Documentation/trace/
Dftrace.txt2080 original object. The final linking stage of the kernel will add all these