Home
last modified time | relevance | path

Searched refs:reg_default (Results 1 – 25 of 30) sorted by relevance

12

/linux-3.4.99/drivers/base/regmap/
Dregcache.c67 map->reg_defaults = kmalloc(count * sizeof(struct reg_default), in regcache_hw_init()
138 sizeof(struct reg_default), GFP_KERNEL); in regcache_init()
470 const struct reg_default *_a = a; in regcache_default_cmp()
471 const struct reg_default *_b = b; in regcache_default_cmp()
478 struct reg_default key; in regcache_lookup_reg()
479 struct reg_default *r; in regcache_lookup_reg()
485 sizeof(struct reg_default), regcache_default_cmp); in regcache_lookup_reg()
Dinternal.h75 struct reg_default *reg_defaults;
80 struct reg_default *patch;
Dregmap.c871 int regmap_register_patch(struct regmap *map, const struct reg_default *regs, in regmap_register_patch()
897 map->patch = kcalloc(num_regs, sizeof(struct reg_default), GFP_KERNEL); in regmap_register_patch()
900 num_regs * sizeof(struct reg_default)); in regmap_register_patch()
/linux-3.4.99/include/linux/
Dregmap.h39 struct reg_default { struct
90 const struct reg_default *reg_defaults;
170 int regmap_register_patch(struct regmap *map, const struct reg_default *regs,
323 const struct reg_default *regs, in regmap_register_patch()
/linux-3.4.99/drivers/mfd/
Dwm8994-regmap.c22 static struct reg_default wm1811_defaults[] = {
222 static struct reg_default wm8994_defaults[] = {
441 static struct reg_default wm8958_defaults[] = {
Dwm8994-core.c362 static const __devinitdata struct reg_default wm8994_revc_patch[] = {
369 static const __devinitdata struct reg_default wm8958_reva_patch[] = {
376 static const __devinitdata struct reg_default wm1811_reva_patch[] = {
391 const struct reg_default *regmap_patch = NULL; in wm8994_device_init()
/linux-3.4.99/sound/soc/codecs/
Dmax9768.c38 static struct reg_default max9768_default_regs[] = {
Dak4535.c40 static const struct reg_default ak4535_reg_defaults[] = {
Dwm5100-tables.c706 struct reg_default wm5100_reg_defaults[WM5100_REGISTER_COUNT] = {
Dwm9090.c37 static const struct reg_default wm9090_reg_defaults[] = {
Dwm8731.c57 static const struct reg_default wm8731_reg_defaults[] = {
Dwm8993.c44 static struct reg_default wm8993_reg_defaults[] = {
1701 static struct reg_default wm8993_regmap_patch[] = {
Dwm8804.c39 static const struct reg_default wm8804_reg_defaults[] = {
Dwm8988.c36 static const struct reg_default wm8988_reg_defaults[] = {
Dda7210.c633 static struct reg_default da7210_reg_defaults[] = {
Dwm2200.c67 static struct reg_default wm2200_reg_defaults[] = {
778 static const struct reg_default wm2200_reva_patch[] = {
Dwm8955.c52 static const struct reg_default wm8955_reg_defaults[] = {
Dwm8978.c33 static const struct reg_default wm8978_reg_defaults[] = {
Dalc5632.c38 static struct reg_default alc5632_reg_defaults[] = {
Dcs42l73.c45 static const struct reg_default cs42l73_reg_defaults[] = {
Dwm8985.c43 static const struct reg_default wm8985_reg_defaults[] = {
Dwm9081.c33 static struct reg_default wm9081_reg[] = {
Dwm8753.c69 static const struct reg_default wm8753_reg_defaults[] = {
Dwm8962.c114 static struct reg_default wm8962_reg[] = {
3569 static const struct reg_default wm8962_dc_measure[] = {
Dwm8995.c47 static struct reg_default wm8995_reg_defaults[] = {

12