Home
last modified time | relevance | path

Searched refs:last_event (Results 1 – 25 of 40) sorted by relevance

12

/linux-5.19.10/drivers/input/misc/
Ddm355evm_keys.c101 static u16 last_event; in dm355evm_keys_irq() local
142 if (event == last_event) { in dm355evm_keys_irq()
143 last_event = 0; in dm355evm_keys_irq()
146 last_event = event; in dm355evm_keys_irq()
/linux-5.19.10/fs/notify/inotify/
Dinotify_fsnotify.c53 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-5.19.10/drivers/media/usb/dvb-usb/
DcinergyT2-core.c161 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()
Daf9005-remote.c86 if (d->last_event == repeatable_keys[i]) { in af9005_rc_decode()
88 *event = d->last_event; in af9005_rc_decode()
Ddvb-usb-remote.c134 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()
Ddvb-usb.h493 u32 last_event; member
/linux-5.19.10/drivers/net/wireless/intel/iwlwifi/mvm/
Drx.c562 int last_event; in iwl_mvm_update_vif_sig() local
574 last_event = mvmvif->bf_data.last_bt_coex_event; in iwl_mvm_update_vif_sig()
576 (last_event <= mvmvif->bf_data.bt_coex_min_thold || in iwl_mvm_update_vif_sig()
577 last_event == 0)) { in iwl_mvm_update_vif_sig()
583 (last_event >= mvmvif->bf_data.bt_coex_max_thold || in iwl_mvm_update_vif_sig()
584 last_event == 0)) { in iwl_mvm_update_vif_sig()
596 last_event = mvmvif->bf_data.last_cqm_event; in iwl_mvm_update_vif_sig()
597 if (thold && sig < thold && (last_event == 0 || in iwl_mvm_update_vif_sig()
598 sig < last_event - hyst)) { in iwl_mvm_update_vif_sig()
608 (last_event == 0 || sig > last_event + hyst)) { in iwl_mvm_update_vif_sig()
/linux-5.19.10/drivers/usb/musb/
Domap2430.c122 musb->xceiv->last_event = USB_EVENT_ID; in omap_musb_set_mailbox()
136 musb->xceiv->last_event = USB_EVENT_VBUS; in omap_musb_set_mailbox()
144 musb->xceiv->last_event = USB_EVENT_NONE; in omap_musb_set_mailbox()
156 musb->xceiv->last_event, NULL); in omap_musb_set_mailbox()
/linux-5.19.10/drivers/power/supply/
Dpda_power.c221 return (transceiver->last_event == USB_EVENT_VBUS || in otg_is_usb_online()
222 transceiver->last_event == USB_EVENT_ENUMERATED); in otg_is_usb_online()
227 return (transceiver->last_event == USB_EVENT_CHARGER); in otg_is_ac_online()
Disp1704_charger.c231 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-5.19.10/drivers/net/wireless/marvell/mwifiex/
Dutil.c77 {"last_event", item_size(last_event),
78 item_addr(last_event), DBG_CMD_NUM},
230 memcpy(info->last_event, adapter->dbg.last_event, in mwifiex_get_debug_info()
231 sizeof(adapter->dbg.last_event)); in mwifiex_get_debug_info()
Dioctl.h237 u16 last_event[DBG_CMD_NUM]; member
Dcmdevt.c511 adapter->dbg.last_event[adapter->dbg.last_event_index] = in mwifiex_process_event()
1007 (int)sizeof(adapter->dbg.last_event), in mwifiex_cmd_timeout_func()
1008 adapter->dbg.last_event); in mwifiex_cmd_timeout_func()
/linux-5.19.10/tools/lib/traceevent/
Devent-parse-local.h85 struct tep_event *last_event; member
/linux-5.19.10/drivers/usb/phy/
Dphy-gpio-vbus-usb.c115 gpio_vbus->phy.last_event = status; in gpio_vbus_work()
138 gpio_vbus->phy.last_event = status; in gpio_vbus_work()
Dphy-generic.c115 nop->phy.last_event = status; in nop_gpio_vbus_thread()
127 nop->phy.last_event = status; in nop_gpio_vbus_thread()
/linux-5.19.10/drivers/media/rc/
Drc-ir-raw.c109 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()
Drc-core-priv.h53 ktime_t last_event; /* when last event occurred */ member
/linux-5.19.10/drivers/net/ethernet/pasemi/
Dpasemi_mac.h53 int last_event; member
/linux-5.19.10/tools/perf/
Dbuiltin-kvm.c146 struct kvm_event *last_event; member
258 vcpu_record->last_event = event; in handle_begin_event()
328 vcpu_record->last_event = event; in handle_child_event()
358 event = vcpu_record->last_event; in handle_end_event()
380 vcpu_record->last_event = NULL; in handle_end_event()
/linux-5.19.10/include/linux/usb/
Dphy.h94 enum usb_phy_events last_event; member
/linux-5.19.10/drivers/net/wireless/rsi/
Drsi_91x_mac80211.c1276 s8 last_event = common->cqm_info.last_cqm_event_rssi; in rsi_perform_cqm() local
1281 if (rssi < thold && (last_event == 0 || rssi < (last_event - hyst))) in rsi_perform_cqm()
1284 (last_event == 0 || rssi > (last_event + hyst))) in rsi_perform_cqm()
/linux-5.19.10/drivers/media/platform/ti/davinci/
Dvpbe_display.c110 static unsigned last_event; in venc_isr() local
123 if (event == (last_event & ~VENC_END_OF_FRAME)) { in venc_isr()
136 last_event = event; in venc_isr()
/linux-5.19.10/drivers/net/wireless/
Drndis_wlan.c3155 int thold, hyst, last_event; in rndis_do_cqm() local
3162 last_event = priv->last_cqm_event_rssi; in rndis_do_cqm()
3166 if (rssi < thold && (last_event == 0 || rssi < last_event - hyst)) in rndis_do_cqm()
3168 else if (rssi > thold && (last_event == 0 || rssi > last_event + hyst)) in rndis_do_cqm()
/linux-5.19.10/drivers/usb/host/
Dxhci-tegra.c1332 dev_dbg(tegra->dev, "%s(): action is %d", __func__, usbphy->last_event); in tegra_xhci_id_notify()
1334 if ((tegra->host_mode && usbphy->last_event == USB_EVENT_ID) || in tegra_xhci_id_notify()
1335 (!tegra->host_mode && usbphy->last_event != USB_EVENT_ID)) { in tegra_xhci_id_notify()
1346 tegra->host_mode = (usbphy->last_event == USB_EVENT_ID) ? true : false; in tegra_xhci_id_notify()

12