rts51x_suspend_timer  103 drivers/usb/storage/realtek_cr.c 	struct timer_list rts51x_suspend_timer;
rts51x_suspend_timer  752 drivers/usb/storage/realtek_cr.c 	mod_timer(&chip->rts51x_suspend_timer, chip->timer_expires);
rts51x_suspend_timer  757 drivers/usb/storage/realtek_cr.c 	struct rts51x_chip *chip = from_timer(chip, t, rts51x_suspend_timer);
rts51x_suspend_timer  918 drivers/usb/storage/realtek_cr.c 	timer_setup(&chip->rts51x_suspend_timer, rts51x_suspend_timer_fn, 0);
rts51x_suspend_timer  937 drivers/usb/storage/realtek_cr.c 		del_timer(&chip->rts51x_suspend_timer);