/device/qemu/drivers/uart/ |
H A D | uart_pl011.c | 33 uint32_t status; in Pl011Irq() local 46 status = OSAL_READW(port->physBase + UART_MIS); in Pl011Irq() 47 if (status & (UART_MIS_RX | UART_IMSC_TIMEOUT)) { in Pl011Irq()
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/ipa/ |
H A D | mali_kbase_ipa.c | 521 struct devfreq_dev_status *status = &df->last_status;
in kbase_get_real_power() local 522 unsigned long total_time = max(status->total_time, 1ul);
in kbase_get_real_power() 523 u64 busy_time = min(status->busy_time, total_time);
in kbase_get_real_power()
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/include/linux/mali/ |
H A D | mali_utgard_uk_types.h | 232 * When @c _mali_ukk_gp_start_job() returns @c MALI_OSK_ERR_OK, status contains the 244 * The @c mali_uk_gp_job_finished_s contains the job status (see \ref mali_uk_job_status), 246 * when the job finished (irq status, performance counters, renderer list 247 * address). A job has finished succesfully when its status is 250 * complete, the status will indicate @c _MALI_UK_JOB_STATUS_HANG. 252 * job, status will indicate @c _MALI_UK_JOB_STATUS_SEG_FAULT. 253 * status will indicate @c _MALI_UK_JOB_STATUS_NOT_STARTED if the driver had to 295 mali_uk_job_status status; /**< [out] status of finished job */ member 347 * When _mali_ukk_pp_start_job() returns @c MALI_OSK_ERR_OK, @c status contain 409 mali_uk_job_status status; /**< [out] status of finished job */ global() member 1069 u32 status; /**< [out] status of fence (1 if signaled, 0 if timeout) */ global() member [all...] |
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/ipa/ |
H A D | mali_kbase_ipa.c | 559 struct devfreq_dev_status *status = &df->last_status; in kbase_get_real_power() local 560 unsigned long total_time = max(status->total_time, 1ul); in kbase_get_real_power() 561 u64 busy_time = min(status->busy_time, total_time); in kbase_get_real_power()
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/include/linux/mali/ |
H A D | mali_utgard_uk_types.h | 228 * When @c _mali_ukk_gp_start_job() returns @c _MALI_OSK_ERR_OK, status contains the 240 * The @c _mali_uk_gp_job_finished_s contains the job status (see \ref _mali_uk_job_status), 242 * when the job finished (irq status, performance counters, renderer list 243 * address). A job has finished succesfully when its status is 246 * complete, the status will indicate @c _MALI_UK_JOB_STATUS_HANG. 248 * job, status will indicate @c _MALI_UK_JOB_STATUS_SEG_FAULT. 249 * status will indicate @c _MALI_UK_JOB_STATUS_NOT_STARTED if the driver had to 288 _mali_uk_job_status status; /**< [out] status of finished job */ member 341 * When _mali_ukk_pp_start_job() returns @c _MALI_OSK_ERR_OK, @c status contain 400 _mali_uk_job_status status; /**< [out] status of finished job */ global() member 1076 u32 status; /**< [out] status of fence (1 if signaled, 0 if timeout) */ global() member [all...] |
/device/soc/rockchip/common/sdk_linux/drivers/dma-buf/ |
H A D | dma-fence.c | 641 * dma_fence_get_status - returns the status upon completion 644 * This wraps dma_fence_get_status_locked() to return the error status 655 int status; in dma_fence_get_status() local 658 status = dma_fence_get_status_locked(fence); in dma_fence_get_status() 661 return status; in dma_fence_get_status()
|
/drivers/hdf_core/adapter/khdf/linux/network/src/ |
H A D | net_device_adapter.c | 352 NetIfStatus status) in NetDevSetStatus() 363 if (status == NETIF_DOWN) { in NetDevSetStatus() 366 } else if (status == NETIF_UP) { in NetDevSetStatus() 373 HDF_LOGE("%s fail : status error!", __func__); in NetDevSetStatus() 351 NetDevSetStatus(struct NetDeviceImpl *impl, NetIfStatus status) NetDevSetStatus() argument
|
/drivers/hdf_core/framework/core/manager/src/ |
H A D | devmgr_service.c | 130 deviceInfo->status = HDF_SERVICE_USABLE; in DevmgrServiceLoadDevice() 175 deviceInfo->status = HDF_SERVICE_UNUSABLE; in DevmgrServiceUnloadDevice() 216 deviceInfo->status = HDF_SERVICE_USABLE; in DevmgrServiceLoadLeftDriver()
|
/drivers/hdf_core/framework/model/input/driver/ |
H A D | hdf_input_device_manager.c | 82 static void HotPlugNotify(const InputDevice *inputDev, uint32_t status) in HotPlugNotify() argument 94 event.status = status; in HotPlugNotify()
|
/drivers/hdf_core/framework/test/unittest/model/usb/host/include/ |
H A D | usb_raw_test.h | 266 /* get status form a USB device/interface/endpoint/other */ 284 unsigned int status; member 290 int32_t status; member 311 /* the status of the request */ 312 UsbRequestStatus status; member
|
/drivers/hdf_core/interfaces/inner_api/hdi/base/ |
H A D | hdi_smq.h | 21 * load or unload a device, and listen for service status, and capabilities for the hdi-gen tool to 252 int32_t status = HDF_FAILURE; member in OHOS::HDI::Base::SharedMemQueue 354 status = HDF_SUCCESS; in Init() 398 return status == HDF_SUCCESS; in IsGood()
|
/drivers/peripheral/display/composer/test/fuzztest/device_fuzzer/ |
H A D | device_fuzzer.cpp | 158 Composer::V1_0::DispPowerStatus status = CONVERT_TABLE_POWER_STATUS[GetData<uint32_t>() % len]; in TestSetGetDisplayPowerStatus() local 159 int32_t ret = g_composerInterface->SetDisplayPowerStatus(devId, status); in TestSetGetDisplayPowerStatus() 164 ret = g_composerInterface->GetDisplayPowerStatus(devId, status); in TestSetGetDisplayPowerStatus()
|
/drivers/peripheral/sensor/chipset/gyro/ |
H A D | gyro_bmi270.c | 114 uint8_t status = 0; in GyroReadBmi270RawData() local 129 ret = GyroBmi270HalRegRead(data, BMI270_GYRO_REGA_STATUS, &status, sizeof(uint8_t)); in GyroReadBmi270RawData() 131 if (!(status & BMI270_GYRO_DATA_READY_MASK) || (ret != HDF_SUCCESS)) { in GyroReadBmi270RawData()
|
/drivers/peripheral/usb/ddk/device/src/ |
H A D | usbfn_io_mgr.c | 200 int32_t UsbFnIoMgrRequestGetStatus(struct UsbFnRequest *req, UsbRequestStatus *status) in UsbFnIoMgrRequestGetStatus() argument 213 *status = -(fnOps->getReqStatus(reqList->fd, &ioData)); in UsbFnIoMgrRequestGetStatus() 235 req->status = USB_REQUEST_COMPLETED; in UsbFnIoMgrRequestSubmitSync()
|
/kernel/linux/linux-5.10/drivers/crypto/qce/ |
H A D | skcipher.c | 35 u32 status; in qce_skcipher_done() local 54 error = qce_check_status(qce, &status); in qce_skcipher_done() 56 dev_dbg(qce->dev, "skcipher operation error (%x)\n", status); in qce_skcipher_done()
|
/kernel/linux/linux-5.10/drivers/bluetooth/ |
H A D | btbcm.c | 42 efi_status_t status; in btbcm_set_bdaddr_from_efi() local 50 status = efi.get_variable(L"BDADDR", &guid, NULL, &len, &efi_bdaddr); in btbcm_set_bdaddr_from_efi() 51 if (status != EFI_SUCCESS) in btbcm_set_bdaddr_from_efi()
|
/kernel/linux/linux-5.10/drivers/clk/at91/ |
H A D | clk-master.c | 51 unsigned int status; in clk_master_ready() local 53 regmap_read(master->regmap, AT91_PMC_SR, &status); in clk_master_ready() 55 return !!(status & bit); in clk_master_ready()
|
/kernel/linux/linux-5.10/drivers/cpufreq/ |
H A D | cppc_cpufreq.c | 431 acpi_status status = AE_OK; in cppc_check_hisi_workaround() local 434 status = acpi_get_table(ACPI_SIG_PCCT, 0, &tbl); in cppc_check_hisi_workaround() 435 if (ACPI_FAILURE(status) || !tbl) in cppc_check_hisi_workaround()
|
/kernel/linux/linux-5.10/drivers/dma-buf/ |
H A D | dma-fence.c | 587 * dma_fence_get_status - returns the status upon completion 590 * This wraps dma_fence_get_status_locked() to return the error status 601 int status; in dma_fence_get_status() local 604 status = dma_fence_get_status_locked(fence); in dma_fence_get_status() 607 return status; in dma_fence_get_status()
|
/kernel/linux/linux-5.10/drivers/edac/ |
H A D | amd64_edac.h | 439 static inline u16 extract_syndrome(u64 status) in extract_syndrome() argument 441 return ((status >> 47) & 0xff) | ((status >> 16) & 0xff00); in extract_syndrome()
|
/kernel/linux/linux-5.10/drivers/acpi/ |
H A D | button.c | 183 acpi_status status; in acpi_lid_evaluate_state() local 185 status = acpi_evaluate_integer(device->handle, "_LID", NULL, &lid_state); in acpi_lid_evaluate_state() 186 if (ACPI_FAILURE(status)) in acpi_lid_evaluate_state()
|
H A D | pci_irq.c | 209 acpi_status status; in acpi_pci_irq_find_prt_entry() local 221 status = acpi_get_irq_routing_table(handle, &buffer); in acpi_pci_irq_find_prt_entry() 222 if (ACPI_FAILURE(status)) { in acpi_pci_irq_find_prt_entry()
|
/kernel/linux/linux-5.10/arch/mips/fw/cfe/ |
H A D | cfe_api.c | 150 int cfe_exit(int warm, int status) in cfe_exit() argument 159 xiocb.plist.xiocb_exitstat.status = status; in cfe_exit()
|
/kernel/linux/linux-5.10/arch/arm/mach-vexpress/ |
H A D | spc.c | 47 /* SPC wake-up IRQs status and mask */ 381 uint32_t status = readl_relaxed(drv_data->baseaddr + PWC_STATUS); in ve_spc_irq_handler() local 383 if (info->cur_rsp_mask & status) { in ve_spc_irq_handler() 384 info->cur_rsp_stat = status; in ve_spc_irq_handler()
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/ps3/ |
H A D | interrupt.c | 29 * struct ps3_bmp - a per cpu irq status and mask bitmap structure 30 * @status: 256 bit status bitmap indexed by plug 39 * The HV requires that the 512 bits of status + mask not cross a page 59 u64 status; member 639 _dump_64_bmp("stat", &pd->bmp.status, pd->thread_id, func, line); in _dump_bmp() 704 u64 x = (pd->bmp.status & pd->bmp.mask); in ps3_get_irq()
|