Searched refs:changed (Results 1 - 8 of 8) sorted by relevance
/device/soc/rockchip/rk3588/kernel/drivers/pci/ |
H A D | pci.h | 356 * Returns true if state has been changed to the requested state. 361 bool changed = false; in pci_dev_set_io_state() local 370 changed = true; in pci_dev_set_io_state() 378 changed = true; in pci_dev_set_io_state() 386 changed = true; in pci_dev_set_io_state() 391 if (changed) in pci_dev_set_io_state() 393 return changed; in pci_dev_set_io_state()
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/csf/ |
H A D | mali_kbase_csf_scheduler.c | 130 * could have been changed after the sleep was initiated. in wait_for_scheduler_to_exit_sleep() 2968 bool changed = false; in slots_state_changed() local 2974 changed = true; in slots_state_changed() 2978 if (changed) in slots_state_changed() 2981 return changed; in slots_state_changed() 3020 DECLARE_BITMAP(changed, MAX_SUPPORTED_CSGS); in program_suspending_csg_slots() 3022 bitmap_copy(changed, slot_mask, MAX_SUPPORTED_CSGS); in program_suspending_csg_slots() 3025 slots_state_changed(kbdev, changed, in program_suspending_csg_slots() 3032 for_each_set_bit(i, changed, num_groups) { in program_suspending_csg_slots() 3176 DECLARE_BITMAP(changed, MAX_SUPPORTED_CSG in wait_csg_slots_start() 3257 bool changed = false; slots_update_state_changed() local [all...] |
/device/soc/rockchip/common/sdk_linux/drivers/power/supply/ |
H A D | power_supply_core.c | 101 * Check 'changed' here to avoid issues due to race between
in power_supply_changed_work() 104 * lock. During the first call of this routine we will mark 'changed' as
in power_supply_changed_work() 107 if (likely(psy->changed)) {
in power_supply_changed_work() 108 psy->changed = false;
in power_supply_changed_work() 119 * power_supply_changed() might have called again and have set 'changed'
in power_supply_changed_work() 122 if (likely(!psy->changed)) {
in power_supply_changed_work() 135 psy->changed = true;
in power_supply_changed()
|
/device/soc/rockchip/common/sdk_linux/include/linux/ |
H A D | power_supply.h | 293 bool changed; member
|
/device/soc/rockchip/common/vendor/drivers/video/rockchip/mpp/ |
H A D | mpp_common.c | 1905 bool changed = false;
in mpp_grf_is_changed() local 1911 changed = (grf_status == grf_val) ? false : true;
in mpp_grf_is_changed() 1914 return changed;
in mpp_grf_is_changed()
|
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/mpp/ |
H A D | mpp_common.c | 1953 bool changed = false; in mpp_grf_is_changed() local 1959 changed = (grf_status == grf_val) ? false : true; in mpp_grf_is_changed() 1962 return changed; in mpp_grf_is_changed()
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | wl_cfg80211.c | 281 * During P2P-GO removal, P2P-GO is first changed to STA and later only 499 static s32 wl_cfg80211_set_wiphy_params(struct wiphy *wiphy, u32 changed); 527 struct cfg80211_connect_params *sme, u32 changed); 3576 WL_INFORM_MEM(("[%s] cfg_iftype changed to %d\n", ndev->name, type)); in wl_cfg80211_change_virtual_iface() 3733 static s32 wl_cfg80211_set_wiphy_params(struct wiphy *wiphy, u32 changed) in wl_cfg80211_set_wiphy_params() argument 3741 if (changed & WIPHY_PARAM_RTS_THRESHOLD && in wl_cfg80211_set_wiphy_params() 3748 if (changed & WIPHY_PARAM_FRAG_THRESHOLD && in wl_cfg80211_set_wiphy_params() 3755 if (changed & WIPHY_PARAM_RETRY_LONG && in wl_cfg80211_set_wiphy_params() 3762 if (changed & WIPHY_PARAM_RETRY_SHORT && in wl_cfg80211_set_wiphy_params() 6260 struct cfg80211_connect_params *sme, u32 changed) in wl_cfg80211_update_connect_params() 6259 wl_cfg80211_update_connect_params(struct wiphy *wiphy, struct net_device *dev, struct cfg80211_connect_params *sme, u32 changed) wl_cfg80211_update_connect_params() argument [all...] |
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/ |
H A D | wal_cfg80211.c | 903 static hi_s32 wal_cfg80211_set_wiphy_params(oal_wiphy_stru *wiphy, hi_u32 changed) in wal_cfg80211_set_wiphy_params() argument
|
Completed in 55 milliseconds