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