Lines Matching defs:hci_write
3162 codec_dbg(codec, "hci_write invalid params\n");
3171 codec_dbg(codec, "hci_write chipio failed\n");
3218 const struct dsp_image_seg *hci_write = NULL;
3225 hci_write = fls;
3229 if (hci_write && (!fls || is_last(fls))) {
3230 codec_dbg(codec, "hci_write\n");
3231 return dspxfr_hci_write(codec, hci_write);
3244 return hci_write ? dspxfr_hci_write(codec, hci_write) : 0;
3340 if (hci_write) {
3341 status = dspxfr_hci_write(codec, hci_write);
3344 hci_write = NULL;