Searched refs:idle_on_mask (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/regulator/ |
H A D | bd71828-regulator.c | 233 .idle_on_mask = BD71828_MASK_IDLE_EN, 275 .idle_on_mask = BD71828_MASK_IDLE_EN, 322 .idle_on_mask = BD71828_MASK_IDLE_EN, 363 .idle_on_mask = BD71828_MASK_IDLE_EN, 404 .idle_on_mask = BD71828_MASK_IDLE_EN, 435 .idle_on_mask = BD71828_MASK_IDLE_EN, 472 .idle_on_mask = BD71828_MASK_IDLE_EN, 519 .idle_on_mask = BD71828_MASK_IDLE_EN, 559 .idle_on_mask = BD71828_MASK_IDLE_EN, 599 .idle_on_mask [all...] |
H A D | rohm-regulator.c | 71 omask = dvs->idle_on_mask; in rohm_regulator_set_dvs_levels()
|
/kernel/linux/linux-6.6/drivers/regulator/ |
H A D | bd71828-regulator.c | 205 .idle_on_mask = BD71828_MASK_IDLE_EN, 251 .idle_on_mask = BD71828_MASK_IDLE_EN, 298 .idle_on_mask = BD71828_MASK_IDLE_EN, 339 .idle_on_mask = BD71828_MASK_IDLE_EN, 380 .idle_on_mask = BD71828_MASK_IDLE_EN, 415 .idle_on_mask = BD71828_MASK_IDLE_EN, 456 .idle_on_mask = BD71828_MASK_IDLE_EN, 503 .idle_on_mask = BD71828_MASK_IDLE_EN, 543 .idle_on_mask = BD71828_MASK_IDLE_EN, 583 .idle_on_mask [all...] |
H A D | rohm-regulator.c | 84 omask = dvs->idle_on_mask; in rohm_regulator_set_dvs_levels()
|
/kernel/linux/linux-5.10/include/linux/mfd/ |
H A D | rohm-generic.h | 40 * @idle_on_mask: enable mask for regulator at 'idle' state 59 unsigned int idle_on_mask; member
|
/kernel/linux/linux-6.6/include/linux/mfd/ |
H A D | rohm-generic.h | 45 * @idle_on_mask: enable mask for regulator at 'idle' state 64 unsigned int idle_on_mask; member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/gma500/ |
H A D | cdv_intel_dp.c | 419 u32 pp, idle_on_mask = PP_ON | PP_SEQUENCE_NONE; in cdv_intel_edp_panel_on() local 432 if (wait_for(((REG_READ(PP_STATUS) & idle_on_mask) == idle_on_mask), 1000)) { in cdv_intel_edp_panel_on()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/gma500/ |
H A D | cdv_intel_dp.c | 415 u32 pp, idle_on_mask = PP_ON | PP_SEQUENCE_NONE; in cdv_intel_edp_panel_on() local 428 if (wait_for(((REG_READ(PP_STATUS) & idle_on_mask) == idle_on_mask), 1000)) { in cdv_intel_edp_panel_on()
|
Completed in 9 milliseconds