Searched refs:TYPE_STREAM (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/fs/exfat/ |
| H A D | dir.c | 361 return TYPE_STREAM; in exfat_get_entry_type() 383 } else if (type == TYPE_STREAM) { in exfat_set_entry_type() 406 exfat_set_entry_type(ep, TYPE_STREAM); in exfat_init_stream_entry() 696 if (type != TYPE_STREAM) in exfat_validate_entry() 1061 if (entry_type == TYPE_STREAM) { in exfat_find_dir_entry()
|
| H A D | exfat_fs.h | 65 #define TYPE_STREAM 0x0201 macro
|
| /linux-6.15/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 | 150 case TYPE_STREAM: in cdnsp_ring_type_string()
|
| H A D | cdnsp-gadget.h | 1223 TYPE_STREAM, enumerator
|
| /linux-6.15/drivers/usb/host/ |
| H A D | xhci-mem.c | 297 if (ring->type == TYPE_STREAM) in xhci_ring_free() 432 if (ring->type == TYPE_STREAM) { in xhci_ring_expansion() 638 xhci_ring_alloc(xhci, 2, TYPE_STREAM, max_packet, mem_flags); in xhci_alloc_stream_info()
|
| H A D | xhci.h | 1331 TYPE_STREAM, enumerator 1347 case TYPE_STREAM: in xhci_ring_type_string()
|