Searched refs:need_rescan (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/usb/fotg210/
H A Dfotg210-hcd.h98 bool need_rescan:1; member in struct:fotg210_hcd
H A Dfotg210-hcd.c4824 fotg210->need_rescan = true;
4830 fotg210->need_rescan = false;
4837 if (fotg210->need_rescan)
/linux-master/drivers/usb/host/
H A Dehci-hcd.c393 ehci->need_rescan = true;
399 ehci->need_rescan = false;
406 if (ehci->need_rescan)
H A Duhci-hcd.h413 unsigned int need_rescan:1; /* Redo the schedule scan */ member in struct:uhci_hcd
H A Duhci-q.c1748 uhci->need_rescan = 1;
1753 uhci->need_rescan = 0;
1779 if (uhci->need_rescan)
H A Dehci.h133 bool need_rescan:1; member in struct:ehci_hcd
/linux-master/fs/btrfs/
H A Dqgroup.c3213 bool need_rescan = false; local
3366 need_rescan = true;
3387 need_rescan = true;
3412 need_rescan = true;
3431 need_rescan = true;
3441 if (need_rescan)

Completed in 281 milliseconds