/linux-4.1.27/drivers/gpu/drm/msm/mdp/mdp5/ |
D | mdp5_ctl.h | 51 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 …]
|
D | mdp5_crtc.c | 197 #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 …]
|
D | mdp5_kms.h | 85 enum mdp_mixer_stage_id stage; member
|
/linux-4.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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.1.27/drivers/staging/octeon-usb/ |
D | octeon-hcd.c | 297 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/ |
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.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/clk/ |
D | gk104.c | 424 } 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()
|
D | gf100.c | 389 } 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/ |
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.1.27/drivers/media/platform/s5p-tv/ |
D | mixer_vp_layer.c | 143 enum mxr_geometry_stage stage, unsigned long flags) in mxr_vp_fix_geometry() argument 150 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.1.27/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_init.h | 41 #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))
|
D | bnx2x_init_ops.h | 227 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/ |
D | mmc-pwrseq-emmc.txt | 10 broken) ROM bootloaders are unable to read second stage from the emmc
|
/linux-4.1.27/drivers/iommu/ |
D | arm-smmu.c | 337 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()
|
D | Kconfig | 30 sizes at both stage-1 and stage-2, as well as address spaces
|
/linux-4.1.27/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.1.27/arch/powerpc/include/asm/ |
D | smu.h | 511 int stage; member
|
/linux-4.1.27/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.1.27/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.1.27/drivers/net/wireless/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.1.27/arch/arm/kvm/ |
D | init.S | 72 bne phase2 @ Yes, second stage init
|
/linux-4.1.27/drivers/staging/rtl8192e/rtl8192e/ |
D | r8192E_phy.c | 840 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/ |
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.1.27/drivers/usb/renesas_usbhs/ |
D | mod_gadget.c | 484 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/ |
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.1.27/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.1.27/Documentation/devicetree/bindings/clock/ |
D | silabs,si5351.txt | 39 - silabs,clock-source: source clock of the output divider stage N, shall be
|
/linux-4.1.27/arch/x86/include/asm/ |
D | kvm_emulate.h | 207 enum x86_intercept_stage stage);
|
D | kvm_host.h | 806 enum x86_intercept_stage stage);
|
/linux-4.1.27/Documentation/sound/oss/ |
D | README.ymfsb | 18 This driver is currently at early ALPHA stage. It may cause serious
|
/linux-4.1.27/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.1.27/Documentation/isdn/ |
D | README.hysdn | 130 1005 First boot stage (bootstrap loader) failed 131 1006 Second boot stage failure
|
/linux-4.1.27/drivers/net/wireless/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.1.27/drivers/net/wireless/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.1.27/drivers/net/wireless/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.1.27/Documentation/cpu-freq/ |
D | core.txt | 69 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.1.27/Documentation/s390/ |
D | DASD | 33 accessibility of the DASD from other OSs. In a later stage we will
|
/linux-4.1.27/fs/btrfs/ |
D | relocation.c | 186 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)
|
D | extent-tree.c | 7670 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 …]
|
D | tree-log.c | 276 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/ |
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 | 453 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/ |
D | README | 53 the "testing" stage, so that kernel developers can work
|
/linux-4.1.27/drivers/dma/sh/ |
D | rcar-dmac.c | 1243 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/ |
D | dm.c | 2613 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/ |
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.1.27/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 | 229 Enable table checksum verification during early stage.
|
/linux-4.1.27/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.1.27/Documentation/kbuild/ |
D | kbuild.txt | 180 symbols in the final module linking stage. It changes such errors
|
D | makefiles.txt | 602 compilation stage.
|
/linux-4.1.27/arch/x86/kvm/ |
D | svm.c | 4153 .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()
|
D | emulate.c | 438 enum x86_intercept_stage stage) in emulator_check_intercept() argument 454 return ctxt->ops->intercept(ctxt, &info, stage); in emulator_check_intercept()
|
D | x86.c | 5000 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()
|
D | vmx.c | 10132 enum x86_intercept_stage stage) in vmx_check_intercept() argument
|
/linux-4.1.27/Documentation/scsi/ |
D | osd.txt | 103 stage and it must always be called after a successful osd_start_request().
|
/linux-4.1.27/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.1.27/drivers/staging/lustre/lustre/mgc/ |
D | mgc_request.c | 677 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/ |
D | be_cmds.c | 652 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/ |
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.1.27/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_context.c | 639 cmd->body.s1.stage = bi->i1.texture_stage; in vmw_context_scrub_texture()
|
D | svga3d_reg.h | 1732 uint32 stage; member
|
D | vmwgfx_execbuf.c | 1380 bi.i1.texture_stage = cur_state->stage; in vmw_cmd_tex_state()
|
/linux-4.1.27/arch/x86/ |
D | Kconfig.debug | 29 Enables the informational output from the decompression stage
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | timestamping.txt | 53 The analog time is taken at the last stage of the playback, as close
|
D | hda_codec.txt | 104 The codec isn't initialized at this stage properly. The
|
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.1.27/drivers/net/wireless/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.1.27/drivers/staging/lustre/lustre/lov/ |
D | lov_obd.c | 846 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/ |
D | mdc_request.c | 2504 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/ |
D | thin-provisioning.txt | 221 You don't mention the origin at this stage.
|
/linux-4.1.27/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.1.27/drivers/staging/lustre/lustre/lmv/ |
D | lmv_obd.c | 2306 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/ |
D | osc_request.c | 3216 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/ |
D | pci-error-recovery.txt | 40 In the first stage, each driver is allowed to indicate what type
|
/linux-4.1.27/drivers/scsi/ |
D | ipr.c | 8025 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/ |
D | usb_halinit.c | 689 #define HAL_INIT_PROFILE_TAG(stage) do {} while (0) in rtl8188eu_hal_init() argument
|
/linux-4.1.27/Documentation/networking/ |
D | filter.txt | 1092 Seccomp solves this by two stage verifier: classic BPF verifier is followed
|
/linux-4.1.27/lib/ |
D | Kconfig.debug | 865 data corruption or a sporadic crash at a later stage once the region
|
/linux-4.1.27/Documentation/laptops/ |
D | thinkpad-acpi.txt | 1080 control stage exists after the main AC97 or HDA mixer in the audio
|
/linux-4.1.27/Documentation/devicetree/ |
D | booting-without-of.txt | 1058 WARNING: This version is still in early development stage; the
|
/linux-4.1.27/Documentation/trace/ |
D | ftrace.txt | 2080 original object. The final linking stage of the kernel will add all these
|