Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/usb/
Dlangwell_otg.h106 struct langwell_otg_timer { struct
/linux-2.6.39/drivers/usb/otg/
Dlangwell_otg.c120 static inline struct langwell_otg_timer *otg_timer_initializer in otg_timer_initializer()
123 struct langwell_otg_timer *timer; in otg_timer_initializer()
124 timer = kmalloc(sizeof(struct langwell_otg_timer), GFP_KERNEL); in otg_timer_initializer()
134 static struct langwell_otg_timer *a_wait_vrise_tmr, *a_aidl_bdis_tmr,
599 struct langwell_otg_timer *timer = (struct langwell_otg_timer *)gtimer; in langwell_otg_add_timer()
600 struct langwell_otg_timer *tmp_timer; in langwell_otg_add_timer()
626 struct langwell_otg_timer *timer = (struct langwell_otg_timer *)gtimer; in langwell_otg_del_timer()
627 struct langwell_otg_timer *tmp_timer, *del_tmp; in langwell_otg_del_timer()
644 struct langwell_otg_timer *tmp_timer, *del_tmp; in langwell_otg_tick_timer()