Home
last modified time | relevance | path

Searched defs:in_bytes (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/misc/
H A Dcros_ec_spi.c24 int cros_ec_spi_packet(struct udevice *udev, int out_bytes, int in_bytes) in cros_ec_spi_packet()
88 int in_bytes = din_len + 4; /* status, length, checksum, trailer */ in cros_ec_spi_command() local
H A Dcros_ec_i2c.c52 static int cros_ec_i2c_packet(struct udevice *udev, int out_bytes, int in_bytes) in cros_ec_i2c_packet()
120 int in_bytes = din_len + 3; in cros_ec_i2c_command() local
H A Dcros_ec.c131 int in_bytes = din_len + sizeof(struct ec_host_response); in prepare_proto3_response_buffer() local
159 int in_bytes; in handle_proto3_response() local
209 int out_bytes, in_bytes; in send_command_proto3() local
H A Dcros_ec_sandbox.c471 int cros_ec_sandbox_packet(struct udevice *udev, int out_bytes, int in_bytes) in cros_ec_sandbox_packet()
/OK3568_Linux_fs/u-boot/arch/arm/mach-exynos/
H A Dspl_boot.c70 uint out_bytes, in_bytes; in spi_rx_tx() local
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bs4/
H A Ddammit.py771 def detwingle(cls, in_bytes, main_encoding="utf8", argument
/OK3568_Linux_fs/u-boot/drivers/spi/
H A Dexynos_spi.c103 uint out_bytes, in_bytes; in spi_rx_tx() local
H A Dbcmstb_spi.c270 u8 *in_bytes = (u8 *)din; in bcmstb_spi_xfer() local
/OK3568_Linux_fs/kernel/arch/s390/crypto/
H A Daes_s390.c838 unsigned int n, len, in_bytes, out_bytes, in gcm_aes_crypt() local
/OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/
H A Dpxa27x_udc.h293 unsigned long in_bytes; member