Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/staging/keucr/
Dusb.c459 us->ctl_thread = th; in usb_stor_acquire_resources()
472 if (us->ctl_thread) in usb_stor_release_resources()
473 kthread_stop(us->ctl_thread); in usb_stor_release_resources()
Dusb.h165 struct task_struct *ctl_thread; /* the control thread */ member
/linux-3.4.99/drivers/usb/storage/
Dusb.h146 struct task_struct *ctl_thread; /* the control thread */ member
Dusb.c784 us->ctl_thread = th; in usb_stor_acquire_resources()
800 if (us->ctl_thread) in usb_stor_release_resources()
801 kthread_stop(us->ctl_thread); in usb_stor_release_resources()
/linux-3.4.99/drivers/staging/rts_pstor/
Drtsx.h115 struct task_struct *ctl_thread; /* the control thread */ member
Drtsx.c694 if (dev->ctl_thread) in rtsx_release_resources()
1015 dev->ctl_thread = th; in rtsx_probe()
/linux-3.4.99/drivers/staging/rts5139/
Drts51x.h111 struct task_struct *ctl_thread; /* the control thread */ member
Drts51x.c683 if (chip->usb->ctl_thread) in rts51x_release_resources()
851 rts51x->ctl_thread = th; in rts51x_probe()