Home
last modified time | relevance | path

Searched refs:restore_state (Results 1 – 25 of 28) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/leds/trigger/
H A Dledtrig-transient.c26 int restore_state; member
39 led_set_brightness_nosleep(led_cdev, transient_data->restore_state); in transient_timer_function()
72 transient_data->restore_state); in transient_activate_store()
81 transient_data->restore_state = in transient_activate_store()
184 led_set_brightness_nosleep(led_cdev, transient_data->restore_state); in transient_trig_deactivate()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/dsi/pll/
H A Ddsi_pll.c124 if (pll->restore_state && pll->state_saved) { in msm_dsi_pll_restore_state()
125 ret = pll->restore_state(pll); in msm_dsi_pll_restore_state()
H A Ddsi_pll.h35 int (*restore_state)(struct msm_dsi_pll *pll); member
H A Ddsi_pll_28nm_8960.c514 pll->restore_state = dsi_pll_28nm_restore_state; in msm_dsi_pll_28nm_8960_init()
H A Ddsi_pll_28nm.c613 pll->restore_state = dsi_pll_28nm_restore_state; in msm_dsi_pll_28nm_init()
H A Ddsi_pll_10nm.c865 pll->restore_state = dsi_pll_10nm_restore_state; in msm_dsi_pll_10nm_init()
H A Ddsi_pll_7nm.c898 pll->restore_state = dsi_pll_7nm_restore_state; in msm_dsi_pll_7nm_init()
H A Ddsi_pll_14nm.c1081 pll->restore_state = dsi_pll_14nm_restore_state; in msm_dsi_pll_14nm_init()
/OK3568_Linux_fs/kernel/drivers/pcmcia/
H A Dyenta_socket.c872 .restore_state = ti_restore_state,
878 .restore_state = ti_restore_state,
884 .restore_state = ti_restore_state,
890 .restore_state = ti_restore_state,
896 .restore_state = ti_restore_state,
904 .restore_state = ricoh_restore_state,
918 .restore_state = o2micro_restore_state,
1338 if (socket->type && socket->type->restore_state) in yenta_dev_resume_noirq()
1339 socket->type->restore_state(socket); in yenta_dev_resume_noirq()
H A Dyenta_socket.h110 void (*restore_state)(struct yenta_socket *); member
/OK3568_Linux_fs/kernel/drivers/parport/
H A Dparport_atari.c154 .restore_state = parport_atari_restore_state,
H A Dparport_amiga.c170 .restore_state = amiga_restore_state,
H A Dparport_gsc.c112 .restore_state = parport_gsc_restore_state,
H A Dparport_mfc3.c264 .restore_state = mfc3_restore_state,
H A Dparport_sunbpp.c251 .restore_state = parport_sunbpp_restore_state,
H A Dshare.c86 .restore_state = dead_state,
1049 port->ops->restore_state(port, dev->state); in parport_claim()
H A Dparport_ax88796.c250 .restore_state = parport_ax88796_restore_state,
/OK3568_Linux_fs/kernel/include/linux/
H A Dparport.h88 void (*restore_state)(struct parport *, struct parport_state *); member
/OK3568_Linux_fs/kernel/drivers/usb/misc/
H A Duss720.c653 .restore_state = parport_uss720_restore_state,
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dsched-int.h656 void (*restore_state) (void *); member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dsched-int.h656 void (*restore_state) (void *); member
/OK3568_Linux_fs/kernel/drivers/spi/
H A Dspi-pl022.c561 static void restore_state(struct pl022 *pl022) in restore_state() function
1601 restore_state(pl022); in pl022_transfer_one_message()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/display/
H A Dintel_display_types.h1520 struct drm_atomic_state *restore_state; member
H A Dintel_display.c11946 struct drm_atomic_state *state = NULL, *restore_state = NULL; in intel_get_load_detect_pipe() local
11955 old->restore_state = NULL; in intel_get_load_detect_pipe()
12014 restore_state = drm_atomic_state_alloc(dev); in intel_get_load_detect_pipe()
12015 if (!state || !restore_state) { in intel_get_load_detect_pipe()
12021 restore_state->acquire_ctx = ctx; in intel_get_load_detect_pipe()
12050 ret = PTR_ERR_OR_ZERO(drm_atomic_get_connector_state(restore_state, connector)); in intel_get_load_detect_pipe()
12052 ret = PTR_ERR_OR_ZERO(drm_atomic_get_crtc_state(restore_state, crtc)); in intel_get_load_detect_pipe()
12054 ret = drm_atomic_add_affected_planes(restore_state, crtc); in intel_get_load_detect_pipe()
12069 old->restore_state = restore_state; in intel_get_load_detect_pipe()
12081 if (restore_state) { in intel_get_load_detect_pipe()
[all …]
/OK3568_Linux_fs/kernel/net/xfrm/
H A Dxfrm_policy.c4473 goto restore_state; in xfrm_migrate()
4480 goto restore_state; in xfrm_migrate()
4497 restore_state: in xfrm_migrate()

12