Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/soc/uniphier/
H A Daio-ld11.c357 .num_specs = ARRAY_SIZE(uniphier_aio_ld11),
367 .num_specs = ARRAY_SIZE(uniphier_aio_ld11),
H A Daio-pxs2.c277 .num_specs = ARRAY_SIZE(uniphier_aio_pxs2),
H A Daio.h219 int num_specs; member
H A Daio-cpu.c108 for (i = 0; i < chip_spec->num_specs; i++) { in find_spec()
/OK3568_Linux_fs/kernel/include/rdma/
H A Duverbs_std_types.h140 struct ib_uflow_resources *flow_resources_alloc(size_t num_specs);
/OK3568_Linux_fs/kernel/drivers/infiniband/core/
H A Duverbs_cmd.c2552 struct ib_uflow_resources *flow_resources_alloc(size_t num_specs) in flow_resources_alloc() argument
2561 if (!num_specs) in flow_resources_alloc()
2565 kcalloc(num_specs, sizeof(*resources->counters), GFP_KERNEL); in flow_resources_alloc()
2567 kcalloc(num_specs, sizeof(*resources->collection), GFP_KERNEL); in flow_resources_alloc()
2573 resources->max = num_specs; in flow_resources_alloc()