Searched defs:msg (Results 101 - 125 of 151) sorted by relevance

1234567

/u-boot/tools/
H A Dmkeficapsule.c174 static int write_capsule_file(FILE *f, void *data, size_t size, const char *msg) argument
H A Difdtool.c476 char msg[strlen(fmt) + strlen(fname) + 1]; local
H A Dqconfig.py1591 msg = 'Convert %s %sto Kconfig' % (configs[0], variable
1596 msg = 'configs: Resync with savedefconfig' variable
/u-boot/drivers/i2c/
H A Dnpcm_i2c.c476 npcm_i2c_xfer(struct udevice *dev, struct i2c_msg *msg, int nmsgs) argument
[all...]
H A Dexynos_hs_i2c.c466 static int exynos_hs_i2c_xfer(struct udevice *dev, struct i2c_msg *msg, argument
H A Docores_i2c.c68 struct i2c_msg *msg; member in struct:ocores_i2c_bus
147 static inline u8 i2c_8bit_addr_from_msg(const struct i2c_msg *msg) argument
154 struct i2c_msg *msg = i2c->msg; local
362 ocores_i2c_xfer(struct udevice *dev, struct i2c_msg *msg, int nmsgs) argument
[all...]
H A Di2c-uclass.c34 void i2c_dump_msgs(struct i2c_msg *msg, int nmsgs) argument
59 i2c_setup_offset(struct dm_i2c_chip *chip, uint offset, uint8_t offset_buf[], struct i2c_msg *msg) argument
87 struct i2c_msg msg[2], *ptr; local
116 struct i2c_msg msg[1]; local
139 struct i2c_msg msg[2], *ptr; local
170 struct i2c_msg msg[1]; local
214 dm_i2c_xfer(struct udevice *dev, struct i2c_msg *msg, int nmsgs) argument
272 struct i2c_msg msg[1]; local
[all...]
H A Di2c-cdns.c412 static int cdns_i2c_xfer(struct udevice *dev, struct i2c_msg *msg, argument
[all...]
H A Di2c-microchip.c99 static inline u8 i2c_8bit_addr_from_msg(const struct i2c_msg *msg) argument
372 static int mpfs_i2c_xfer_msg(struct mpfs_i2c_bus *bus, struct i2c_msg *msg) argument
[all...]
H A Dnx_i2c.c542 static int nx_i2c_xfer(struct udevice *dev, struct i2c_msg *msg, int nmsgs) argument
H A Docteon_i2c.c686 static int octeon_i2c_xfer(struct udevice *bus, struct i2c_msg *msg, argument
[all...]
H A Drz_riic.c243 static int riic_receive_data(struct udevice *dev, struct i2c_msg *msg) argument
306 static int riic_transmit_data(struct udevice *dev, struct i2c_msg *msg) argument
326 static int riic_xfer_one(struct udevice *dev, struct i2c_msg *msg, int first_msg) argument
357 riic_xfer(struct udevice *dev, struct i2c_msg *msg, int nmsgs) argument
[all...]
/u-boot/lib/efi_loader/
H A Defi_variable_tee.c183 struct ffa_send_direct_data msg = {0}; local
/u-boot/drivers/firmware/scmi/
H A Dsandbox-scmi_agent.c171 sandbox_scmi_base_protocol_version(struct udevice *dev, struct scmi_msg *msg) argument
193 sandbox_scmi_base_protocol_attrs(struct udevice *dev, struct scmi_msg *msg) argument
216 sandbox_scmi_base_message_attrs(struct udevice *dev, struct scmi_msg *msg) argument
248 sandbox_scmi_base_discover_vendor(struct udevice *dev, struct scmi_msg *msg) argument
271 sandbox_scmi_base_discover_sub_vendor(struct udevice *dev, struct scmi_msg *msg) argument
294 sandbox_scmi_base_discover_impl_version(struct udevice *dev, struct scmi_msg *msg) argument
317 sandbox_scmi_base_discover_list_protocols(struct udevice *dev, struct scmi_msg *msg) argument
340 sandbox_scmi_base_discover_agent(struct udevice *dev, struct scmi_msg *msg) argument
374 sandbox_scmi_base_set_device_permissions(struct udevice *dev, struct scmi_msg *msg) argument
408 sandbox_scmi_base_set_protocol_permissions(struct udevice *dev, struct scmi_msg *msg) argument
447 sandbox_scmi_base_reset_agent_configuration(struct udevice *dev, struct scmi_msg *msg) argument
481 sandbox_scmi_pwd_protocol_version(struct udevice *dev, struct scmi_msg *msg) argument
505 sandbox_scmi_pwd_protocol_attribs(struct udevice *dev, struct scmi_msg *msg) argument
534 sandbox_scmi_pwd_protocol_msg_attribs(struct udevice *dev, struct scmi_msg *msg) argument
567 sandbox_scmi_pwd_attribs(struct udevice *dev, struct scmi_msg *msg) argument
604 sandbox_scmi_pwd_state_set(struct udevice *dev, struct scmi_msg *msg) argument
644 sandbox_scmi_pwd_state_get(struct udevice *dev, struct scmi_msg *msg) argument
677 sandbox_scmi_pwd_name_get(struct udevice *dev, struct scmi_msg *msg) argument
704 sandbox_scmi_clock_protocol_attribs(struct udevice *dev, struct scmi_msg *msg) argument
719 sandbox_scmi_clock_attribs(struct udevice *dev, struct scmi_msg *msg) argument
753 sandbox_scmi_clock_rate_set(struct udevice *dev, struct scmi_msg *msg) argument
783 sandbox_scmi_clock_rate_get(struct udevice *dev, struct scmi_msg *msg) argument
812 sandbox_scmi_clock_gate(struct udevice *dev, struct scmi_msg *msg) argument
841 sandbox_scmi_rd_attribs(struct udevice *dev, struct scmi_msg *msg) argument
869 sandbox_scmi_rd_reset(struct udevice *dev, struct scmi_msg *msg) argument
911 sandbox_scmi_voltd_attribs(struct udevice *dev, struct scmi_msg *msg) argument
939 sandbox_scmi_voltd_config_set(struct udevice *dev, struct scmi_msg *msg) argument
975 sandbox_scmi_voltd_config_get(struct udevice *dev, struct scmi_msg *msg) argument
1006 sandbox_scmi_voltd_level_set(struct udevice *dev, struct scmi_msg *msg) argument
1033 sandbox_scmi_voltd_level_get(struct udevice *dev, struct scmi_msg *msg) argument
1127 sandbox_proto_not_supported(struct scmi_msg *msg) argument
1134 sandbox_scmi_test_process_msg(struct udevice *dev, struct scmi_channel *channel, struct scmi_msg *msg) argument
[all...]
/u-boot/arch/arm/mach-imx/imx9/
H A Dtrdc.c318 struct ele_msg msg; local
[all...]
/u-boot/drivers/xen/
H A Dpvblock.c132 char *msg = NULL; local
772 char **dirs, *msg; local
[all...]
/u-boot/arch/x86/cpu/
H A Dmp_init.c397 static int apic_wait_timeout(int total_delay, const char *msg) argument
/u-boot/boot/
H A Dimage.c554 static char msg[30]; local
645 char *get_table_entry_name(const table_entry_t *table, char *msg, int id) argument
/u-boot/common/spl/
H A Dspl_fit.c588 static void warn_deprecated(const char *msg) argument
/u-boot/net/
H A Dtftp.c259 static void restart(const char *msg) argument
/u-boot/drivers/video/tegra20/
H A Dtegra-dsi.c89 tegra_dsi_read_response(struct dsi_misc_reg *misc, const struct mipi_dsi_msg *msg, size_t count) argument
206 tegra_dsi_host_transfer(struct mipi_dsi_host *host, const struct mipi_dsi_msg *msg) argument
[all...]
/u-boot/drivers/video/nexell/
H A Ds5pxx18_dp_mipi.c539 nx_mipi_transfer(struct mipi_dsi_device *dsi, const struct mipi_dsi_msg *msg) argument
586 struct mipi_dsi_msg msg = { local
[all...]
/u-boot/arch/arm/mach-stm32mp/cmd_stm32prog/
H A Dstm32prog.c2049 void dfu_error_callback(struct dfu_entity *dfu, const char *msg) argument
/u-boot/include/
H A Dlog.h409 const char *msg; member in struct:log_rec
/u-boot/include/u-boot/
H A Dzlib.h430 char *msg; /* last error message, NULL if no error */ member in struct:z_stream_s

Completed in 416 milliseconds

1234567