Searched refs:findstr (Results 1 - 2 of 2) sorted by last modified time

/drivers/gpu/drm/nouveau/
H A Dnouveau_bios.c1233 static uint16_t findstr(uint8_t *data, int n, const uint8_t *str, int len) function
1966 hwsq_offset = findstr(bios->data, bios->length, hwsq_signature, sz);
1988 newoffset = findstr(&bios->data[offset], searchlen,
/drivers/media/dvb-core/
H A Ddvb_ca_en50221.c178 static char *findstr(char * haystack, int hlen, char * needle, int nlen) function
485 dvb_str = findstr((char *)tuple, tupleLength, "DVB_CI_V", 8);
516 if ((findstr((char *)tuple, tupleLength, "DVB_HOST", 8) == NULL) ||
517 (findstr((char *)tuple, tupleLength, "DVB_CI_MODULE", 13) == NULL))

Completed in 164 milliseconds