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.c464 hwctx->num_col = hwctx->num_tiles / ndev->metadata.core.row_count; in aie2_hwctx_col_list()
465 if (!hwctx->num_col || hwctx->num_col > ndev->total_col) { in aie2_hwctx_col_list()
466 XDNA_ERR(xdna, "Invalid num_col %d", hwctx->num_col); in aie2_hwctx_col_list()
471 width = hwctx->num_col; in aie2_hwctx_col_list()
480 end = ndev->total_col - hwctx->num_col; in aie2_hwctx_col_list()
519 hwctx->num_unused_col = xdna->dev_handle->total_col - hwctx->num_col; in aie2_alloc_resource()
520 hwctx->num_col = xdna->dev_handle->total_col; in aie2_alloc_resource()
530 xrs_req->cdo.ncols = hwctx->num_col; in aie2_alloc_resource()
H A Damdxdna_ctx.h107 u32 num_col; member
H A Daie2_pci.c278 hwctx->num_col = action->part.ncols; in aie2_xrs_load()
864 tmp->num_col = hwctx->num_col; in aie2_hwctx_status_cb()
H A Daie2_message.c277 req.num_col = hwctx->num_col; in aie2_create_context()
387 *bitmap |= GENMASK(hwctx->start_col + hwctx->num_col - 1, hwctx->start_col); in amdxdna_hwctx_col_map()