Searched refs:of_alias_from_compatible (Results 1 – 7 of 7) 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/of/ |
H A D | base.c | 1094 int of_alias_from_compatible(const struct device_node *node, char *alias, int len) in of_alias_from_compatible() function 1106 EXPORT_SYMBOL_GPL(of_alias_from_compatible);
|
/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/gpu/drm/ |
H A D | drm_mipi_dsi.c | 164 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 | 369 extern int of_alias_from_compatible(const struct device_node *node, char *alias,
|
/linux/drivers/spi/ |
H A D | spi.c | 2498 rc = of_alias_from_compatible(nc, spi->modalias, in of_register_spi_device()
|