/Linux-v6.6/fs/notify/inotify/ |
D | inotify_fsnotify.c | 53 struct fsnotify_event *last_event; in inotify_merge() local 55 last_event = list_entry(list->prev, struct fsnotify_event, list); in inotify_merge() 56 return event_compare(last_event, event); in inotify_merge()
|
/Linux-v6.6/drivers/media/usb/dvb-usb/ |
D | cinergyT2-core.c | 161 if (d->last_event == repeatable_keys[i]) { in cinergyt2_rc_query() 163 *event = d->last_event; in cinergyt2_rc_query() 178 if (*event != d->last_event) in cinergyt2_rc_query()
|
D | af9005-remote.c | 86 if (d->last_event == repeatable_keys[i]) { in af9005_rc_decode() 88 *event = d->last_event; in af9005_rc_decode()
|
D | dvb-usb-remote.c | 134 d->last_event = event; in legacy_dvb_usb_read_remote_control() 137 input_event(d->input_dev, EV_KEY, d->last_event, 0); in legacy_dvb_usb_read_remote_control() 144 input_event(d->input_dev, EV_KEY, d->last_event, 0); in legacy_dvb_usb_read_remote_control()
|
D | dvb-usb.h | 493 u32 last_event; member
|
/Linux-v6.6/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | rx.c | 565 int last_event; in iwl_mvm_update_vif_sig() local 577 last_event = mvmvif->bf_data.last_bt_coex_event; in iwl_mvm_update_vif_sig() 579 (last_event <= mvmvif->bf_data.bt_coex_min_thold || in iwl_mvm_update_vif_sig() 580 last_event == 0)) { in iwl_mvm_update_vif_sig() 586 (last_event >= mvmvif->bf_data.bt_coex_max_thold || in iwl_mvm_update_vif_sig() 587 last_event == 0)) { in iwl_mvm_update_vif_sig() 599 last_event = mvmvif->bf_data.last_cqm_event; in iwl_mvm_update_vif_sig() 600 if (thold && sig < thold && (last_event == 0 || in iwl_mvm_update_vif_sig() 601 sig < last_event - hyst)) { in iwl_mvm_update_vif_sig() 611 (last_event == 0 || sig > last_event + hyst)) { in iwl_mvm_update_vif_sig()
|
/Linux-v6.6/drivers/net/wireless/marvell/mwifiex/ |
D | util.c | 65 {"last_event", item_size(last_event), 66 item_addr(last_event), DBG_CMD_NUM}, 218 memcpy(info->last_event, adapter->dbg.last_event, in mwifiex_get_debug_info() 219 sizeof(adapter->dbg.last_event)); in mwifiex_get_debug_info()
|
D | ioctl.h | 225 u16 last_event[DBG_CMD_NUM]; member
|
D | cmdevt.c | 499 adapter->dbg.last_event[adapter->dbg.last_event_index] = in mwifiex_process_event() 995 (int)sizeof(adapter->dbg.last_event), in mwifiex_cmd_timeout_func() 996 adapter->dbg.last_event); in mwifiex_cmd_timeout_func()
|
/Linux-v6.6/drivers/usb/musb/ |
D | omap2430.c | 123 musb->xceiv->last_event = USB_EVENT_ID; in omap_musb_set_mailbox() 137 musb->xceiv->last_event = USB_EVENT_VBUS; in omap_musb_set_mailbox() 145 musb->xceiv->last_event = USB_EVENT_NONE; in omap_musb_set_mailbox() 157 musb->xceiv->last_event, NULL); in omap_musb_set_mailbox()
|
/Linux-v6.6/drivers/power/supply/ |
D | isp1704_charger.c | 231 switch (isp->phy->last_event) { in isp1704_charger_work() 461 if (isp->phy->last_event == USB_EVENT_NONE) in isp1704_charger_probe() 465 if (isp->phy->last_event == USB_EVENT_VBUS && in isp1704_charger_probe()
|
/Linux-v6.6/drivers/usb/phy/ |
D | phy-mxs-usb.c | 392 mxs_phy->phy.last_event == USB_EVENT_ID; in mxs_phy_is_otg_host() 398 enum usb_phy_events last_event = mxs_phy->phy.last_event; in mxs_phy_disconnect_line() local 411 || (last_event == USB_EVENT_VBUS))) in mxs_phy_disconnect_line()
|
D | phy-generic.c | 115 nop->phy.last_event = status; in nop_gpio_vbus_thread() 127 nop->phy.last_event = status; in nop_gpio_vbus_thread()
|
D | phy-gpio-vbus-usb.c | 115 gpio_vbus->phy.last_event = status; in gpio_vbus_work() 138 gpio_vbus->phy.last_event = status; in gpio_vbus_work()
|
D | phy.c | 768 x->last_event = event; in usb_phy_set_event()
|
/Linux-v6.6/drivers/media/rc/ |
D | rc-ir-raw.c | 109 ev.duration = ktime_to_us(ktime_sub(now, dev->raw->last_event)); in ir_raw_event_store_edge() 140 dev->raw->last_event = now; in ir_raw_event_store_with_timeout() 561 interval = ktime_sub(ktime_get(), dev->raw->last_event); in ir_raw_edge_handle()
|
D | rc-core-priv.h | 53 ktime_t last_event; /* when last event occurred */ member
|
/Linux-v6.6/drivers/net/ethernet/pasemi/ |
D | pasemi_mac.h | 53 int last_event; member
|
/Linux-v6.6/include/linux/usb/ |
D | phy.h | 94 enum usb_phy_events last_event; member
|
/Linux-v6.6/drivers/net/wireless/rsi/ |
D | rsi_91x_mac80211.c | 1275 s8 last_event = common->cqm_info.last_cqm_event_rssi; in rsi_perform_cqm() local 1280 if (rssi < thold && (last_event == 0 || rssi < (last_event - hyst))) in rsi_perform_cqm() 1283 (last_event == 0 || rssi > (last_event + hyst))) in rsi_perform_cqm()
|
/Linux-v6.6/tools/perf/ |
D | builtin-kvm.c | 696 struct kvm_event *last_event; member 825 vcpu_record->last_event = event; in handle_begin_event() 900 vcpu_record->last_event = event; in handle_child_event() 930 event = vcpu_record->last_event; in handle_end_event() 952 vcpu_record->last_event = NULL; in handle_end_event()
|
/Linux-v6.6/drivers/net/wireless/legacy/ |
D | rndis_wlan.c | 3154 int thold, hyst, last_event; in rndis_do_cqm() local 3161 last_event = priv->last_cqm_event_rssi; in rndis_do_cqm() 3165 if (rssi < thold && (last_event == 0 || rssi < last_event - hyst)) in rndis_do_cqm() 3167 else if (rssi > thold && (last_event == 0 || rssi > last_event + hyst)) in rndis_do_cqm()
|
/Linux-v6.6/drivers/usb/host/ |
D | xhci-tegra.c | 1470 dev_dbg(tegra->dev, "%s(): action is %d", __func__, usbphy->last_event); in tegra_xhci_id_notify() 1472 if ((tegra->host_mode && usbphy->last_event == USB_EVENT_ID) || in tegra_xhci_id_notify() 1473 (!tegra->host_mode && usbphy->last_event != USB_EVENT_ID)) { in tegra_xhci_id_notify() 1481 tegra->host_mode = (usbphy->last_event == USB_EVENT_ID) ? true : false; in tegra_xhci_id_notify()
|
/Linux-v6.6/drivers/infiniband/hw/hfi1/ |
D | sdma.h | 153 enum sdma_events last_event; member
|
/Linux-v6.6/net/mac80211/ |
D | mlme.c | 5642 int last_event = link->u.mgd.last_cqm_event_signal; in ieee80211_handle_beacon_sig() local 5647 (last_event == 0 || sig < last_event - hyst)) { in ieee80211_handle_beacon_sig() 5654 (last_event == 0 || sig > last_event + hyst)) { in ieee80211_handle_beacon_sig() 5666 int last_event = link->u.mgd.last_cqm_event_signal; in ieee80211_handle_beacon_sig() local 5671 (last_event == 0 || last_event >= low)) { in ieee80211_handle_beacon_sig() 5678 (last_event == 0 || last_event <= high)) { in ieee80211_handle_beacon_sig()
|