Searched refs:nubus_get_rsrc_str (Results 1 – 2 of 2) sorted by relevance
/linux-4.19.296/drivers/nubus/ |
D | nubus.c | 176 unsigned int nubus_get_rsrc_str(char *dest, const struct nubus_dirent *dirent, in nubus_get_rsrc_str() function 194 EXPORT_SYMBOL(nubus_get_rsrc_str); 530 len = nubus_get_rsrc_str(name, &ent, sizeof(name)); in nubus_get_functional_resource() 622 len = nubus_get_rsrc_str(name, &ent, sizeof(name)); in nubus_get_vendorinfo() 663 len = nubus_get_rsrc_str(board->name, &ent, in nubus_get_board_resource()
|
/linux-4.19.296/include/linux/ |
D | nubus.h | 158 unsigned int nubus_get_rsrc_str(char *dest, const struct nubus_dirent *dirent,
|