Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/input/touchscreen/
Dusbtouchscreen.c924 __be16 x_len; /* bytes for X axis */ member
1060 unsigned int x_len = be16_to_cpu(packet->x_len); in nexio_read_data() local
1070 if (x_len > 0xff) in nexio_read_data()
1071 x_len -= 0x80; in nexio_read_data()
1080 0, 2 * x_len, 0, 0); in nexio_read_data()
1092 for (x = 0; x < x_len; x++) { in nexio_read_data()
1099 for (y = x_len; y < data_len; y++) { in nexio_read_data()
1101 begin_y = y - x_len; in nexio_read_data()
1106 end_y = y - 1 - x_len; in nexio_read_data()
/linux-6.12.1/drivers/dma/
Ddma-axi-dmac.c115 u32 x_len; member
305 axi_dmac_write(dmac, AXI_DMAC_REG_X_LENGTH, sg->hw->x_len); in axi_dmac_start_transfer()
322 return (sg->hw->x_len + 1) * (sg->hw->y_len + 1); in axi_dmac_total_sg_bytes()
324 return (sg->hw->x_len + 1); in axi_dmac_total_sg_bytes()
603 sg->hw->x_len = segment_size - 1; in axi_dmac_fill_linear_sg()
614 sg->hw->x_len = len - 1; in axi_dmac_fill_linear_sg()
800 desc->sg[0].hw->x_len = xt->sgl[0].size - 1; in axi_dmac_prep_interleaved()
803 desc->sg[0].hw->x_len = xt->sgl[0].size * xt->numf - 1; in axi_dmac_prep_interleaved()
/linux-6.12.1/drivers/crypto/caam/
Dpdb.h401 u8 x_len; member
416 u8 x_len; member
/linux-6.12.1/include/linux/
Dccp.h530 unsigned int x_len; /* In bytes */ member
/linux-6.12.1/drivers/crypto/ccp/
Dccp-ops.c2279 (ecc->u.pm.point_1.x_len > CCP_ECC_MODULUS_BYTES) || in ccp_run_ecc_pm_cmd()
2286 (ecc->u.pm.point_2.x_len > CCP_ECC_MODULUS_BYTES) || in ccp_run_ecc_pm_cmd()
2302 (ecc->u.pm.result.x_len < CCP_ECC_MODULUS_BYTES) || in ccp_run_ecc_pm_cmd()
2334 ecc->u.pm.point_1.x_len); in ccp_run_ecc_pm_cmd()
2351 ecc->u.pm.point_2.x_len); in ccp_run_ecc_pm_cmd()