Home
last modified time | relevance | path

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

/linux/include/linux/
H A Drtsx_usb.h126 #define SEQ_READ 1 macro
H A Dmm.h319 DECLARE_VMA_BIT(SEQ_READ, 15), /* App will access data sequentially */
422 #define VM_SEQ_READ INIT_VM_FLAG(SEQ_READ)
/linux/tools/testing/vma/include/
H A Ddup.h120 DECLARE_VMA_BIT(SEQ_READ, 15), /* App will access data sequentially */
221 #define VM_SEQ_READ INIT_VM_FLAG(SEQ_READ)
/linux/drivers/misc/cardreader/
H A Drtsx_usb.c132 rtsx_usb_seq_cmd_hdr(ucr, addr, len, SEQ_READ); in rtsx_usb_seq_read_register()