Lines Matching +full:lookup +full:- +full:table
1 /* SPDX-License-Identifier: GPL-2.0+ */
16 * struct of_dev_auxdata - lookup table entry for device names & platform_data
22 * This lookup table allows the caller of of_platform_populate() to override
23 * the names of devices when creating devices from the device tree. The table
28 * the device name to look up a specific device, but the Linux-specific names
32 * Note: Using an auxdata lookup table should be considered a last resort when
44 /* Macro to simplify populating a lookup table */
78 const struct of_dev_auxdata *lookup,
81 const struct of_dev_auxdata *lookup,
98 return -ENODEV; in of_platform_device_destroy()
103 const struct of_dev_auxdata *lookup, in of_platform_populate() argument
106 return -ENODEV; in of_platform_populate()
109 const struct of_dev_auxdata *lookup, in of_platform_default_populate() argument
112 return -ENODEV; in of_platform_default_populate()
118 return -ENODEV; in devm_of_platform_populate()