Home
last modified time | relevance | path

Searched refs:status (Results 5801 - 5825 of 23260) sorted by relevance

1...<<231232233234235236237238239240>>...931

/kernel/linux/linux-5.10/drivers/pci/endpoint/functions/
H A Dpci-epf-test.c64 u32 status; member
245 reg->status = STATUS_SRC_ADDR_INVALID; in pci_epf_test_copy()
254 reg->status = STATUS_SRC_ADDR_INVALID; in pci_epf_test_copy()
261 reg->status = STATUS_DST_ADDR_INVALID; in pci_epf_test_copy()
270 reg->status = STATUS_DST_ADDR_INVALID; in pci_epf_test_copy()
339 reg->status = STATUS_SRC_ADDR_INVALID; in pci_epf_test_read()
348 reg->status = STATUS_SRC_ADDR_INVALID; in pci_epf_test_read()
427 reg->status = STATUS_DST_ADDR_INVALID; in pci_epf_test_write()
436 reg->status = STATUS_DST_ADDR_INVALID; in pci_epf_test_write()
510 reg->status | in pci_epf_test_raise_irq()
[all...]
/kernel/linux/linux-5.10/drivers/pnp/pnpacpi/
H A Drsparser.c274 acpi_status status; in pnpacpi_parse_allocated_resource() local
280 status = acpi_walk_resources(handle, METHOD_NAME__CRS, in pnpacpi_parse_allocated_resource()
283 if (ACPI_FAILURE(status)) { in pnpacpi_parse_allocated_resource()
284 if (status != AE_NOT_FOUND) in pnpacpi_parse_allocated_resource()
285 dev_err(&dev->dev, "can't evaluate _CRS: %d", status); in pnpacpi_parse_allocated_resource()
407 acpi_status status; in pnpacpi_parse_address_option() local
410 status = acpi_resource_to_address64(r, p); in pnpacpi_parse_address_option()
411 if (ACPI_FAILURE(status)) { in pnpacpi_parse_address_option()
553 acpi_status status; in pnpacpi_parse_resource_option_data() local
561 status in pnpacpi_parse_resource_option_data()
628 acpi_status status; pnpacpi_build_resource_template() local
[all...]
/kernel/linux/linux-6.6/drivers/mmc/host/
H A Dmoxart-mmc.c181 u32 mask, u32 *status) in moxart_wait_for_status()
187 *status = readl(host->base + REG_STATUS); in moxart_wait_for_status()
188 if (!(*status & mask)) { in moxart_wait_for_status()
192 writel(*status & mask, host->base + REG_CLEAR); in moxart_wait_for_status()
198 dev_err(mmc_dev(host->mmc), "timed out waiting for status\n"); in moxart_wait_for_status()
207 u32 status, cmdctrl; in moxart_send_command() local
227 if (moxart_wait_for_status(host, MASK_RSP, &status) == -ETIMEDOUT) in moxart_send_command()
230 if (status & RSP_TIMEOUT) { in moxart_send_command()
234 if (status & RSP_CRC_FAIL) { in moxart_send_command()
238 if (status in moxart_send_command()
180 moxart_wait_for_status(struct moxart_host *host, u32 mask, u32 *status) moxart_wait_for_status() argument
308 u32 *sgp, len = 0, remain, status; moxart_transfer_pio() local
392 u32 status; moxart_request() local
459 u32 status; moxart_irq() local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/seeq/
H A Dether3.c38 * never updates the transmit status correctly.
461 printk(KERN_ERR "%s: state: { status=%04X cfg1=%04X cfg2=%04X }\n", dev->name, in ether3_timeout()
468 printk(KERN_ERR "%s: packet status = %08X\n", dev->name, ether3_readlong(dev)); in ether3_timeout()
550 unsigned int status, handled = IRQ_NONE; in ether3_interrupt() local
557 status = ether3_inw(REG_STATUS); in ether3_interrupt()
559 if (status & STAT_INTRX) { in ether3_interrupt()
565 if (status & STAT_INTTX) { in ether3_interrupt()
588 unsigned int this_ptr, status; in ether3_rx() local
593 * This contains the status bytes etc and ethernet addresses, in ether3_rx()
601 status in ether3_rx()
691 unsigned long status; ether3_tx() local
[all...]
/kernel/linux/linux-6.6/drivers/pnp/pnpacpi/
H A Drsparser.c275 acpi_status status; in pnpacpi_parse_allocated_resource() local
281 status = acpi_walk_resources(handle, METHOD_NAME__CRS, in pnpacpi_parse_allocated_resource()
284 if (ACPI_FAILURE(status)) { in pnpacpi_parse_allocated_resource()
285 if (status != AE_NOT_FOUND) in pnpacpi_parse_allocated_resource()
286 dev_err(&dev->dev, "can't evaluate _CRS: %d", status); in pnpacpi_parse_allocated_resource()
408 acpi_status status; in pnpacpi_parse_address_option() local
411 status = acpi_resource_to_address64(r, p); in pnpacpi_parse_address_option()
412 if (ACPI_FAILURE(status)) { in pnpacpi_parse_address_option()
554 acpi_status status; in pnpacpi_parse_resource_option_data() local
562 status in pnpacpi_parse_resource_option_data()
629 acpi_status status; pnpacpi_build_resource_template() local
[all...]
/kernel/linux/linux-6.6/drivers/usb/gadget/function/
H A Df_uac1_legacy.c363 int status = req->status; in f_audio_complete() local
367 switch (status) { in f_audio_complete()
558 /* respond with data transfer or status phase? */ in f_audio_setup()
705 int status; in f_audio_bind() local
713 status = gaudio_setup(&audio->card); in f_audio_bind()
714 if (status < 0) in f_audio_bind()
715 return status; in f_audio_bind()
733 status = usb_interface_id(c, f); in f_audio_bind()
734 if (status < in f_audio_bind()
[all...]
/kernel/linux/linux-6.6/drivers/block/
H A Dps3vram.c182 int status; in ps3vram_rewind_ring() local
189 status = lv1_gpu_fb_blit(priv->context_handle, 0, 0, 0, 0); in ps3vram_rewind_ring()
190 if (status) in ps3vram_rewind_ring()
192 __func__, status); in ps3vram_rewind_ring()
200 int status; in ps3vram_fire_ring() local
208 status = lv1_gpu_fb_blit(priv->context_handle, 0, 0, 0, 0); in ps3vram_fire_ring()
209 if (status) in ps3vram_fire_ring()
211 __func__, status); in ps3vram_fire_ring()
610 int error, status; in ps3vram_probe() local
647 status in ps3vram_probe()
[all...]
/kernel/linux/linux-6.6/drivers/pci/endpoint/functions/
H A Dpci-epf-test.c69 u32 status; member
333 reg->status = STATUS_SRC_ADDR_INVALID; in pci_epf_test_copy()
342 reg->status = STATUS_SRC_ADDR_INVALID; in pci_epf_test_copy()
349 reg->status = STATUS_DST_ADDR_INVALID; in pci_epf_test_copy()
358 reg->status = STATUS_DST_ADDR_INVALID; in pci_epf_test_copy()
406 reg->status |= STATUS_COPY_SUCCESS; in pci_epf_test_copy()
408 reg->status |= STATUS_COPY_FAIL; in pci_epf_test_copy()
429 reg->status = STATUS_SRC_ADDR_INVALID; in pci_epf_test_read()
438 reg->status = STATUS_SRC_ADDR_INVALID; in pci_epf_test_read()
491 reg->status | in pci_epf_test_read()
593 u32 status = reg->status | STATUS_IRQ_RAISED; pci_epf_test_raise_irq() local
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/hw/mthca/
H A Dmthca_cq.c389 * For completions in error, only work request ID, status, vendor error in handle_error_cqe()
394 entry->status = IB_WC_LOC_LEN_ERR; in handle_error_cqe()
397 entry->status = IB_WC_LOC_QP_OP_ERR; in handle_error_cqe()
400 entry->status = IB_WC_LOC_EEC_OP_ERR; in handle_error_cqe()
403 entry->status = IB_WC_LOC_PROT_ERR; in handle_error_cqe()
406 entry->status = IB_WC_WR_FLUSH_ERR; in handle_error_cqe()
409 entry->status = IB_WC_MW_BIND_ERR; in handle_error_cqe()
412 entry->status = IB_WC_BAD_RESP_ERR; in handle_error_cqe()
415 entry->status = IB_WC_LOC_ACCESS_ERR; in handle_error_cqe()
418 entry->status in handle_error_cqe()
[all...]
/kernel/linux/linux-6.6/drivers/i2c/busses/
H A Di2c-axxia.c340 u32 status = readl(idev->base + SLV_INT_STATUS); in axxia_i2c_slv_isr() local
343 dev_dbg(idev->dev, "slave irq status=0x%x\n", status); in axxia_i2c_slv_isr()
345 if (status & SLV_STATUS_RFH) in axxia_i2c_slv_isr()
347 if (status & SLV_STATUS_SRS1) { in axxia_i2c_slv_isr()
351 if (status & SLV_STATUS_SRND1) { in axxia_i2c_slv_isr()
355 if (status & SLV_STATUS_SRC1) in axxia_i2c_slv_isr()
366 u32 status; in axxia_i2c_isr() local
368 status = readl(idev->base + INTERRUPT_STATUS); in axxia_i2c_isr()
370 if (status in axxia_i2c_isr()
[all...]
H A Di2c-nomadik.c70 #define I2C_SR_STATUS (0x3 << 2) /* controller status */
446 int status = 0; in read_i2c() local
483 status = -ETIMEDOUT; in read_i2c()
485 return status; in read_i2c()
515 u32 status = 0; in write_i2c() local
563 status = -ETIMEDOUT; in write_i2c()
566 return status; in write_i2c()
576 int status; in nmk_i2c_xfer_one() local
581 status = read_i2c(dev, flags); in nmk_i2c_xfer_one()
585 status in nmk_i2c_xfer_one()
664 int status = 0; nmk_i2c_xfer() local
[all...]
/kernel/linux/linux-6.6/drivers/input/serio/
H A Dhp_sdc.c50 * is set to 0 when the IBF flag in the status register has cleared. ISR
116 uint8_t status; in hp_sdc_status_in8() local
120 status = sdc_readb(hp_sdc.status_io); in hp_sdc_status_in8()
121 if (!(status & HP_SDC_STATUS_IBF)) in hp_sdc_status_in8()
125 return status; in hp_sdc_status_in8()
181 static void hp_sdc_take(int irq, void *dev_id, uint8_t status, uint8_t data) in hp_sdc_take() argument
193 curr->seq[curr->idx++] = status; in hp_sdc_take()
206 curr->act.irqhook(irq, dev_id, status, data); in hp_sdc_take()
221 uint8_t status, data; in hp_sdc_isr() local
223 status in hp_sdc_isr()
279 int status; hp_sdc_nmisr() local
[all...]
/third_party/node/deps/icu-small/source/tools/toolutil/
H A Dpkg_genc.cpp733 icu::ErrorCode status; in getOutFilename() local
737 outFilenameBuilder.append(destdir, status); in getOutFilename()
738 outFilenameBuilder.ensureEndsWithFileSeparator(status); in getOutFilename()
740 outFilenameBuilder.append(inFilename, static_cast<int32_t>(basename - inFilename), status); in getOutFilename()
746 entryNameBuilder.append(inFilename, status); in getOutFilename()
748 outFilenameBuilder.append(optFilename, status); in getOutFilename()
750 outFilenameBuilder.append(inFilename, status); in getOutFilename()
752 outFilenameBuilder.append(newSuffix, status); in getOutFilename()
759 outFilenameBuilder.append(c, status); in getOutFilename()
760 entryNameBuilder.append(c, status); in getOutFilename()
[all...]
/third_party/icu/icu4c/source/tools/toolutil/
H A Dpkg_genc.cpp678 icu::ErrorCode status; in getOutFilename() local
682 outFilenameBuilder.append(destdir, status); in getOutFilename()
683 outFilenameBuilder.ensureEndsWithFileSeparator(status); in getOutFilename()
685 outFilenameBuilder.append(inFilename, static_cast<int32_t>(basename - inFilename), status); in getOutFilename()
691 entryNameBuilder.append(inFilename, status); in getOutFilename()
693 outFilenameBuilder.append(optFilename, status); in getOutFilename()
695 outFilenameBuilder.append(inFilename, status); in getOutFilename()
697 outFilenameBuilder.append(newSuffix, status); in getOutFilename()
704 outFilenameBuilder.append(c, status); in getOutFilename()
705 entryNameBuilder.append(c, status); in getOutFilename()
[all...]
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
H A Dpkg_genc.cpp678 icu::ErrorCode status; in getOutFilename() local
682 outFilenameBuilder.append(destdir, status); in getOutFilename()
683 outFilenameBuilder.ensureEndsWithFileSeparator(status); in getOutFilename()
685 outFilenameBuilder.append(inFilename, static_cast<int32_t>(basename - inFilename), status); in getOutFilename()
691 entryNameBuilder.append(inFilename, status); in getOutFilename()
693 outFilenameBuilder.append(optFilename, status); in getOutFilename()
695 outFilenameBuilder.append(inFilename, status); in getOutFilename()
697 outFilenameBuilder.append(newSuffix, status); in getOutFilename()
704 outFilenameBuilder.append(c, status); in getOutFilename()
705 entryNameBuilder.append(c, status); in getOutFilename()
[all...]
/kernel/linux/linux-6.6/sound/core/
H A Dpcm_native.c994 struct snd_pcm_status64 *status) in snd_pcm_status64()
1000 snd_pcm_unpack_audio_tstamp_config(status->audio_tstamp_data, in snd_pcm_status64()
1016 status->state = runtime->state; in snd_pcm_status64()
1017 status->suspended_state = runtime->suspended_state; in snd_pcm_status64()
1018 if (status->state == SNDRV_PCM_STATE_OPEN) in snd_pcm_status64()
1020 status->trigger_tstamp_sec = runtime->trigger_tstamp.tv_sec; in snd_pcm_status64()
1021 status->trigger_tstamp_nsec = runtime->trigger_tstamp.tv_nsec; in snd_pcm_status64()
1025 status->tstamp_sec = runtime->status->tstamp.tv_sec; in snd_pcm_status64()
1026 status in snd_pcm_status64()
993 snd_pcm_status64(struct snd_pcm_substream *substream, struct snd_pcm_status64 *status) snd_pcm_status64() argument
1073 struct snd_pcm_status64 status; snd_pcm_status_user64() local
3039 volatile struct snd_pcm_mmap_status *status; snd_pcm_sync_ptr() local
3102 struct snd_pcm_mmap_status32 status; global() member
3128 volatile struct snd_pcm_mmap_status *status; snd_pcm_ioctl_sync_ptr_compat() local
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/dec/tulip/
H A Dde4x5.c759 volatile __le32 status; member
984 static int test_bad_enet(struct net_device *dev, int status);
1099 int i, status=0; in de4x5_hw_init() local
1135 status = get_hw_addr(dev); in de4x5_hw_init()
1138 if (status != 0) { in de4x5_hw_init()
1186 lp->rx_ring[i].status = 0; in de4x5_hw_init()
1203 lp->rx_ring[i].status = 0; in de4x5_hw_init()
1275 if ((status = register_netdev (dev))) { in de4x5_hw_init()
1278 return status; in de4x5_hw_init()
1284 return status; in de4x5_hw_init()
1293 int i, status = 0; de4x5_open() local
1383 int i, j, status = 0; de4x5_sw_reset() local
1606 s32 status; de4x5_rx() local
1696 s32 status; de4x5_tx() local
2001 int status, device; de4x5_eisa_probe() local
2124 u_short vendor, status; srom_search() local
2198 u_short vendor, status; de4x5_pci_probe() local
3887 int i, status = 0, siglen = ARRAY_SIZE(de4x5_signatures); EISA_signature() local
4029 int broken, i, k, tmp, status = 0; get_hw_addr() local
4113 int i, status = 0; de4x5_bad_srom() local
4150 test_bad_enet(struct net_device *dev, int status) test_bad_enet() argument
5373 int i, j, status = 0; de4x5_ioctl() local
[all...]
/applications/standard/app_samples/code/BasicFeature/Media/ImageEffect/entry/src/main/cpp/utils/
H A Dcommon_utils.cpp37 napi_status status = napi_get_value_string_utf8(env, value, nullptr, 0, &bufferLength); in GetStringArgument() local
38 if (status == napi_ok && bufferLength > 0) { in GetStringArgument()
45 status = napi_get_value_string_utf8(env, value, buffer, bufferLength + 1, &bufferLength); in GetStringArgument()
46 if (status != napi_ok) { in GetStringArgument()
/drivers/hdf_core/adapter/khdf/liteos/model/misc/dsoftbus/src/
H A Dsoftbus_lwip_monitor.c53 int32_t status; member
92 reportInfo.extInfo.status = args->status_changed.state; in NetifStatusCallback()
93 dprintf("NetifStatusCallback(%s): nsc status changed: %d\n", netif->full_name, args->status_changed.state); in NetifStatusCallback()
103 reportInfo.extInfo.status = NETIF_STATUS_UP; in NetifStatusCallback()
109 reportInfo.extInfo.status = NETIF_STATUS_DOWN; in NetifStatusCallback()
/drivers/hdf_core/adapter/uhdf2/hdi/src/
H A Dservstat_listener.c35 struct ServiceStatus status; in ServstatListenerStubRemoteDispatch() local
44 if (ServiceStatusUnMarshalling(&status, data) != HDF_SUCCESS) { in ServstatListenerStubRemoteDispatch()
47 HDF_LOGI("ServstatListenerStubRemoteDispatch: service name %{public}s", status.serviceName); in ServstatListenerStubRemoteDispatch()
50 stub->listener.callback(&stub->listener, &status); in ServstatListenerStubRemoteDispatch()
/drivers/hdf_core/framework/model/network/wifi/platform/include/message/
H A Dshared_obj.h14 #define SHARED_OBJ(OBJ_TYPE) enum MessageEngineStatus status; \
32 if (obj->status > ME_STATUS_RUNNING) { \
36 if (obj->status <= ME_STATUS_RUNNING && OsalAtomicRead(&obj->refCount) < MAX_OBJ_REF_COUNT) { \
49 obj->status = ME_STATUS_TODESTROY; \
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dpriority_object.cpp82 void PriorityObject::SetVisibleStatus(bool status) in SetVisibleStatus() argument
84 visibleStatus_ = status; in SetVisibleStatus()
87 void PriorityObject::SetPerceptibleStatus(bool status) in SetPerceptibleStatus() argument
89 perceptibleStatus_ = status; in SetPerceptibleStatus()
/foundation/arkui/ace_engine/interfaces/inner_api/ui_session/
H A Dui_session_manager.h75 void SetClickEventRegistered(bool status);
76 void SetSearchEventRegistered(bool status);
78 void SetRouterChangeEventRegistered(bool status);
79 void SetComponentChangeEventRegistered(bool status);
/foundation/arkui/napi/native_engine/
H A Dnative_api_internal.h38 #define RETURN_STATUS_IF_FALSE(env, condition, status) \
40 return napi_set_last_error((env), (status)); \
64 #define CHECK_WITH_RETURN(condition, status) \
66 return status; \
/foundation/arkui/napi/sample/native_module_systemtest/
H A Djs_napi_common.cpp62 napi_status status = napi_get_value_string_utf8(env, argv, nullptr, 0, &len); in UnwrapStringParam() local
63 if (status != napi_ok) { in UnwrapStringParam()
68 status = napi_get_value_string_utf8(env, argv, buf.data(), len + 1, &len); in UnwrapStringParam()
69 if (status != napi_ok) { in UnwrapStringParam()

Completed in 32 milliseconds

1...<<231232233234235236237238239240>>...931