Home
last modified time | relevance | path

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

/linux/drivers/bluetooth/
H A Dbtrtl.c106 static const struct id_table ic_id_table[] = { variable
348 for (i = 0; i < ARRAY_SIZE(ic_id_table); i++) { in btrtl_match_ic()
349 if ((ic_id_table[i].match_flags & IC_MATCH_FL_LMPSUBV) && in btrtl_match_ic()
350 (ic_id_table[i].lmp_subver != lmp_subver)) in btrtl_match_ic()
352 if ((ic_id_table[i].match_flags & IC_MATCH_FL_HCIREV) && in btrtl_match_ic()
353 (ic_id_table[i].hci_rev != hci_rev)) in btrtl_match_ic()
355 if ((ic_id_table[i].match_flags & IC_MATCH_FL_HCIVER) && in btrtl_match_ic()
356 (ic_id_table[i].hci_ver != hci_ver) && in btrtl_match_ic()
357 (ic_id_table[i].hci_ver != 0)) in btrtl_match_ic()
359 if ((ic_id_table[i].match_flags & IC_MATCH_FL_HCIBUS) && in btrtl_match_ic()
[all …]