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