Home
last modified time | relevance | path

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

/linux-3.3/drivers/staging/olpc_dcon/
Dolpc_dcon.c294 switch_source); in dcon_source_switch()
408 if ((dcon->curr_src != arg) && !work_pending(&dcon->switch_source)) in dcon_set_source()
409 schedule_work(&dcon->switch_source); in dcon_set_source()
630 INIT_WORK(&dcon->switch_source, dcon_source_switch); in dcon_probe()
720 cancel_work_sync(&dcon->switch_source); in dcon_remove()
Dolpc_dcon.h55 struct work_struct switch_source; member