Searched refs:enable_state (Results 1 – 12 of 12) sorted by relevance
/Linux-v4.19/drivers/leds/ |
D | leds-lm3692x.c | 202 int enable_state; in lm3692x_init() local 281 enable_state = LM3692X_LED1_EN | LM3692X_LED2_EN | in lm3692x_init() 284 enable_state = LM3692X_LED1_EN | LM3692X_LED2_EN; in lm3692x_init() 288 enable_state = LM3692X_LED1_EN; in lm3692x_init() 291 enable_state = LM3692X_LED2_EN; in lm3692x_init() 296 enable_state = LM36923_LED3_EN; in lm3692x_init() 307 enable_state | LM3692X_DEVICE_EN); in lm3692x_init()
|
/Linux-v4.19/drivers/gpu/drm/msm/disp/dpu1/ |
D | dpu_encoder_phys_vid.c | 530 if (phys_enc->enable_state == DPU_ENC_DISABLED) in dpu_encoder_phys_vid_enable() 531 phys_enc->enable_state = DPU_ENC_ENABLING; in dpu_encoder_phys_vid_enable() 671 if (phys_enc->enable_state == DPU_ENC_DISABLED) { in dpu_encoder_phys_vid_disable() 700 phys_enc->enable_state = DPU_ENC_DISABLED; in dpu_encoder_phys_vid_disable() 715 DPU_DEBUG_VIDENC(vid_enc, "enable_state %d\n", phys_enc->enable_state); in dpu_encoder_phys_vid_handle_post_kickoff() 721 if (phys_enc->enable_state == DPU_ENC_ENABLING) { in dpu_encoder_phys_vid_handle_post_kickoff() 727 phys_enc->enable_state = DPU_ENC_ENABLED; in dpu_encoder_phys_vid_handle_post_kickoff() 910 phys_enc->enable_state = DPU_ENC_DISABLED; in dpu_encoder_phys_vid_init()
|
D | dpu_encoder_phys_cmd.c | 271 phys_enc->enable_state = DPU_ENC_ERR_NEEDS_HW_RESET; in _dpu_encoder_phys_cmd_handle_ppdone_timeout() 540 if (phys_enc->enable_state == DPU_ENC_ENABLED) { in dpu_encoder_phys_cmd_enable() 546 phys_enc->enable_state = DPU_ENC_ENABLED; in dpu_encoder_phys_cmd_enable() 595 phys_enc->enable_state); in dpu_encoder_phys_cmd_disable() 597 if (phys_enc->enable_state == DPU_ENC_DISABLED) { in dpu_encoder_phys_cmd_disable() 604 phys_enc->enable_state = DPU_ENC_DISABLED; in dpu_encoder_phys_cmd_disable() 857 phys_enc->enable_state = DPU_ENC_DISABLED; in dpu_encoder_phys_cmd_init()
|
D | dpu_encoder_phys.h | 254 enum dpu_enc_enable_state enable_state; member 370 if (!phys_enc || phys_enc->enable_state == DPU_ENC_DISABLING) in dpu_encoder_helper_get_3d_blend_mode()
|
D | dpu_encoder.c | 287 if (phys_enc->enable_state == DPU_ENC_DISABLED) { in dpu_encoder_helper_wait_for_irq() 1502 if (phys->ops.trigger_start && phys->enable_state != DPU_ENC_DISABLED) in _dpu_encoder_trigger_start() 1572 phys_enc->enable_state = DPU_ENC_ENABLED; in dpu_encoder_helper_hw_reset() 1604 if (!phys || phys->enable_state == DPU_ENC_DISABLED) in _dpu_encoder_kickoff_phys() 1831 if (phys->enable_state == DPU_ENC_ERR_NEEDS_HW_RESET) in dpu_encoder_prepare_for_kickoff()
|
/Linux-v4.19/drivers/regulator/ |
D | qcom_rpm-regulator.c | 44 struct request_member enable_state; /* NCP and switch */ member 99 .enable_state = { 0, 0x00000001, 0 }, 109 .enable_state = { 0, 0x00001000, 12 }, 141 .enable_state = { 0, 0x00000001, 0 }, 151 .enable_state = { 0, 0x00800000, 23 }, 317 const struct request_member *req = &parts->enable_state; in rpm_reg_switch_enable() 374 const struct request_member *req = &parts->enable_state; in rpm_reg_switch_disable()
|
/Linux-v4.19/drivers/staging/fsl-dpaa2/ethsw/ |
D | dpsw-cmd.h | 119 u8 enable_state; member 130 u8 enable_state; member
|
D | dpsw.c | 192 dpsw_set_field(cmd_params->enable_state, ENABLE, en); in dpsw_set_irq_enable()
|
/Linux-v4.19/block/ |
D | blk-wbt.h | 46 short enable_state; /* WBT_STATE_* */ member
|
D | blk-wbt.c | 440 RQWB(rqos)->enable_state = WBT_STATE_ON_MANUAL; in wbt_set_min_lat() 763 if (rwb->enable_state == WBT_STATE_ON_DEFAULT) in wbt_disable_default() 802 rwb->enable_state = WBT_STATE_ON_DEFAULT; in wbt_init()
|
/Linux-v4.19/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_fifo.c | 124 dev_priv->enable_state = vmw_read(dev_priv, SVGA_REG_ENABLE); in vmw_fifo_init() 189 dev_priv->enable_state); in vmw_fifo_release()
|
D | vmwgfx_drv.h | 484 uint32_t enable_state; member
|