Searched refs:cs35l35 (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/sound/soc/codecs/ |
D | cs35l35.c | 161 static void cs35l35_reset(struct cs35l35_private *cs35l35) in cs35l35_reset() argument 163 gpiod_set_value_cansleep(cs35l35->reset_gpio, 0); in cs35l35_reset() 165 gpiod_set_value_cansleep(cs35l35->reset_gpio, 1); in cs35l35_reset() 169 static int cs35l35_wait_for_pdn(struct cs35l35_private *cs35l35) in cs35l35_wait_for_pdn() argument 173 if (cs35l35->pdata.ext_bst) { in cs35l35_wait_for_pdn() 178 reinit_completion(&cs35l35->pdn_done); in cs35l35_wait_for_pdn() 180 ret = wait_for_completion_timeout(&cs35l35->pdn_done, in cs35l35_wait_for_pdn() 183 dev_err(cs35l35->dev, "PDN_DONE did not complete\n"); in cs35l35_wait_for_pdn() 194 struct cs35l35_private *cs35l35 = snd_soc_component_get_drvdata(component); in cs35l35_sdin_event() local 199 regmap_update_bits(cs35l35->regmap, CS35L35_CLK_CTL1, in cs35l35_sdin_event() [all …]
|
D | Makefile | 49 snd-soc-cs35l35-objs := cs35l35.o 333 obj-$(CONFIG_SND_SOC_CS35L35) += snd-soc-cs35l35.o
|
/Linux-v5.4/Documentation/devicetree/bindings/sound/ |
D | cs35l35.txt | 5 - compatible : "cirrus,cs35l35" 38 boost supply, note that sharing a boost from another cs35l35 would constitute 71 The cs35l35 node can have a single "cirrus,classh-internal-algo" sub-node 107 The cs35l35 node can have a single "cirrus,monitor-signal-format" sub-node 142 cs35l35: cs35l35@20 { 143 compatible = "cirrus,cs35l35";
|
/Linux-v5.4/include/ |
D | Kbuild | 943 header-test- += sound/cs35l35.h
|