Home
last modified time | relevance | path

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

/openbmc/linux/drivers/bluetooth/
H A Dbtrtl.c102 static const struct id_table ic_id_table[] = { variable
318 for (i = 0; i < ARRAY_SIZE(ic_id_table); i++) { in btrtl_match_ic()
320 (ic_id_table[i].lmp_subver != lmp_subver)) in btrtl_match_ic()
322 if ((ic_id_table[i].match_flags & IC_MATCH_FL_HCIREV) && in btrtl_match_ic()
323 (ic_id_table[i].hci_rev != hci_rev)) in btrtl_match_ic()
325 if ((ic_id_table[i].match_flags & IC_MATCH_FL_HCIVER) && in btrtl_match_ic()
326 (ic_id_table[i].hci_ver != hci_ver)) in btrtl_match_ic()
329 (ic_id_table[i].hci_bus != hci_bus)) in btrtl_match_ic()
332 (ic_id_table[i].chip_type != chip_type)) in btrtl_match_ic()
337 if (i >= ARRAY_SIZE(ic_id_table)) in btrtl_match_ic()
[all …]