Home
last modified time | relevance | path

Searched refs:switch_source (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/staging/olpc_dcon/
H A Dolpc_dcon.c275 switch_source); in dcon_source_switch()
380 schedule_work(&dcon->switch_source); in dcon_set_source()
386 flush_work(&dcon->switch_source); in dcon_set_source_sync()
596 INIT_WORK(&dcon->switch_source, dcon_source_switch); in dcon_probe()
684 cancel_work_sync(&dcon->switch_source); in dcon_remove()
H A Dolpc_dcon.h66 struct work_struct switch_source; member