Lines Matching defs:hci_write
3041 codec_dbg(codec, "hci_write invalid params\n");
3050 codec_dbg(codec, "hci_write chipio failed\n");
3098 const struct dsp_image_seg *hci_write = NULL;
3105 hci_write = fls;
3109 if (hci_write && (!fls || is_last(fls))) {
3110 codec_dbg(codec, "hci_write\n");
3111 return dspxfr_hci_write(codec, hci_write);
3124 return hci_write ? dspxfr_hci_write(codec, hci_write) : 0;
3220 if (hci_write) {
3221 status = dspxfr_hci_write(codec, hci_write);
3224 hci_write = NULL;