Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/dma/
Ddma-axi-dmac.c99 unsigned int x_len; member
269 axi_dmac_write(dmac, AXI_DMAC_REG_X_LENGTH, sg->x_len - 1); in axi_dmac_start_transfer()
285 return sg->x_len * sg->y_len; in axi_dmac_total_sg_bytes()
287 return sg->x_len; in axi_dmac_total_sg_bytes()
515 sg->x_len = segment_size; in axi_dmac_fill_linear_sg()
526 sg->x_len = len; in axi_dmac_fill_linear_sg()
668 desc->sg[0].x_len = xt->sgl[0].size; in axi_dmac_prep_interleaved()
671 desc->sg[0].x_len = xt->sgl[0].size * xt->numf; in axi_dmac_prep_interleaved()
/linux-5.19.10/drivers/input/touchscreen/
Dusbtouchscreen.c910 __be16 x_len; /* bytes for X axis */ member
1051 unsigned int x_len = be16_to_cpu(packet->x_len); in nexio_read_data() local
1061 if (x_len > 0xff) in nexio_read_data()
1062 x_len -= 0x80; in nexio_read_data()
1070 usbtouch->type->max_xc = 2 * x_len; in nexio_read_data()
1085 for (x = 0; x < x_len; x++) { in nexio_read_data()
1092 for (y = x_len; y < data_len; y++) { in nexio_read_data()
1094 begin_y = y - x_len; in nexio_read_data()
1099 end_y = y - 1 - x_len; in nexio_read_data()
/linux-5.19.10/drivers/crypto/caam/
Dpdb.h401 u8 x_len; member
416 u8 x_len; member
/linux-5.19.10/include/linux/
Dccp.h530 unsigned int x_len; /* In bytes */ member
/linux-5.19.10/drivers/crypto/ccp/
Dccp-ops.c2276 (ecc->u.pm.point_1.x_len > CCP_ECC_MODULUS_BYTES) || in ccp_run_ecc_pm_cmd()
2283 (ecc->u.pm.point_2.x_len > CCP_ECC_MODULUS_BYTES) || in ccp_run_ecc_pm_cmd()
2299 (ecc->u.pm.result.x_len < CCP_ECC_MODULUS_BYTES) || in ccp_run_ecc_pm_cmd()
2331 ecc->u.pm.point_1.x_len); in ccp_run_ecc_pm_cmd()
2348 ecc->u.pm.point_2.x_len); in ccp_run_ecc_pm_cmd()