Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/media/platform/stm32/
H A Dstm32-dcmi.c1428 static const struct of_device_id stm32_dcmi_of_match[] = { variable
1432 MODULE_DEVICE_TABLE(of, stm32_dcmi_of_match);
1851 match = of_match_device(of_match_ptr(stm32_dcmi_of_match), &pdev->dev); in dcmi_probe()
2118 .of_match_table = of_match_ptr(stm32_dcmi_of_match),
/kernel/linux/linux-6.6/drivers/media/platform/st/stm32/
H A Dstm32-dcmi.c1420 static const struct of_device_id stm32_dcmi_of_match[] = { variable
1424 MODULE_DEVICE_TABLE(of, stm32_dcmi_of_match);
1902 match = of_match_device(of_match_ptr(stm32_dcmi_of_match), &pdev->dev); in dcmi_probe()
2163 .of_match_table = of_match_ptr(stm32_dcmi_of_match),

Completed in 6 milliseconds