Home
last modified time | relevance | path

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

/arch/arm/mach-imx/
A Dsrc.c52 static int imx_src_reset_module(struct reset_controller_dev *rcdev, in imx_src_reset_module() argument
217 struct reset_controller_dev *rcdev; in imx_src_probe() local
219 rcdev = devm_kzalloc(&pdev->dev, sizeof(*rcdev), GFP_KERNEL); in imx_src_probe()
220 if (!rcdev) in imx_src_probe()
223 rcdev->ops = &imx_src_ops; in imx_src_probe()
224 rcdev->dev = &pdev->dev; in imx_src_probe()
225 rcdev->of_node = pdev->dev.of_node; in imx_src_probe()
226 rcdev->nr_resets = ARRAY_SIZE(sw_reset_bits); in imx_src_probe()
228 return devm_reset_controller_register(&pdev->dev, rcdev); in imx_src_probe()

Completed in 131 milliseconds