Searched refs:enable_state (Results 1 – 11 of 11) sorted by relevance
| /linux/drivers/thermal/intel/int340x_thermal/ |
| H A D | processor_thermal_power_floor.c | 47 static bool enable_state; variable 55 if (enable_state == enable) in proc_thermal_power_floor_set_state() 65 enable_state = enable; in proc_thermal_power_floor_set_state() 76 return enable_state; in proc_thermal_power_floor_get_state()
|
| /linux/drivers/leds/ |
| H A D | leds-lm3692x.c | 172 int enable_state; in lm3692x_leds_enable() local 252 enable_state = LM3692X_LED1_EN | LM3692X_LED2_EN | in lm3692x_leds_enable() 255 enable_state = LM3692X_LED1_EN | LM3692X_LED2_EN; in lm3692x_leds_enable() 259 enable_state = LM3692X_LED1_EN; in lm3692x_leds_enable() 262 enable_state = LM3692X_LED2_EN; in lm3692x_leds_enable() 267 enable_state = LM36923_LED3_EN; in lm3692x_leds_enable() 278 enable_state | LM3692X_DEVICE_EN); in lm3692x_leds_enable()
|
| /linux/block/ |
| H A D | blk-wbt.c | 72 short enable_state; /* WBT_STATE_* */ member 150 return rwb && rwb->enable_state != WBT_STATE_OFF_DEFAULT && in rwb_enabled() 151 rwb->enable_state != WBT_STATE_OFF_MANUAL; in rwb_enabled() 519 RQWB(rqos)->enable_state = WBT_STATE_ON_MANUAL; in wbt_set_min_lat() 521 RQWB(rqos)->enable_state = WBT_STATE_OFF_MANUAL; in wbt_set_min_lat() 753 if (enable && RQWB(rqos)->enable_state == WBT_STATE_OFF_DEFAULT) in __wbt_enable_default() 754 RQWB(rqos)->enable_state = WBT_STATE_ON_DEFAULT; in __wbt_enable_default() 850 if (rwb->enable_state == WBT_STATE_ON_DEFAULT) { in wbt_disable_default() 852 rwb->enable_state = WBT_STATE_OFF_DEFAULT; in wbt_disable_default() 873 seq_printf(m, "%d\n", rwb->enable_state); in wbt_enabled_show() [all …]
|
| /linux/drivers/regulator/ |
| H A D | rt6160-regulator.c | 48 bool enable_state; member 64 priv->enable_state = true; in rt6160_enable() 83 priv->enable_state = false; in rt6160_disable() 93 return priv->enable_state ? 1 : 0; in rt6160_is_enabled() 252 priv->enable_state = true; in rt6160_probe()
|
| H A D | qcom_rpm-regulator.c | 36 struct request_member enable_state; /* NCP and switch */ member 91 .enable_state = { 0, 0x00000001, 0 }, 101 .enable_state = { 0, 0x00001000, 12 }, 133 .enable_state = { 0, 0x00000001, 0 }, 143 .enable_state = { 0, 0x00800000, 23 }, 309 const struct request_member *req = &parts->enable_state; in rpm_reg_switch_enable() 366 const struct request_member *req = &parts->enable_state; in rpm_reg_switch_disable()
|
| /linux/drivers/gpu/drm/msm/disp/dpu1/ |
| H A D | dpu_encoder_phys.h | 192 enum dpu_enc_enable_state enable_state; member 298 if (!phys_enc || phys_enc->enable_state == DPU_ENC_DISABLING) in dpu_encoder_helper_get_3d_blend_mode()
|
| /linux/tools/sched_ext/ |
| H A D | scx_show_state.py | 41 enable_state = read_atomic("scx_enable_state_var") variable
|
| /linux/drivers/net/ethernet/freescale/dpaa2/ |
| H A D | dpsw-cmd.h | 152 u8 enable_state; member 163 u8 enable_state; member
|
| H A D | dpsw.c | 176 dpsw_set_field(cmd_params->enable_state, ENABLE, en); in dpsw_set_irq_enable()
|
| /linux/drivers/gpu/drm/vmwgfx/ |
| H A D | vmwgfx_drv.c | 423 dev_priv->enable_state = vmw_read(dev_priv, SVGA_REG_ENABLE); in vmw_device_init() 464 vmw->enable_state); in vmw_device_fini()
|
| /linux/Documentation/scheduler/ |
| H A D | sched-ext.rst | 155 enable_state : enabled (2)
|