OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rio_mport_maint_io
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/kernel/uapi/linux/
rio_mport_cdev.h
23
struct
rio_mport_maint_io
{
struct
153
#define RIO_MPORT_MAINT_READ_LOCAL _IOR(RIO_MPORT_DRV_MAGIC, 5, struct
rio_mport_maint_io
)
154
#define RIO_MPORT_MAINT_WRITE_LOCAL _IOW(RIO_MPORT_DRV_MAGIC, 6, struct
rio_mport_maint_io
)
155
#define RIO_MPORT_MAINT_READ_REMOTE _IOR(RIO_MPORT_DRV_MAGIC, 7, struct
rio_mport_maint_io
)
156
#define RIO_MPORT_MAINT_WRITE_REMOTE _IOW(RIO_MPORT_DRV_MAGIC, 8, struct
rio_mport_maint_io
)
/external/kernel-headers/original/uapi/linux/
rio_mport_cdev.h
46
struct
rio_mport_maint_io
{
struct
238
_IOR(RIO_MPORT_DRV_MAGIC, 5, struct
rio_mport_maint_io
)
240
_IOW(RIO_MPORT_DRV_MAGIC, 6, struct
rio_mport_maint_io
)
242
_IOR(RIO_MPORT_DRV_MAGIC, 7, struct
rio_mport_maint_io
)
244
_IOW(RIO_MPORT_DRV_MAGIC, 8, struct
rio_mport_maint_io
)
Completed in 245 milliseconds