Searched refs:apply_patch (Results 1 – 2 of 2) sorted by relevance
940 int (*apply_patch)(struct arizona *) = NULL; in arizona_dev_init() local1142 apply_patch = wm5102_patch; in arizona_dev_init()1166 apply_patch = wm5110_patch; in arizona_dev_init()1190 apply_patch = cs47l24_patch; in arizona_dev_init()1205 apply_patch = wm8997_patch; in arizona_dev_init()1229 apply_patch = wm8998_patch; in arizona_dev_init()1249 if (apply_patch) { in arizona_dev_init()1250 ret = apply_patch(arizona); in arizona_dev_init()
118 int (*apply_patch)(struct tps6598x *tps); member1207 ret = tps->data->apply_patch(tps); in tps25750_init()1223 return tps->data->apply_patch(tps); in tps6598x_init()1544 .apply_patch = tps6598x_apply_patch,1554 .apply_patch = tps25750_apply_patch,