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
497 struct iwl_bt_coex_profile_notif_old *notif = in iwl_dbgfs_bt_notif_read() local
500 pos += iwl_mvm_coex_dump_mbox_old(notif, buf, pos, bufsz); in iwl_dbgfs_bt_notif_read()
503 notif->bt_ci_compliance); in iwl_dbgfs_bt_notif_read()
505 le32_to_cpu(notif->primary_ch_lut)); in iwl_dbgfs_bt_notif_read()
507 le32_to_cpu(notif->secondary_ch_lut)); in iwl_dbgfs_bt_notif_read()
510 le32_to_cpu(notif->bt_activity_grading)); in iwl_dbgfs_bt_notif_read()
515 struct iwl_bt_coex_profile_notif *notif = in iwl_dbgfs_bt_notif_read() local
518 pos += iwl_mvm_coex_dump_mbox(notif, buf, pos, bufsz); in iwl_dbgfs_bt_notif_read()
521 notif->bt_ci_compliance); in iwl_dbgfs_bt_notif_read()
523 le32_to_cpu(notif->primary_ch_lut)); in iwl_dbgfs_bt_notif_read()
525 le32_to_cpu(notif->secondary_ch_lut)); in iwl_dbgfs_bt_notif_read()
528 le32_to_cpu(notif->bt_activity_grading)); in iwl_dbgfs_bt_notif_read()