Searched refs:dinp (Results 1 – 10 of 10) sorted by relevance
/external/u-boot/drivers/misc/ |
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()
|
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()
|
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()
|
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()
|
/external/u-boot/drivers/spi/ |
D | exynos_spi.c | 97 void **dinp, void const **doutp, unsigned long flags) in spi_rx_tx() argument 100 uchar *rxp = *dinp; in spi_rx_tx() 199 *dinp = rxp; in spi_rx_tx()
|
/external/u-boot/arch/arm/mach-exynos/ |
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()
|
/external/u-boot/include/ |
D | cros_ec.h | 229 uint8_t **dinp, int din_len);
|
/external/f2fs-tools/tools/sg_write_buffer/include/ |
D | sg_cmds_extra.h | 46 int timeout_secs, void * dinp, void * doutp, int dlen,
|
/external/tensorflow/tensorflow/python/framework/ |
D | function_test.py | 304 dinp = gradients_impl.gradients(out, [inp]) 311 _ = sess.run(dinp, {inp: x}) 967 dinp, = gradients_impl.gradients(out, [inp]) 972 np.array([1.0, 0.0]).astype(np.float32), sess.run(dinp, {inp: x}))
|
/external/f2fs-tools/tools/sg_write_buffer/ |
D | sg_cmds_extra.c | 1725 int timeout_secs, void * dinp, void * doutp, int dlen, in sg_ll_ata_pt() argument 1795 if (dinp) in sg_ll_ata_pt() 1796 set_scsi_pt_data_in(ptvp, (unsigned char *)dinp, dlen); in sg_ll_ata_pt()
|