Home
last modified time | relevance | path

Searched refs:aic32x4_of_id (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/sound/soc/codecs/
H A Dtlv320aic32x4-i2c.c19 static const struct of_device_id aic32x4_of_id[]; variable
36 oid = of_match_node(aic32x4_of_id, i2c->dev.of_node); in aic32x4_i2c_probe()
61 static const struct of_device_id aic32x4_of_id[] = { variable
67 MODULE_DEVICE_TABLE(of, aic32x4_of_id);
72 .of_match_table = aic32x4_of_id,
H A Dtlv320aic32x4-spi.c19 static const struct of_device_id aic32x4_of_id[]; variable
37 oid = of_match_node(aic32x4_of_id, spi->dev.of_node); in aic32x4_spi_probe()
61 static const struct of_device_id aic32x4_of_id[] = { variable
66 MODULE_DEVICE_TABLE(of, aic32x4_of_id);
72 .of_match_table = aic32x4_of_id,