Searched refs:hfpio (Results 1 – 1 of 1) sorted by relevance
55 struct hfp_io *hfpio = (struct hfp_io *)iodev; in frames_queued() local57 if (!hfp_info_running(hfpio->info)) in frames_queued()63 return hfp_buf_queued(hfpio->info, iodev); in frames_queued()69 struct hfp_io *hfpio = (struct hfp_io *)data; in hfp_packet_size_changed() local70 struct cras_iodev *iodev = &hfpio->base; in hfp_packet_size_changed()74 iodev->buffer_size = hfp_buf_size(hfpio->info, iodev); in hfp_packet_size_changed()75 cras_bt_device_iodev_buffer_size_changed(hfpio->device); in hfp_packet_size_changed()80 struct hfp_io *hfpio = (struct hfp_io *)iodev; in configure_dev() local89 if (hfp_info_running(hfpio->info)) in configure_dev()92 sk = cras_bt_device_sco_connect(hfpio->device); in configure_dev()[all …]