Home
last modified time | relevance | path

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

/sound/soc/ti/
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()
Domap-mcbsp.c295 void *reg_cache; in omap_mcbsp_request() local
298 reg_cache = kzalloc(mcbsp->reg_cache_size, GFP_KERNEL); in omap_mcbsp_request()
299 if (!reg_cache) in omap_mcbsp_request()
310 mcbsp->reg_cache = reg_cache; in omap_mcbsp_request()
359 mcbsp->reg_cache = NULL; in omap_mcbsp_request()
362 kfree(reg_cache); in omap_mcbsp_request()
369 void *reg_cache; in omap_mcbsp_free() local
389 reg_cache = mcbsp->reg_cache; in omap_mcbsp_free()
406 mcbsp->reg_cache = NULL; in omap_mcbsp_free()
409 kfree(reg_cache); in omap_mcbsp_free()
/sound/soc/codecs/
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()
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()
771 uda1380->reg_cache = devm_kmemdup(&i2c->dev, in uda1380_i2c_probe()
775 if (!uda1380->reg_cache) in uda1380_i2c_probe()
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()
1484 dac33->reg_cache = devm_kmemdup(&client->dev, in dac33_i2c_probe()
1488 if (!dac33->reg_cache) in dac33_i2c_probe()