Searched refs:findstr (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/media/dvb-core/ |
D | dvb_ca_en50221.c | 178 static char *findstr(char * haystack, int hlen, char * needle, int nlen) in findstr() function 485 dvb_str = findstr((char *)tuple, tupleLength, "DVB_CI_V", 8); in dvb_ca_en50221_parse_attributes() 516 if ((findstr((char *)tuple, tupleLength, "DVB_HOST", 8) == NULL) || in dvb_ca_en50221_parse_attributes() 517 (findstr((char *)tuple, tupleLength, "DVB_CI_MODULE", 13) == NULL)) in dvb_ca_en50221_parse_attributes()
|
/linux-4.4.14/drivers/gpu/drm/nouveau/ |
D | nouveau_bios.c | 1234 static uint16_t findstr(uint8_t *data, int n, const uint8_t *str, int len) in findstr() function 1970 hwsq_offset = findstr(bios->data, bios->length, hwsq_signature, sz); in load_nv17_hw_sequencer_ucode() 1992 newoffset = findstr(&bios->data[offset], searchlen, in nouveau_bios_embedded_edid()
|