| /OK3568_Linux_fs/kernel/drivers/firmware/efi/ |
| H A D | runtime-wrappers.c | 61 efi_rts_work.status = EFI_ABORTED; \ 88 efi_rts_work.status; \ 181 efi_status_t status = EFI_NOT_FOUND; in efi_call_rts() local 191 status = efi_call_virt(get_time, (efi_time_t *)arg1, in efi_call_rts() 195 status = efi_call_virt(set_time, (efi_time_t *)arg1); in efi_call_rts() 198 status = efi_call_virt(get_wakeup_time, (efi_bool_t *)arg1, in efi_call_rts() 202 status = efi_call_virt(set_wakeup_time, *(efi_bool_t *)arg1, in efi_call_rts() 206 status = efi_call_virt(get_variable, (efi_char16_t *)arg1, in efi_call_rts() 211 status = efi_call_virt(get_next_variable, (unsigned long *)arg1, in efi_call_rts() 216 status = efi_call_virt(set_variable, (efi_char16_t *)arg1, in efi_call_rts() [all …]
|
| /OK3568_Linux_fs/kernel/arch/mips/boot/dts/brcm/ |
| H A D | bcm97346dbsmb.dts | 23 status = "okay"; 27 status = "okay"; 31 status = "okay"; 35 status = "okay"; 39 status = "okay"; 43 status = "okay"; 47 status = "okay"; 51 status = "okay"; 55 status = "okay"; 59 status = "okay"; [all …]
|
| H A D | bcm97425svmb.dts | 25 status = "okay"; 29 status = "okay"; 33 status = "okay"; 37 status = "okay"; 41 status = "okay"; 45 status = "okay"; 49 status = "okay"; 53 status = "okay"; 57 status = "okay"; 61 status = "okay"; [all …]
|
| /OK3568_Linux_fs/kernel/drivers/firmware/efi/libstub/ |
| H A D | x86-stub.c | 32 efi_status_t status; in preserve_pci_rom_image() local 51 status = efi_bs_call(allocate_pool, EFI_LOADER_DATA, size, in preserve_pci_rom_image() 53 if (status != EFI_SUCCESS) { in preserve_pci_rom_image() 55 return status; in preserve_pci_rom_image() 66 status = efi_call_proto(pci, pci.read, EfiPciIoWidthUint16, in preserve_pci_rom_image() 69 if (status != EFI_SUCCESS) { in preserve_pci_rom_image() 74 status = efi_call_proto(pci, pci.read, EfiPciIoWidthUint16, in preserve_pci_rom_image() 77 if (status != EFI_SUCCESS) { in preserve_pci_rom_image() 82 status = efi_call_proto(pci, get_location, &rom->segment, &rom->bus, in preserve_pci_rom_image() 85 if (status != EFI_SUCCESS) in preserve_pci_rom_image() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/acpi/acpica/ |
| H A D | dbcmds.c | 148 acpi_status status; in acpi_db_do_one_sleep_state() local 165 status = in acpi_db_do_one_sleep_state() 167 if (ACPI_FAILURE(status)) { in acpi_db_do_one_sleep_state() 170 acpi_format_exception(status)); in acpi_db_do_one_sleep_state() 182 status = acpi_enter_sleep_state_prep(sleep_state); in acpi_db_do_one_sleep_state() 183 if (ACPI_FAILURE(status)) { in acpi_db_do_one_sleep_state() 188 status = acpi_enter_sleep_state(sleep_state); in acpi_db_do_one_sleep_state() 189 if (ACPI_FAILURE(status)) { in acpi_db_do_one_sleep_state() 195 status = acpi_leave_sleep_state_prep(sleep_state); in acpi_db_do_one_sleep_state() 196 if (ACPI_FAILURE(status)) { in acpi_db_do_one_sleep_state() [all …]
|
| H A D | evxfevnt.c | 33 acpi_status status; in acpi_enable() local 60 status = acpi_hw_set_mode(ACPI_SYS_MODE_ACPI); in acpi_enable() 61 if (ACPI_FAILURE(status)) { in acpi_enable() 64 return_ACPI_STATUS(status); in acpi_enable() 98 acpi_status status = AE_OK; in ACPI_EXPORT_SYMBOL() local 114 status = acpi_hw_set_mode(ACPI_SYS_MODE_LEGACY); in ACPI_EXPORT_SYMBOL() 116 if (ACPI_FAILURE(status)) { in ACPI_EXPORT_SYMBOL() 119 return_ACPI_STATUS(status); in ACPI_EXPORT_SYMBOL() 125 return_ACPI_STATUS(status); in ACPI_EXPORT_SYMBOL() 144 acpi_status status = AE_OK; in ACPI_EXPORT_SYMBOL() local [all …]
|
| H A D | dsfield.c | 66 acpi_status status; in acpi_ds_create_external_region() local 80 status = acpi_ns_lookup(walk_state->scope_info, path, ACPI_TYPE_REGION, in acpi_ds_create_external_region() 83 if (ACPI_FAILURE(status)) { in acpi_ds_create_external_region() 84 return (status); in acpi_ds_create_external_region() 95 status = acpi_ns_attach_object(*node, obj_desc, ACPI_TYPE_REGION); in acpi_ds_create_external_region() 96 return (status); in acpi_ds_create_external_region() 125 acpi_status status; in acpi_ds_create_buffer_field() local 176 status = acpi_ns_lookup(walk_state->scope_info, in acpi_ds_create_buffer_field() 181 && status == AE_ALREADY_EXISTS) { in acpi_ds_create_buffer_field() 182 status = AE_OK; in acpi_ds_create_buffer_field() [all …]
|
| H A D | utalloc.c | 64 acpi_status status; in acpi_ut_create_caches() local 68 status = in acpi_ut_create_caches() 73 if (ACPI_FAILURE(status)) { in acpi_ut_create_caches() 74 return (status); in acpi_ut_create_caches() 77 status = in acpi_ut_create_caches() 81 if (ACPI_FAILURE(status)) { in acpi_ut_create_caches() 82 return (status); in acpi_ut_create_caches() 85 status = in acpi_ut_create_caches() 90 if (ACPI_FAILURE(status)) { in acpi_ut_create_caches() 91 return (status); in acpi_ut_create_caches() [all …]
|
| H A D | rscreate.c | 34 acpi_status status; in acpi_buffer_to_resource() local 48 status = in acpi_buffer_to_resource() 51 if (status == AE_AML_NO_RESOURCE_END_TAG) { in acpi_buffer_to_resource() 52 status = AE_OK; in acpi_buffer_to_resource() 54 if (ACPI_FAILURE(status)) { in acpi_buffer_to_resource() 55 return_ACPI_STATUS(status); in acpi_buffer_to_resource() 68 status = acpi_ut_walk_aml_resources(NULL, aml_buffer, aml_buffer_length, in acpi_buffer_to_resource() 71 if (status == AE_AML_NO_RESOURCE_END_TAG) { in acpi_buffer_to_resource() 72 status = AE_OK; in acpi_buffer_to_resource() 74 if (ACPI_FAILURE(status)) { in acpi_buffer_to_resource() [all …]
|
| H A D | nsxfname.c | 49 acpi_status status; in acpi_get_handle() local 97 status = in acpi_get_handle() 99 if (ACPI_SUCCESS(status)) { in acpi_get_handle() 103 return (status); in acpi_get_handle() 126 acpi_status status; in ACPI_EXPORT_SYMBOL() local 134 status = acpi_ut_validate_buffer(buffer); in ACPI_EXPORT_SYMBOL() 135 if (ACPI_FAILURE(status)) { in ACPI_EXPORT_SYMBOL() 136 return (status); in ACPI_EXPORT_SYMBOL() 143 status = acpi_ut_acquire_mutex(ACPI_MTX_NAMESPACE); in ACPI_EXPORT_SYMBOL() 144 if (ACPI_FAILURE(status)) { in ACPI_EXPORT_SYMBOL() [all …]
|
| H A D | tbdata.c | 43 acpi_status status = AE_OK; in acpi_tb_compare_tables() local 49 status = in acpi_tb_compare_tables() 52 if (ACPI_FAILURE(status)) { in acpi_tb_compare_tables() 294 acpi_status status = AE_OK; in acpi_tb_validate_table() local 301 status = acpi_tb_acquire_table(table_desc, &table_desc->pointer, in acpi_tb_validate_table() 305 status = AE_NO_MEMORY; in acpi_tb_validate_table() 309 return_ACPI_STATUS(status); in acpi_tb_validate_table() 470 acpi_status status = AE_OK; in acpi_tb_verify_temp_table() local 476 status = acpi_tb_validate_temp_table(table_desc); in acpi_tb_verify_temp_table() 477 if (ACPI_FAILURE(status)) { in acpi_tb_verify_temp_table() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/scsi/bfa/ |
| H A D | bfad_bsg.h | 154 bfa_status_t status; member 160 bfa_status_t status; member 168 bfa_status_t status; member 174 bfa_status_t status; member 183 bfa_status_t status; member 190 bfa_status_t status; member 197 bfa_status_t status; member 223 bfa_status_t status; member 230 bfa_status_t status; member 237 bfa_status_t status; member [all …]
|
| /OK3568_Linux_fs/kernel/fs/ocfs2/ |
| H A D | journal.c | 296 int status = 0; in ocfs2_commit_cache() local 313 status = jbd2_journal_flush(journal->j_journal); in ocfs2_commit_cache() 315 if (status < 0) { in ocfs2_commit_cache() 317 mlog_errno(status); in ocfs2_commit_cache() 332 return status; in ocfs2_commit_cache() 415 int status, old_nblocks; in ocfs2_extend_trans() local 428 status = 1; in ocfs2_extend_trans() 430 status = jbd2_journal_extend(handle, nblocks, 0); in ocfs2_extend_trans() 431 if (status < 0) { in ocfs2_extend_trans() 432 mlog_errno(status); in ocfs2_extend_trans() [all …]
|
| /OK3568_Linux_fs/kernel/sound/pci/emu10k1/ |
| H A D | irq.c | 21 unsigned int status, status2, orig_status, orig_status2; in snd_emu10k1_interrupt() local 25 while (((status = inl(emu->port + IPR)) != 0) && (timeout < 1000)) { in snd_emu10k1_interrupt() 27 orig_status = status; in snd_emu10k1_interrupt() 29 if ((status & 0xffffffff) == 0xffffffff) { in snd_emu10k1_interrupt() 34 if (status & IPR_PCIERROR) { in snd_emu10k1_interrupt() 37 status &= ~IPR_PCIERROR; in snd_emu10k1_interrupt() 39 if (status & (IPR_VOLINCR|IPR_VOLDECR|IPR_MUTE)) { in snd_emu10k1_interrupt() 41 emu->hwvol_interrupt(emu, status); in snd_emu10k1_interrupt() 44 status &= ~(IPR_VOLINCR|IPR_VOLDECR|IPR_MUTE); in snd_emu10k1_interrupt() 46 if (status & IPR_CHANNELLOOP) { in snd_emu10k1_interrupt() [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/rockchip/ |
| H A D | rk3568-nvr.dtsi | 49 status = "okay"; 74 status = "okay"; 87 status = "okay"; 163 status = "okay"; 177 status = "okay"; 184 status = "okay"; 188 status = "okay"; 200 status = "disabled"; 204 status = "disabled"; 208 status = "okay"; [all …]
|
| H A D | rk3588-nvr.dtsi | 32 status = "disabled"; 42 status = "disabled"; 52 status = "disabled"; 62 status = "disabled"; 72 status = "okay"; 77 status = "okay"; 81 status = "disabled"; 145 status = "okay"; 149 status = "okay"; 153 status = "okay"; [all …]
|
| H A D | rk3566-box.dtsi | 36 status = "disabled"; 42 status = "disabled"; 70 status = "okay"; 91 status = "disabled"; 96 status = "okay"; 109 status = "okay"; 175 status = "okay"; 189 status = "okay"; 196 status = "okay"; 204 status = "okay"; [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/runtime/cases/ |
| H A D | oe_syslog.py | 16 status, output = self.target.run(self.tc.target_cmds['ps']) 18 self.assertEqual(status, 0, msg=msg) 27 status, err_output = self.target.run('kill -0 %s' %pid) 28 if not status: 35 status, pid = self.target.run('pidof %s' %name) 36 if status: 44 status, original_pids = self.verify_running(names) 45 if status: 48 status, output = self.target.run(restart_cmd) 50 … msg = ('Could not restart %s service. Status and output: %s and %s' % (names, status, output)) [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath6kl/ |
| H A D | hif.c | 53 int ath6kl_hif_rw_comp_handler(void *context, int status) in ath6kl_hif_rw_comp_handler() argument 58 packet, status); in ath6kl_hif_rw_comp_handler() 60 packet->status = status; in ath6kl_hif_rw_comp_handler() 145 int status = 0, i; in ath6kl_hif_poll_mboxmsg_rx() local 150 status = hif_read_write_sync(dev->ar, HOST_INT_STATUS_ADDRESS, in ath6kl_hif_poll_mboxmsg_rx() 155 if (status) { in ath6kl_hif_poll_mboxmsg_rx() 157 return status; in ath6kl_hif_poll_mboxmsg_rx() 182 status = -ETIME; in ath6kl_hif_poll_mboxmsg_rx() 193 return status; in ath6kl_hif_poll_mboxmsg_rx() 203 int status = 0; in ath6kl_hif_rx_control() local [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/efuse/ |
| H A D | hal_efuse.c | 92 enum rtw_hal_status status = RTW_HAL_STATUS_FAILURE; in efuse_set_hw_cap() local 100 status = rtw_efuse_get_info(efuse, EFUSE_INFO_RF_PKG_TYPE, &pkg_type, in efuse_set_hw_cap() 103 if(status != RTW_HAL_STATUS_SUCCESS) { in efuse_set_hw_cap() 104 PHL_WARN("%s: Get pkg type fail! Status(%x)\n", __FUNCTION__, status); in efuse_set_hw_cap() 107 status = rtw_efuse_get_info(efuse, EFUSE_INFO_RF_RFE, &rfe_type, in efuse_set_hw_cap() 110 if(status != RTW_HAL_STATUS_SUCCESS) { in efuse_set_hw_cap() 111 PHL_WARN("%s: Get rfe type fail! Status(%x)\n", __FUNCTION__, status); in efuse_set_hw_cap() 114 status = rtw_efuse_get_info(efuse, EFUSE_INFO_RF_XTAL, &xcap, in efuse_set_hw_cap() 117 if(status != RTW_HAL_STATUS_SUCCESS) { in efuse_set_hw_cap() 118 PHL_WARN("%s: Get xcap fail! Status(%x)\n", __FUNCTION__, status); in efuse_set_hw_cap() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/efuse/ |
| H A D | hal_efuse.c | 92 enum rtw_hal_status status = RTW_HAL_STATUS_FAILURE; in efuse_set_hw_cap() local 100 status = rtw_efuse_get_info(efuse, EFUSE_INFO_RF_PKG_TYPE, &pkg_type, in efuse_set_hw_cap() 103 if(status != RTW_HAL_STATUS_SUCCESS) { in efuse_set_hw_cap() 104 PHL_WARN("%s: Get pkg type fail! Status(%x)\n", __FUNCTION__, status); in efuse_set_hw_cap() 107 status = rtw_efuse_get_info(efuse, EFUSE_INFO_RF_RFE, &rfe_type, in efuse_set_hw_cap() 110 if(status != RTW_HAL_STATUS_SUCCESS) { in efuse_set_hw_cap() 111 PHL_WARN("%s: Get rfe type fail! Status(%x)\n", __FUNCTION__, status); in efuse_set_hw_cap() 114 status = rtw_efuse_get_info(efuse, EFUSE_INFO_RF_XTAL, &xcap, in efuse_set_hw_cap() 117 if(status != RTW_HAL_STATUS_SUCCESS) { in efuse_set_hw_cap() 118 PHL_WARN("%s: Get xcap fail! Status(%x)\n", __FUNCTION__, status); in efuse_set_hw_cap() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/input/sensors/lsensor/ |
| H A D | cm3218.c | 76 int status; in cm3218_read_ara() local 81 status = i2c_smbus_read_byte(client); in cm3218_read_ara() 84 if (status < 0) in cm3218_read_ara() 108 int status; in cm3218_read() local 110 status = i2c_smbus_read_word_data(client, reg); in cm3218_read() 111 if (status < 0) { in cm3218_read() 114 return status; in cm3218_read() 116 regval = le16_to_cpu(status); in cm3218_read() 127 int status = 0; in clear_interrupt() local 129 status = cm3218_read(client, CM3218_REG_ADDR_STATUS); in clear_interrupt() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/mtd/devices/ |
| H A D | mtd_dataflash.c | 127 int status; in dataflash_waitready() local 130 status = dataflash_status(spi); in dataflash_waitready() 131 if (status < 0) { in dataflash_waitready() 132 dev_dbg(&spi->dev, "status %d?\n", status); in dataflash_waitready() 133 status = 0; in dataflash_waitready() 136 if (status & (1 << 7)) /* RDY/nBSY */ in dataflash_waitready() 137 return status; in dataflash_waitready() 177 int status; in dataflash_erase() local 197 status = spi_sync(spi, &msg); in dataflash_erase() 200 if (status < 0) { in dataflash_erase() [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | rv1126-ipc.dtsi | 31 status = "okay"; 45 status = "okay"; 54 status = "okay"; 58 status = "okay"; 62 status = "okay"; 66 status = "okay"; 72 status = "disabled"; 87 status = "okay"; 91 status = "okay"; 95 status = "disabled"; [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpio/ |
| H A D | gpiolib-sysfs.c | 64 ssize_t status; in direction_show() local 69 status = sprintf(buf, "%s\n", in direction_show() 75 return status; in direction_show() 83 ssize_t status; in direction_store() local 88 status = gpiod_direction_output_raw(desc, 1); in direction_store() 90 status = gpiod_direction_output_raw(desc, 0); in direction_store() 92 status = gpiod_direction_input(desc); in direction_store() 94 status = -EINVAL; in direction_store() 98 return status ? : size; in direction_store() 107 ssize_t status; in value_show() local [all …]
|