Searched refs:nubus_get_rsrc_str (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/nubus/ |
H A D | nubus.c | 183 unsigned int nubus_get_rsrc_str(char *dest, const struct nubus_dirent *dirent, in nubus_get_rsrc_str() function 201 EXPORT_SYMBOL(nubus_get_rsrc_str); 537 len = nubus_get_rsrc_str(name, &ent, sizeof(name)); in nubus_get_functional_resource() 629 len = nubus_get_rsrc_str(name, &ent, sizeof(name)); in nubus_get_vendorinfo() 670 len = nubus_get_rsrc_str(board->name, &ent, in nubus_get_board_resource()
|
/openbmc/linux/include/linux/ |
H A D | nubus.h | 159 unsigned int nubus_get_rsrc_str(char *dest, const struct nubus_dirent *dirent,
|