Home
last modified time | relevance | path

Searched refs:gpio_expa (Results 1 – 3 of 3) sorted by relevance

/arch/arm/mach-omap2/
Dboard-h4.c169 container_of(work, struct omap_irda_config, gpio_expa.work); in set_trans_mode()
194 cancel_delayed_work(&irda_config->gpio_expa); in h4_transceiver_mode()
195 PREPARE_DELAYED_WORK(&irda_config->gpio_expa, set_trans_mode); in h4_transceiver_mode()
196 schedule_delayed_work(&irda_config->gpio_expa, 0); in h4_transceiver_mode()
/arch/arm/plat-omap/include/mach/
Dirda.h27 struct delayed_work gpio_expa; member
/arch/arm/mach-omap1/
Dboard-h3.c305 container_of(work, struct omap_irda_config, gpio_expa.work); in set_trans_mode()
332 cancel_delayed_work(&irda_config->gpio_expa); in h3_transceiver_mode()
333 PREPARE_DELAYED_WORK(&irda_config->gpio_expa, set_trans_mode); in h3_transceiver_mode()
334 schedule_delayed_work(&irda_config->gpio_expa, 0); in h3_transceiver_mode()