Searched refs:dinp (Results 1 – 7 of 7) sorted by relevance
/openbmc/u-boot/drivers/misc/ |
H A D | cros_ec_i2c.c | 111 int dout_len, uint8_t **dinp, int din_len) in cros_ec_i2c_command() argument 138 assert(dinp); in cros_ec_i2c_command() 213 *dinp = dev->din + sizeof(int64_t); in cros_ec_i2c_command()
|
H A D | cros_ec.c | 203 uint8_t **dinp, int din_len) in handle_proto3_response() argument 245 *dinp = (uint8_t *)(rs + 1); in handle_proto3_response() 253 uint8_t **dinp, int din_len) in send_command_proto3() argument 277 return handle_proto3_response(cdev, dinp, din_len); in send_command_proto3() 282 uint8_t **dinp, int din_len) in send_command() argument 290 dout, dout_len, dinp, din_len); in send_command() 295 (const uint8_t *)dout, dout_len, dinp, din_len); in send_command() 318 uint8_t **dinp, int din_len) in ec_command_inptr() argument 358 if (dinp) { in ec_command_inptr() 361 *dinp = din; in ec_command_inptr()
|
H A D | cros_ec_spi.c | 81 uint8_t **dinp, int din_len) in cros_ec_spi_command() argument 166 *dinp = p + 2; in cros_ec_spi_command()
|
H A D | cros_ec_lpc.c | 77 uint8_t **dinp, int din_len) in cros_ec_lpc_command() argument 174 *dinp = dev->din; in cros_ec_lpc_command()
|
/openbmc/u-boot/drivers/spi/ |
H A D | exynos_spi.c | 96 void **dinp, void const **doutp, unsigned long flags) in spi_rx_tx() argument 99 uchar *rxp = *dinp; in spi_rx_tx() 198 *dinp = rxp; in spi_rx_tx()
|
/openbmc/u-boot/arch/arm/mach-exynos/ |
H A D | spl_boot.c | 65 void *dinp, void const *doutp, int i) in spi_rx_tx() argument 67 uint *rxp = (uint *)(dinp + (i * (32 * 1024))); in spi_rx_tx()
|
/openbmc/u-boot/include/ |
H A D | cros_ec.h | 229 uint8_t **dinp, int din_len);
|