Home
last modified time | relevance | path

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

1234

/include/uapi/linux/
A Dcec-funcs.h23 static inline void cec_ops_active_source(const struct cec_msg *msg, in cec_ops_active_source()
29 static inline void cec_msg_image_view_on(struct cec_msg *msg) in cec_msg_image_view_on()
35 static inline void cec_msg_text_view_on(struct cec_msg *msg) in cec_msg_text_view_on()
43 static inline void cec_msg_inactive_source(struct cec_msg *msg, in cec_msg_inactive_source()
83 static inline void cec_msg_routing_change(struct cec_msg *msg, in cec_msg_routing_change()
123 static inline void cec_msg_standby(struct cec_msg *msg) in cec_msg_standby()
190 static inline void cec_set_digital_service_id(__u8 *msg, in cec_set_digital_service_id()
292 static inline void cec_msg_record_on(struct cec_msg *msg, in cec_msg_record_on()
936 static inline void cec_msg_play(struct cec_msg *msg, in cec_msg_play()
944 static inline void cec_ops_play(const struct cec_msg *msg, in cec_ops_play()
[all …]
A Dcec.h64 __u8 msg[CEC_MAX_MSG_SIZE]; member
78 static inline __u8 cec_msg_initiator(const struct cec_msg *msg) in cec_msg_initiator()
87 static inline __u8 cec_msg_destination(const struct cec_msg *msg) in cec_msg_destination()
96 static inline int cec_msg_opcode(const struct cec_msg *msg) in cec_msg_opcode()
105 static inline int cec_msg_is_broadcast(const struct cec_msg *msg) in cec_msg_is_broadcast()
119 static inline void cec_msg_init(struct cec_msg *msg, in cec_msg_init()
138 static inline void cec_msg_set_reply_to(struct cec_msg *msg, in cec_msg_set_reply_to()
154 static inline int cec_msg_recv_is_tx_result(const struct cec_msg *msg) in cec_msg_recv_is_tx_result()
164 static inline int cec_msg_recv_is_rx_result(const struct cec_msg *msg) in cec_msg_recv_is_rx_result()
189 static inline int cec_msg_status_is_ok(const struct cec_msg *msg) in cec_msg_status_is_ok()
A Drio_cm_cdev.h55 __u64 msg; member
A Dipmi.h257 struct ipmi_msg msg; member
311 struct ipmi_msg msg; /* The data field must point to a buffer. member
/include/linux/
A Dskmsg.h181 #define sk_msg_iter_prev(msg, which) \ argument
184 #define sk_msg_iter_next(msg, which) \ argument
187 static inline void sk_msg_init(struct sk_msg *msg) in sk_msg_init()
211 static inline bool sk_msg_full(const struct sk_msg *msg) in sk_msg_full()
216 static inline u32 sk_msg_elem_used(const struct sk_msg *msg) in sk_msg_elem_used()
236 static inline bool sk_msg_to_ingress(const struct sk_msg *msg) in sk_msg_to_ingress()
323 struct sk_msg *msg) in sk_psock_queue_msg()
342 struct sk_msg *msg; in sk_psock_dequeue_msg() local
354 struct sk_msg *msg; in sk_psock_peek_msg() local
363 struct sk_msg *msg) in sk_psock_next_msg()
[all …]
A Dcompiler_attributes.h138 # define __compiletime_error(msg) __attribute__((__error__(msg))) argument
140 # define __compiletime_error(msg) argument
376 # define __compiletime_warning(msg) __attribute__((__warning__(msg))) argument
378 # define __compiletime_warning(msg) argument
A Dbuild_bug.h39 #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) argument
78 #define __static_assert(expr, msg, ...) _Static_assert(expr, msg) argument
A Dnetlink.h98 #define NL_SET_ERR_MSG(extack, msg) do { \ argument
127 #define NL_SET_ERR_MSG_MOD(extack, msg) \ argument
133 #define NL_SET_ERR_MSG_WEAK(extack, msg) do { \ argument
138 #define NL_SET_ERR_MSG_WEAK_MOD(extack, msg) do { \ argument
152 #define NL_SET_ERR_MSG_ATTR_POL(extack, attr, pol, msg) do { \ argument
184 #define NL_SET_ERR_MSG_ATTR(extack, attr, msg) \ argument
187 #define NL_SET_ERR_MSG_ATTR_FMT(extack, attr, msg, args...) \ argument
A Dmsi.h87 static inline void get_cached_msi_msg(unsigned int irq, struct msi_msg *msg) { } in get_cached_msi_msg()
187 struct msi_msg msg; member
315 static inline void msi_msg_set_addr(struct msi_desc *desc, struct msi_msg *msg, in msi_msg_set_addr()
719 static inline void pci_write_msi_msg(unsigned int irq, struct msi_msg *msg) { } in pci_write_msi_msg()
A Dcompiler_types.h543 # define __compiletime_assert(condition, msg, prefix, suffix) \ argument
556 # define __compiletime_assert(condition, msg, prefix, suffix) ((void)(condition)) argument
559 #define _compiletime_assert(condition, msg, prefix, suffix) \ argument
571 #define compiletime_assert(condition, msg) \ argument
A Dcompiler.h195 #define __BUILD_BUG_ON_ZERO_MSG(e, msg, ...) (0) argument
197 #define __BUILD_BUG_ON_ZERO_MSG(e, msg, ...) ((int)sizeof(struct {_Static_assert(!(e), msg);})) argument
A Dtorture.h27 #define torture_param(type, name, init, msg) \ argument
/include/trace/events/
A Dspi.h174 #define spi_valid_txbuf(msg, xfer) \ argument
176 #define spi_valid_rxbuf(msg, xfer) \ argument
A Ddevlink.h229 int err, const char *msg) in trace_devlink_hwerr()
/include/linux/can/dev/
A Dpeak_canfd.h213 static inline int pucan_error_get_channel(const struct pucan_error_msg *msg) in pucan_error_get_channel()
232 static inline int pucan_status_get_channel(const struct pucan_status_msg *msg) in pucan_status_get_channel()
237 static inline int pucan_status_is_rx_barrier(const struct pucan_status_msg *msg) in pucan_status_is_rx_barrier()
242 static inline int pucan_status_is_passive(const struct pucan_status_msg *msg) in pucan_status_is_passive()
247 static inline int pucan_status_is_warning(const struct pucan_status_msg *msg) in pucan_status_is_warning()
252 static inline int pucan_status_is_busoff(const struct pucan_status_msg *msg) in pucan_status_is_busoff()
279 static inline int pucan_msg_get_channel(const struct pucan_rx_msg *msg) in pucan_msg_get_channel()
285 static inline u8 pucan_msg_get_dlc(const struct pucan_rx_msg *msg) in pucan_msg_get_dlc()
290 static inline int pucan_ermsg_get_channel(const struct pucan_error_msg *msg) in pucan_ermsg_get_channel()
295 static inline int pucan_stmsg_get_channel(const struct pucan_status_msg *msg) in pucan_stmsg_get_channel()
/include/net/
A 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()
A Dudplite.h24 struct msghdr *msg = from; in udplite_getfrag() local
A Dping.h51 struct msghdr *msg; member
A Dip_vs.h211 #define IP_VS_DBG_BUF(level, msg, ...) \ argument
218 #define IP_VS_ERR_BUF(msg...) \ argument
231 #define IP_VS_DBG(level, msg, ...) \ argument
236 #define IP_VS_DBG_RL(msg, ...) \ argument
241 #define IP_VS_DBG_PKT(level, af, pp, skb, ofs, msg) \ argument
246 #define IP_VS_DBG_RL_PKT(level, af, pp, skb, ofs, msg) \ argument
253 #define IP_VS_DBG_BUF(level, msg...) do {} while (0) argument
254 #define IP_VS_ERR_BUF(msg...) do {} while (0) argument
255 #define IP_VS_DBG(level, msg...) do {} while (0) argument
256 #define IP_VS_DBG_RL(msg...) do {} while (0) argument
[all …]
A Dscm.h91 static __inline__ int scm_send(struct socket *sock, struct msghdr *msg, in scm_send()
/include/linux/mfd/
A 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/
A Dauth.h145 struct ceph_msg *msg) in ceph_auth_sign_message()
154 struct ceph_msg *msg) in ceph_auth_check_message_signature()
/include/linux/firmware/imx/
A Dipc.h60 static inline int imx_scu_call_rpc(struct imx_sc_ipc *ipc, void *msg, in imx_scu_call_rpc()
/include/linux/iio/common/
A Dcros_ec_sensors_core.h64 struct cros_ec_command *msg; member
/include/uapi/linux/dvb/
A Dca.h104 unsigned char msg[256]; member

Completed in 743 milliseconds

1234