Lines Matching refs:match
390 const struct of_device_id *match; in st_of_clkgena_divmux_setup() local
397 match = of_match_node(clkgena_divmux_of_match, np); in st_of_clkgena_divmux_setup()
398 if (WARN_ON(!match)) in st_of_clkgena_divmux_setup()
401 data = (struct clkgena_divmux_data *)match->data; in st_of_clkgena_divmux_setup()
490 const struct of_device_id *match; in st_of_clkgena_prediv_setup() local
496 match = of_match_node(clkgena_prediv_of_match, np); in st_of_clkgena_prediv_setup()
497 if (!match) { in st_of_clkgena_prediv_setup()
502 data = (struct clkgena_prediv_data *)match->data; in st_of_clkgena_prediv_setup()
627 const struct of_device_id *match; in st_of_clkgen_mux_setup() local
634 match = of_match_node(mux_of_match, np); in st_of_clkgen_mux_setup()
635 if (!match) { in st_of_clkgen_mux_setup()
640 data = (struct clkgen_mux_data *)match->data; in st_of_clkgen_mux_setup()
704 const struct of_device_id *match; in st_of_clkgen_vcc_setup() local
711 match = of_match_node(vcc_of_match, np); in st_of_clkgen_vcc_setup()
712 if (WARN_ON(!match)) in st_of_clkgen_vcc_setup()
714 data = (struct clkgen_vcc_data *)match->data; in st_of_clkgen_vcc_setup()