Home
last modified time | relevance | path

Searched refs:present (Results 1 – 25 of 70) sorted by relevance

123

/device/soc/esp/esp32/components/bt/host/bluedroid/stack/smp/
Dsmp_api.c476 __FUNCTION__, p_cb->req_oob_type, p_oob->loc_oob_data.present, in SMP_SecureConnectionOobDataReply()
477 p_oob->peer_oob_data.present); in SMP_SecureConnectionOobDataReply()
486 if (!p_oob->peer_oob_data.present) { in SMP_SecureConnectionOobDataReply()
491 if (!p_oob->loc_oob_data.present) { in SMP_SecureConnectionOobDataReply()
496 if (!p_oob->loc_oob_data.present || !p_oob->peer_oob_data.present) { in SMP_SecureConnectionOobDataReply()
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/include/stack/
Dsmp_api.h237 BOOLEAN present; member
251 BOOLEAN present; member
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
Ddhd_gpio.c103 static int dhd_wlan_set_carddetect(int present) in dhd_wlan_set_carddetect() argument
108 if (present) { in dhd_wlan_set_carddetect()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/backend/gpu/
Dmali_kbase_pm_driver.c435 u64 present; in kbase_pm_transition_core_type() local
446 present = kbase_pm_get_present_cores(kbdev, type); in kbase_pm_transition_core_type()
472 if ((ready == present) && (desired_state_in_use == ready) && (trans == 0)) { in kbase_pm_transition_core_type()
497 powerup = desired_state_in_use & present; in kbase_pm_transition_core_type()
498 powerdown = (~desired_state_in_use) & present; in kbase_pm_transition_core_type()
559 static u64 get_desired_cache_status(u64 present, u64 cores_powered, u64 tilers_powered) in get_desired_cache_status() argument
563 while (present) { in get_desired_cache_status()
565 u64 bit = fls64(present) - 1; in get_desired_cache_status()
580 present &= ~bit_mask; in get_desired_cache_status()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/backend/gpu/
Dmali_kbase_pm_driver.c466 u64 present; in kbase_pm_transition_core_type() local
477 present = kbase_pm_get_present_cores(kbdev, type); in kbase_pm_transition_core_type()
501 if ((ready == present) && (desired_state_in_use == ready) && in kbase_pm_transition_core_type()
525 powerup = desired_state_in_use & present; in kbase_pm_transition_core_type()
526 powerdown = (~desired_state_in_use) & present; in kbase_pm_transition_core_type()
585 static u64 get_desired_cache_status(u64 present, u64 cores_powered, in get_desired_cache_status() argument
590 while (present) { in get_desired_cache_status()
592 u64 bit = fls64(present) - 1; in get_desired_cache_status()
606 present &= ~bit_mask; in get_desired_cache_status()
/device/board/isoftstone/yangfan/kernel/src/driv/net/rockchip_wlan/rkwifi/bcmdhd/
Ddhd_gpio.c116 static int dhd_wlan_set_carddetect(int present) in dhd_wlan_set_carddetect() argument
121 if (present) { in dhd_wlan_set_carddetect()
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/bcmdhd/
Ddhd_gpio.c118 static int dhd_wlan_set_carddetect(int present) in dhd_wlan_set_carddetect() argument
128 if (present) { in dhd_wlan_set_carddetect()
/device/soc/esp/esp32/components/esp_rom/esp32/ld/
Desp32.rom.newlib-locale.ld1 /* These are the locale-related newlib functions present in ESP32 ROM.
Desp32.rom.newlib-time.ld1 /* These are the newlib functions and the .bss/.data symbols necessary for these functions present
Desp32.rom.newlib-data.ld1 /* These are the .bss/.data symbols used by newlib functions present in ESP32 ROM.
Desp32.rom.syscalls.ld56 /* These are the non-reentrant versions of syscalls present in the ROM.
Desp32.rom.newlib-nano.ld1 /* These are the printf/scanf related newlib functions present in ESP32 ROM.
Desp32.rom.newlib-funcs.ld1 /* These are the newlib functions present in ESP32 ROM.
/device/soc/esp/esp32/components/libs/
Desp32.rom.newlib-time.ld1 /* These are the newlib functions and the .bss/.data symbols necessary for these functions present
Desp32.rom.newlib-data.ld1 /* These are the .bss/.data symbols used by newlib functions present in ESP32 ROM.
Desp32.rom.syscalls.ld56 /* These are the non-reentrant versions of syscalls present in the ROM.
Desp32.rom.newlib-funcs.ld1 /* These are the newlib functions present in ESP32 ROM.
/device/board/kaihong/khdvk_3566b/wifi/bcmdhd_hdf/bcmdhd/
Ddhd_gpio.c142 static int dhd_wlan_set_carddetect(int present) in dhd_wlan_set_carddetect() argument
153 if (present) { in dhd_wlan_set_carddetect()
/device/soc/chipsea/cst85/liteos_m/sdk/bsp/driver/ticker/
Dticker_api.c251 us_timestamp_t present = ticker->queue->present_time; in schedule_interrupt() local
256 if (match_time <= present) { in schedule_interrupt()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/
DKconfig70 This option should only be enabled if KDS is not present and
194 whereby the hardware is not physically present. If the hardware is physically
195 present it will not be used. This can be used to test the majority of the
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
DKconfig69 This option should only be enabled if KDS is not present and
193 whereby the hardware is not physically present. If the hardware is physically
194 present it will not be used. This can be used to test the majority of the
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/mmc/
Dsunxi-mmc.c2412 u32 present = 0; in sunxi_mmc_gpio_get_cd() local
2428 present = 1; in sunxi_mmc_gpio_get_cd()
2430 present = 0; in sunxi_mmc_gpio_get_cd()
2433 __func__, __LINE__, present); in sunxi_mmc_gpio_get_cd()
2435 if (host->present ^ present) { in sunxi_mmc_gpio_get_cd()
2436 host->present = present; in sunxi_mmc_gpio_get_cd()
2438 __func__, __LINE__, host->present); in sunxi_mmc_gpio_get_cd()
/device/soc/rockchip/rk3588/kernel/drivers/phy/rockchip/
DKconfig28 associated to the Rockchip ISP module present in RK3399 SoCs.
/device/soc/hisilicon/common/platform/mmc/himci_v200/proc/
Dhimci_proc.c66 if ((card == NULL) || (card->state.bits.present == 0)) { in ProcStatsCardConnectedPrint()
/device/soc/hisilicon/common/platform/mmc/sdhci/proc/
Dsdhci_proc.c65 if ((card == NULL) || card->state.bits.present == 0) { in ProcStatsCardConnectedPrint()

123