Home
last modified time | relevance | path

Searched refs:active_state (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/pwm/
H A Dpwm-rockchip.c66 struct pinctrl_state *active_state; member
358 ret = pinctrl_select_state(pc->pinctrl, pc->active_state); in rockchip_pwm_apply()
539 pc->active_state = pinctrl_lookup_state(pc->pinctrl, "active"); in rockchip_pwm_probe()
540 if (IS_ERR(pc->active_state)) { in rockchip_pwm_probe()
542 ret = PTR_ERR(pc->active_state); in rockchip_pwm_probe()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/
H A Drockchip_drm_backlight.c40 struct pinctrl_state *active_state; member
273 sub->active_state = pinctrl_lookup_state(sub->pinctrl, "active"); in of_rockchip_drm_sub_backlight_register()
274 if (IS_ERR_OR_NULL(sub->active_state)) { in of_rockchip_drm_sub_backlight_register()
404 pinctrl_select_state(sub->pinctrl, sub->active_state); in rockchip_drm_backlight_update_status()
/OK3568_Linux_fs/kernel/sound/ppc/
H A Dtumbler.c77 u8 active_state; member
192 return ret == gp->active_state; in read_audio_gpio()
1120 gp->active_state = *base; in tumbler_find_device()
1125 gp->active_state = IS_G4DA in tumbler_find_device()
1148 device, gp->addr, gp->active_state); in tumbler_find_device()
/OK3568_Linux_fs/kernel/include/sound/
H A Dsoc-dapm.h274 { .active_state = active, .sleep_state = sleep,}), \
727 const char *active_state; member
/OK3568_Linux_fs/kernel/sound/soc/
H A Dsoc-dapm.c1393 s = pinctrl_lookup_state(p, priv->active_state); in dapm_pinctrl_event()