Home
last modified time | relevance | path

Searched refs:num_specs (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.10/sound/soc/uniphier/
Daio-ld11.c357 .num_specs = ARRAY_SIZE(uniphier_aio_ld11),
367 .num_specs = ARRAY_SIZE(uniphier_aio_ld11),
Daio.h219 int num_specs; member
Daio-pxs2.c277 .num_specs = ARRAY_SIZE(uniphier_aio_pxs2),
Daio-cpu.c108 for (i = 0; i < chip_spec->num_specs; i++) { in find_spec()
/Linux-v5.10/include/rdma/
Duverbs_std_types.h140 struct ib_uflow_resources *flow_resources_alloc(size_t num_specs);
/Linux-v5.10/drivers/infiniband/core/
Duverbs_cmd.c2549 struct ib_uflow_resources *flow_resources_alloc(size_t num_specs) in flow_resources_alloc() argument
2558 if (!num_specs) in flow_resources_alloc()
2562 kcalloc(num_specs, sizeof(*resources->counters), GFP_KERNEL); in flow_resources_alloc()
2564 kcalloc(num_specs, sizeof(*resources->collection), GFP_KERNEL); in flow_resources_alloc()
2570 resources->max = num_specs; in flow_resources_alloc()