Home
last modified time | relevance | path

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

/Linux-v5.4/sound/soc/uniphier/
Daio-ld11.c375 .num_specs = ARRAY_SIZE(uniphier_aio_ld11),
385 .num_specs = ARRAY_SIZE(uniphier_aio_ld11),
Daio-pxs2.c291 .num_specs = ARRAY_SIZE(uniphier_aio_pxs2),
Daio.h219 int num_specs; member
Daio-cpu.c108 for (i = 0; i < chip_spec->num_specs; i++) { in find_spec()
/Linux-v5.4/include/rdma/
Duverbs_std_types.h164 struct ib_uflow_resources *flow_resources_alloc(size_t num_specs);
/Linux-v5.4/drivers/infiniband/core/
Duverbs_cmd.c2582 struct ib_uflow_resources *flow_resources_alloc(size_t num_specs) in flow_resources_alloc() argument
2591 if (!num_specs) in flow_resources_alloc()
2595 kcalloc(num_specs, sizeof(*resources->counters), GFP_KERNEL); in flow_resources_alloc()
2597 kcalloc(num_specs, sizeof(*resources->collection), GFP_KERNEL); in flow_resources_alloc()
2603 resources->max = num_specs; in flow_resources_alloc()