Lines Matching refs:bluetooth_data
47 struct bluetooth_data {
62 static void bluetooth_exit(struct bluetooth_data *data)
75 struct bluetooth_data *data = ext->private_data;
143 static int bluetooth_send_ctl(struct bluetooth_data *data,
205 struct bluetooth_data *data = ext->private_data;
227 struct bluetooth_data *data = ext->private_data;
259 struct bluetooth_data *data = ext->private_data;
318 static int bluetooth_init(struct bluetooth_data *data)
325 memset(data, 0, sizeof(struct bluetooth_data));
342 struct bluetooth_data *data;
347 data = malloc(sizeof(struct bluetooth_data));