Searched refs:init_write (Results 1 – 1 of 1) sorted by relevance
213 struct sdca_init_write *init_write; in find_sdca_init_table() local239 init_write = devm_kcalloc(dev, num_init_writes, sizeof(*init_write), GFP_KERNEL); in find_sdca_init_table()240 if (!init_write) in find_sdca_init_table()244 init_write[i].addr = le32_to_cpu(raw[i].addr); in find_sdca_init_table()245 init_write[i].val = raw[i].val; in find_sdca_init_table()249 function->init_table = init_write; in find_sdca_init_table()