Searched refs:restore_state (Results 1 – 23 of 23) sorted by relevance
/drivers/leds/trigger/ |
D | ledtrig-transient.c | 26 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()
|
/drivers/gpu/drm/msm/dsi/pll/ |
D | dsi_pll.c | 124 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()
|
D | dsi_pll.h | 35 int (*restore_state)(struct msm_dsi_pll *pll); member
|
D | dsi_pll_28nm_8960.c | 514 pll->restore_state = dsi_pll_28nm_restore_state; in msm_dsi_pll_28nm_8960_init()
|
D | dsi_pll_28nm.c | 613 pll->restore_state = dsi_pll_28nm_restore_state; in msm_dsi_pll_28nm_init()
|
D | dsi_pll_10nm.c | 851 pll->restore_state = dsi_pll_10nm_restore_state; in msm_dsi_pll_10nm_init()
|
D | dsi_pll_14nm.c | 1081 pll->restore_state = dsi_pll_14nm_restore_state; in msm_dsi_pll_14nm_init()
|
/drivers/pcmcia/ |
D | yenta_socket.c | 861 .restore_state = ti_restore_state, 867 .restore_state = ti_restore_state, 873 .restore_state = ti_restore_state, 879 .restore_state = ti_restore_state, 885 .restore_state = ti_restore_state, 893 .restore_state = ricoh_restore_state, 907 .restore_state = o2micro_restore_state, 1327 if (socket->type && socket->type->restore_state) in yenta_dev_resume_noirq() 1328 socket->type->restore_state(socket); in yenta_dev_resume_noirq()
|
D | yenta_socket.h | 110 void (*restore_state)(struct yenta_socket *); member
|
/drivers/parport/ |
D | parport_atari.c | 154 .restore_state = parport_atari_restore_state,
|
D | parport_amiga.c | 176 .restore_state = amiga_restore_state,
|
D | parport_gsc.c | 112 .restore_state = parport_gsc_restore_state,
|
D | parport_mfc3.c | 269 .restore_state = mfc3_restore_state,
|
D | parport_sunbpp.c | 251 .restore_state = parport_sunbpp_restore_state,
|
D | parport_ax88796.c | 250 .restore_state = parport_ax88796_restore_state,
|
D | share.c | 86 .restore_state = dead_state, 1208 port->ops->restore_state(port, dev->state); in parport_claim()
|
D | parport_ip32.c | 1779 .restore_state = parport_ip32_restore_state,
|
D | parport_pc.c | 926 .restore_state = parport_pc_restore_state,
|
/drivers/usb/misc/ |
D | uss720.c | 652 .restore_state = parport_uss720_restore_state,
|
/drivers/gpu/drm/i915/display/ |
D | intel_display_types.h | 1352 struct drm_atomic_state *restore_state; member
|
D | intel_display.c | 11100 struct drm_atomic_state *state = NULL, *restore_state = NULL; in intel_get_load_detect_pipe() local 11109 old->restore_state = NULL; in intel_get_load_detect_pipe() 11167 restore_state = drm_atomic_state_alloc(dev); in intel_get_load_detect_pipe() 11168 if (!state || !restore_state) { in intel_get_load_detect_pipe() 11174 restore_state->acquire_ctx = ctx; in intel_get_load_detect_pipe() 11205 ret = PTR_ERR_OR_ZERO(drm_atomic_get_connector_state(restore_state, connector)); in intel_get_load_detect_pipe() 11207 ret = PTR_ERR_OR_ZERO(drm_atomic_get_crtc_state(restore_state, crtc)); in intel_get_load_detect_pipe() 11209 ret = drm_atomic_add_affected_planes(restore_state, crtc); in intel_get_load_detect_pipe() 11221 old->restore_state = restore_state; in intel_get_load_detect_pipe() 11233 if (restore_state) { in intel_get_load_detect_pipe() [all …]
|
/drivers/spi/ |
D | spi-pl022.c | 558 static void restore_state(struct pl022 *pl022) in restore_state() function 1598 restore_state(pl022); in pl022_transfer_one_message()
|
/drivers/usb/serial/ |
D | mos7720.c | 691 .restore_state = parport_mos7715_restore_state,
|