/external/bluetooth/bluez/plugins/ |
D | hciops.c | 89 struct dev_info *dev; 109 static struct dev_info { struct 160 struct dev_info *dev = &devs[index]; in get_state() argument 173 struct dev_info *dev = &devs[index]; in set_state() 208 struct dev_info *dev = &devs[index]; in is_le_capable() 216 struct dev_info *dev = &devs[index]; in is_bredr_capable() 238 static struct dev_info *init_dev_info(int index, int sk, gboolean registered, in init_dev_info() 241 struct dev_info *dev = &devs[index]; in init_dev_info() 363 struct dev_info *dev = &devs[index]; in write_inq_mode() 378 struct dev_info *dev = &devs[index]; in get_inquiry_mode() [all …]
|
/external/blktrace/btt/ |
D | output.c | 102 char dev_info[15]; in __output_dip_avg() local 104 __output_avg(odap->ofp, make_dev_hdr(dev_info, 15, dip, 1), in __output_dip_avg() 127 char dev_info[15]; in __output_q2d_histo() local 131 make_dev_hdr(dev_info, 15, dip, 1)); in __output_q2d_histo() 170 char dev_info[15]; in __output_dip_merge_ratio() local 188 make_dev_hdr(dev_info, 15, dip, 1), in __output_dip_merge_ratio() 200 make_dev_hdr(dev_info, 15, dip, 0), in __output_dip_merge_ratio() 263 char dev_info[15]; in __output_dip_prep_ohead() local 269 make_dev_hdr(dev_info, 15, dip, 1), in __output_dip_prep_ohead() 396 char dev_info[15]; in do_output_dip_seek_info() local [all …]
|
/external/bluetooth/bluez/src/ |
D | event.c | 387 struct remote_dev_info match, *dev_info; in btd_event_remote_name() local 418 dev_info = adapter_search_found_devices(adapter, &match); in btd_event_remote_name() 419 if (dev_info) { in btd_event_remote_name() 420 g_free(dev_info->name); in btd_event_remote_name() 421 dev_info->name = g_strdup(name); in btd_event_remote_name() 422 adapter_emit_device_found(adapter, dev_info); in btd_event_remote_name()
|
/external/bluetooth/bluez/lib/bluetooth/ |
D | rfcomm.h | 92 struct rfcomm_dev_info dev_info[0]; member
|
/external/blktrace/btreplay/ |
D | btreplay.c | 74 struct dev_info { struct 565 struct dev_info *dip; in add_input_dev() 568 dip = list_entry(p, struct dev_info, head); in add_input_dev() 581 static void rem_input_dev(struct dev_info *dip) in rem_input_dev() 959 static void __find_input_files(struct dev_info *dip) in __find_input_files() 991 __find_input_files(list_entry(p, struct dev_info, head)); in find_input_files()
|
/external/wpa_supplicant_8/src/wps/ |
D | wps_er.c | 1780 static void wps_er_ap_learn(struct wps_er_ap *ap, const char *dev_info) in wps_er_ap_learn() argument 1787 info = xml_get_base64_item(dev_info, "NewDeviceInfo", &ret); in wps_er_ap_learn() 1804 char *dev_info = NULL; in wps_er_http_get_dev_info_cb() local 1812 dev_info = os_zalloc(wpabuf_len(reply) + 1); in wps_er_http_get_dev_info_cb() 1813 if (dev_info == NULL) in wps_er_http_get_dev_info_cb() 1815 os_memcpy(dev_info, wpabuf_head(reply), wpabuf_len(reply)); in wps_er_http_get_dev_info_cb() 1826 if (dev_info) { in wps_er_http_get_dev_info_cb() 1827 wps_er_ap_learn(ap, dev_info); in wps_er_http_get_dev_info_cb() 1828 os_free(dev_info); in wps_er_http_get_dev_info_cb()
|
/external/bluetooth/bluez/compat/ |
D | dun.c | 76 di = dl->dev_info; in for_each_port()
|
/external/bluetooth/bluez/tools/ |
D | rfcomm.c | 138 di = dl->dev_info; in print_dev_list() 250 di = dl->dev_info; in release_all()
|
D | hcitool.c | 60 static int dev_info(int s, int dev_id, long arg) in dev_info() function 432 hci_for_each_dev(HCI_UP, dev_info, 0); in cmd_dev()
|
/external/kernel-headers/original/linux/ |
D | device.h | 432 #define dev_info(dev, format, arg...) \ macro
|