Lines Matching +full:prop +full:-
1 // SPDX-License-Identifier: GPL-2.0-or-later
26 const void *prop, *dr_mode; in mpc834x_usb_cfg() local
30 return -ENOMEM; in mpc834x_usb_cfg()
38 np = of_find_compatible_node(NULL, NULL, "fsl-usb2-dr"); in mpc834x_usb_cfg()
42 prop = of_get_property(np, "phy_type", NULL); in mpc834x_usb_cfg()
44 if (prop && in mpc834x_usb_cfg()
45 (!strcmp(prop, "utmi") || !strcmp(prop, "utmi_wide"))) { in mpc834x_usb_cfg()
49 } else if (prop && !strcmp(prop, "serial")) { in mpc834x_usb_cfg()
57 } else if (prop && !strcmp(prop, "ulpi")) { in mpc834x_usb_cfg()
64 np = of_find_compatible_node(NULL, NULL, "fsl-usb2-mph"); in mpc834x_usb_cfg()
68 prop = of_get_property(np, "port0", NULL); in mpc834x_usb_cfg()
69 if (prop) { in mpc834x_usb_cfg()
74 prop = of_get_property(np, "port1", NULL); in mpc834x_usb_cfg()
75 if (prop) { in mpc834x_usb_cfg()