| /include/linux/ |
| A D | build_bug.h | 38 #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) argument 77 #define __static_assert(expr, msg, ...) _Static_assert(expr, msg) argument
|
| A D | compiler.h | 323 # 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 D | mpfs-mailbox.h | 57 struct mpfs_mss_msg *msg; member 60 …yscontroller_run_service(struct mpfs_syscontroller_priv *sys_controller, struct mpfs_mss_msg *msg);
|
| A D | arm_ffa.h | 97 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 D | fastboot-internal.h | 19 extern void (*fastboot_progress_callback)(const char *msg);
|
| A D | scmi_agent.h | 76 int devm_scmi_process_msg(struct udevice *dev, struct scmi_msg *msg);
|
| A D | fastboot.h | 118 void fastboot_set_progress_callback(void (*progress)(const char *msg));
|
| A D | efi_config.h | 98 void eficonfig_print_msg(char *msg);
|
| A D | mipi_dsi.h | 70 const struct mipi_dsi_msg *msg); 96 const struct mipi_dsi_msg *msg);
|
| A D | scmi_agent-uclass.h | 117 struct scmi_msg *msg);
|
| A D | i2c.h | 270 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 D | cros_ec.h | 465 int cros_ec_i2c_tunnel(struct udevice *dev, int port, struct i2c_msg *msg,
|
| A D | efi_loader.h | 1110 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 D | dfu.h | 407 void dfu_error_callback(struct dfu_entity *dfu, const char *msg);
|
| A D | log.h | 419 const char *msg; member
|
| A D | image.h | 475 char *get_table_entry_name(const table_entry_t *table, char *msg, int id);
|
| A D | ec_commands.h | 3469 struct ec_params_i2c_passthru_msg msg[]; member
|
| /include/u-boot/ |
| A D | rsa.h | 104 const uint8_t *msg, int msg_len, 108 const uint8_t *msg, int msg_len,
|
| A D | zlib.h | 429 char *msg; /* last error message, NULL if no error */ member
|
| /include/usb/ |
| A D | tcpm.h | 69 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 D | ring.h | 103 u8 msg; \
|