/drivers/input/ |
D | input-mt.c | 198 struct input_mt_slot *oldest; in input_mt_report_pointer_emulation() local 204 oldest = NULL; in input_mt_report_pointer_emulation() 215 oldest = ps; in input_mt_report_pointer_emulation() 240 if (oldest) { in input_mt_report_pointer_emulation() 241 int x = input_mt_get_value(oldest, ABS_MT_POSITION_X); in input_mt_report_pointer_emulation() 242 int y = input_mt_get_value(oldest, ABS_MT_POSITION_Y); in input_mt_report_pointer_emulation() 248 int p = input_mt_get_value(oldest, ABS_MT_PRESSURE); in input_mt_report_pointer_emulation()
|
/drivers/net/xen-netback/ |
D | hash.c | 38 struct xenvif_hash_cache_entry *new, *entry, *oldest; in xenvif_add_hash() local 53 oldest = NULL; in xenvif_add_hash() 60 if (!oldest || entry->seq < oldest->seq) in xenvif_add_hash() 61 oldest = entry; in xenvif_add_hash() 69 list_del_rcu(&oldest->link); in xenvif_add_hash() 71 kfree_rcu(oldest, rcu); in xenvif_add_hash()
|
/drivers/staging/rtl8712/ |
D | rtl871x_mlme.c | 261 struct wlan_network *oldest = NULL; in r8712_get_oldest_wlan_network() local 270 if (!oldest || in r8712_get_oldest_wlan_network() 271 time_after((unsigned long)oldest->last_scanned, in r8712_get_oldest_wlan_network() 273 oldest = pwlan; in r8712_get_oldest_wlan_network() 277 return oldest; in r8712_get_oldest_wlan_network() 340 struct wlan_network *oldest = NULL; in update_scanned_network() local 352 if ((oldest == ((struct wlan_network *)0)) || in update_scanned_network() 353 time_after((unsigned long)oldest->last_scanned, in update_scanned_network() 355 oldest = pnetwork; in update_scanned_network() 366 pnetwork = oldest; in update_scanned_network()
|
/drivers/staging/r8188eu/core/ |
D | rtw_mlme.c | 440 struct wlan_network *oldest = NULL; in rtw_get_oldest_wlan_network() local 453 if (!oldest || time_after(oldest->last_scanned, pwlan->last_scanned)) in rtw_get_oldest_wlan_network() 454 oldest = pwlan; in rtw_get_oldest_wlan_network() 460 return oldest; in rtw_get_oldest_wlan_network() 530 struct wlan_network *oldest = NULL; in rtw_update_scanned_network() local 541 if ((oldest == ((struct wlan_network *)0)) || in rtw_update_scanned_network() 542 time_after(oldest->last_scanned, pnetwork->last_scanned)) in rtw_update_scanned_network() 543 oldest = pnetwork; in rtw_update_scanned_network() 551 pnetwork = oldest; in rtw_update_scanned_network()
|
/drivers/hid/ |
D | hid-asus.c | 222 struct input_mt_slot *oldest; in asus_report_tool_width() local 228 oldest = NULL; in asus_report_tool_width() 239 oldest = ps; in asus_report_tool_width() 245 if (oldest) { in asus_report_tool_width() 247 input_mt_get_value(oldest, ABS_MT_TOUCH_MAJOR)); in asus_report_tool_width()
|
/drivers/staging/rtl8723bs/core/ |
D | rtw_mlme.c | 433 struct wlan_network *oldest = NULL; in rtw_get_oldest_wlan_network() local 442 if (!oldest || time_after(oldest->last_scanned, pwlan->last_scanned)) in rtw_get_oldest_wlan_network() 443 oldest = pwlan; in rtw_get_oldest_wlan_network() 446 return oldest; in rtw_get_oldest_wlan_network() 525 struct wlan_network *oldest = NULL; in rtw_update_scanned_network() local 545 if (!oldest || time_after(oldest->last_scanned, pnetwork->last_scanned)) in rtw_update_scanned_network() 546 oldest = pnetwork; in rtw_update_scanned_network() 557 pnetwork = oldest; in rtw_update_scanned_network()
|
/drivers/net/wireless/intel/ipw2x00/ |
D | libipw_rx.c | 1511 struct libipw_network *oldest = NULL; in libipw_process_probe_response() local 1562 if ((oldest == NULL) || in libipw_process_probe_response() 1563 time_before(target->last_scanned, oldest->last_scanned)) in libipw_process_probe_response() 1564 oldest = target; in libipw_process_probe_response() 1572 list_del(&oldest->list); in libipw_process_probe_response() 1573 target = oldest; in libipw_process_probe_response()
|
D | ipw2100.c | 2829 e = txq->oldest; in __ipw2100_tx_process() 2836 e = txq->oldest + frag_num; in __ipw2100_tx_process() 2890 i = txq->oldest; in __ipw2100_tx_process() 2911 if (txq->drv[txq->oldest].status.info.fields.txType != 0) in __ipw2100_tx_process() 2915 priv->net_dev->name, txq->oldest, packet->index); in __ipw2100_tx_process() 2947 if (txq->drv[txq->oldest].status.info.fields.txType != 1) in __ipw2100_tx_process() 2951 priv->net_dev->name, txq->oldest, packet->index); in __ipw2100_tx_process() 2970 txq->oldest = (e + 1) % txq->entries; in __ipw2100_tx_process() 4396 write_register(priv->net_dev, r, q->oldest); in bd_queue_initialize() 4506 priv->tx_queue.oldest = 0; in ipw2100_tx_initialize() [all …]
|
D | ipw2100.h | 183 u32 oldest; member
|
D | ipw2200.c | 7574 struct libipw_network *oldest = NULL; in ipw_associate() local 7578 if ((oldest == NULL) || in ipw_associate() 7579 (target->last_scanned < oldest->last_scanned)) in ipw_associate() 7580 oldest = target; in ipw_associate() 7584 list_del(&oldest->list); in ipw_associate() 7585 target = oldest; in ipw_associate()
|
/drivers/staging/rtl8192u/ieee80211/ |
D | ieee80211_rx.c | 2245 struct ieee80211_network *oldest = NULL; in ieee80211_process_probe_response() local 2365 if (!oldest || in ieee80211_process_probe_response() 2366 (target->last_scanned < oldest->last_scanned)) in ieee80211_process_probe_response() 2367 oldest = target; in ieee80211_process_probe_response() 2375 list_del(&oldest->list); in ieee80211_process_probe_response() 2376 target = oldest; in ieee80211_process_probe_response()
|
/drivers/net/ethernet/toshiba/ |
D | ps3_gelic_wireless.c | 1500 struct gelic_wl_scan_info *oldest = NULL; in gelic_wl_scan_complete_event() local 1573 oldest = NULL; in gelic_wl_scan_complete_event() 1582 if (!oldest || in gelic_wl_scan_complete_event() 1583 (target->last_scanned < oldest->last_scanned)) in gelic_wl_scan_complete_event() 1584 oldest = target; in gelic_wl_scan_complete_event() 1591 target = oldest; in gelic_wl_scan_complete_event()
|
/drivers/staging/rtl8192e/ |
D | rtllib_rx.c | 2544 struct rtllib_network *oldest = NULL; in rtllib_process_probe_response() local 2630 if ((oldest == NULL) || in rtllib_process_probe_response() 2631 (target->last_scanned < oldest->last_scanned)) in rtllib_process_probe_response() 2632 oldest = target; in rtllib_process_probe_response() 2641 list_del(&oldest->list); in rtllib_process_probe_response() 2642 target = oldest; in rtllib_process_probe_response()
|
/drivers/scsi/mpi3mr/mpi/ |
D | mpi30_ioc.h | 640 __le32 oldest; member
|