Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/olpc_dcon/
Dolpc_dcon.c281 switch_source); in dcon_source_switch()
386 schedule_work(&dcon->switch_source); in dcon_set_source()
605 INIT_WORK(&dcon->switch_source, dcon_source_switch); in dcon_probe()
692 cancel_work_sync(&dcon->switch_source); in dcon_remove()
Dolpc_dcon.h66 struct work_struct switch_source; member