Home
last modified time | relevance | path

Searched refs:matched_id (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/misc/
H A Dkgdbts.c345 static int matched_id; in check_single_step() local
365 if (matched_id && in check_single_step()
368 matched_id++; in check_single_step()
378 matched_id = 0; in check_single_step()
/linux-6.15/sound/soc/codecs/
H A Dalc5623.c990 unsigned int matched_id; in alc5623_i2c_probe() local
1019 matched_id = (uintptr_t)i2c_get_match_data(client); in alc5623_i2c_probe()
1021 if ((vid1 != 0x10ec) || (vid2 != matched_id)) { in alc5623_i2c_probe()
1024 0x10ec, matched_id, in alc5623_i2c_probe()
H A Dalc5632.c1111 unsigned int matched_id; in alc5632_i2c_probe() local
1137 matched_id = (uintptr_t)i2c_get_match_data(client); in alc5632_i2c_probe()
1139 if ((vid1 != 0x10EC) || (vid2 != matched_id)) { in alc5632_i2c_probe()