| /include/linux/ |
| D | cec-funcs.h | 48 static inline void cec_msg_active_source(struct cec_msg *msg, __u16 phys_addr) in cec_msg_active_source() 57 static inline void cec_ops_active_source(const struct cec_msg *msg, in cec_ops_active_source() 63 static inline void cec_msg_image_view_on(struct cec_msg *msg) in cec_msg_image_view_on() 69 static inline void cec_msg_text_view_on(struct cec_msg *msg) in cec_msg_text_view_on() 77 static inline void cec_msg_inactive_source(struct cec_msg *msg, in cec_msg_inactive_source() 86 static inline void cec_ops_inactive_source(const struct cec_msg *msg, in cec_ops_inactive_source() 92 static inline void cec_msg_request_active_source(struct cec_msg *msg, in cec_msg_request_active_source() 101 static inline void cec_msg_routing_information(struct cec_msg *msg, in cec_msg_routing_information() 111 static inline void cec_ops_routing_information(const struct cec_msg *msg, in cec_ops_routing_information() 117 static inline void cec_msg_routing_change(struct cec_msg *msg, in cec_msg_routing_change() [all …]
|
| D | bug.h | 21 #define BUILD_BUG_ON_MSG(cond, msg) (0) argument 54 #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) argument
|
| D | dma-iommu.h | 89 static inline void iommu_dma_map_msi_msg(int irq, struct msi_msg *msg) in iommu_dma_map_msi_msg()
|
| D | htirq.h | 21 struct ht_irq_msg msg; member
|
| D | msi.h | 70 struct msi_msg msg; member 139 static inline void __write_msi_msg(struct msi_desc *entry, struct msi_msg *msg) in __write_msi_msg() 143 static inline void write_msi_msg(int irq, struct msi_msg *msg) in write_msi_msg()
|
| D | torture.h | 39 #define torture_param(type, name, init, msg) \ argument
|
| D | cec.h | 97 __u8 msg[CEC_MAX_MSG_SIZE]; member 111 static inline __u8 cec_msg_initiator(const struct cec_msg *msg) in cec_msg_initiator() 120 static inline __u8 cec_msg_destination(const struct cec_msg *msg) in cec_msg_destination() 129 static inline int cec_msg_opcode(const struct cec_msg *msg) in cec_msg_opcode() 138 static inline bool cec_msg_is_broadcast(const struct cec_msg *msg) in cec_msg_is_broadcast() 152 static inline void cec_msg_init(struct cec_msg *msg, in cec_msg_init() 169 static inline void cec_msg_set_reply_to(struct cec_msg *msg, in cec_msg_set_reply_to() 190 static inline bool cec_msg_status_is_ok(const struct cec_msg *msg) in cec_msg_status_is_ok()
|
| D | compiler.h | 508 #define __compiletime_assert(condition, msg, prefix, suffix) \ argument 517 #define _compiletime_assert(condition, msg, prefix, suffix) \ argument 529 #define compiletime_assert(condition, msg) \ argument
|
| D | ipmi.h | 66 struct kernel_ipmi_msg msg; member
|
| D | socket.h | 102 #define CMSG_FIRSTHDR(msg) __CMSG_FIRSTHDR((msg)->msg_control, (msg)->msg_controllen) argument 107 #define for_each_cmsghdr(cmsg, msg) \ argument 142 static inline size_t msg_data_left(struct msghdr *msg) in msg_data_left()
|
| D | zlib.h | 93 char *msg; /* last error message, NULL if no error */ member
|
| D | ipmi_smi.h | 240 static inline void ipmi_free_smi_msg(struct ipmi_smi_msg *msg) in ipmi_free_smi_msg()
|
| D | virtio_vsock.h | 62 struct msghdr *msg; member
|
| /include/net/ |
| D | scm.h | 75 static __inline__ int scm_send(struct socket *sock, struct msghdr *msg, in scm_send() 90 static inline void scm_passec(struct socket *sock, struct msghdr *msg, struct scm_cookie *scm) in scm_passec() 106 static inline void scm_passec(struct socket *sock, struct msghdr *msg, struct scm_cookie *scm) in scm_passec() 110 static __inline__ void scm_recv(struct socket *sock, struct msghdr *msg, in scm_recv()
|
| D | 6lowpan.h | 203 static inline void raw_dump_inline(const char *caller, char *msg, in raw_dump_inline() 218 static inline void raw_dump_table(const char *caller, char *msg, in raw_dump_table() 227 static inline void raw_dump_table(const char *caller, char *msg, in raw_dump_table() 229 static inline void raw_dump_inline(const char *caller, char *msg, in raw_dump_inline()
|
| D | udplite.h | 22 struct msghdr *msg = from; in udplite_getfrag() local
|
| D | ip_vs.h | 220 #define IP_VS_DBG_BUF(level, msg, ...) \ argument 227 #define IP_VS_ERR_BUF(msg...) \ argument 240 #define IP_VS_DBG(level, msg, ...) \ argument 245 #define IP_VS_DBG_RL(msg, ...) \ argument 250 #define IP_VS_DBG_PKT(level, af, pp, skb, ofs, msg) \ argument 255 #define IP_VS_DBG_RL_PKT(level, af, pp, skb, ofs, msg) \ argument 262 #define IP_VS_DBG_BUF(level, msg...) do {} while (0) argument 263 #define IP_VS_ERR_BUF(msg...) do {} while (0) argument 264 #define IP_VS_DBG(level, msg...) do {} while (0) argument 265 #define IP_VS_DBG_RL(msg...) do {} while (0) argument [all …]
|
| D | ping.h | 62 struct msghdr *msg; member
|
| /include/linux/mfd/ |
| D | ipaq-micro.h | 116 struct ipaq_micro_msg *msg; member 129 struct ipaq_micro_msg *msg) in ipaq_micro_tx_msg_sync() 142 struct ipaq_micro_msg *msg) in ipaq_micro_tx_msg_async()
|
| /include/linux/ceph/ |
| D | auth.h | 127 struct ceph_msg *msg) in ceph_auth_sign_message() 136 struct ceph_msg *msg) in ceph_auth_check_message_signature()
|
| /include/uapi/linux/ |
| D | rio_cm_cdev.h | 54 __u64 msg; member
|
| D | ipmi.h | 262 struct ipmi_msg msg; member 316 struct ipmi_msg msg; /* The data field must point to a buffer. member
|
| /include/uapi/linux/dvb/ |
| D | ca.h | 67 unsigned char msg[256]; member
|
| /include/media/ |
| D | cec.h | 71 struct cec_msg msg; member 83 struct cec_msg msg; member
|
| /include/linux/hsi/ |
| D | hsi.h | 397 static inline int hsi_async_read(struct hsi_client *cl, struct hsi_msg *msg) in hsi_async_read() 410 static inline int hsi_async_write(struct hsi_client *cl, struct hsi_msg *msg) in hsi_async_write()
|