| /linux/drivers/tee/optee/ |
| H A D | notif.c | 25 list_for_each_entry(entry, &optee->notif.db, link) in have_key() 38 if (key > optee->notif.max_key) in optee_notif_wait() 47 spin_lock_irqsave(&optee->notif.lock, flags); in optee_notif_wait() 53 if (test_bit(key, optee->notif.bitmap)) { in optee_notif_wait() 54 clear_bit(key, optee->notif.bitmap); in optee_notif_wait() 67 list_add_tail(&entry->link, &optee->notif.db); in optee_notif_wait() 72 spin_unlock_irqrestore(&optee->notif.lock, flags); in optee_notif_wait() 79 spin_lock_irqsave(&optee->notif.lock, flags); in optee_notif_wait() 83 spin_unlock_irqrestore(&optee->notif.lock, flags); in optee_notif_wait() 95 if (key > optee->notif.max_key) in optee_notif_send() [all …]
|
| /linux/sound/aoa/core/ |
| H A D | gpio-pmf.c | 74 struct gpio_notification *notif = in pmf_handle_notify() local 77 guard(mutex)(¬if->mutex); in pmf_handle_notify() 78 if (notif->notify) in pmf_handle_notify() 79 notif->notify(notif->data); in pmf_handle_notify() 123 struct gpio_notification *notif = data; in pmf_handle_notify_irq() local 125 schedule_delayed_work(¬if->work, 0); in pmf_handle_notify_irq() 133 struct gpio_notification *notif; in pmf_set_notify() local 141 notif = &rt->headphone_notify; in pmf_set_notify() 145 notif = &rt->line_in_notify; in pmf_set_notify() 149 notif = &rt->line_out_notify; in pmf_set_notify() [all …]
|
| /linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
| H A D | time-sync.c | 62 struct iwl_time_msmt_notify *notif = (void *)pkt->data; in iwl_mvm_time_sync_msmt_event() local 67 iwl_mvm_time_sync_find_skb(mvm, notif->peer_addr, in iwl_mvm_time_sync_msmt_event() 68 le32_to_cpu(notif->dialog_token)); in iwl_mvm_time_sync_msmt_event() 76 ts_10ns = iwl_mvm_get_64_bit(notif->t2_hi, notif->t2_lo); in iwl_mvm_time_sync_msmt_event() 81 ts_10ns = iwl_mvm_get_64_bit(notif->t3_hi, notif->t3_lo); in iwl_mvm_time_sync_msmt_event() 97 struct iwl_time_msmt_cfm_notify *notif = (void *)pkt->data; in iwl_mvm_time_sync_msmt_confirm_event() local 103 iwl_mvm_time_sync_find_skb(mvm, notif->peer_addr, in iwl_mvm_time_sync_msmt_confirm_event() 104 le32_to_cpu(notif->dialog_token)); in iwl_mvm_time_sync_msmt_confirm_event() 111 ts_10ns = iwl_mvm_get_64_bit(notif->t1_hi, notif->t1_lo); in iwl_mvm_time_sync_msmt_confirm_event() 116 ts_10ns = iwl_mvm_get_64_bit(notif->t4_hi, notif->t4_lo); in iwl_mvm_time_sync_msmt_confirm_event()
|
| H A D | mac-ctxt.c | 1738 struct iwl_probe_resp_data_notif *notif = (void *)pkt->data; in iwl_mvm_probe_resp_data_notif() local 1740 u32 id = le32_to_cpu(notif->mac_id); in iwl_mvm_probe_resp_data_notif() 1745 notif->noa_active, notif->csa_counter); in iwl_mvm_probe_resp_data_notif() 1758 if (IWL_FW_CHECK(mvm, notif->noa_active && in iwl_mvm_probe_resp_data_notif() 1759 notif->noa_attr.len_low != 2 + in iwl_mvm_probe_resp_data_notif() 1761 notif->noa_attr.len_low != 2 + in iwl_mvm_probe_resp_data_notif() 1764 notif->noa_attr.len_low)) in iwl_mvm_probe_resp_data_notif() 1771 memcpy(&new_data->notif, notif, sizeof(new_data->notif)); in iwl_mvm_probe_resp_data_notif() 1775 sizeof(new_data->notif.noa_attr) - 1; in iwl_mvm_probe_resp_data_notif() 1781 if (new_data->notif.noa_attr.len_low == in iwl_mvm_probe_resp_data_notif() [all …]
|
| H A D | scan.c | 340 struct iwl_lmac_scan_complete_notif *notif = (void *)pkt->data; in iwl_mvm_rx_lmac_scan_iter_complete_notif() local 344 notif->status, notif->scanned_channels); in iwl_mvm_rx_lmac_scan_iter_complete_notif() 3214 struct iwl_umac_scan_complete *notif = (void *)pkt->data; in iwl_mvm_rx_umac_scan_complete_notif() local 3215 u32 uid = __le32_to_cpu(notif->uid); in iwl_mvm_rx_umac_scan_complete_notif() 3216 bool aborted = (notif->status == IWL_SCAN_OFFLOAD_ABORTED); in iwl_mvm_rx_umac_scan_complete_notif() 3223 notif->status == IWL_SCAN_OFFLOAD_COMPLETED ? in iwl_mvm_rx_umac_scan_complete_notif() 3225 iwl_mvm_ebs_status_str(notif->ebs_status)); in iwl_mvm_rx_umac_scan_complete_notif() 3232 notif->last_schedule, notif->last_iter, in iwl_mvm_rx_umac_scan_complete_notif() 3233 __le32_to_cpu(notif->time_from_last_iter)); in iwl_mvm_rx_umac_scan_complete_notif() 3270 if (notif->ebs_status != IWL_SCAN_EBS_SUCCESS && in iwl_mvm_rx_umac_scan_complete_notif() [all …]
|
| /linux/io_uring/ |
| H A D | notif.h | 30 static inline struct io_notif_data *io_notif_to_data(struct io_kiocb *notif) in io_notif_to_data() argument 32 return io_kiocb_to_cmd(notif, struct io_notif_data); in io_notif_to_data() 35 static inline void io_notif_flush(struct io_kiocb *notif) in io_notif_flush() argument 36 __must_hold(¬if->ctx->uring_lock) in io_notif_flush() 38 struct io_notif_data *nd = io_notif_to_data(notif); in io_notif_flush() 43 static inline int io_notif_account_mem(struct io_kiocb *notif, unsigned len) in io_notif_account_mem() argument 45 struct io_ring_ctx *ctx = notif->ctx; in io_notif_account_mem() 46 struct io_notif_data *nd = io_notif_to_data(notif); in io_notif_account_mem()
|
| H A D | net.c | 18 #include "notif.h" 85 struct io_kiocb *notif; member 1314 if (zc->notif) { in io_send_zc_cleanup() 1315 io_notif_flush(zc->notif); 1316 zc->notif = NULL; 1329 struct io_kiocb *notif; in io_send_zc_prep() 1340 notif = zc->notif = io_alloc_notif(ctx); in io_send_zc_prep() 1341 if (!notif) in io_send_zc_prep() 1343 notif in io_send_zc_prep() 1325 struct io_kiocb *notif; io_send_zc_prep() local [all...] |
| /linux/drivers/net/wireless/intel/iwlwifi/mld/ |
| H A D | time_sync.c | 174 struct iwl_time_msmt_notify *notif = (void *)pkt->data; in iwl_mld_handle_time_msmt_notif() local 179 iwl_mld_time_sync_find_skb(mld, notif->peer_addr, in iwl_mld_handle_time_msmt_notif() 180 le32_to_cpu(notif->dialog_token)); in iwl_mld_handle_time_msmt_notif() 187 ts_10ns = iwl_mld_get_64_bit(notif->t2_hi, notif->t2_lo); in iwl_mld_handle_time_msmt_notif() 192 ts_10ns = iwl_mld_get_64_bit(notif->t3_hi, notif->t3_lo); in iwl_mld_handle_time_msmt_notif() 209 struct iwl_time_msmt_cfm_notify *notif = (void *)pkt->data; in iwl_mld_handle_time_sync_confirm_notif() local 215 iwl_mld_time_sync_find_skb(mld, notif->peer_addr, in iwl_mld_handle_time_sync_confirm_notif() 216 le32_to_cpu(notif->dialog_token)); in iwl_mld_handle_time_sync_confirm_notif() 223 ts_10ns = iwl_mld_get_64_bit(notif->t1_hi, notif->t1_lo); in iwl_mld_handle_time_sync_confirm_notif() 228 ts_10ns = iwl_mld_get_64_bit(notif->t4_hi, notif->t4_lo); in iwl_mld_handle_time_sync_confirm_notif()
|
| H A D | iface.c | 499 const struct iwl_probe_resp_data_notif *notif = (void *)pkt->data; in iwl_mld_handle_probe_resp_data_notif() local 505 notif->noa_active, notif->csa_counter); in iwl_mld_handle_probe_resp_data_notif() 507 if (IWL_FW_CHECK(mld, le32_to_cpu(notif->mac_id) >= in iwl_mld_handle_probe_resp_data_notif() 510 le32_to_cpu(notif->mac_id))) in iwl_mld_handle_probe_resp_data_notif() 514 mld->fw_id_to_vif[le32_to_cpu(notif->mac_id)]); in iwl_mld_handle_probe_resp_data_notif() 523 if (notif->csa_counter != IWL_PROBE_RESP_DATA_NO_CSA && in iwl_mld_handle_probe_resp_data_notif() 524 notif->csa_counter >= 1) in iwl_mld_handle_probe_resp_data_notif() 525 ieee80211_beacon_set_cntdwn(vif, notif->csa_counter); in iwl_mld_handle_probe_resp_data_notif() 536 if (IWL_FW_CHECK(mld, notif->noa_active && in iwl_mld_handle_probe_resp_data_notif() 537 notif->noa_attr.len_low != 2 + in iwl_mld_handle_probe_resp_data_notif() [all …]
|
| H A D | session-protect.c | 14 struct iwl_session_prot_notif *notif = (void *)pkt->data; in iwl_mld_handle_session_prot_notif() local 15 int fw_link_id = le32_to_cpu(notif->mac_link_id); in iwl_mld_handle_session_prot_notif() 29 if (!le32_to_cpu(notif->status)) { in iwl_mld_handle_session_prot_notif() 31 } else if (le32_to_cpu(notif->start)) { in iwl_mld_handle_session_prot_notif() 117 struct iwl_session_prot_notif *notif = (void *)pkt->data; in iwl_mld_session_start_fn() local 124 if (IWL_FW_CHECK(mld, pkt_len < sizeof(*notif), in iwl_mld_session_start_fn() 129 fw_link_id = le32_to_cpu(notif->mac_link_id); in iwl_mld_session_start_fn() 135 if (!le32_to_cpu(notif->status)) in iwl_mld_session_start_fn() 138 if (notif->start) { in iwl_mld_session_start_fn()
|
| H A D | d3.c | 450 const struct iwl_wowlan_info_notif *notif, in iwl_mld_convert_mlo_keys() argument 453 if (!notif->num_mlo_link_keys) in iwl_mld_convert_mlo_keys() 456 wowlan_status->num_mlo_keys = notif->num_mlo_link_keys; in iwl_mld_convert_mlo_keys() 464 const struct iwl_wowlan_mlo_gtk *fw_mlo_key = ¬if->mlo_gtks[i]; in iwl_mld_convert_mlo_keys() 486 struct iwl_wowlan_info_notif *notif) in iwl_mld_convert_wowlan_notif_v5() argument 489 BUILD_BUG_ON(ARRAY_SIZE(notif->gtk) != ARRAY_SIZE(notif_v5->gtk)); in iwl_mld_convert_wowlan_notif_v5() 493 struct iwl_wowlan_gtk_status *gtk = ¬if->gtk[i]; in iwl_mld_convert_wowlan_notif_v5() 520 memcpy(¬if->igtk[0], ¬if_v5->igtk[0], in iwl_mld_convert_wowlan_notif_v5() 528 notif->igtk[0].key_status = IWL_WOWLAN_STATUS_NEW_KEY; in iwl_mld_convert_wowlan_notif_v5() 531 BUILD_BUG_ON(ARRAY_SIZE(notif->bigtk) != ARRAY_SIZE(notif_v5->bigtk)); in iwl_mld_convert_wowlan_notif_v5() [all …]
|
| H A D | notif.c | 73 const struct notif_struct *notif = (const void *)pkt->data; \ 75 return obj_id == _Generic((notif)->id_member, \ 76 __le32: le32_to_cpu((notif)->id_member), \ 77 __le16: le16_to_cpu((notif)->id_member), \ 78 u8: (notif)->id_member); \ 150 const struct iwl_mu_group_mgmt_notif *notif = _data; in iwl_mld_mu_mimo_iface_iterator() local 152 BUILD_BUG_ON(sizeof(notif->membership_status) != in iwl_mld_mu_mimo_iface_iterator() 154 BUILD_BUG_ON(sizeof(notif->user_position) != in iwl_mld_mu_mimo_iface_iterator() 162 (u8 *)¬if->membership_status, in iwl_mld_mu_mimo_iface_iterator() 163 (u8 *)¬if->user_position); in iwl_mld_mu_mimo_iface_iterator() [all …]
|
| H A D | coex.c | 27 const struct iwl_bt_coex_profile_notif *notif = (void *)pkt->data; in iwl_mld_handle_bt_coex_notif() local 30 bool bt_is_active = memcmp(notif, &zero_notif, sizeof(*notif)); in iwl_mld_handle_bt_coex_notif()
|
| H A D | link.c | 529 const struct iwl_missed_beacons_notif *notif = (const void *)pkt->data; in iwl_mld_handle_missed_beacon_notif() local 531 u32 fw_link_id = le32_to_cpu(notif->link_id); in iwl_mld_handle_missed_beacon_notif() 532 u32 missed_bcon = le32_to_cpu(notif->consec_missed_beacons); in iwl_mld_handle_missed_beacon_notif() 534 le32_to_cpu(notif->consec_missed_beacons_since_last_rx); in iwl_mld_handle_missed_beacon_notif() 536 le32_to_cpu(notif->consec_missed_beacons_other_link); in iwl_mld_handle_missed_beacon_notif() 591 if (le32_to_cpu(notif->other_link_id) == FW_CTXT_ID_INVALID) in iwl_mld_handle_missed_beacon_notif() 594 other_link_fw_id = le32_to_cpu(notif->other_link_id); in iwl_mld_handle_missed_beacon_notif() 629 struct iwl_missed_beacons_notif *notif = (void *)pkt->data; in iwl_mld_cancel_missed_beacon_notif() local 631 if (le32_to_cpu(notif->other_link_id) == removed_link_id) { in iwl_mld_cancel_missed_beacon_notif() 635 notif->other_link_id = cpu_to_le32(FW_CTXT_ID_INVALID); in iwl_mld_cancel_missed_beacon_notif() [all …]
|
| H A D | mcc.c | 256 struct iwl_mcc_chub_notif *notif = (void *)pkt->data; in iwl_mld_handle_update_mcc() local 265 notif->source_id == MCC_SOURCE_WIFI) { in iwl_mld_handle_update_mcc() 270 mcc[0] = le16_to_cpu(notif->mcc) >> 8; in iwl_mld_handle_update_mcc() 271 mcc[1] = le16_to_cpu(notif->mcc) & 0xff; in iwl_mld_handle_update_mcc() 273 src = notif->source_id; in iwl_mld_handle_update_mcc()
|
| H A D | scan.c | 1875 struct iwl_umac_scan_iter_complete_notif *notif = (void *)pkt->data; in iwl_mld_handle_scan_iter_complete_notif() local 1876 u32 uid = __le32_to_cpu(notif->uid); in iwl_mld_handle_scan_iter_complete_notif() 1883 mld->scan.start_tsf = le64_to_cpu(notif->start_tsf); in iwl_mld_handle_scan_iter_complete_notif() 1887 notif->status, notif->scanned_channels); in iwl_mld_handle_scan_iter_complete_notif() 1897 le64_to_cpu(notif->start_tsf)); in iwl_mld_handle_scan_iter_complete_notif() 1910 struct iwl_umac_scan_complete *notif = (void *)pkt->data; in iwl_mld_handle_scan_complete_notif() local 1911 bool aborted = (notif->status == IWL_SCAN_OFFLOAD_ABORTED); in iwl_mld_handle_scan_complete_notif() 1912 u32 uid = __le32_to_cpu(notif->uid); in iwl_mld_handle_scan_complete_notif() 1921 notif->status == IWL_SCAN_OFFLOAD_COMPLETED ? in iwl_mld_handle_scan_complete_notif() 1923 iwl_mld_scan_ebs_status_str(notif->ebs_status)); in iwl_mld_handle_scan_complete_notif() [all …]
|
| /linux/drivers/power/supply/ |
| H A D | surface_charger.c | 57 struct ssam_event_notifier notif; member 108 ac = container_of(nf, struct spwr_ac_device, notif); in spwr_notify_ac() 182 ac->notif.base.priority = 1; in spwr_ac_init() 183 ac->notif.base.fn = spwr_notify_ac; in spwr_ac_init() 184 ac->notif.event.reg = registry; in spwr_ac_init() 185 ac->notif.event.id.target_category = sdev->uid.category; in spwr_ac_init() 186 ac->notif.event.id.instance = 0; in spwr_ac_init() 187 ac->notif.event.mask = SSAM_EVENT_MASK_NONE; in spwr_ac_init() 188 ac->notif.event.flags = SSAM_EVENT_SEQUENCED; in spwr_ac_init() 219 return ssam_device_notifier_register(ac->sdev, &ac->notif); in spwr_ac_register() [all …]
|
| /linux/drivers/platform/surface/ |
| H A D | surface_aggregator_hub.c | 48 struct ssam_event_notifier notif; member 174 hub->notif.base.priority = INT_MAX; /* This notifier should run first. */ in ssam_hub_probe() 175 hub->notif.base.fn = desc->ops.notify; in ssam_hub_probe() 176 hub->notif.event.reg = desc->event.reg; in ssam_hub_probe() 177 hub->notif.event.id = desc->event.id; in ssam_hub_probe() 178 hub->notif.event.mask = desc->event.mask; in ssam_hub_probe() 179 hub->notif.event.flags = SSAM_EVENT_SEQUENCED; in ssam_hub_probe() 188 status = ssam_device_notifier_register(sdev, &hub->notif); in ssam_hub_probe() 200 ssam_device_notifier_unregister(sdev, &hub->notif); in ssam_hub_remove() 246 struct ssam_hub *hub = container_of(nf, struct ssam_hub, notif); in ssam_base_hub_notif() [all …]
|
| H A D | surface_aggregator_tabletsw.c | 44 struct ssam_event_notifier notif; member 167 sw->notif.base.priority = 0; in ssam_tablet_sw_probe() 168 sw->notif.base.fn = desc->ops.notify; in ssam_tablet_sw_probe() 169 sw->notif.event.reg = desc->event.reg; in ssam_tablet_sw_probe() 170 sw->notif.event.id = desc->event.id; in ssam_tablet_sw_probe() 171 sw->notif.event.mask = desc->event.mask; in ssam_tablet_sw_probe() 172 sw->notif.event.flags = SSAM_EVENT_SEQUENCED; in ssam_tablet_sw_probe() 174 status = ssam_device_notifier_register(sdev, &sw->notif); in ssam_tablet_sw_probe() 187 ssam_device_notifier_unregister(sdev, &sw->notif); in ssam_tablet_sw_probe() 198 ssam_device_notifier_unregister(sdev, &sw->notif); in ssam_tablet_sw_remove() [all …]
|
| H A D | surface_dtx.c | 169 struct ssam_event_notifier notif; member 622 struct sdtx_device *ddev = container_of(nf, struct sdtx_device, notif); in sdtx_notifier() 958 ddev->notif.base.priority = 1; in sdtx_device_init() 959 ddev->notif.base.fn = sdtx_notifier; in sdtx_device_init() 960 ddev->notif.event.reg = SSAM_EVENT_REGISTRY_SAM; in sdtx_device_init() 961 ddev->notif.event.id.target_category = SSAM_SSH_TC_BAS; in sdtx_device_init() 962 ddev->notif.event.id.instance = 0; in sdtx_device_init() 963 ddev->notif.event.mask = SSAM_EVENT_MASK_NONE; in sdtx_device_init() 964 ddev->notif.event.flags = SSAM_EVENT_SEQUENCED; in sdtx_device_init() 1018 status = ssam_notifier_register(ddev->ctrl, &ddev->notif); in sdtx_device_init() [all …]
|
| /linux/drivers/hid/surface-hid/ |
| H A D | surface_hid.c | 159 struct surface_hid_device *shid = container_of(nf, struct surface_hid_device, notif); in ssam_hid_event_fn() 210 shid->notif.base.priority = 1; in surface_hid_probe() 211 shid->notif.base.fn = ssam_hid_event_fn; in surface_hid_probe() 212 shid->notif.event.reg = SSAM_EVENT_REGISTRY_REG(sdev->uid.target); in surface_hid_probe() 213 shid->notif.event.id.target_category = sdev->uid.category; in surface_hid_probe() 214 shid->notif.event.id.instance = sdev->uid.instance; in surface_hid_probe() 215 shid->notif.event.mask = SSAM_EVENT_MASK_STRICT; in surface_hid_probe() 216 shid->notif.event.flags = 0; in surface_hid_probe()
|
| H A D | surface_kbd.c | 126 struct surface_hid_device *shid = container_of(nf, struct surface_hid_device, notif); in ssam_kbd_event_fn() 257 shid->notif.base.priority = 1; in surface_kbd_probe() 258 shid->notif.base.fn = ssam_kbd_event_fn; in surface_kbd_probe() 259 shid->notif.event.reg = SSAM_EVENT_REGISTRY_SAM; in surface_kbd_probe() 260 shid->notif.event.id.target_category = shid->uid.category; in surface_kbd_probe() 261 shid->notif.event.id.instance = shid->uid.instance; in surface_kbd_probe() 262 shid->notif.event.mask = SSAM_EVENT_MASK_NONE; in surface_kbd_probe() 263 shid->notif.event.flags = 0; in surface_kbd_probe()
|
| /linux/drivers/net/wireless/intel/iwlwifi/dvm/ |
| H A D | scan.c | 237 struct iwl_scanreq_notification *notif = (void *)pkt->data; in iwl_rx_reply_scan() local 239 IWL_DEBUG_SCAN(priv, "Scan request status = 0x%x\n", notif->status); in iwl_rx_reply_scan() 248 struct iwl_scanstart_notification *notif = (void *)pkt->data; in iwl_rx_scan_start_notif() local 250 priv->scan_start_tsf = le32_to_cpu(notif->tsf_low); in iwl_rx_scan_start_notif() 254 notif->channel, in iwl_rx_scan_start_notif() 255 notif->band ? "bg" : "a", in iwl_rx_scan_start_notif() 256 le32_to_cpu(notif->tsf_high), in iwl_rx_scan_start_notif() 257 le32_to_cpu(notif->tsf_low), in iwl_rx_scan_start_notif() 258 notif->status, notif->beacon_timer); in iwl_rx_scan_start_notif() 267 struct iwl_scanresults_notification *notif = (void *)pkt->data; in iwl_rx_scan_results_notif() local [all …]
|
| /linux/kernel/ |
| H A D | seccomp.c | 232 struct notification *notif; member 1120 return filter->notif->next_id++; in seccomp_next_notify_id() 1175 if (!match->notif) in seccomp_do_user_notification() 1183 list_add_tail(&n.list, &match->notif->notifications); in seccomp_do_user_notification() 1186 atomic_inc(&match->notif->requests); in seccomp_do_user_notification() 1187 if (match->notif->flags & SECCOMP_USER_NOTIF_FD_SYNC_WAKE_UP) in seccomp_do_user_notification() 1245 if (match->notif) in seccomp_do_user_notification() 1453 kfree(filter->notif); in seccomp_notify_free() 1454 filter->notif = NULL; in seccomp_notify_free() 1470 list_for_each_entry(knotif, &filter->notif->notifications, list) { in seccomp_notify_detach() [all …]
|
| /linux/drivers/platform/surface/aggregator/ |
| H A D | controller.c | 785 nf = &queue->cplt->event.notif; in ssam_event_queue_work_fn() 839 status = ssam_nf_init(&cplt->event.notif); in ssam_cplt_init() 862 ssam_nf_destroy(&cplt->event.notif); in ssam_cplt_destroy() 2217 struct ssam_nf *nf = &ctrl->cplt.event.notif; in ssam_nf_refcount_enable() 2281 struct ssam_nf *nf = &ctrl->cplt.event.notif; in ssam_nf_refcount_disable_free() 2338 nf = &ctrl->cplt.event.notif; in ssam_notifier_register() 2407 nf = &ctrl->cplt.event.notif; in __ssam_notifier_unregister() 2472 struct ssam_nf *nf = &ctrl->cplt.event.notif; in ssam_controller_event_enable() 2523 struct ssam_nf *nf = &ctrl->cplt.event.notif; in ssam_controller_event_disable() 2568 struct ssam_nf *nf = &ctrl->cplt.event.notif; in ssam_notifier_disable_registered() [all …]
|