Lines Matching refs:hci_map
55 } hci_map; typedef
57 static char *hci_bit2str(hci_map *m, unsigned int val) in hci_bit2str()
74 static int hci_str2bit(hci_map *map, char *str, unsigned int *val) in hci_str2bit()
77 hci_map *m; in hci_str2bit()
98 static char *hci_uint2str(hci_map *m, unsigned int val) in hci_uint2str()
117 static int hci_str2uint(hci_map *map, char *str, unsigned int *val) in hci_str2uint()
120 hci_map *m; in hci_str2uint()
181 static hci_map dev_flags_map[] = {
198 hci_map *m = dev_flags_map; in hci_dflagstostr()
217 static hci_map pkt_type_map[] = {
236 static hci_map sco_ptype_map[] = {
271 static hci_map link_policy_map[] = {
291 static hci_map link_mode_map[] = {
330 static hci_map commands_map[] = {
603 hci_map *m; in hci_commandstostr()
643 static hci_map ver_map[] = {
675 static hci_map lmp_features_map[8][9] = {
770 hci_map *m = lmp_features_map[i]; in lmp_featurestostr()
791 hci_map *m = lmp_features_map[i]; in lmp_featurestostr()