Home
last modified time | relevance | path

Searched refs:nvbios_findstr (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H A Dbase.c91 nvbios_findstr(const u8 *data, int size, const char *str, int len) in nvbios_findstr() function
181 bios->bmp_offset = nvbios_findstr(bios->data, bios->size, in nvkm_bios_new()
189 bios->bit_offset = nvbios_findstr(bios->data, bios->size, in nvkm_bios_new()
/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/
H A Dbios.h27 u16 nvbios_findstr(const u8 *data, int size, const char *str, int len);