Searched defs:_IOR (Results  1 – 4 of 4) sorted by relevance
| /Linux-v5.4/arch/alpha/include/uapi/asm/ | 
| D | ioctl.h | 49 #define _IOR(type,nr,size)	_IOC(_IOC_READ,(type),(nr),sizeof(size))  macro
 | 
| /Linux-v5.4/arch/sparc/include/uapi/asm/ | 
| D | ioctl.h | 46 #define _IOR(type,nr,size)  _IOC(_IOC_READ,(type),(nr),sizeof(size))  macro
 | 
| /Linux-v5.4/include/uapi/asm-generic/ | 
| D | ioctl.h | 86 #define _IOR(type,nr,size)	_IOC(_IOC_READ,(type),(nr),(_IOC_TYPECHECK(size)))  macro
 | 
| /Linux-v5.4/drivers/scsi/dpt/ | 
| D | dpti_ioctl.h | 33 # define _IOR(x,y,z)	(((x)<<8)|y)  macro
 |