Searched refs:restore_state (Results 1 – 20 of 20) sorted by relevance
/linux-4.1.27/drivers/leds/trigger/ |
D | ledtrig-transient.c | 33 int restore_state; member 44 led_set_brightness_async(led_cdev, transient_data->restore_state); in transient_timer_function() 76 transient_data->restore_state); in transient_activate_store() 85 transient_data->restore_state = in transient_activate_store() 208 transient_data->restore_state); in transient_trig_deactivate()
|
/linux-4.1.27/drivers/pcmcia/ |
D | yenta_socket.c | 860 .restore_state = ti_restore_state, 866 .restore_state = ti_restore_state, 872 .restore_state = ti_restore_state, 878 .restore_state = ti_restore_state, 884 .restore_state = ti_restore_state, 892 .restore_state = ricoh_restore_state, 906 .restore_state = o2micro_restore_state, 1322 if (socket->type && socket->type->restore_state) in yenta_dev_resume_noirq() 1323 socket->type->restore_state(socket); in yenta_dev_resume_noirq()
|
D | yenta_socket.h | 109 void (*restore_state)(struct yenta_socket *); member
|
/linux-4.1.27/drivers/parport/ |
D | parport_atari.c | 153 .restore_state = parport_atari_restore_state,
|
D | parport_amiga.c | 175 .restore_state = amiga_restore_state,
|
D | share.c | 85 .restore_state = dead_state, 843 port->ops->restore_state(port, dev->state); in parport_claim()
|
D | parport_mfc3.c | 268 .restore_state = mfc3_restore_state,
|
D | parport_gsc.c | 117 .restore_state = parport_gsc_restore_state,
|
D | parport_sunbpp.c | 250 .restore_state = parport_sunbpp_restore_state,
|
D | parport_ax88796.c | 254 .restore_state = parport_ax88796_restore_state,
|
D | parport_ip32.c | 1790 .restore_state = parport_ip32_restore_state,
|
D | parport_pc.c | 925 .restore_state = parport_pc_restore_state,
|
/linux-4.1.27/include/linux/ |
D | pm_domain.h | 40 int (*restore_state)(struct device *dev); member
|
D | parport.h | 87 void (*restore_state)(struct parport *, struct parport_state *); member
|
/linux-4.1.27/drivers/usb/misc/ |
D | uss720.c | 671 .restore_state = parport_uss720_restore_state,
|
/linux-4.1.27/drivers/base/power/ |
D | domain.c | 364 return GENPD_DEV_TIMED_CALLBACK(genpd, int, restore_state, dev, in genpd_restore_dev() 1931 genpd->dev_ops.restore_state = pm_genpd_default_restore_state; in pm_genpd_init()
|
/linux-4.1.27/drivers/spi/ |
D | spi-pl022.c | 573 static void restore_state(struct pl022 *pl022) in restore_state() function 1576 restore_state(pl022); in pl022_transfer_one_message()
|
/linux-4.1.27/net/xfrm/ |
D | xfrm_policy.c | 3324 goto restore_state; in xfrm_migrate() 3331 goto restore_state; in xfrm_migrate() 3348 restore_state: in xfrm_migrate()
|
/linux-4.1.27/drivers/usb/serial/ |
D | mos7720.c | 684 .restore_state = parport_mos7715_restore_state,
|
/linux-4.1.27/Documentation/scsi/ |
D | ChangeLog.1992-1997 | 594 Lots of changes to use save_state/restore_state instead of cli/sti.
|