Searched refs:bin_alloc (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/media/i2c/ccs/
H A Dccs-data.c23 static void *bin_alloc(struct bin_container *bin, size_t len) function
146 ccsdata->version = bin_alloc(bin, sizeof(*ccsdata->version));
222 regs = regs_base = bin_alloc(bin, sizeof(*regs) * *__num_regs);
293 regs->value = bin_alloc(bin, len);
375 *ffd = bin_alloc(bin, sizeof(**ffd));
383 (*ffd)->column_descs = bin_alloc(bin, __ffd->num_column_descs *
391 (*ffd)->row_descs = bin_alloc(bin, __ffd->num_row_descs *
418 *pdaf_readout = bin_alloc(bin, sizeof(**pdaf_readout));
442 bin_alloc(bin, sizeof(*rules) * *__num_rules);
498 if_rule = bin_alloc(bi
[all...]

Completed in 136 milliseconds