| /Linux-v4.19/sound/aoa/core/ |
| D | gpio-pmf.c | 75 struct gpio_notification *notif = in pmf_handle_notify() local 78 mutex_lock(¬if->mutex); in pmf_handle_notify() 79 if (notif->notify) in pmf_handle_notify() 80 notif->notify(notif->data); in pmf_handle_notify() 81 mutex_unlock(¬if->mutex); in pmf_handle_notify() 125 struct gpio_notification *notif = data; in pmf_handle_notify_irq() local 127 schedule_delayed_work(¬if->work, 0); in pmf_handle_notify_irq() 135 struct gpio_notification *notif; in pmf_set_notify() local 143 notif = &rt->headphone_notify; in pmf_set_notify() 147 notif = &rt->line_in_notify; in pmf_set_notify() [all …]
|
| D | gpio-feature.c | 212 struct gpio_notification *notif = in ftr_handle_notify() local 215 mutex_lock(¬if->mutex); in ftr_handle_notify() 216 if (notif->notify) in ftr_handle_notify() 217 notif->notify(notif->data); in ftr_handle_notify() 218 mutex_unlock(¬if->mutex); in ftr_handle_notify() 303 struct gpio_notification *notif = data; in ftr_handle_notify_irq() local 305 schedule_delayed_work(¬if->work, 0); in ftr_handle_notify_irq() 315 struct gpio_notification *notif; in ftr_set_notify() local 323 notif = &rt->headphone_notify; in ftr_set_notify() 328 notif = &rt->line_in_notify; in ftr_set_notify() [all …]
|
| /Linux-v4.19/drivers/net/wireless/intel/iwlwifi/mvm/ |
| D | time-event.c | 216 struct iwl_time_event_notif *notif) in iwl_mvm_te_handle_notify_csa() argument 221 if (!notif->status) in iwl_mvm_te_handle_notify_csa() 226 if (!notif->status) in iwl_mvm_te_handle_notify_csa() 231 if (!notif->status) { in iwl_mvm_te_handle_notify_csa() 250 struct iwl_time_event_notif *notif, in iwl_mvm_te_check_trigger() argument 276 !(trig_action_bitmap & le32_to_cpu(notif->action)) || in iwl_mvm_te_check_trigger() 277 !(trig_status_bitmap & BIT(le32_to_cpu(notif->status)))) in iwl_mvm_te_check_trigger() 283 le32_to_cpu(notif->action), in iwl_mvm_te_check_trigger() 284 le32_to_cpu(notif->status)); in iwl_mvm_te_check_trigger() 298 struct iwl_time_event_notif *notif) in iwl_mvm_te_handle_notif() argument [all …]
|
| D | rs-fw.c | 261 struct iwl_tlc_update_notif *notif; in iwl_mvm_tlc_update_notif() local 269 notif = (void *)pkt->data; in iwl_mvm_tlc_update_notif() 270 sta = rcu_dereference(mvm->fw_id_to_mac_id[notif->sta_id]); in iwl_mvm_tlc_update_notif() 273 notif->sta_id); in iwl_mvm_tlc_update_notif() 281 notif->sta_id); in iwl_mvm_tlc_update_notif() 285 flags = le32_to_cpu(notif->flags); in iwl_mvm_tlc_update_notif() 290 lq_sta->last_rate_n_flags = le32_to_cpu(notif->rate); in iwl_mvm_tlc_update_notif() 296 u16 size = le32_to_cpu(notif->amsdu_size); in iwl_mvm_tlc_update_notif() 301 mvmsta->amsdu_enabled = le32_to_cpu(notif->amsdu_enabled); in iwl_mvm_tlc_update_notif() 306 le32_to_cpu(notif->amsdu_size), size, in iwl_mvm_tlc_update_notif()
|
| D | coex.c | 277 struct iwl_bt_coex_profile_notif *notif; member 366 bt_activity_grading = le32_to_cpu(data->notif->bt_activity_grading); in iwl_mvm_bt_notif_iterator() 473 .notif = &mvm->last_bt_notif, in iwl_mvm_bt_coex_notif_handle() 550 struct iwl_bt_coex_profile_notif *notif = (void *)pkt->data; in iwl_mvm_rx_bt_coex_notif() local 553 IWL_DEBUG_COEX(mvm, "\tBT ci compliance %d\n", notif->bt_ci_compliance); in iwl_mvm_rx_bt_coex_notif() 555 le32_to_cpu(notif->primary_ch_lut)); in iwl_mvm_rx_bt_coex_notif() 557 le32_to_cpu(notif->secondary_ch_lut)); in iwl_mvm_rx_bt_coex_notif() 559 le32_to_cpu(notif->bt_activity_grading)); in iwl_mvm_rx_bt_coex_notif() 562 memcpy(&mvm->last_bt_notif, notif, sizeof(mvm->last_bt_notif)); in iwl_mvm_rx_bt_coex_notif()
|
| D | scan.c | 362 struct iwl_lmac_scan_complete_notif *notif = (void *)pkt->data; in iwl_mvm_rx_lmac_scan_iter_complete_notif() local 366 notif->status, notif->scanned_channels); in iwl_mvm_rx_lmac_scan_iter_complete_notif() 1782 struct iwl_umac_scan_complete *notif = (void *)pkt->data; in iwl_mvm_rx_umac_scan_complete_notif() local 1783 u32 uid = __le32_to_cpu(notif->uid); in iwl_mvm_rx_umac_scan_complete_notif() 1784 bool aborted = (notif->status == IWL_SCAN_OFFLOAD_ABORTED); in iwl_mvm_rx_umac_scan_complete_notif() 1811 notif->status == IWL_SCAN_OFFLOAD_COMPLETED ? in iwl_mvm_rx_umac_scan_complete_notif() 1813 iwl_mvm_ebs_status_str(notif->ebs_status)); in iwl_mvm_rx_umac_scan_complete_notif() 1816 notif->last_schedule, notif->last_iter, in iwl_mvm_rx_umac_scan_complete_notif() 1817 __le32_to_cpu(notif->time_from_last_iter)); in iwl_mvm_rx_umac_scan_complete_notif() 1819 if (notif->ebs_status != IWL_SCAN_EBS_SUCCESS && in iwl_mvm_rx_umac_scan_complete_notif() [all …]
|
| D | nvm.c | 617 struct iwl_mcc_chub_notif *notif = (void *)pkt->data; in iwl_mvm_rx_chub_update_mcc() local 624 if (iwl_mvm_is_vif_assoc(mvm) && notif->source_id == MCC_SOURCE_WIFI) { in iwl_mvm_rx_chub_update_mcc() 632 mcc[0] = le16_to_cpu(notif->mcc) >> 8; in iwl_mvm_rx_chub_update_mcc() 633 mcc[1] = le16_to_cpu(notif->mcc) & 0xff; in iwl_mvm_rx_chub_update_mcc() 635 src = notif->source_id; in iwl_mvm_rx_chub_update_mcc()
|
| D | rx.c | 867 struct iwl_ba_window_status_notif *notif = (void *)pkt->data; in iwl_mvm_window_status_notif() local 871 if (WARN_ONCE(pkt_len != sizeof(*notif), in iwl_mvm_window_status_notif() 885 ratid = le16_to_cpu(notif->ra_tid[i]); in iwl_mvm_window_status_notif() 890 received_mpdu = le16_to_cpu(notif->mpdu_rx_count[i]); in iwl_mvm_window_status_notif() 901 bitmap = le64_to_cpu(notif->bitmap[i]); in iwl_mvm_window_status_notif() 902 ssn = le32_to_cpu(notif->start_seq_num[i]); in iwl_mvm_window_status_notif()
|
| D | tt.c | 219 struct ct_kill_notif *notif; in iwl_mvm_ct_kill_notif() local 222 if (WARN_ON_ONCE(len != sizeof(*notif))) { in iwl_mvm_ct_kill_notif() 227 notif = (struct ct_kill_notif *)pkt->data; in iwl_mvm_ct_kill_notif() 229 notif->temperature); in iwl_mvm_ct_kill_notif()
|
| D | tdls.c | 268 struct iwl_tdls_channel_switch_notif *notif = (void *)pkt->data; in iwl_mvm_rx_tdls_notif() local 273 u32 sta_id = le32_to_cpu(notif->sta_id); in iwl_mvm_rx_tdls_notif() 278 if (!le32_to_cpu(notif->status)) { in iwl_mvm_rx_tdls_notif()
|
| D | debugfs.c | 519 int iwl_mvm_coex_dump_mbox(struct iwl_bt_coex_profile_notif *notif, char *buf, in iwl_mvm_coex_dump_mbox() argument 582 struct iwl_bt_coex_profile_notif *notif = &mvm->last_bt_notif; in iwl_dbgfs_bt_notif_read() local 592 pos += iwl_mvm_coex_dump_mbox(notif, buf, pos, bufsz); in iwl_dbgfs_bt_notif_read() 595 notif->bt_ci_compliance); in iwl_dbgfs_bt_notif_read() 597 le32_to_cpu(notif->primary_ch_lut)); in iwl_dbgfs_bt_notif_read() 599 le32_to_cpu(notif->secondary_ch_lut)); in iwl_dbgfs_bt_notif_read() 602 le32_to_cpu(notif->bt_activity_grading)); in iwl_dbgfs_bt_notif_read() 604 notif->rrc_status & 0xF); in iwl_dbgfs_bt_notif_read() 606 notif->ttc_status & 0xF); in iwl_dbgfs_bt_notif_read()
|
| D | mac80211.c | 1877 struct iwl_mu_group_mgmt_notif *notif = _data; in iwl_mvm_mu_mimo_iface_iterator() local 1885 (u8 *)¬if->membership_status, in iwl_mvm_mu_mimo_iface_iterator() 1886 (u8 *)¬if->user_position); in iwl_mvm_mu_mimo_iface_iterator() 1894 struct iwl_mu_group_mgmt_notif *notif = (void *)pkt->data; in iwl_mvm_mu_mimo_grp_notif() local 1898 iwl_mvm_mu_mimo_iface_iterator, notif); in iwl_mvm_mu_mimo_grp_notif() 2673 struct iwl_mvm_pm_state_notification *notif = (void *)pkt->data; in iwl_mvm_sta_pm_notif() local 2676 bool sleeping = (notif->type != IWL_MVM_PM_EVENT_AWAKE); in iwl_mvm_sta_pm_notif() 2678 if (WARN_ON(notif->sta_id >= ARRAY_SIZE(mvm->fw_id_to_mac_id))) in iwl_mvm_sta_pm_notif() 2682 sta = rcu_dereference(mvm->fw_id_to_mac_id[notif->sta_id]); in iwl_mvm_sta_pm_notif() 2705 switch (notif->type) { in iwl_mvm_sta_pm_notif() [all …]
|
| /Linux-v4.19/drivers/uwb/ |
| D | ie-rcv.c | 36 if (evt->notif.size < sizeof(*iercv)) { in uwbd_evt_handle_rc_ie_rcv() 39 evt->notif.size, sizeof(*iercv)); in uwbd_evt_handle_rc_ie_rcv() 42 iercv = container_of(evt->notif.rceb, struct uwb_rc_evt_ie_rcv, rceb); in uwbd_evt_handle_rc_ie_rcv()
|
| D | uwbd.c | 187 type = evt->notif.rceb->bEventType; in uwbd_event_handle_urc() 188 event = le16_to_cpu(evt->notif.rceb->wEvent); in uwbd_event_handle_urc() 189 context = evt->notif.rceb->bEventContext; in uwbd_event_handle_urc() 241 kfree(evt->notif.rceb); in uwbd_event_handle() 348 kfree(evt->notif.rceb); in uwbd_event_queue() 365 kfree(evt->notif.rceb); in uwbd_flush()
|
| D | beacon.c | 369 if (evt->notif.size < sizeof(*be) + sizeof(*bf)) { in uwb_verify_beacon() 371 "(%zu vs %zu bytes needed)\n", evt->notif.size, in uwb_verify_beacon() 402 be = container_of(evt->notif.rceb, struct uwb_rc_evt_beacon, rceb); in uwbd_evt_handle_rc_beacon() 476 if (evt->notif.size < sizeof(*bs)) { in uwbd_evt_handle_rc_beacon_size() 479 evt->notif.size, sizeof(*bs)); in uwbd_evt_handle_rc_beacon_size() 482 bs = container_of(evt->notif.rceb, struct uwb_rc_evt_beacon_size, rceb); in uwbd_evt_handle_rc_beacon_size() 512 if (evt->notif.size < sizeof(*bpsc)) { in uwbd_evt_handle_rc_bp_slot_change() 516 bpsc = container_of(evt->notif.rceb, struct uwb_rc_evt_bp_slot_change, rceb); in uwbd_evt_handle_rc_bp_slot_change() 550 if (evt->notif.size < sizeof(*bpoiec)) { in uwbd_evt_handle_rc_bpoie_change() 553 evt->notif.size, sizeof(*bpoiec)); in uwbd_evt_handle_rc_bpoie_change() [all …]
|
| D | neh.c | 400 uwb_evt->notif.size = size; in uwb_rc_notif() 401 uwb_evt->notif.rceb = rceb; in uwb_rc_notif() 410 struct uwb_rceb *notif; in uwb_rc_neh_grok_event() local 414 notif = kmalloc(size, GFP_ATOMIC); in uwb_rc_neh_grok_event() 415 if (notif) { in uwb_rc_neh_grok_event() 416 memcpy(notif, rceb, size); in uwb_rc_neh_grok_event() 417 uwb_rc_notif(rc, notif, size); in uwb_rc_neh_grok_event()
|
| D | drp-avail.c | 234 if (evt->notif.size < sizeof(*drp_evt)) { in uwbd_evt_get_drp_avail() 237 "needed]\n", evt->notif.size, sizeof(*drp_evt)); in uwbd_evt_get_drp_avail() 240 drp_evt = container_of(evt->notif.rceb, struct uwb_rc_evt_drp_avail, rceb); in uwbd_evt_get_drp_avail()
|
| D | drp.c | 814 if (evt->notif.size < sizeof(*drp_evt)) { in uwbd_evt_handle_rc_drp() 817 evt->notif.size, sizeof(*drp_evt)); in uwbd_evt_handle_rc_drp() 820 bytes_left = evt->notif.size - sizeof(*drp_evt); in uwbd_evt_handle_rc_drp() 821 drp_evt = container_of(evt->notif.rceb, struct uwb_rc_evt_drp, rceb); in uwbd_evt_handle_rc_drp()
|
| /Linux-v4.19/drivers/net/wireless/intel/iwlwifi/dvm/ |
| D | scan.c | 259 struct iwl_scanreq_notification *notif = (void *)pkt->data; in iwl_rx_reply_scan() local 261 IWL_DEBUG_SCAN(priv, "Scan request status = 0x%x\n", notif->status); in iwl_rx_reply_scan() 270 struct iwl_scanstart_notification *notif = (void *)pkt->data; in iwl_rx_scan_start_notif() local 272 priv->scan_start_tsf = le32_to_cpu(notif->tsf_low); in iwl_rx_scan_start_notif() 276 notif->channel, in iwl_rx_scan_start_notif() 277 notif->band ? "bg" : "a", in iwl_rx_scan_start_notif() 278 le32_to_cpu(notif->tsf_high), in iwl_rx_scan_start_notif() 279 le32_to_cpu(notif->tsf_low), in iwl_rx_scan_start_notif() 280 notif->status, notif->beacon_timer); in iwl_rx_scan_start_notif() 289 struct iwl_scanresults_notification *notif = (void *)pkt->data; in iwl_rx_scan_results_notif() local [all …]
|
| /Linux-v4.19/drivers/net/wimax/i2400m/ |
| D | usb-debug-levels.h | 36 D_SUBMODULE_DECLARE(notif),
|
| D | Makefile | 20 usb-notif.o \
|
| /Linux-v4.19/drivers/crypto/ccree/ |
| D | cc_request_mgr.c | 52 bool notif; member 371 if (!bli->notif) { in cc_proc_backlog() 373 bli->notif = true; in cc_proc_backlog() 450 bli->notif = false; in cc_send_request()
|
| /Linux-v4.19/drivers/net/wireless/intel/iwlwifi/ |
| D | Makefile | 15 iwlwifi-objs += fw/notif-wait.o
|
| /Linux-v4.19/drivers/net/wireless/intel/iwlwifi/fw/api/ |
| D | coex.h | 199 BT_MBOX_MSG(notif, _num, _field), \
|
| /Linux-v4.19/drivers/net/wireless/intel/iwlegacy/ |
| D | common.c | 1408 struct il_scanreq_notification *notif = in il_hdl_scan() local 1411 D_SCAN("Scan request status = 0x%x\n", notif->status); in il_hdl_scan() 1420 struct il_scanstart_notification *notif = in il_hdl_scan_start() local 1422 il->scan_start_tsf = le32_to_cpu(notif->tsf_low); in il_hdl_scan_start() 1424 "(TSF: 0x%08X:%08X) - %d (beacon timer %u)\n", notif->channel, in il_hdl_scan_start() 1425 notif->band ? "bg" : "a", le32_to_cpu(notif->tsf_high), in il_hdl_scan_start() 1426 le32_to_cpu(notif->tsf_low), notif->status, notif->beacon_timer); in il_hdl_scan_start() 1435 struct il_scanresults_notification *notif = in il_hdl_scan_results() local 1439 "elapsed=%lu usec\n", notif->channel, notif->band ? "bg" : "a", in il_hdl_scan_results() 1440 le32_to_cpu(notif->tsf_high), le32_to_cpu(notif->tsf_low), in il_hdl_scan_results() [all …]
|