Searched refs:TYPE_STREAM (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/fs/exfat/ |
H A D | dir.c | 370 return TYPE_STREAM; in exfat_get_entry_type() 386 } else if (type == TYPE_STREAM) { in exfat_set_entry_type() 409 exfat_set_entry_type(ep, TYPE_STREAM); in exfat_init_stream_entry() 766 if (type != TYPE_STREAM) in exfat_validate_entry() 776 if (type == TYPE_STREAM) in exfat_validate_entry() 785 if (type == TYPE_EXTEND || type == TYPE_STREAM) in exfat_validate_entry() 1023 if (entry_type == TYPE_STREAM) { in exfat_find_dir_entry() 1163 if (type == TYPE_EXTEND || type == TYPE_STREAM) in exfat_count_ext_entries()
|
H A D | exfat_fs.h | 58 #define TYPE_STREAM 0x0201 macro
|
/kernel/linux/linux-6.6/fs/exfat/ |
H A D | dir.c | 379 return TYPE_STREAM; in exfat_get_entry_type() 401 } else if (type == TYPE_STREAM) { in exfat_set_entry_type() 424 exfat_set_entry_type(ep, TYPE_STREAM); in exfat_init_stream_entry() 799 if (type != TYPE_STREAM) in exfat_validate_entry() 1058 if (entry_type == TYPE_STREAM) { in exfat_find_dir_entry()
|
H A D | exfat_fs.h | 66 #define TYPE_STREAM 0x0201 macro
|
/kernel/linux/linux-6.6/drivers/usb/cdns3/ |
H A D | cdnsp-mem.c | 288 if (ring->type == TYPE_STREAM) in cdnsp_ring_free() 444 if (ring->type == TYPE_STREAM) in cdnsp_ring_expansion() 600 cur_ring = cdnsp_ring_alloc(pdev, 2, TYPE_STREAM, mps, in cdnsp_alloc_stream_info()
|
H A D | cdnsp-debug.h | 152 case TYPE_STREAM: in cdnsp_ring_type_string()
|
H A D | cdnsp-gadget.h | 1219 TYPE_STREAM, enumerator
|
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | xhci-mem.c | 288 if (ring->type == TYPE_STREAM) in xhci_ring_free() 445 if (ring->type == TYPE_STREAM) in xhci_ring_expansion() 681 xhci_ring_alloc(xhci, 2, 1, TYPE_STREAM, max_packet, in xhci_alloc_stream_info()
|
H A D | xhci.h | 1582 TYPE_STREAM, enumerator 1598 case TYPE_STREAM: in xhci_ring_type_string()
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | xhci-mem.c | 288 if (ring->type == TYPE_STREAM) in xhci_ring_free() 436 if (ring->type == TYPE_STREAM) in xhci_ring_expansion() 646 xhci_ring_alloc(xhci, 2, 1, TYPE_STREAM, max_packet, in xhci_alloc_stream_info()
|
H A D | xhci.h | 1594 TYPE_STREAM, enumerator 1610 case TYPE_STREAM: in xhci_ring_type_string()
|
Completed in 28 milliseconds