Lines Matching refs:remote_dev_info
172 static int found_device_cmp(const struct remote_dev_info *d1, in found_device_cmp()
173 const struct remote_dev_info *d2) in found_device_cmp()
192 static void dev_info_free(struct remote_dev_info *dev) in dev_info_free()
265 struct remote_dev_info *dev, match; in pending_remote_name_cancel()
269 memset(&match, 0, sizeof(struct remote_dev_info)); in pending_remote_name_cancel()
286 struct remote_dev_info *dev, match; in adapter_resolve_names()
289 memset(&match, 0, sizeof(struct remote_dev_info)); in adapter_resolve_names()
2893 struct remote_dev_info *adapter_search_found_devices(struct btd_adapter *adapter, in adapter_search_found_devices()
2894 struct remote_dev_info *match) in adapter_search_found_devices()
2906 static int dev_rssi_cmp(struct remote_dev_info *d1, struct remote_dev_info *d2) in dev_rssi_cmp()
2966 struct remote_dev_info *dev) in adapter_emit_device_found()
3012 struct remote_dev_info *dev, match; in adapter_update_found_devices()
3014 memset(&match, 0, sizeof(struct remote_dev_info)); in adapter_update_found_devices()
3030 dev = g_new0(struct remote_dev_info, 1); in adapter_update_found_devices()
3054 struct remote_dev_info *dev, match; in adapter_remove_found_device()
3056 memset(&match, 0, sizeof(struct remote_dev_info)); in adapter_remove_found_device()
3075 struct remote_dev_info *dev = l->data; in adapter_update_oor_devices()