Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/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()
1066 struct iwl_bt_coex_profile_notif_old *notif = (void *)pkt->data; in iwl_mvm_rx_bt_coex_notif_old() local
[all …]
Dcoex.c509 struct iwl_bt_coex_profile_notif *notif; member
572 bt_activity_grading = le32_to_cpu(data->notif->bt_activity_grading); in iwl_mvm_bt_notif_iterator()
671 .notif = &mvm->last_bt_notif, in iwl_mvm_bt_coex_notif_handle()
747 struct iwl_bt_coex_profile_notif *notif = (void *)pkt->data; in iwl_mvm_rx_bt_coex_notif() local
753 IWL_DEBUG_COEX(mvm, "\tBT ci compliance %d\n", notif->bt_ci_compliance); in iwl_mvm_rx_bt_coex_notif()
755 le32_to_cpu(notif->primary_ch_lut)); in iwl_mvm_rx_bt_coex_notif()
757 le32_to_cpu(notif->secondary_ch_lut)); in iwl_mvm_rx_bt_coex_notif()
759 le32_to_cpu(notif->bt_activity_grading)); in iwl_mvm_rx_bt_coex_notif()
762 memcpy(&mvm->last_bt_notif, notif, sizeof(mvm->last_bt_notif)); in iwl_mvm_rx_bt_coex_notif()
Dtt.c118 struct iwl_dts_measurement_notif *notif; in iwl_mvm_temp_notif_parse() local
122 if (WARN_ON_ONCE(len != sizeof(*notif))) { in iwl_mvm_temp_notif_parse()
127 notif = (void *)pkt->data; in iwl_mvm_temp_notif_parse()
129 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
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
[all …]
Dscan.c322 struct iwl_lmac_scan_complete_notif *notif = (void *)pkt->data; in iwl_mvm_rx_scan_offload_iter_complete_notif() local
326 notif->status, notif->scanned_channels); in iwl_mvm_rx_scan_offload_iter_complete_notif()
1486 struct iwl_umac_scan_complete *notif = (void *)pkt->data; in iwl_mvm_rx_umac_scan_complete_notif() local
1487 u32 uid = __le32_to_cpu(notif->uid); in iwl_mvm_rx_umac_scan_complete_notif()
1500 notif->status == IWL_SCAN_OFFLOAD_COMPLETED ? in iwl_mvm_rx_umac_scan_complete_notif()
1502 notif->ebs_status == IWL_SCAN_EBS_SUCCESS ? in iwl_mvm_rx_umac_scan_complete_notif()
1505 if (notif->ebs_status) in iwl_mvm_rx_umac_scan_complete_notif()
1512 notif->status == in iwl_mvm_rx_umac_scan_complete_notif()
1528 struct iwl_umac_scan_complete *notif = (void *)pkt->data; in iwl_scan_umac_done_check() local
1529 u32 uid = __le32_to_cpu(notif->uid); in iwl_scan_umac_done_check()
[all …]
Dnvm.c847 struct iwl_mcc_chub_notif *notif = (void *)pkt->data; in iwl_mvm_rx_chub_update_mcc() local
857 mcc[0] = notif->mcc >> 8; in iwl_mvm_rx_chub_update_mcc()
858 mcc[1] = notif->mcc & 0xff; in iwl_mvm_rx_chub_update_mcc()
860 src = notif->source_id; in iwl_mvm_rx_chub_update_mcc()
Dtdls.c268 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()
Dpower.c517 struct iwl_uapsd_misbehaving_ap_notif *notif = (void *)pkt->data; in iwl_mvm_power_uapsd_misbehaving_ap_notif() local
518 u8 ap_sta_id = le32_to_cpu(notif->sta_id); in iwl_mvm_power_uapsd_misbehaving_ap_notif()
Dsta.c1668 struct iwl_mvm_eosp_notification *notif = (void *)pkt->data; in iwl_mvm_rx_eosp_notif() local
1670 u32 sta_id = le32_to_cpu(notif->sta_id); in iwl_mvm_rx_eosp_notif()
/linux-4.1.27/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.c402 uwb_evt->notif.size = size; in uwb_rc_notif()
403 uwb_evt->notif.rceb = rceb; in uwb_rc_notif()
412 struct uwb_rceb *notif; in uwb_rc_neh_grok_event() local
416 notif = kmalloc(size, GFP_ATOMIC); in uwb_rc_neh_grok_event()
417 if (notif) { in uwb_rc_neh_grok_event()
418 memcpy(notif, rceb, size); in uwb_rc_neh_grok_event()
419 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.c816 if (evt->notif.size < sizeof(*drp_evt)) { in uwbd_evt_handle_rc_drp()
819 evt->notif.size, sizeof(*drp_evt)); in uwbd_evt_handle_rc_drp()
822 bytes_left = evt->notif.size - sizeof(*drp_evt); in uwbd_evt_handle_rc_drp()
823 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.1.27/drivers/net/wireless/iwlwifi/dvm/
Dscan.c256 struct iwl_scanreq_notification *notif = (void *)pkt->data; in iwl_rx_reply_scan() local
258 IWL_DEBUG_SCAN(priv, "Scan request status = 0x%x\n", notif->status); in iwl_rx_reply_scan()
269 struct iwl_scanstart_notification *notif = (void *)pkt->data; in iwl_rx_scan_start_notif() local
271 priv->scan_start_tsf = le32_to_cpu(notif->tsf_low); in iwl_rx_scan_start_notif()
275 notif->channel, in iwl_rx_scan_start_notif()
276 notif->band ? "bg" : "a", in iwl_rx_scan_start_notif()
277 le32_to_cpu(notif->tsf_high), in iwl_rx_scan_start_notif()
278 le32_to_cpu(notif->tsf_low), in iwl_rx_scan_start_notif()
279 notif->status, notif->beacon_timer); in iwl_rx_scan_start_notif()
291 struct iwl_scanresults_notification *notif = (void *)pkt->data; in iwl_rx_scan_results_notif() local
[all …]
/linux-4.1.27/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.1.27/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.1.27/drivers/net/wireless/iwlwifi/
DMakefile6 iwlwifi-objs += iwl-notif-wait.o
/linux-4.1.27/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.1.27/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.1.27/Documentation/usb/
DWUSB-Design-overview.txt307 HC picks the /DN_Connect/ out (nep module sends to notif.c for delivery
/linux-4.1.27/net/wireless/
Dnl80211.c12352 enum nl80211_commands notif, in nl80211_ch_switch_notify() argument
12362 hdr = nl80211hdr_put(msg, 0, 0, 0, notif); in nl80211_ch_switch_notify()
12374 if ((notif == NL80211_CMD_CH_SWITCH_STARTED_NOTIFY) && in nl80211_ch_switch_notify()