Lines Matching full:supplier
1041 * of_get_next_parent_dev - Add device link to supplier from supplier phandle
1065 * of_link_to_phandle - Add device link to supplier from supplier phandle
1067 * @sup_np: phandle to supplier device tree node
1069 * Given a phandle to a supplier device tree node (@sup_np), this function
1070 * finds the device that owns the supplier device tree node and creates a
1071 * device link from @dev consumer device to the supplier device. This function
1077 * - 0 if link successfully created to supplier
1078 * - -EAGAIN if linking to the supplier should be reattempted
1079 * - -EINVAL if the supplier link is invalid and should not be created
1080 * - -ENODEV if there is no device that corresponds to the supplier phandle
1091 * Find the device node that contains the supplier phandle. It may be in of_link_to_phandle()
1096 /* Don't allow linking to a disabled supplier */ in of_link_to_phandle()
1175 * supplier(s)
1229 * supplier(s)
1268 * parse_prop() finds the node corresponding to a supplier phandle
1269 * @parse_prop.np: Pointer to device node holding supplier phandle property
1369 * return. of_link_property() must create links to all the available supplier