Searched refs:TYPE_STREAM (Results 1 – 7 of 7) sorted by relevance
| /Linux-v6.1/fs/exfat/ |
| D | dir.c | 376 return TYPE_STREAM; in exfat_get_entry_type() 392 } else if (type == TYPE_STREAM) { in exfat_set_entry_type() 415 exfat_set_entry_type(ep, TYPE_STREAM); in exfat_init_stream_entry() 761 if (type != TYPE_STREAM) in exfat_validate_entry() 771 if (type == TYPE_STREAM) in exfat_validate_entry() 780 if (type == TYPE_EXTEND || type == TYPE_STREAM) in exfat_validate_entry() 1007 if (entry_type == TYPE_STREAM) { in exfat_find_dir_entry() 1146 if (type == TYPE_EXTEND || type == TYPE_STREAM) in exfat_count_ext_entries()
|
| D | exfat_fs.h | 57 #define TYPE_STREAM 0x0201 macro
|
| /Linux-v6.1/drivers/usb/cdns3/ |
| 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()
|
| D | cdnsp-debug.h | 152 case TYPE_STREAM: in cdnsp_ring_type_string()
|
| D | cdnsp-gadget.h | 1219 TYPE_STREAM, enumerator
|
| /Linux-v6.1/drivers/usb/host/ |
| D | xhci-mem.c | 288 if (ring->type == TYPE_STREAM) in xhci_ring_free() 444 if (ring->type == TYPE_STREAM) in xhci_ring_expansion() 663 xhci_ring_alloc(xhci, 2, 1, TYPE_STREAM, max_packet, in xhci_alloc_stream_info()
|
| D | xhci.h | 1589 TYPE_STREAM, enumerator 1605 case TYPE_STREAM: in xhci_ring_type_string()
|