Searched refs:findstr (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/drivers/media/dvb-core/ |
D | dvb_ca_en50221.c | 201 static char *findstr(char *haystack, int hlen, char *needle, int nlen) in findstr() function 522 dvb_str = findstr((char *)tuple, tuple_length, "DVB_CI_V", 8); in dvb_ca_en50221_parse_attributes() 556 if (!findstr((char *)tuple, tuple_length, in dvb_ca_en50221_parse_attributes() 558 !findstr((char *)tuple, tuple_length, in dvb_ca_en50221_parse_attributes()
|
/linux-6.1.9/drivers/gpu/drm/nouveau/ |
D | nouveau_bios.c | 1235 static uint16_t findstr(uint8_t *data, int n, const uint8_t *str, int len) in findstr() function 1978 hwsq_offset = findstr(bios->data, bios->length, hwsq_signature, sz); in load_nv17_hw_sequencer_ucode() 2000 newoffset = findstr(&bios->data[offset], searchlen, in nouveau_bios_embedded_edid()
|