HomeSort by relevance Sort by last modified time
    Searched refs:RIO_MPORT_DRV_MAGIC (Results 1 - 2 of 2) sorted by null

  /bionic/libc/kernel/uapi/linux/
rio_mport_cdev.h 180 #define RIO_MPORT_DRV_MAGIC 'm'
181 #define RIO_MPORT_MAINT_HDID_SET _IOW(RIO_MPORT_DRV_MAGIC, 1, __u16)
182 #define RIO_MPORT_MAINT_COMPTAG_SET _IOW(RIO_MPORT_DRV_MAGIC, 2, __u32)
184 #define RIO_MPORT_MAINT_PORT_IDX_GET _IOR(RIO_MPORT_DRV_MAGIC, 3, __u32)
185 #define RIO_MPORT_GET_PROPERTIES _IOR(RIO_MPORT_DRV_MAGIC, 4, struct rio_mport_properties)
186 #define RIO_MPORT_MAINT_READ_LOCAL _IOR(RIO_MPORT_DRV_MAGIC, 5, struct rio_mport_maint_io)
187 #define RIO_MPORT_MAINT_WRITE_LOCAL _IOW(RIO_MPORT_DRV_MAGIC, 6, struct rio_mport_maint_io)
189 #define RIO_MPORT_MAINT_READ_REMOTE _IOR(RIO_MPORT_DRV_MAGIC, 7, struct rio_mport_maint_io)
190 #define RIO_MPORT_MAINT_WRITE_REMOTE _IOW(RIO_MPORT_DRV_MAGIC, 8, struct rio_mport_maint_io)
191 #define RIO_ENABLE_DOORBELL_RANGE _IOW(RIO_MPORT_DRV_MAGIC, 9, struct rio_doorbell_filter
    [all...]
  /external/kernel-headers/original/uapi/linux/
rio_mport_cdev.h 226 #define RIO_MPORT_DRV_MAGIC 'm'
229 _IOW(RIO_MPORT_DRV_MAGIC, 1, __u16)
231 _IOW(RIO_MPORT_DRV_MAGIC, 2, __u32)
233 _IOR(RIO_MPORT_DRV_MAGIC, 3, __u32)
235 _IOR(RIO_MPORT_DRV_MAGIC, 4, struct rio_mport_properties)
237 _IOR(RIO_MPORT_DRV_MAGIC, 5, struct rio_mport_maint_io)
239 _IOW(RIO_MPORT_DRV_MAGIC, 6, struct rio_mport_maint_io)
241 _IOR(RIO_MPORT_DRV_MAGIC, 7, struct rio_mport_maint_io)
243 _IOW(RIO_MPORT_DRV_MAGIC, 8, struct rio_mport_maint_io)
245 _IOW(RIO_MPORT_DRV_MAGIC, 9, struct rio_doorbell_filter
    [all...]

Completed in 77 milliseconds