Home
last modified time | relevance | path

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

/linux-6.6.21/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-6.6.21/drivers/usb/fotg210/
Dfotg210-hcd.h98 bool need_rescan:1; member
Dfotg210-hcd.c4828 fotg210->need_rescan = true; in fotg210_work()
4834 fotg210->need_rescan = false; in fotg210_work()
4841 if (fotg210->need_rescan) in fotg210_work()
/linux-6.6.21/fs/btrfs/
Dqgroup.c2942 bool need_rescan = false; in btrfs_qgroup_inherit() local
3085 need_rescan = true; in btrfs_qgroup_inherit()
3107 need_rescan = true; in btrfs_qgroup_inherit()
3126 need_rescan = true; in btrfs_qgroup_inherit()
3136 if (need_rescan) in btrfs_qgroup_inherit()