Home
last modified time | relevance | path

Searched refs:notif (Results 1 – 31 of 31) sorted by relevance

/linux-4.4.14/sound/aoa/core/
Dgpio-pmf.c75 struct gpio_notification *notif = in pmf_handle_notify() local
78 mutex_lock(&notif->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(&notif->mutex); in pmf_handle_notify()
125 struct gpio_notification *notif = data; in pmf_handle_notify_irq() local
127 schedule_delayed_work(&notif->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 …]
Dgpio-feature.c210 struct gpio_notification *notif = in ftr_handle_notify() local
213 mutex_lock(&notif->mutex); in ftr_handle_notify()
214 if (notif->notify) in ftr_handle_notify()
215 notif->notify(notif->data); in ftr_handle_notify()
216 mutex_unlock(&notif->mutex); in ftr_handle_notify()
301 struct gpio_notification *notif = data; in ftr_handle_notify_irq() local
303 schedule_delayed_work(&notif->work, 0); in ftr_handle_notify_irq()
313 struct gpio_notification *notif; in ftr_set_notify() local
321 notif = &rt->headphone_notify; in ftr_set_notify()
326 notif = &rt->line_in_notify; in ftr_set_notify()
[all …]
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/
Dtime-event.c200 struct iwl_time_event_notif *notif) in iwl_mvm_te_handle_notify_csa() argument
205 if (!notif->status) in iwl_mvm_te_handle_notify_csa()
210 if (!notif->status) in iwl_mvm_te_handle_notify_csa()
215 if (!notif->status) { in iwl_mvm_te_handle_notify_csa()
234 struct iwl_time_event_notif *notif, in iwl_mvm_te_check_trigger() argument
258 !(trig_action_bitmap & le32_to_cpu(notif->action)) || in iwl_mvm_te_check_trigger()
259 !(trig_status_bitmap & BIT(le32_to_cpu(notif->status)))) in iwl_mvm_te_check_trigger()
265 le32_to_cpu(notif->action), in iwl_mvm_te_check_trigger()
266 le32_to_cpu(notif->status)); in iwl_mvm_te_check_trigger()
280 struct iwl_time_event_notif *notif) in iwl_mvm_te_handle_notif() argument
[all …]
Dcoex_legacy.c728 struct iwl_bt_coex_profile_notif_old *notif = &mvm->last_bt_notif_old; in iwl_mvm_bt_udpate_ctrl_kill_msk() local
729 u32 primary_lut = le32_to_cpu(notif->primary_ch_lut); in iwl_mvm_bt_udpate_ctrl_kill_msk()
730 u32 ag = le32_to_cpu(notif->bt_activity_grading); in iwl_mvm_bt_udpate_ctrl_kill_msk()
818 struct iwl_bt_coex_profile_notif_old *notif; member
882 bt_activity_grading = le32_to_cpu(data->notif->bt_activity_grading); in iwl_mvm_bt_notif_iterator()
895 data->notif->rrc_enabled & BIT(mvmvif->phy_ctxt->id)) in iwl_mvm_bt_notif_iterator()
900 mvmvif->id, data->notif->bt_status, bt_activity_grading, in iwl_mvm_bt_notif_iterator()
955 !data->notif->bt_status) { in iwl_mvm_bt_notif_iterator()
983 .notif = &mvm->last_bt_notif_old, in iwl_mvm_bt_coex_notif_handle()
1065 struct iwl_bt_coex_profile_notif_old *notif = (void *)pkt->data; in iwl_mvm_rx_bt_coex_notif_old() local
[all …]
Dscan.c297 struct iwl_lmac_scan_complete_notif *notif = (void *)pkt->data; in iwl_mvm_rx_lmac_scan_iter_complete_notif() local
302 notif->status, notif->scanned_channels, in iwl_mvm_rx_lmac_scan_iter_complete_notif()
303 iwl_mvm_dump_channel_list(notif->results, in iwl_mvm_rx_lmac_scan_iter_complete_notif()
304 notif->scanned_channels, buf, in iwl_mvm_rx_lmac_scan_iter_complete_notif()
1354 struct iwl_umac_scan_complete *notif = (void *)pkt->data; in iwl_mvm_rx_umac_scan_complete_notif() local
1355 u32 uid = __le32_to_cpu(notif->uid); in iwl_mvm_rx_umac_scan_complete_notif()
1356 bool aborted = (notif->status == IWL_SCAN_OFFLOAD_ABORTED); in iwl_mvm_rx_umac_scan_complete_notif()
1373 notif->status == IWL_SCAN_OFFLOAD_COMPLETED ? in iwl_mvm_rx_umac_scan_complete_notif()
1375 iwl_mvm_ebs_status_str(notif->ebs_status)); in iwl_mvm_rx_umac_scan_complete_notif()
1378 notif->last_schedule, notif->last_iter, in iwl_mvm_rx_umac_scan_complete_notif()
[all …]
Dcoex.c495 struct iwl_bt_coex_profile_notif *notif; member
558 bt_activity_grading = le32_to_cpu(data->notif->bt_activity_grading); in iwl_mvm_bt_notif_iterator()
657 .notif = &mvm->last_bt_notif, in iwl_mvm_bt_coex_notif_handle()
732 struct iwl_bt_coex_profile_notif *notif = (void *)pkt->data; in iwl_mvm_rx_bt_coex_notif() local
741 IWL_DEBUG_COEX(mvm, "\tBT ci compliance %d\n", notif->bt_ci_compliance); in iwl_mvm_rx_bt_coex_notif()
743 le32_to_cpu(notif->primary_ch_lut)); in iwl_mvm_rx_bt_coex_notif()
745 le32_to_cpu(notif->secondary_ch_lut)); in iwl_mvm_rx_bt_coex_notif()
747 le32_to_cpu(notif->bt_activity_grading)); in iwl_mvm_rx_bt_coex_notif()
750 memcpy(&mvm->last_bt_notif, notif, sizeof(mvm->last_bt_notif)); in iwl_mvm_rx_bt_coex_notif()
Dtt.c119 struct iwl_dts_measurement_notif *notif; in iwl_mvm_temp_notif_parse() local
123 if (WARN_ON_ONCE(len != sizeof(*notif))) { in iwl_mvm_temp_notif_parse()
128 notif = (void *)pkt->data; in iwl_mvm_temp_notif_parse()
130 temp = le32_to_cpu(notif->temp); in iwl_mvm_temp_notif_parse()
Ddebugfs.c362 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
[all …]
Dnvm.c840 struct iwl_mcc_chub_notif *notif = (void *)pkt->data; in iwl_mvm_rx_chub_update_mcc() local
850 mcc[0] = notif->mcc >> 8; in iwl_mvm_rx_chub_update_mcc()
851 mcc[1] = notif->mcc & 0xff; in iwl_mvm_rx_chub_update_mcc()
853 src = notif->source_id; in iwl_mvm_rx_chub_update_mcc()
Dtdls.c260 struct iwl_tdls_channel_switch_notif *notif = (void *)pkt->data; in iwl_mvm_rx_tdls_notif() local
265 u32 sta_id = le32_to_cpu(notif->sta_id); in iwl_mvm_rx_tdls_notif()
270 if (!le32_to_cpu(notif->status)) { in iwl_mvm_rx_tdls_notif()
Dpower.c537 struct iwl_uapsd_misbehaving_ap_notif *notif = (void *)pkt->data; in iwl_mvm_power_uapsd_misbehaving_ap_notif() local
538 u8 ap_sta_id = le32_to_cpu(notif->sta_id); in iwl_mvm_power_uapsd_misbehaving_ap_notif()
Dsta.c1721 struct iwl_mvm_eosp_notification *notif = (void *)pkt->data; in iwl_mvm_rx_eosp_notif() local
1723 u32 sta_id = le32_to_cpu(notif->sta_id); in iwl_mvm_rx_eosp_notif()
/linux-4.4.14/drivers/uwb/
Die-rcv.c36 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()
Duwbd.c187 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()
345 kfree(evt->notif.rceb); in uwbd_event_queue()
362 kfree(evt->notif.rceb); in uwbd_flush()
Dbeacon.c369 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 …]
Dneh.c400 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()
Ddrp-avail.c234 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()
Ddrp.c814 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()
Duwb-internal.h227 struct uwb_event_notif notif; member
/linux-4.4.14/drivers/net/wireless/iwlwifi/dvm/
Dscan.c255 struct iwl_scanreq_notification *notif = (void *)pkt->data; in iwl_rx_reply_scan() local
257 IWL_DEBUG_SCAN(priv, "Scan request status = 0x%x\n", notif->status); in iwl_rx_reply_scan()
266 struct iwl_scanstart_notification *notif = (void *)pkt->data; in iwl_rx_scan_start_notif() local
268 priv->scan_start_tsf = le32_to_cpu(notif->tsf_low); in iwl_rx_scan_start_notif()
272 notif->channel, in iwl_rx_scan_start_notif()
273 notif->band ? "bg" : "a", in iwl_rx_scan_start_notif()
274 le32_to_cpu(notif->tsf_high), in iwl_rx_scan_start_notif()
275 le32_to_cpu(notif->tsf_low), in iwl_rx_scan_start_notif()
276 notif->status, notif->beacon_timer); in iwl_rx_scan_start_notif()
285 struct iwl_scanresults_notification *notif = (void *)pkt->data; in iwl_rx_scan_results_notif() local
[all …]
/linux-4.4.14/arch/tile/include/arch/
Dtrio_shm.h69 uint_reg_t notif : 1; member
103 uint_reg_t notif : 1;
Dmpipe_shm.h65 uint_reg_t notif : 1; member
116 uint_reg_t notif : 1;
/linux-4.4.14/drivers/net/wimax/i2400m/
Dusb-debug-levels.h36 D_SUBMODULE_DECLARE(notif),
DMakefile19 usb-notif.o \
Dusb-notif.c63 #define D_SUBMODULE notif
Dusb.c377 D_SUBMODULE_DEFINE(notif),
410 __debugfs_register("dl_", notif, dentry); in i2400mu_debugfs_add()
/linux-4.4.14/drivers/net/wireless/iwlwifi/
DMakefile6 iwlwifi-objs += iwl-notif-wait.o
/linux-4.4.14/drivers/net/wireless/iwlegacy/
Dcommon.c1406 struct il_scanreq_notification *notif = in il_hdl_scan() local
1409 D_SCAN("Scan request status = 0x%x\n", notif->status); in il_hdl_scan()
1418 struct il_scanstart_notification *notif = in il_hdl_scan_start() local
1420 il->scan_start_tsf = le32_to_cpu(notif->tsf_low); in il_hdl_scan_start()
1422 "(TSF: 0x%08X:%08X) - %d (beacon timer %u)\n", notif->channel, in il_hdl_scan_start()
1423 notif->band ? "bg" : "a", le32_to_cpu(notif->tsf_high), in il_hdl_scan_start()
1424 le32_to_cpu(notif->tsf_low), notif->status, notif->beacon_timer); in il_hdl_scan_start()
1433 struct il_scanresults_notification *notif = in il_hdl_scan_results() local
1437 "elapsed=%lu usec\n", notif->channel, notif->band ? "bg" : "a", in il_hdl_scan_results()
1438 le32_to_cpu(notif->tsf_high), le32_to_cpu(notif->tsf_low), in il_hdl_scan_results()
[all …]
/linux-4.4.14/drivers/net/wireless/ipw2x00/
Dipw2200.c4497 struct ipw_rx_notification *notif) in ipw_rx_notification() argument
4499 u16 size = le16_to_cpu(notif->size); in ipw_rx_notification()
4501 IPW_DEBUG_NOTIF("type = %i (%d bytes)\n", notif->subtype, size); in ipw_rx_notification()
4503 switch (notif->subtype) { in ipw_rx_notification()
4505 struct notif_association *assoc = &notif->u.assoc; in ipw_rx_notification()
4546 (IPW_GET_PACKET_STYPE(&notif->u.raw) in ipw_rx_notification()
4567 &notif->u.raw, &stats); in ipw_rx_notification()
4582 = &notif->u.auth; in ipw_rx_notification()
4620 *)&notif->u.raw; in ipw_rx_notification()
4666 struct notif_authenticate *auth = &notif->u.auth; in ipw_rx_notification()
[all …]
/linux-4.4.14/Documentation/usb/
DWUSB-Design-overview.txt307 HC picks the /DN_Connect/ out (nep module sends to notif.c for delivery
/linux-4.4.14/net/wireless/
Dnl80211.c12736 enum nl80211_commands notif, in nl80211_ch_switch_notify() argument
12746 hdr = nl80211hdr_put(msg, 0, 0, 0, notif); in nl80211_ch_switch_notify()
12758 if ((notif == NL80211_CMD_CH_SWITCH_STARTED_NOTIFY) && in nl80211_ch_switch_notify()