Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/soc/qcom/
Dspm.c203 static const struct of_device_id spm_match_table[] = { variable
226 MODULE_DEVICE_TABLE(of, spm_match_table);
244 match_id = of_match_node(spm_match_table, pdev->dev.of_node); in spm_dev_probe()
283 .of_match_table = spm_match_table,