Lines Matching full:cmm
777 struct device_node *cmm;
780 cmm = of_parse_phandle(np, "renesas,cmms", i);
781 if (!cmm) {
787 if (!of_device_is_available(cmm)) {
788 /* It's fine to have a phandle to a non-enabled CMM. */
789 of_node_put(cmm);
793 pdev = of_find_device_by_node(cmm);
795 dev_err(rcdu->dev, "No device found for CMM%u\n", i);
796 of_node_put(cmm);
800 of_node_put(cmm);
803 * -ENODEV is used to report that the CMM config option is
815 * Enforce suspend/resume ordering by making the CMM a provider
816 * of the DU: CMM is suspended after and resumed before the DU.
821 "Failed to create device link to CMM%u\n", i);
938 "failed to initialize CMM\n");