Home
last modified time | relevance | path

Searched defs:msg (Results 1 – 25 of 55) sorted by relevance

123

/include/uapi/linux/
Dcec-funcs.h43 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 …]
Dcec.h93 __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()
Drio_cm_cdev.h55 __u64 msg; member
Dipmi.h263 struct ipmi_msg msg; member
317 struct ipmi_msg msg; /* The data field must point to a buffer. member
/include/net/
Dscm.h77 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()
D6lowpan.h218 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()
Dudplite.h23 struct msghdr *msg = from; in udplite_getfrag() local
Dip_vs.h223 #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 …]
Dping.h62 struct msghdr *msg; member
/include/linux/can/dev/
Dpeak_canfd.h221 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/
Dbuild_bug.h13 #define BUILD_BUG_ON_MSG(cond, msg) (0) argument
47 #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) argument
Dcompiler.h309 # 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
Dmsi.h24 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()
Ddma-iommu.h103 static inline void iommu_dma_map_msi_msg(int irq, struct msi_msg *msg) in iommu_dma_map_msi_msg()
Dhtirq.h22 struct ht_irq_msg msg; member
Dnetlink.h90 #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
Dtorture.h39 #define torture_param(type, name, init, msg) \ argument
Dipmi.h66 struct kernel_ipmi_msg msg; member
Dsocket.h103 #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()
Dzlib.h93 char *msg; /* last error message, NULL if no error */ member
Dipmi_smi.h240 static inline void ipmi_free_smi_msg(struct ipmi_smi_msg *msg) in ipmi_free_smi_msg()
/include/linux/mfd/
Dipaq-micro.h117 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/
Dauth.h135 struct ceph_msg *msg) in ceph_auth_sign_message()
144 struct ceph_msg *msg) in ceph_auth_check_message_signature()
/include/uapi/linux/dvb/
Dca.h119 unsigned char msg[256]; member
/include/media/
Dcec.h73 struct cec_msg msg; member
85 struct cec_msg msg; member
283 struct cec_msg *msg) in cec_received_msg()

123