Lines Matching refs:notif
362 BT_MBOX_MSG(notif, _num, _field), \
366 int iwl_mvm_coex_dump_mbox(struct iwl_bt_coex_profile_notif *notif, char *buf, in iwl_mvm_coex_dump_mbox() argument
425 int iwl_mvm_coex_dump_mbox_old(struct iwl_bt_coex_profile_notif_old *notif, in iwl_mvm_coex_dump_mbox_old() argument
498 struct iwl_bt_coex_profile_notif_old *notif = in iwl_dbgfs_bt_notif_read() local
501 pos += iwl_mvm_coex_dump_mbox_old(notif, buf, pos, bufsz); in iwl_dbgfs_bt_notif_read()
504 notif->bt_ci_compliance); in iwl_dbgfs_bt_notif_read()
506 le32_to_cpu(notif->primary_ch_lut)); in iwl_dbgfs_bt_notif_read()
508 le32_to_cpu(notif->secondary_ch_lut)); in iwl_dbgfs_bt_notif_read()
511 le32_to_cpu(notif->bt_activity_grading)); in iwl_dbgfs_bt_notif_read()
516 struct iwl_bt_coex_profile_notif *notif = in iwl_dbgfs_bt_notif_read() local
519 pos += iwl_mvm_coex_dump_mbox(notif, buf, pos, bufsz); in iwl_dbgfs_bt_notif_read()
522 notif->bt_ci_compliance); in iwl_dbgfs_bt_notif_read()
524 le32_to_cpu(notif->primary_ch_lut)); in iwl_dbgfs_bt_notif_read()
526 le32_to_cpu(notif->secondary_ch_lut)); in iwl_dbgfs_bt_notif_read()
529 le32_to_cpu(notif->bt_activity_grading)); in iwl_dbgfs_bt_notif_read()