Home
last modified time | relevance | path

Searched refs:msg (Results 1 – 21 of 21) sorted by relevance

/include/linux/
A Dbuild_bug.h38 #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) argument
77 #define __static_assert(expr, msg, ...) _Static_assert(expr, msg) argument
A Dcompiler.h323 # define __compiletime_assert(condition, msg, prefix, suffix) \ argument
325 extern void prefix ## suffix(void) __compiletime_error(msg); \
330 # define __compiletime_assert(condition, msg, prefix, suffix) do { } while (0) argument
333 #define _compiletime_assert(condition, msg, prefix, suffix) \ argument
334 __compiletime_assert(condition, msg, prefix, suffix)
345 #define compiletime_assert(condition, msg) \ argument
346 _compiletime_assert(condition, msg, __compiletime_assert_, __COUNTER__)
/include/
A Dmpfs-mailbox.h57 struct mpfs_mss_msg *msg; member
60 …yscontroller_run_service(struct mpfs_syscontroller_priv *sys_controller, struct mpfs_mss_msg *msg);
A Darm_ffa.h97 struct ffa_send_direct_data *msg,
128 struct ffa_send_direct_data *msg, bool is_smc64);
153 struct ffa_send_direct_data *msg, bool is_smc64);
A Dfastboot-internal.h19 extern void (*fastboot_progress_callback)(const char *msg);
A Dscmi_agent.h76 int devm_scmi_process_msg(struct udevice *dev, struct scmi_msg *msg);
A Dfastboot.h118 void fastboot_set_progress_callback(void (*progress)(const char *msg));
A Defi_config.h98 void eficonfig_print_msg(char *msg);
A Dmipi_dsi.h70 const struct mipi_dsi_msg *msg);
96 const struct mipi_dsi_msg *msg);
A Dscmi_agent-uclass.h117 struct scmi_msg *msg);
A Di2c.h270 int dm_i2c_xfer(struct udevice *dev, struct i2c_msg *msg, int nmsgs);
394 int (*xfer)(struct udevice *bus, struct i2c_msg *msg, int nmsgs);
573 void i2c_dump_msgs(struct i2c_msg *msg, int nmsgs);
A Dcros_ec.h465 int cros_ec_i2c_tunnel(struct udevice *dev, int port, struct i2c_msg *msg,
A Defi_loader.h1110 struct pkcs7_message *msg,
1114 struct pkcs7_message *msg, in efi_signature_verify_one() argument
1117 return efi_signature_verify(regs, msg, db, NULL); in efi_signature_verify_one()
1119 bool efi_signature_check_signers(struct pkcs7_message *msg,
A Ddfu.h407 void dfu_error_callback(struct dfu_entity *dfu, const char *msg);
A Dlog.h419 const char *msg; member
A Dimage.h475 char *get_table_entry_name(const table_entry_t *table, char *msg, int id);
A Dec_commands.h3469 struct ec_params_i2c_passthru_msg msg[]; member
/include/u-boot/
A Drsa.h104 const uint8_t *msg, int msg_len,
108 const uint8_t *msg, int msg_len,
A Dzlib.h429 char *msg; /* last error message, NULL if no error */ member
/include/usb/
A Dtcpm.h69 const struct pd_message *msg, unsigned int negotiated_rev);
77 void tcpm_pd_receive(struct udevice *dev, const struct pd_message *msg);
/include/xen/interface/io/
A Dring.h103 u8 msg; \

Completed in 48 milliseconds