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

  /bionic/libc/kernel/uapi/linux/dvb/
ca.h 46 struct ca_msg { struct
61 #define CA_GET_MSG _IOR('o', 132, struct ca_msg)
62 #define CA_SEND_MSG _IOW('o', 133, struct ca_msg)
67 typedef struct ca_msg ca_msg_t;
  /external/kernel-headers/original/uapi/linux/dvb/
ca.h 106 * struct ca_msg - a message to/from a CI-CAM
115 struct ca_msg { struct
139 #define CA_GET_MSG _IOR('o', 132, struct ca_msg)
140 #define CA_SEND_MSG _IOW('o', 133, struct ca_msg)
149 typedef struct ca_msg ca_msg_t;

Completed in 49 milliseconds