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.c290 int num_col; member
323 .num_col = 8,
328 .num_col = 3,
333 .num_col = 3,
338 .num_col = 3,
343 .num_col = 6,
349 .num_col = 2,
354 .num_col = 11,
359 .num_col = 3,
364 .num_col = 13,
[all …]
/linux/drivers/accel/amdxdna/
H A Daie2_ctx.c528 hwctx->num_col = hwctx->num_tiles / ndev->aie.metadata.core.row_count; in aie2_hwctx_col_list()
529 if (!hwctx->num_col || hwctx->num_col > ndev->total_col) { in aie2_hwctx_col_list()
530 XDNA_ERR(xdna, "Invalid num_col %d", hwctx->num_col); in aie2_hwctx_col_list()
535 width = hwctx->num_col; in aie2_hwctx_col_list()
544 end = ndev->total_col - hwctx->num_col; in aie2_hwctx_col_list()
594 xrs_req->cdo.ncols = hwctx->num_col; in aie2_alloc_resource()
597 xrs_req->cdo.qos_cap.opc = xdna->dev_handle->priv->col_opc * hwctx->num_col; in aie2_alloc_resource()
H A Damdxdna_ctx.h108 u32 num_col; member
H A Daie2_pci.c249 hwctx->num_unused_col = action->part.ncols - hwctx->num_col; in aie2_xrs_load()
250 hwctx->num_col = action->part.ncols; in aie2_xrs_load()
825 tmp->num_col = hwctx->num_col; in aie2_hwctx_status_cb()
H A Daie2_message.c217 req.num_col = hwctx->num_col; in aie2_create_context()
361 *bitmap |= GENMASK(hwctx->start_col + hwctx->num_col - 1, hwctx->start_col); in amdxdna_hwctx_col_map()