Home
last modified time | relevance | path

Searched refs:reg_cache (Results 1 – 5 of 5) sorted by relevance

/sound/soc/ti/
A Domap-mcbsp-priv.h270 void *reg_cache; member
287 ((u16 *)mcbsp->reg_cache)[reg] = (u16)val; in omap_mcbsp_write()
290 ((u32 *)mcbsp->reg_cache)[reg] = val; in omap_mcbsp_write()
302 ((u16 *)mcbsp->reg_cache)[reg]; in omap_mcbsp_read()
305 ((u32 *)mcbsp->reg_cache)[reg]; in omap_mcbsp_read()
A Domap-mcbsp.c293 void *reg_cache; in omap_mcbsp_request() local
296 reg_cache = kzalloc(mcbsp->reg_cache_size, GFP_KERNEL); in omap_mcbsp_request()
297 if (!reg_cache) in omap_mcbsp_request()
308 mcbsp->reg_cache = reg_cache; in omap_mcbsp_request()
357 mcbsp->reg_cache = NULL; in omap_mcbsp_request()
360 kfree(reg_cache); in omap_mcbsp_request()
367 void *reg_cache; in omap_mcbsp_free() local
386 reg_cache = mcbsp->reg_cache; in omap_mcbsp_free()
403 mcbsp->reg_cache = NULL; in omap_mcbsp_free()
406 kfree(reg_cache); in omap_mcbsp_free()
/sound/soc/codecs/
A Dcx20442.c27 u8 reg_cache; member
96 return cx20442->reg_cache; in cx20442_read_reg_cache()
167 old = cx20442->reg_cache; in cx20442_write()
168 cx20442->reg_cache = value; in cx20442_write()
A Duda1380.c38 u16 *reg_cache; member
65 u16 *cache = uda1380->reg_cache; in uda1380_read_reg_cache()
81 u16 *cache = uda1380->reg_cache; in uda1380_write_reg_cache()
138 u16 *cache = uda1380->reg_cache; in uda1380_sync_cache()
769 uda1380->reg_cache = devm_kmemdup_array(&i2c->dev, uda1380_reg, ARRAY_SIZE(uda1380_reg), in uda1380_i2c_probe()
771 if (!uda1380->reg_cache) in uda1380_i2c_probe()
A Dtlv320dac33.c95 u8 *reg_cache; member
164 u8 *cache = dac33->reg_cache; in dac33_read_reg_cache()
175 u8 *cache = dac33->reg_cache; in dac33_write_reg_cache()
1480 dac33->reg_cache = devm_kmemdup_array(&client->dev, dac33_reg, ARRAY_SIZE(dac33_reg), in dac33_i2c_probe()
1482 if (!dac33->reg_cache) in dac33_i2c_probe()

Completed in 22 milliseconds