Home
last modified time | relevance | path

Searched refs:exp_len (Results 1 – 5 of 5) sorted by relevance

/drivers/platform/chrome/
A Dcros_ec_uart.c61 size_t exp_len; member
115 if (resp->size >= sizeof(*host_response) && resp->exp_len == 0) { in cros_ec_uart_rx_bytes()
117 resp->exp_len = host_response->data_len + sizeof(*host_response); in cros_ec_uart_rx_bytes()
121 if (resp->size >= sizeof(*host_response) && resp->size == resp->exp_len) { in cros_ec_uart_rx_bytes()
147 resp->exp_len = 0; in cros_ec_uart_pkt_xfer()
/drivers/iio/test/
A Diio-test-gts.c393 int exp_len = ARRAY_SIZE(gains) * 2; in test_iio_gts_chk_scales_all() local
395 KUNIT_EXPECT_EQ(test, exp_len, len); in test_iio_gts_chk_scales_all()
396 if (len != exp_len) in test_iio_gts_chk_scales_all()
/drivers/crypto/ccp/
A Dccp-crypto-rsa.c78 rctx->cmd.u.rsa.exp_len = ctx->u.rsa.e_len; in ccp_rsa_crypt()
81 rctx->cmd.u.rsa.exp_len = ctx->u.rsa.d_len; in ccp_rsa_crypt()
A Dccp-ops.c1900 ret = ccp_reverse_set_dm_area(&exp, 0, rsa->exp, 0, rsa->exp_len); in ccp_run_rsa_cmd()
/drivers/scsi/
A Dlibiscsi.c178 unsigned exp_len = task->hdr_len + len; in iscsi_add_hdr() local
180 if (exp_len > task->hdr_max) { in iscsi_add_hdr()
186 task->hdr_len = exp_len; in iscsi_add_hdr()

Completed in 23 milliseconds