| /include/uapi/linux/ |
| D | cec-funcs.h | 43 static inline void cec_msg_active_source(struct cec_msg *msg, __u16 phys_addr) in cec_msg_active_source() 52 static inline void cec_ops_active_source(const struct cec_msg *msg, in cec_ops_active_source() 58 static inline void cec_msg_image_view_on(struct cec_msg *msg) in cec_msg_image_view_on() 64 static inline void cec_msg_text_view_on(struct cec_msg *msg) in cec_msg_text_view_on() 72 static inline void cec_msg_inactive_source(struct cec_msg *msg, in cec_msg_inactive_source() 81 static inline void cec_ops_inactive_source(const struct cec_msg *msg, in cec_ops_inactive_source() 87 static inline void cec_msg_request_active_source(struct cec_msg *msg, in cec_msg_request_active_source() 96 static inline void cec_msg_routing_information(struct cec_msg *msg, in cec_msg_routing_information() 106 static inline void cec_ops_routing_information(const struct cec_msg *msg, in cec_ops_routing_information() 112 static inline void cec_msg_routing_change(struct cec_msg *msg, in cec_msg_routing_change() [all …]
|
| D | cec.h | 93 __u8 msg[CEC_MAX_MSG_SIZE]; member 107 static inline __u8 cec_msg_initiator(const struct cec_msg *msg) in cec_msg_initiator() 116 static inline __u8 cec_msg_destination(const struct cec_msg *msg) in cec_msg_destination() 125 static inline int cec_msg_opcode(const struct cec_msg *msg) in cec_msg_opcode() 134 static inline int cec_msg_is_broadcast(const struct cec_msg *msg) in cec_msg_is_broadcast() 148 static inline void cec_msg_init(struct cec_msg *msg, in cec_msg_init() 165 static inline void cec_msg_set_reply_to(struct cec_msg *msg, in cec_msg_set_reply_to() 189 static inline int cec_msg_status_is_ok(const struct cec_msg *msg) in cec_msg_status_is_ok()
|
| D | rio_cm_cdev.h | 55 __u64 msg; member
|
| D | ipmi.h | 263 struct ipmi_msg msg; member 317 struct ipmi_msg msg; /* The data field must point to a buffer. member
|
| /include/net/ |
| D | scm.h | 77 static __inline__ int scm_send(struct socket *sock, struct msghdr *msg, in scm_send() 92 static inline void scm_passec(struct socket *sock, struct msghdr *msg, struct scm_cookie *scm) in scm_passec() 108 static inline void scm_passec(struct socket *sock, struct msghdr *msg, struct scm_cookie *scm) in scm_passec() 112 static __inline__ void scm_recv(struct socket *sock, struct msghdr *msg, in scm_recv()
|
| D | 6lowpan.h | 218 static inline void raw_dump_inline(const char *caller, char *msg, in raw_dump_inline() 233 static inline void raw_dump_table(const char *caller, char *msg, in raw_dump_table() 242 static inline void raw_dump_table(const char *caller, char *msg, in raw_dump_table() 244 static inline void raw_dump_inline(const char *caller, char *msg, in raw_dump_inline()
|
| D | udplite.h | 23 struct msghdr *msg = from; in udplite_getfrag() local
|
| D | ip_vs.h | 223 #define IP_VS_DBG_BUF(level, msg, ...) \ argument 230 #define IP_VS_ERR_BUF(msg...) \ argument 243 #define IP_VS_DBG(level, msg, ...) \ argument 248 #define IP_VS_DBG_RL(msg, ...) \ argument 253 #define IP_VS_DBG_PKT(level, af, pp, skb, ofs, msg) \ argument 258 #define IP_VS_DBG_RL_PKT(level, af, pp, skb, ofs, msg) \ argument 265 #define IP_VS_DBG_BUF(level, msg...) do {} while (0) argument 266 #define IP_VS_ERR_BUF(msg...) do {} while (0) argument 267 #define IP_VS_DBG(level, msg...) do {} while (0) argument 268 #define IP_VS_DBG_RL(msg...) do {} while (0) argument [all …]
|
| D | ping.h | 62 struct msghdr *msg; member
|
| /include/linux/can/dev/ |
| D | peak_canfd.h | 221 static inline int pucan_error_get_channel(const struct pucan_error_msg *msg) in pucan_error_get_channel() 240 static inline int pucan_status_get_channel(const struct pucan_status_msg *msg) in pucan_status_get_channel() 245 static inline int pucan_status_is_rx_barrier(const struct pucan_status_msg *msg) in pucan_status_is_rx_barrier() 250 static inline int pucan_status_is_passive(const struct pucan_status_msg *msg) in pucan_status_is_passive() 255 static inline int pucan_status_is_warning(const struct pucan_status_msg *msg) in pucan_status_is_warning() 260 static inline int pucan_status_is_busoff(const struct pucan_status_msg *msg) in pucan_status_is_busoff() 287 static inline int pucan_msg_get_channel(const struct pucan_rx_msg *msg) in pucan_msg_get_channel() 293 static inline int pucan_msg_get_dlc(const struct pucan_rx_msg *msg) in pucan_msg_get_dlc() 298 static inline int pucan_ermsg_get_channel(const struct pucan_error_msg *msg) in pucan_ermsg_get_channel() 303 static inline int pucan_stmsg_get_channel(const struct pucan_status_msg *msg) in pucan_stmsg_get_channel()
|
| /include/linux/ |
| D | build_bug.h | 13 #define BUILD_BUG_ON_MSG(cond, msg) (0) argument 47 #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) argument
|
| D | compiler.h | 309 # define __compiletime_assert(condition, msg, prefix, suffix) \ argument 318 # define __compiletime_assert(condition, msg, prefix, suffix) do { } while (0) argument 321 #define _compiletime_assert(condition, msg, prefix, suffix) \ argument 333 #define compiletime_assert(condition, msg) \ argument
|
| D | msi.h | 24 static inline void get_cached_msi_msg(unsigned int irq, struct msi_msg *msg) in get_cached_msi_msg() 78 struct msi_msg msg; member 135 static inline void pci_write_msi_msg(unsigned int irq, struct msi_msg *msg) in pci_write_msi_msg() 152 static inline void __write_msi_msg(struct msi_desc *entry, struct msi_msg *msg) in __write_msi_msg() 156 static inline void write_msi_msg(int irq, struct msi_msg *msg) in write_msi_msg()
|
| D | dma-iommu.h | 103 static inline void iommu_dma_map_msi_msg(int irq, struct msi_msg *msg) in iommu_dma_map_msi_msg()
|
| D | htirq.h | 22 struct ht_irq_msg msg; member
|
| D | netlink.h | 90 #define NL_SET_ERR_MSG(extack, msg) do { \ argument 98 #define NL_SET_ERR_MSG_MOD(extack, msg) \ argument 106 #define NL_SET_ERR_MSG_ATTR(extack, attr, msg) do { \ argument
|
| D | torture.h | 39 #define torture_param(type, name, init, msg) \ argument
|
| D | ipmi.h | 66 struct kernel_ipmi_msg msg; member
|
| D | socket.h | 103 #define CMSG_FIRSTHDR(msg) __CMSG_FIRSTHDR((msg)->msg_control, (msg)->msg_controllen) argument 108 #define for_each_cmsghdr(cmsg, msg) \ argument 143 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()
|
| /include/linux/mfd/ |
| D | ipaq-micro.h | 117 struct ipaq_micro_msg *msg; member 130 struct ipaq_micro_msg *msg) in ipaq_micro_tx_msg_sync() 143 struct ipaq_micro_msg *msg) in ipaq_micro_tx_msg_async()
|
| /include/linux/ceph/ |
| D | auth.h | 135 struct ceph_msg *msg) in ceph_auth_sign_message() 144 struct ceph_msg *msg) in ceph_auth_check_message_signature()
|
| /include/uapi/linux/dvb/ |
| D | ca.h | 119 unsigned char msg[256]; member
|
| /include/media/ |
| D | cec.h | 73 struct cec_msg msg; member 85 struct cec_msg msg; member 283 struct cec_msg *msg) in cec_received_msg()
|