Home
last modified time | relevance | path

Searched refs:updated (Results 101 - 125 of 268) sorted by relevance

1234567891011

/third_party/pulseaudio/src/modules/
H A Dmodule-stream-restore.c745 bool updated; in handle_entry_set_device() local
756 updated = (e->device_valid != !!device[0]) || !pa_safe_streq(e->device, device); in handle_entry_set_device()
758 if (updated) { in handle_entry_set_device()
802 bool updated = false; in handle_entry_set_volume() local
814 updated = (e->volume_valid != !!map.channels) || !pa_cvolume_equal(&e->volume, &vol); in handle_entry_set_volume()
816 if (updated) { in handle_entry_set_volume()
855 bool updated; in handle_entry_set_mute() local
866 updated = !e->muted_valid || e->muted != mute; in handle_entry_set_mute()
868 if (updated) { in handle_entry_set_mute()
/third_party/mesa3d/src/egl/drivers/dri2/
H A Dplatform_ohos.c251 EGLBoolean updated = EGL_FALSE; in ohos_window_dequeue_buffer() local
258 updated = EGL_TRUE; in ohos_window_dequeue_buffer()
263 if (!updated) { in ohos_window_dequeue_buffer()
/kernel/linux/linux-5.10/drivers/staging/rtl8192e/rtl8192e/
H A Drtl_wx.c327 range->max_qual.updated = 7; /* Updated all three */ in _rtl92e_wx_get_range()
332 range->avg_qual.updated = 7; /* Updated all three */ in _rtl92e_wx_get_range()
1194 wstats->qual.updated = IW_QUAL_ALL_UPDATED | IW_QUAL_DBM; in _rtl92e_get_wireless_stats()
1205 wstats->qual.updated = IW_QUAL_ALL_UPDATED | IW_QUAL_DBM; in _rtl92e_get_wireless_stats()
/kernel/linux/linux-6.6/drivers/staging/rtl8192e/rtl8192e/
H A Drtl_wx.c317 range->max_qual.updated = 7; /* Updated all three */ in _rtl92e_wx_get_range()
322 range->avg_qual.updated = 7; /* Updated all three */ in _rtl92e_wx_get_range()
1129 wstats->qual.updated = IW_QUAL_ALL_UPDATED | IW_QUAL_DBM; in _rtl92e_get_wireless_stats()
1140 wstats->qual.updated = IW_QUAL_ALL_UPDATED | IW_QUAL_DBM; in _rtl92e_get_wireless_stats()
/kernel/linux/linux-6.6/drivers/net/wwan/iosm/
H A Diosm_ipc_mux_codec.c746 /* Clear the DG count and QLT updated status for new ADB */ in ipc_mux_ul_skb_alloc()
1351 int updated = 0; in ipc_mux_ul_data_encode() local
1388 updated = ipc_mux_ul_adgh_encode(ipc_mux, session_id, in ipc_mux_ul_data_encode()
1393 updated = mux_ul_adb_encode(ipc_mux, session_id, in ipc_mux_ul_data_encode()
1400 return updated == 1; in ipc_mux_ul_data_encode()
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/core/
H A Drtw_ap.c205 u8 updated = false; in expire_timeout_chk() local
326 updated = ap_free_sta(padapter, psta, false, WLAN_REASON_DEAUTH_LEAVING); in expire_timeout_chk()
398 updated = ap_free_sta(padapter, psta, false, WLAN_REASON_DEAUTH_LEAVING); in expire_timeout_chk()
407 associated_clients_update(padapter, updated); in expire_timeout_chk()
920 /* update capability after cur_wireless_mode updated */ in start_bss_network()
1912 void associated_clients_update(struct adapter *padapter, u8 updated) in associated_clients_update() argument
1915 if (updated) { in associated_clients_update()
2075 DBG_871X("%s, updated =%d\n", __func__, beacon_updated); in bss_cap_update_on_sta_join()
2139 DBG_871X("%s, updated =%d\n", __func__, beacon_updated); in bss_cap_update_on_sta_leave()
H A Drtw_mlme.c1878 * @return true: candidate is updated
1879 * @return false: candidate is not updated
1884 int updated = false; in rtw_check_roaming_candidate() local
1920 updated = true; in rtw_check_roaming_candidate()
1923 return updated; in rtw_check_roaming_candidate()
1989 * @return true: candidate is updated
1990 * @return false: candidate is not updated
1995 int updated = false; in rtw_check_join_candidate() local
2024 updated = true; in rtw_check_join_candidate()
2027 if (updated) { in rtw_check_join_candidate()
[all...]
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/core/
H A Drtw_ap.c168 u8 updated = 0; in expire_timeout_chk() local
269 updated = ap_free_sta(padapter, psta, true, in expire_timeout_chk()
330 updated = ap_free_sta(padapter, psta, true, in expire_timeout_chk()
339 associated_clients_update(padapter, updated); in expire_timeout_chk()
713 /* update capability after cur_wireless_mode updated */ in start_bss_network()
1336 void associated_clients_update(struct adapter *padapter, u8 updated) in associated_clients_update() argument
1339 if (updated) { in associated_clients_update()
1494 DBG_88E("%s, updated =%d\n", __func__, beacon_updated); in bss_cap_update_on_sta_join()
1557 DBG_88E("%s, updated =%d\n", __func__, beacon_updated); in bss_cap_update_on_sta_leave()
/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/core/
H A Drtw_ap.c177 u8 updated = false; in expire_timeout_chk() local
258 updated = ap_free_sta(padapter, psta, false, WLAN_REASON_DEAUTH_LEAVING); in expire_timeout_chk()
311 updated = ap_free_sta(padapter, psta, false, in expire_timeout_chk()
321 associated_clients_update(padapter, updated); in expire_timeout_chk()
792 /* update capability after cur_wireless_mode updated */ in start_bss_network()
1681 void associated_clients_update(struct adapter *padapter, u8 updated) in associated_clients_update() argument
1684 if (updated) { in associated_clients_update()
H A Drtw_mlme.c1695 * @return true: candidate is updated
1696 * @return false: candidate is not updated
1701 int updated = false; in rtw_check_roaming_candidate() local
1728 updated = true; in rtw_check_roaming_candidate()
1731 return updated; in rtw_check_roaming_candidate()
1778 * @return true: candidate is updated
1779 * @return false: candidate is not updated
1784 int updated = false; in rtw_check_join_candidate() local
1813 updated = true; in rtw_check_join_candidate()
1817 return updated; in rtw_check_join_candidate()
[all...]
/kernel/linux/linux-6.6/drivers/usb/typec/ucsi/
H A Ducsi.c411 struct ucsi_altmode updated[UCSI_MAX_ALTMODES]; in ucsi_register_altmodes_nvidia() local
424 memset(updated, 0, sizeof(updated)); in ucsi_register_altmodes_nvidia()
455 multi_dp = ucsi->ops->update_altmodes(ucsi, orig, updated); in ucsi_register_altmodes_nvidia()
461 desc.svid = updated[i].svid; in ucsi_register_altmodes_nvidia()
462 desc.vdo = updated[i].mid; in ucsi_register_altmodes_nvidia()
/kernel/linux/linux-5.10/drivers/crypto/ux500/hash/
H A Dhash_alg.h341 * @updated: Indicates if hardware is initialized for new operations.
346 u8 updated; member
/kernel/linux/linux-5.10/include/linux/
H A Dthermal.h101 bool updated; /* true if the cooling device does not need update */ member
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/calcs/
H A Ddcn_calcs.c638 bool updated = false; in dcn_bw_apply_registry_override() local
643 updated = true; in dcn_bw_apply_registry_override()
650 updated = true; in dcn_bw_apply_registry_override()
657 updated = true; in dcn_bw_apply_registry_override()
664 updated = true; in dcn_bw_apply_registry_override()
672 updated = true; in dcn_bw_apply_registry_override()
678 return updated; in dcn_bw_apply_registry_override()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dml/calcs/
H A Ddcn_calcs.c640 bool updated = false; in dcn_bw_apply_registry_override() local
644 updated = true; in dcn_bw_apply_registry_override()
651 updated = true; in dcn_bw_apply_registry_override()
658 updated = true; in dcn_bw_apply_registry_override()
665 updated = true; in dcn_bw_apply_registry_override()
673 updated = true; in dcn_bw_apply_registry_override()
678 return updated; in dcn_bw_apply_registry_override()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver_wext.c1279 if (iwe->u.qual.updated & IW_QUAL_QUAL_INVALID) in wext_get_scan_qual()
1281 if (iwe->u.qual.updated & IW_QUAL_LEVEL_INVALID) in wext_get_scan_qual()
1283 if (iwe->u.qual.updated & IW_QUAL_NOISE_INVALID) in wext_get_scan_qual()
1285 if (iwe->u.qual.updated & IW_QUAL_DBM) in wext_get_scan_qual()
1287 if ((iwe->u.qual.updated & IW_QUAL_DBM) || in wext_get_scan_qual()
2444 ((stats.qual.updated & IW_QUAL_DBM) ? 0x100 : 0); in wpa_driver_wext_signal_poll()
2446 ((stats.qual.updated & IW_QUAL_DBM) ? 0x100 : 0); in wpa_driver_wext_signal_poll()
/kernel/linux/linux-6.6/net/core/
H A Dneighbour.c275 !time_in_range(n->updated, tref, jiffies)) in neigh_forced_gc()
501 n->updated = n->used = now; in neigh_alloc()
1049 neigh->updated = jiffies;
1108 neigh->updated = jiffies; in neigh_timer_handler()
1114 neigh->updated = jiffies; in neigh_timer_handler()
1124 neigh->updated = jiffies; in neigh_timer_handler()
1131 neigh->updated = jiffies; in neigh_timer_handler()
1194 neigh->updated = now; in __neigh_event_send()
1206 neigh->updated = jiffies; in __neigh_event_send()
1216 neigh->updated in __neigh_event_send()
[all...]
/kernel/linux/linux-5.10/drivers/usb/typec/ucsi/
H A Ducsi.h55 struct ucsi_altmode *updated);
/kernel/linux/linux-6.6/include/linux/
H A Dthermal.h107 bool updated; /* true if the cooling device does not need update */ member
/kernel/linux/linux-6.6/drivers/net/vxlan/
H A Dvxlan_private.h31 unsigned long updated; /* jiffies */ member
/third_party/node/test/parallel/
H A Dtest-v8-serdes.js181 When that happens, the "desStr" variable must be updated to the new value
/third_party/node/deps/npm/lib/commands/
H A Dtoken.js145 delete result.updated
/third_party/typescript/tests/baselines/reference/tsc/cancellationToken/
H A Dwhen-emitting-buildInfo.js242 No shapes updated in the builder::
H A Dwhen-using-state.js242 No shapes updated in the builder::
/third_party/ffmpeg/libavformat/
H A Ddashdec.c717 int updated = 0; in resolve_content_path() local
737 updated = AVERROR(ENOMEM); in resolve_content_path()
750 updated = AVERROR(ENOMEM); in resolve_content_path()
772 updated = 1; in resolve_content_path()
806 updated = 1; in resolve_content_path()
818 return updated; in resolve_content_path()

Completed in 45 milliseconds

1234567891011