Lines Matching +full:lookup +full:- +full:table
1 /* SPDX-License-Identifier: GPL-2.0+ */
17 * struct of_dev_auxdata - lookup table entry for device names & platform_data
23 * This lookup table allows the caller of of_platform_populate() to override
24 * the names of devices when creating devices from the device tree. The table
29 * the device name to look up a specific device, but the Linux-specific names
33 * Note: Using an auxdata lookup table should be considered a last resort when
45 /* Macro to simplify populating a lookup table */
84 const struct of_dev_auxdata *lookup,
87 const struct of_dev_auxdata *lookup,
104 return -ENODEV; in of_platform_device_destroy()
109 const struct of_dev_auxdata *lookup, in of_platform_populate() argument
112 return -ENODEV; in of_platform_populate()
115 const struct of_dev_auxdata *lookup, in of_platform_default_populate() argument
118 return -ENODEV; in of_platform_default_populate()
124 return -ENODEV; in devm_of_platform_populate()