Home
last modified time | relevance | path

Searched refs:needs_fixup (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/usb/host/
H A Duhci-q.c361 qh->needs_fixup = 1; in uhci_cleanup_queue()
418 qh->needs_fixup = 0; in uhci_fixup_toggles()
1242 qh->needs_fixup = (qh->type != USB_ENDPOINT_XFER_CONTROL); in uhci_result_common()
1546 if (list_empty(&qh->queue) && qh->needs_fixup) { in uhci_giveback_urb()
1549 qh->needs_fixup = 0; in uhci_giveback_urb()
1635 if (qh->needs_fixup) in uhci_scan_qh()
H A Duhci-hcd.h180 unsigned int needs_fixup:1; /* Must fix the TD toggle values */ member
/linux/fs/btrfs/
H A Dextent_io.c1493 u32 len, bool needs_fixup) in debug_check_writepage_fixup() argument
1503 if (needs_fixup) { in debug_check_writepage_fixup()
1563 const bool needs_fixup = btrfs_folio_test_fixup(fs_info, folio, in writepage_fixup() local
1566 debug_check_writepage_fixup(inode, start, sectorsize, needs_fixup); in writepage_fixup()
1567 if (needs_fixup) { in writepage_fixup()