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

/linux-master/drivers/crypto/caam/
H A Dctrl.c860 const struct soc_device_attribute *imx_soc_match; local
881 imx_soc_match = soc_device_match(caam_imx_soc_table);
882 if (!imx_soc_match && of_match_node(imx8m_machine_match, of_root))
885 caam_imx = (bool)imx_soc_match;
889 if (imx_soc_match) {
901 if (!imx_soc_match->data) {
906 imx_soc_data = imx_soc_match->data;
914 ret = init_clocks(dev, imx_soc_match->data);

Completed in 258 milliseconds