Searched refs:restore_state (Results 1 – 17 of 17) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/i915/display/ |
D | intel_load_detect.c | 57 struct drm_atomic_state *state = NULL, *restore_state = NULL; in intel_load_detect_get_pipe() local 121 restore_state = drm_atomic_state_alloc(display->drm); in intel_load_detect_get_pipe() 122 if (!state || !restore_state) { in intel_load_detect_get_pipe() 130 restore_state->acquire_ctx = ctx; in intel_load_detect_get_pipe() 131 to_intel_atomic_state(restore_state)->internal = true; in intel_load_detect_get_pipe() 160 ret = PTR_ERR_OR_ZERO(drm_atomic_get_connector_state(restore_state, connector)); in intel_load_detect_get_pipe() 162 ret = PTR_ERR_OR_ZERO(drm_atomic_get_crtc_state(restore_state, &crtc->base)); in intel_load_detect_get_pipe() 164 ret = drm_atomic_add_affected_planes(restore_state, &crtc->base); in intel_load_detect_get_pipe() 184 return restore_state; in intel_load_detect_get_pipe() 191 if (restore_state) { in intel_load_detect_get_pipe() [all …]
|
/linux-6.12.1/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()
|
/linux-6.12.1/drivers/pcmcia/ |
D | yenta_socket.c | 874 .restore_state = ti_restore_state, 880 .restore_state = ti_restore_state, 886 .restore_state = ti_restore_state, 892 .restore_state = ti_restore_state, 898 .restore_state = ti_restore_state, 906 .restore_state = ricoh_restore_state, 920 .restore_state = o2micro_restore_state, 1340 if (socket->type && socket->type->restore_state) in yenta_dev_resume_noirq() 1341 socket->type->restore_state(socket); in yenta_dev_resume_noirq()
|
D | yenta_socket.h | 110 void (*restore_state)(struct yenta_socket *); member
|
/linux-6.12.1/drivers/parport/ |
D | parport_atari.c | 154 .restore_state = parport_atari_restore_state,
|
D | parport_amiga.c | 170 .restore_state = amiga_restore_state,
|
D | parport_gsc.c | 110 .restore_state = parport_gsc_restore_state,
|
D | parport_mfc3.c | 263 .restore_state = mfc3_restore_state,
|
D | share.c | 84 .restore_state = dead_state, 1028 port->ops->restore_state(port, dev->state); in parport_claim()
|
D | parport_sunbpp.c | 251 .restore_state = parport_sunbpp_restore_state,
|
D | parport_ip32.c | 1779 .restore_state = parport_ip32_restore_state,
|
D | parport_pc.c | 936 .restore_state = parport_pc_restore_state,
|
/linux-6.12.1/include/linux/ |
D | parport.h | 83 void (*restore_state)(struct parport *, struct parport_state *); member
|
/linux-6.12.1/drivers/spi/ |
D | spi-pl022.c | 470 static void restore_state(struct pl022 *pl022) in restore_state() function 1340 restore_state(pl022); in pl022_transfer_one()
|
/linux-6.12.1/drivers/usb/misc/ |
D | uss720.c | 653 .restore_state = parport_uss720_restore_state,
|
/linux-6.12.1/drivers/usb/serial/ |
D | mos7720.c | 541 .restore_state = parport_mos7715_restore_state,
|
/linux-6.12.1/net/xfrm/ |
D | xfrm_policy.c | 4652 goto restore_state; in xfrm_migrate() 4660 goto restore_state; in xfrm_migrate() 4677 restore_state: in xfrm_migrate()
|