Searched refs:nubus_get_rsrc_str (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/nubus/ |
H A 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); variable 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()
|
/kernel/linux/linux-6.6/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); variable 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()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | nubus.h | 158 unsigned int nubus_get_rsrc_str(char *dest, const struct nubus_dirent *dirent,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | nubus.h | 159 unsigned int nubus_get_rsrc_str(char *dest, const struct nubus_dirent *dirent,
|
Completed in 4 milliseconds