Home
last modified time | relevance | path

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

/linux/drivers/input/misc/
H A Diqs7222.c291 int num_col; member
324 .num_col = 8,
329 .num_col = 3,
334 .num_col = 3,
339 .num_col = 3,
344 .num_col = 6,
350 .num_col = 2,
355 .num_col = 11,
360 .num_col = 3,
365 .num_col = 13,
[all …]
/linux/drivers/accel/amdxdna/
H A Daie2_ctx.c506 hwctx->num_col = hwctx->num_tiles / ndev->aie.metadata.core.row_count; in aie2_hwctx_col_list()
507 if (!hwctx->num_col || hwctx->num_col > ndev->total_col) { in aie2_hwctx_col_list()
508 XDNA_ERR(xdna, "Invalid num_col %d", hwctx->num_col); in aie2_hwctx_col_list()
513 width = hwctx->num_col; in aie2_alloc_resource()
522 end = ndev->total_col - hwctx->num_col; in aie2_alloc_resource()
572 xrs_req->cdo.ncols = hwctx->num_col; in aie2_ctx_syncobj_create()
575 xrs_req->cdo.qos_cap.opc = xdna->dev_handle->priv->col_opc * hwctx->num_col; in aie2_ctx_syncobj_create()
H A Damdxdna_ctx.h108 u32 num_col;
107 u32 num_col; global() member
H A Daie2_message.c217 req.num_col = hwctx->num_col; in aie2_query_firmware_version()
361 *bitmap |= GENMASK(hwctx->start_col + hwctx->num_col - 1, hwctx->start_col); in aie2_destroy_context()
H A Daie2_pci.c249 hwctx->num_unused_col = action->part.ncols - hwctx->num_col; in aie2_mgmt_fw_query()
250 hwctx->num_col = action->part.ncols; in aie2_mgmt_fw_query()
824 tmp->num_col = hwctx->num_col; in aie2_get_sensors()