Home
last modified time | relevance | path

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

/drivers/staging/exfat/
Dexfat_core.c965 return TYPE_STREAM; in exfat_get_entry_type()
1007 } else if (type == TYPE_STREAM) { in exfat_set_entry_type()
1464 exfat_set_entry_type((struct dentry_t *)ep, TYPE_STREAM); in init_strm_entry()
1772 if (entry_type == TYPE_STREAM) in get_entry_set_in_dir()
1786 else if (entry_type == TYPE_STREAM) in get_entry_set_in_dir()
1795 (entry_type == TYPE_STREAM)) in get_entry_set_in_dir()
2321 } else if (entry_type == TYPE_STREAM) { in exfat_find_dir_entry()
2431 if ((type == TYPE_EXTEND) || (type == TYPE_STREAM)) in exfat_count_ext_entries()
Dexfat.h66 #define TYPE_STREAM 0x0201 macro
/drivers/usb/host/
Dxhci-mem.c285 if (ring->type == TYPE_STREAM) in xhci_ring_free()
436 if (ring->type == TYPE_STREAM) in xhci_ring_expansion()
672 xhci_ring_alloc(xhci, 2, 1, TYPE_STREAM, max_packet, in xhci_alloc_stream_info()
Dxhci.h1567 TYPE_STREAM, enumerator
1583 case TYPE_STREAM: in xhci_ring_type_string()