Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/staging/rts5208/
Drtsx.h92 struct task_struct *ctl_thread; /* the control thread */ member
Drtsx.c569 if (dev->ctl_thread) in rtsx_release_resources()
899 dev->ctl_thread = th; in rtsx_probe()
/Linux-v6.6/drivers/usb/storage/
Dusb.h133 struct task_struct *ctl_thread; /* the control thread */ member
Dusb.c799 us->ctl_thread = th; in usb_stor_acquire_resources()
814 if (us->ctl_thread) in usb_stor_release_resources()
815 kthread_stop(us->ctl_thread); in usb_stor_release_resources()