Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/crypto/caam/
H A Dctrl.c626 const struct soc_device_attribute *imx_soc_match; in caam_probe() local
646 imx_soc_match = soc_device_match(caam_imx_soc_table); in caam_probe()
647 caam_imx = (bool)imx_soc_match; in caam_probe()
649 if (imx_soc_match) { in caam_probe()
650 if (!imx_soc_match->data) { in caam_probe()
655 ret = init_clocks(dev, imx_soc_match->data); in caam_probe()
/kernel/linux/linux-6.6/drivers/crypto/caam/
H A Dctrl.c852 const struct soc_device_attribute *imx_soc_match; in caam_probe() local
872 imx_soc_match = soc_device_match(caam_imx_soc_table); in caam_probe()
873 if (!imx_soc_match && of_match_node(imx8m_machine_match, of_root)) in caam_probe()
876 caam_imx = (bool)imx_soc_match; in caam_probe()
880 if (imx_soc_match) { in caam_probe()
892 if (!imx_soc_match->data) { in caam_probe()
897 ret = init_clocks(dev, imx_soc_match->data); in caam_probe()

Completed in 3 milliseconds