Home
last modified time | relevance | path

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

/Linux-v5.15/fs/exfat/
Ddir.c377 return TYPE_STREAM; in exfat_get_entry_type()
393 } else if (type == TYPE_STREAM) { in exfat_set_entry_type()
416 exfat_set_entry_type(ep, TYPE_STREAM); in exfat_init_stream_entry()
769 if (type != TYPE_STREAM) in exfat_validate_entry()
779 if (type == TYPE_STREAM) in exfat_validate_entry()
788 if (type == TYPE_EXTEND || type == TYPE_STREAM) in exfat_validate_entry()
1015 if (entry_type == TYPE_STREAM) { in exfat_find_dir_entry()
1154 if (type == TYPE_EXTEND || type == TYPE_STREAM) in exfat_count_ext_entries()
Dexfat_fs.h58 #define TYPE_STREAM 0x0201 macro
/Linux-v5.15/drivers/usb/cdns3/
Dcdnsp-mem.c288 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()
Dcdnsp-debug.h152 case TYPE_STREAM: in cdnsp_ring_type_string()
Dcdnsp-gadget.h1219 TYPE_STREAM, enumerator
/Linux-v5.15/drivers/usb/host/
Dxhci-mem.c288 if (ring->type == TYPE_STREAM) in xhci_ring_free()
445 if (ring->type == TYPE_STREAM) in xhci_ring_expansion()
664 xhci_ring_alloc(xhci, 2, 1, TYPE_STREAM, max_packet, in xhci_alloc_stream_info()
Dxhci.h1588 TYPE_STREAM, enumerator
1604 case TYPE_STREAM: in xhci_ring_type_string()