Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/bluetooth/
Dbtrtl.c80 static const struct id_table ic_id_table[] = { variable
215 for (i = 0; i < ARRAY_SIZE(ic_id_table); i++) { in btrtl_match_ic()
216 if ((ic_id_table[i].match_flags & IC_MATCH_FL_LMPSUBV) && in btrtl_match_ic()
217 (ic_id_table[i].lmp_subver != lmp_subver)) in btrtl_match_ic()
219 if ((ic_id_table[i].match_flags & IC_MATCH_FL_HCIREV) && in btrtl_match_ic()
220 (ic_id_table[i].hci_rev != hci_rev)) in btrtl_match_ic()
222 if ((ic_id_table[i].match_flags & IC_MATCH_FL_HCIVER) && in btrtl_match_ic()
223 (ic_id_table[i].hci_ver != hci_ver)) in btrtl_match_ic()
225 if ((ic_id_table[i].match_flags & IC_MATCH_FL_HCIBUS) && in btrtl_match_ic()
226 (ic_id_table[i].hci_bus != hci_bus)) in btrtl_match_ic()
[all …]