Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/crypto/caam/
Dctrl.c624 const struct soc_device_attribute *imx_soc_match; in caam_probe() local
644 imx_soc_match = soc_device_match(caam_imx_soc_table); in caam_probe()
645 caam_imx = (bool)imx_soc_match; in caam_probe()
647 if (imx_soc_match) { in caam_probe()
648 if (!imx_soc_match->data) { in caam_probe()
653 ret = init_clocks(dev, imx_soc_match->data); in caam_probe()