Searched refs:of_alias_from_compatible (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/i2c/ |
H A D | i2c-core-of.c | 30 if (of_alias_from_compatible(node, info->type, sizeof(info->type)) < 0) { in of_i2c_get_board_info()
|
/linux/drivers/i2c/busses/ |
H A D | i2c-powermac.c | 285 if (of_alias_from_compatible(node, tmp, sizeof(tmp)) >= 0) { in i2c_powermac_get_type()
|
/linux/drivers/hsi/ |
H A D | hsi_core.c | 210 err = of_alias_from_compatible(client, name, sizeof(name)); in hsi_add_client_from_dt()
|
/linux/drivers/of/ |
H A D | base.c | 1154 * of_alias_from_compatible - Lookup appropriate alias for a device node 1170 int of_alias_from_compatible(const struct device_node *node, char *alias, int len) in of_alias_from_compatible() function 1182 EXPORT_SYMBOL_GPL(of_alias_from_compatible);
|
/linux/drivers/gpu/drm/ |
H A D | drm_mipi_dsi.c | 168 if (of_alias_from_compatible(node, info.type, sizeof(info.type)) < 0) { in of_mipi_dsi_device_add()
|
/linux/include/linux/ |
H A D | of.h | 378 extern int of_alias_from_compatible(const struct device_node *node, char *alias,
|