Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/storage/
Drealtek_cr.c102 struct timer_list rts51x_suspend_timer; member
751 mod_timer(&chip->rts51x_suspend_timer, chip->timer_expires); in rts51x_modi_suspend_timer()
756 struct rts51x_chip *chip = from_timer(chip, t, rts51x_suspend_timer); in rts51x_suspend_timer_fn()
920 timer_setup(&chip->rts51x_suspend_timer, rts51x_suspend_timer_fn, 0); in realtek_cr_autosuspend_setup()
939 del_timer(&chip->rts51x_suspend_timer); in realtek_cr_destructor()