Home
last modified time | relevance | path

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

/linux/fs/exfat/
H A Ddir.c363 return TYPE_STREAM; in exfat_get_entry_type()
385 } else if (type == TYPE_STREAM) { in exfat_set_entry_type()
408 exfat_set_entry_type(ep, TYPE_STREAM); in exfat_init_stream_entry()
703 if (type != TYPE_STREAM) in exfat_validate_entry()
1069 if (entry_type == TYPE_STREAM) { in exfat_find_dir_entry()
/linux/drivers/usb/cdns3/
H A Dcdnsp-mem.c288 if (ring->type == TYPE_STREAM) in cdnsp_ring_free()
444 if (ring->type == TYPE_STREAM) in cdnsp_ring_expansion()
599 cur_ring = cdnsp_ring_alloc(pdev, 2, TYPE_STREAM, mps, in cdnsp_alloc_stream_info()
H A Dcdnsp-debug.h150 case TYPE_STREAM: in cdnsp_ring_type_string()
H A Dcdnsp-gadget.h1233 TYPE_STREAM, enumerator
/linux/drivers/usb/host/
H A Dxhci-mem.c297 if (ring->type == TYPE_STREAM) in xhci_ring_free()
432 if (ring->type == TYPE_STREAM) { in xhci_ring_expansion()
667 xhci_ring_alloc(xhci, 2, TYPE_STREAM, max_packet, mem_flags); in xhci_alloc_stream_info()
H A Dxhci.h1335 TYPE_STREAM, enumerator
1351 case TYPE_STREAM: in xhci_ring_type_string()
H A Dxhci-ring.c809 unchain_links = !xhci_link_chain_quirk(xhci, ep->ring ? ep->ring->type : TYPE_STREAM); in td_to_noop()