Searched defs:out_bytes (Results 1 – 8 of 8) sorted by relevance
/u-boot/drivers/misc/ |
A D | cros_ec_i2c.c | 52 static int cros_ec_i2c_packet(struct udevice *udev, int out_bytes, int in_bytes) in cros_ec_i2c_packet() 118 int out_bytes = dout_len + 4; in cros_ec_i2c_command() local
|
A D | cros_ec_spi.c | 22 int cros_ec_spi_packet(struct udevice *udev, int out_bytes, int in_bytes) in cros_ec_spi_packet()
|
A D | cros_ec_lpc.c | 47 int cros_ec_lpc_packet(struct udevice *udev, int out_bytes, int in_bytes) in cros_ec_lpc_packet()
|
A D | cros_ec_sandbox.c | 561 int cros_ec_sandbox_packet(struct udevice *udev, int out_bytes, int in_bytes) in cros_ec_sandbox_packet()
|
A D | cros_ec.c | 148 int out_bytes = dout_len + sizeof(*rq); in create_proto3_request() local 263 int out_bytes, in_bytes; in send_command_proto3() local
|
/u-boot/arch/arm/mach-exynos/ |
A D | spl_boot.c | 73 uint out_bytes, in_bytes; in spi_rx_tx() local
|
/u-boot/drivers/spi/ |
A D | exynos_spi.c | 106 uint out_bytes, in_bytes; in spi_rx_tx() local
|
A D | bcmstb_spi.c | 270 const u8 *out_bytes = (u8 *)dout; in bcmstb_spi_xfer() local
|
Completed in 12 milliseconds