Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/exfat/
H A Ddir.c372 return TYPE_STREAM; in exfat_get_entry_type()
388 } else if (type == TYPE_STREAM) { in exfat_set_entry_type()
411 exfat_set_entry_type(ep, TYPE_STREAM); in exfat_init_stream_entry()
764 if (type != TYPE_STREAM) in exfat_validate_entry()
774 if (type == TYPE_STREAM) in exfat_validate_entry()
783 if (type == TYPE_EXTEND || type == TYPE_STREAM) in exfat_validate_entry()
1003 if (entry_type == TYPE_STREAM) { in exfat_find_dir_entry()
1142 if (type == TYPE_EXTEND || type == TYPE_STREAM) in exfat_count_ext_entries()
H A Dexfat_fs.h58 #define TYPE_STREAM 0x0201 macro
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-mem.c290 if (ring->type == TYPE_STREAM) in xhci_ring_free()
502 if (ring->type == TYPE_STREAM) in xhci_ring_expansion()
736 xhci_ring_alloc(xhci, 2, 1, TYPE_STREAM, max_packet, in xhci_alloc_stream_info()
H A Dxhci.h1587 TYPE_STREAM, enumerator
1603 case TYPE_STREAM: in xhci_ring_type_string()