Home
last modified time | relevance | path

Searched refs:present (Results 1 - 8 of 8) sorted by relevance

/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/backend/gpu/
H A Dmali_kbase_pm_driver.c58 * @ACTION_PRESENT: The cores that are present
310 * kbase_pm_get_present_cores - Get the cores that are present
315 * Return: Bitmask of the cores that are present
414 * until the transition has finished. Cores which are not present in the
435 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()
496 /* Restrict the cores to those that are actually present */ 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 get_desired_cache_status(u64 present, u64 cores_powered, u64 tilers_powered) get_desired_cache_status() argument
[all...]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/backend/gpu/
H A Dmali_kbase_pm_driver.c59 * @ACTION_PRESENT: The cores that are present
330 * kbase_pm_get_present_cores - Get the cores that are present
335 * Return: Bitmask of the cores that are present
441 * until the transition has finished. Cores which are not present in the
466 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()
524 /* Restrict the cores to those that are actually present */ 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 get_desired_cache_status(u64 present, u64 cores_powered, u64 tilers_powered) get_desired_cache_status() argument
[all...]
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A 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()
H A Ddhd_linux.c7824 DHD_ERROR(("ifp ptr already present for ifidx:%d\n", ifidx)); in dhd_update_iflist_info()
7924 * any netdev present already. in dhd_allocate_if()
10277 /* Set op_mode as MFG_MODE if WLTEST is present in "wl ver" */ in dhd_preinit_ioctls()
10303 DHD_ERROR(("%s: hostwake_oob IOVAR not present, proceed\n", __FUNCTION__)); in dhd_preinit_ioctls()
10320 DHD_ERROR(("%s: axierror_logbuf_addr IOVAR not present, proceed\n", __FUNCTION__)); in dhd_preinit_ioctls()
17745 wr_size = (unsigned long)dld_buf->present - in dhd_log_dump_buf_addr()
17752 scnprintf(buf_name, sizeof(buf_name), "dlb_buf[%d] present", i); in dhd_log_dump_buf_addr()
17753 dhd_print_buf_addr(dhdp, buf_name, dld_buf->present, wr_size); in dhd_log_dump_buf_addr()
18286 /* need to hold the lock before accessing 'present' and 'remain' ptrs */ in dhd_get_dld_len()
18288 wr_size = (unsigned long)dld_buf->present in dhd_get_dld_len()
[all...]
H A Ddhd.h784 char* present; member
/device/soc/hisilicon/common/platform/mmc/himci_v200/proc/
H A Dhimci_proc.c66 if ((card == NULL) || (card->state.bits.present == 0)) { in ProcStatsCardConnectedPrint()
/device/soc/hisilicon/common/platform/mmc/sdhci/proc/
H A Dsdhci_proc.c65 if ((card == NULL) || card->state.bits.present == 0) { in ProcStatsCardConnectedPrint()
/device/soc/hisilicon/common/platform/mmc/sdhci/
H A Dsdhci.c104 uint32_t present; in SdhciSetCardDetection() local
113 present = SdhciReadl(host, PSTATE_R) & SDHCI_CARD_PRESENT; in SdhciSetCardDetection()
114 host->irqEnable |= (present ? SDHCI_INTERRUPT_CARD_REMOVE : SDHCI_INTERRUPT_CARD_INSERT); in SdhciSetCardDetection()
560 HDF_LOGE("card is not present!"); in SdhciDoRequest()

Completed in 35 milliseconds