Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/usb/host/
Dehci-hcd.c393 ehci->need_rescan = true; in ehci_work()
399 ehci->need_rescan = false; in ehci_work()
406 if (ehci->need_rescan) in ehci_work()
Duhci-hcd.h413 unsigned int need_rescan:1; /* Redo the schedule scan */ member
Duhci-q.c1748 uhci->need_rescan = 1; in uhci_scan_schedule()
1753 uhci->need_rescan = 0; in uhci_scan_schedule()
1779 if (uhci->need_rescan) in uhci_scan_schedule()
Dehci.h133 bool need_rescan:1; member
/Linux-v6.6/drivers/usb/fotg210/
Dfotg210-hcd.h98 bool need_rescan:1; member
Dfotg210-hcd.c4831 fotg210->need_rescan = true; in fotg210_work()
4837 fotg210->need_rescan = false; in fotg210_work()
4844 if (fotg210->need_rescan) in fotg210_work()
/Linux-v6.6/fs/btrfs/
Dqgroup.c2909 bool need_rescan = false; in btrfs_qgroup_inherit() local
3052 need_rescan = true; in btrfs_qgroup_inherit()
3074 need_rescan = true; in btrfs_qgroup_inherit()
3093 need_rescan = true; in btrfs_qgroup_inherit()
3103 if (need_rescan) in btrfs_qgroup_inherit()