Home
last modified time | relevance | path

Searched refs:status (Results 4976 - 5000 of 23551) sorted by relevance

1...<<191192193194195196197198199200>>...943

/kernel/linux/linux-5.10/drivers/dma/
H A Didma64.c147 desc->status = DMA_ERROR; in idma64_chan_irq()
150 desc->status = DMA_COMPLETE; in idma64_chan_irq()
156 if (idma64c->desc == NULL || desc->status == DMA_ERROR) in idma64_chan_irq()
165 u32 status = dma_readl(idma64, STATUS_INT); in idma64_irq() local
170 dev_vdbg(idma64->dma.dev, "%s: status=%#x\n", __func__, status); in idma64_irq()
173 if (!status) in idma64_irq()
323 desc->status = DMA_IN_PROGRESS; in idma64_prep_slave_sg()
370 enum dma_status status; in idma64_tx_status() local
374 status in idma64_tx_status()
[all...]
/kernel/linux/linux-5.10/drivers/media/pci/cx88/
H A Dcx88-mpeg.c165 /* clear interrupt status register */ in cx8802_start_dma()
307 u32 status, mask, count; in cx8802_mpeg_irq() local
310 status = cx_read(MO_TS_INTSTAT); in cx8802_mpeg_irq()
312 if (0 == (status & mask)) in cx8802_mpeg_irq()
315 cx_write(MO_TS_INTSTAT, status); in cx8802_mpeg_irq()
317 if (debug || (status & mask & ~0xff)) in cx8802_mpeg_irq()
320 status, mask); in cx8802_mpeg_irq()
323 if (status & (1 << 16)) { in cx8802_mpeg_irq()
331 if (status & 0x01) { in cx8802_mpeg_irq()
340 if (status in cx8802_mpeg_irq()
354 u32 status; cx8802_irq() local
[all...]
/kernel/linux/linux-5.10/drivers/i2c/busses/
H A Di2c-stm32f4.c300 u32 status; in stm32f4_i2c_wait_free_bus() local
304 status, in stm32f4_i2c_wait_free_bus()
305 !(status & STM32F4_I2C_SR2_BUSY), in stm32f4_i2c_wait_free_bus()
561 u32 status, ien, event, cr2; in stm32f4_i2c_isr_event() local
570 status = readl_relaxed(i2c_dev->base + STM32F4_I2C_SR1); in stm32f4_i2c_isr_event()
571 event = status & possible_status; in stm32f4_i2c_isr_event()
574 "spurious evt irq (status=0x%08x, ien=0x%08x)\n", in stm32f4_i2c_isr_event()
575 status, ien); in stm32f4_i2c_isr_event()
633 u32 status; in stm32f4_i2c_isr_error() local
635 status in stm32f4_i2c_isr_error()
[all...]
/kernel/linux/linux-5.10/drivers/usb/serial/
H A Dch341.c41 #define CH341_MULT_STAT 0x04 /* multiple status since last interrupt event */
43 /* status returned in third interrupt answer byte, inverted in data
494 dev_err(&port->dev, "failed to read modem status: %d\n", r); in ch341_open()
734 u8 status; in ch341_update_status() local
740 status = ~data[2] & CH341_BITS_MODEM_STAT; in ch341_update_status()
743 delta = status ^ priv->msr; in ch341_update_status()
744 priv->msr = status; in ch341_update_status()
748 dev_dbg(&port->dev, "%s - multiple status change\n", __func__); in ch341_update_status()
764 status & CH341_BIT_DCD); in ch341_update_status()
777 int status; in ch341_read_int_callback() local
812 u8 status; ch341_tiocmget() local
[all...]
/kernel/linux/linux-6.6/drivers/platform/x86/
H A Dsystem76_acpi.c79 acpi_status status; in system76_get() local
83 status = acpi_evaluate_integer(handle, method, NULL, &ret); in system76_get()
84 if (ACPI_SUCCESS(status)) in system76_get()
95 acpi_status status; in system76_get_index() local
104 status = acpi_evaluate_integer(handle, method, &obj_list, &ret); in system76_get_index()
105 if (ACPI_SUCCESS(status)) in system76_get_index()
114 acpi_status status; in system76_get_object() local
118 status = acpi_evaluate_object(handle, method, NULL, &buf); in system76_get_object()
119 if (ACPI_SUCCESS(status)) { in system76_get_object()
144 acpi_status status; in system76_set() local
170 acpi_status status; battery_get_threshold() local
197 acpi_status status; battery_set_threshold() local
[all...]
/kernel/linux/linux-6.6/drivers/thermal/intel/int340x_thermal/
H A Dint3400_thermal.c94 acpi_status status; in imok_store() local
100 status = acpi_execute_simple_method(priv->adev->handle, "IMOK", input); in imok_store()
101 if (ACPI_FAILURE(status)) in imok_store()
165 acpi_status status; in int3400_thermal_run_osc() local
177 status = acpi_run_osc(handle, &context); in int3400_thermal_run_osc()
178 if (ACPI_SUCCESS(status)) { in int3400_thermal_run_osc()
273 acpi_status status; in int3400_thermal_get_uuids() local
275 status = acpi_evaluate_object(priv->adev->handle, "IDSP", NULL, &buf); in int3400_thermal_get_uuids()
276 if (ACPI_FAILURE(status)) in int3400_thermal_get_uuids()
327 acpi_status status; in production_mode_init() local
382 acpi_status status; evaluate_odvp() local
548 acpi_status status; int3400_setup_gddv() local
[all...]
/kernel/linux/linux-6.6/drivers/usb/serial/
H A Dch341.c41 #define CH341_MULT_STAT 0x04 /* multiple status since last interrupt event */
43 /* status returned in third interrupt answer byte, inverted in data
465 dev_err(&port->dev, "failed to read modem status: %d\n", r); in ch341_open()
709 u8 status; in ch341_update_status() local
715 status = ~data[2] & CH341_BITS_MODEM_STAT; in ch341_update_status()
718 delta = status ^ priv->msr; in ch341_update_status()
719 priv->msr = status; in ch341_update_status()
723 dev_dbg(&port->dev, "%s - multiple status change\n", __func__); in ch341_update_status()
739 status & CH341_BIT_DCD); in ch341_update_status()
752 int status; in ch341_read_int_callback() local
787 u8 status; ch341_tiocmget() local
[all...]
/kernel/linux/linux-6.6/drivers/dma/
H A Didma64.c150 desc->status = DMA_ERROR; in idma64_chan_irq()
153 desc->status = DMA_COMPLETE; in idma64_chan_irq()
160 if (idma64c->desc == NULL || desc->status == DMA_ERROR) in idma64_chan_irq()
169 u32 status = dma_readl(idma64, STATUS_INT); in idma64_irq() local
174 dev_vdbg(idma64->dma.dev, "%s: status=%#x\n", __func__, status); in idma64_irq()
177 if (!status) in idma64_irq()
327 desc->status = DMA_IN_PROGRESS; in idma64_prep_slave_sg()
374 enum dma_status status; in idma64_tx_status() local
378 status in idma64_tx_status()
[all...]
/kernel/linux/linux-6.6/drivers/net/usb/
H A Drndis_host.c47 netdev_dbg(dev->net, "rndis status urb, len %d stat %d\n", in rndis_status()
48 urb->actual_length, urb->status); in rndis_status()
50 // if not an RNDIS status, do like cdc_status(dev,urb) does in rndis_status()
66 u32 status = le32_to_cpu(msg->status); in rndis_msg_indicate() local
68 switch (status) { in rndis_msg_indicate()
76 dev_info(udev, "rndis indication: 0x%08x\n", status); in rndis_msg_indicate()
100 status; in rndis_command() local
127 * polled on the status channel, so do that first. */ in rndis_command()
132 dev->status in rndis_command()
466 int status = rndis_bind(dev, intf); zte_rndis_bind() local
[all...]
/kernel/linux/linux-6.6/drivers/media/pci/cx88/
H A Dcx88-mpeg.c165 /* clear interrupt status register */ in cx8802_start_dma()
307 u32 status, mask, count; in cx8802_mpeg_irq() local
310 status = cx_read(MO_TS_INTSTAT); in cx8802_mpeg_irq()
312 if (0 == (status & mask)) in cx8802_mpeg_irq()
315 cx_write(MO_TS_INTSTAT, status); in cx8802_mpeg_irq()
317 if (debug || (status & mask & ~0xff)) in cx8802_mpeg_irq()
320 status, mask); in cx8802_mpeg_irq()
323 if (status & (1 << 16)) { in cx8802_mpeg_irq()
331 if (status & 0x01) { in cx8802_mpeg_irq()
340 if (status in cx8802_mpeg_irq()
354 u32 status; cx8802_irq() local
[all...]
/kernel/linux/linux-6.6/drivers/i2c/busses/
H A Di2c-stm32f4.c300 u32 status; in stm32f4_i2c_wait_free_bus() local
304 status, in stm32f4_i2c_wait_free_bus()
305 !(status & STM32F4_I2C_SR2_BUSY), in stm32f4_i2c_wait_free_bus()
561 u32 status, ien, event, cr2; in stm32f4_i2c_isr_event() local
570 status = readl_relaxed(i2c_dev->base + STM32F4_I2C_SR1); in stm32f4_i2c_isr_event()
571 event = status & possible_status; in stm32f4_i2c_isr_event()
574 "spurious evt irq (status=0x%08x, ien=0x%08x)\n", in stm32f4_i2c_isr_event()
575 status, ien); in stm32f4_i2c_isr_event()
633 u32 status; in stm32f4_i2c_isr_error() local
635 status in stm32f4_i2c_isr_error()
[all...]
/kernel/linux/linux-6.6/tools/testing/kunit/
H A Dkunit.py36 status: KunitStatus
84 status = KunitStatus.SUCCESS if success else KunitStatus.CONFIG_FAILURE
85 return KunitResult(status, config_end - config_start)
96 status = KunitStatus.SUCCESS if success else KunitStatus.BUILD_FAILURE
97 return KunitResult(status, build_end - build_start)
102 if config_result.status != KunitStatus.SUCCESS:
163 return KunitResult(status=KunitStatus.SUCCESS, elapsed_time=0.0)
168 return KunitResult(status=KunitStatus.SUCCESS, elapsed_time=0.0)
212 return KunitResult(status=kunit_status, elapsed_time=exec_time)
225 fake_test.status
[all...]
/third_party/alsa-lib/src/pcm/
H A Dpcm_iec958.c61 unsigned char status[24]; member
101 * 30 = channel status (24 bytes for 192 frames)
114 /* set IEC status bits (up to 192 bits) */ in iec958_subframe()
115 if (iec->status[byte] & mask) in iec958_subframe()
197 (iec->status[0] & IEC958_AES0_NONAUDIO) && in snd_pcm_iec958_encode()
368 if ((iec->status[0] & IEC958_AES0_PROFESSIONAL) == 0) { in snd_pcm_iec958_hw_params()
369 if ((iec->status[3] & IEC958_AES3_CON_FS) == IEC958_AES3_CON_FS_NOTID) { in snd_pcm_iec958_hw_params()
413 iec->status[3] &= ~IEC958_AES3_CON_FS; in snd_pcm_iec958_hw_params()
414 iec->status[3] |= fs; in snd_pcm_iec958_hw_params()
417 if ((iec->status[ in snd_pcm_iec958_hw_params()
694 snd_config_t *status = NULL, *preamble = NULL; _snd_pcm_iec958_open() local
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dtridpars.cpp113 int32_t dir, UErrorCode& status) { in parseSingleID()
158 status = U_MEMORY_ALLOCATION_ERROR; in parseSingleID()
174 status = U_MEMORY_ALLOCATION_ERROR; in parseSingleID()
189 single = specsToSpecialInverse(*specsA, status); in parseSingleID()
196 status = U_MEMORY_ALLOCATION_ERROR; in parseSingleID()
649 UErrorCode &status) { in registerSpecialInverse()
650 umtx_initOnce(gSpecialInversesInitOnce, init, status); in registerSpecialInverse()
651 if (U_FAILURE(status)) { in registerSpecialInverse()
664 status = U_MEMORY_ALLOCATION_ERROR; in registerSpecialInverse()
667 SPECIAL_INVERSES->put(target, tempus, status); in registerSpecialInverse()
112 parseSingleID(const UnicodeString& id, int32_t& pos, int32_t dir, UErrorCode& status) parseSingleID() argument
646 registerSpecialInverse(const UnicodeString& target, const UnicodeString& inverseTarget, UBool bidirectional, UErrorCode &status) registerSpecialInverse() argument
853 specsToSpecialInverse(const Specs& specs, UErrorCode &status) specsToSpecialInverse() argument
905 init(UErrorCode &status) init() argument
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dtridpars.cpp113 int32_t dir, UErrorCode& status) { in parseSingleID()
158 status = U_MEMORY_ALLOCATION_ERROR; in parseSingleID()
174 status = U_MEMORY_ALLOCATION_ERROR; in parseSingleID()
189 single = specsToSpecialInverse(*specsA, status); in parseSingleID()
196 status = U_MEMORY_ALLOCATION_ERROR; in parseSingleID()
649 UErrorCode &status) { in registerSpecialInverse()
650 umtx_initOnce(gSpecialInversesInitOnce, init, status); in registerSpecialInverse()
651 if (U_FAILURE(status)) { in registerSpecialInverse()
664 status = U_MEMORY_ALLOCATION_ERROR; in registerSpecialInverse()
667 SPECIAL_INVERSES->put(target, tempus, status); in registerSpecialInverse()
112 parseSingleID(const UnicodeString& id, int32_t& pos, int32_t dir, UErrorCode& status) parseSingleID() argument
646 registerSpecialInverse(const UnicodeString& target, const UnicodeString& inverseTarget, UBool bidirectional, UErrorCode &status) registerSpecialInverse() argument
853 specsToSpecialInverse(const Specs& specs, UErrorCode &status) specsToSpecialInverse() argument
905 init(UErrorCode &status) init() argument
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dtridpars.cpp113 int32_t dir, UErrorCode& status) { in parseSingleID()
158 status = U_MEMORY_ALLOCATION_ERROR; in parseSingleID()
174 status = U_MEMORY_ALLOCATION_ERROR; in parseSingleID()
189 single = specsToSpecialInverse(*specsA, status); in parseSingleID()
196 status = U_MEMORY_ALLOCATION_ERROR; in parseSingleID()
652 UErrorCode &status) { in registerSpecialInverse()
653 umtx_initOnce(gSpecialInversesInitOnce, init, status); in registerSpecialInverse()
654 if (U_FAILURE(status)) { in registerSpecialInverse()
667 status = U_MEMORY_ALLOCATION_ERROR; in registerSpecialInverse()
670 SPECIAL_INVERSES->put(target, tempus, status); in registerSpecialInverse()
112 parseSingleID(const UnicodeString& id, int32_t& pos, int32_t dir, UErrorCode& status) parseSingleID() argument
649 registerSpecialInverse(const UnicodeString& target, const UnicodeString& inverseTarget, UBool bidirectional, UErrorCode &status) registerSpecialInverse() argument
856 specsToSpecialInverse(const Specs& specs, UErrorCode &status) specsToSpecialInverse() argument
908 init(UErrorCode &status) init() argument
[all...]
/third_party/skia/third_party/externals/harfbuzz/util/
H A Dhelper-cairo.hh201 cairo_status_t status; in finalize_ansi() local
202 status = helper_cairo_surface_write_to_ansi_stream (closure->surface, in finalize_ansi()
205 if (status != CAIRO_STATUS_SUCCESS) in finalize_ansi()
207 cairo_status_to_string (status)); in finalize_ansi()
234 cairo_status_t status = cairo_surface_status (surface); in _cairo_ansi_surface_create_for_stream() local
235 if (status != CAIRO_STATUS_SUCCESS) in _cairo_ansi_surface_create_for_stream()
237 cairo_status_to_string (status)); in _cairo_ansi_surface_create_for_stream()
269 cairo_status_t status; in finalize_png() local
277 status = cairo_surface_write_to_png_stream (closure->surface, in finalize_png()
284 status in finalize_png()
367 cairo_status_t status = cairo_surface_status (surface); _cairo_png_surface_create_for_stream() local
578 cairo_status_t status = cairo_status (cr); helper_cairo_destroy_context() local
[all...]
/foundation/multimedia/audio_framework/frameworks/js/napi/audiorenderer/
H A Dnapi_audio_renderer.cpp111 napi_status status = napi_define_class(env, NAPI_AUDIO_RENDERER_CLASS_NAME.c_str(), in InitNapiAudioRenderer() local
115 return status; in InitNapiAudioRenderer()
120 napi_status status; in Init() local
131 status = InitNapiAudioRenderer(env, constructor); in Init()
132 CHECK_AND_RETURN_RET_LOG(status == napi_ok, result, "InitNapiAudioRenderer fail"); in Init()
134 status = napi_create_reference(env, constructor, refCount, &g_rendererConstructor); in Init()
135 CHECK_AND_RETURN_RET_LOG(status == napi_ok, result, "napi_create_reference fail"); in Init()
136 status = napi_set_named_property(env, exports, NAPI_AUDIO_RENDERER_CLASS_NAME.c_str(), constructor); in Init()
137 CHECK_AND_RETURN_RET_LOG(status == napi_ok, result, "napi_set_named_property fail"); in Init()
138 status in Init()
193 napi_status status = napi_get_cb_info(env, info, &argCount, nullptr, &thisVar, nullptr); Construct() local
236 napi_status status = napi_get_cb_info(env, info, &argc, args, &jsThis, nullptr); GetParamWithSync() local
253 napi_status status = napi_get_reference_value(env, g_rendererConstructor, &constructor); CreateAudioRendererWrapper() local
309 napi_status status = NapiParamUtils::GetParam(env, info, argc, argv); CreateAudioRendererSync() local
1463 napi_status status = NapiParamUtils::SetValueInt32(env, rendererState, result); GetState() local
1475 napi_status status = napi_get_cb_info(env, info, &argc, argv, &jsThis, nullptr); On() local
1519 napi_status status = napi_get_cb_info(env, info, &argc, argv, &jsThis, nullptr); Off() local
1623 napi_status status = napi_unwrap(env, jsThis, reinterpret_cast<void **>(&napiRenderer)); RegisterCallback() local
1663 napi_status status = napi_unwrap(env, jsThis, reinterpret_cast<void **>(&napiRenderer)); UnregisterCallback() local
[all...]
/foundation/arkui/ace_engine_lite/frameworks/examples/showcase/src/main/js/default/common/js/
H A Dstack.js17 if (this.status === true) {
18 this.status = false;
20 this.status = true;
H A Dpicker_view.js17 if (this.status === true) {
18 this.status = false;
20 this.status = true;
H A Dimage.js17 if (this.status === true) {
18 this.status = false;
20 this.status = true;
H A Dlist.js17 if (this.status === true) {
18 this.status = false;
20 this.status = true;
/third_party/backends/backend/
H A Dhs2p.c962 SANE_Status status; in attach() local
991 status = sanei_scsi_open (devname, &fd, &sense_handler, &(dev->sense_data)); in attach()
992 if (status != SANE_STATUS_GOOD) in attach()
995 sane_strstatus (status)); in attach()
996 return (status); in attach()
1004 status = inquiry (fd, &ibuf, &buf_size, 0, HS2P_INQUIRY_STANDARD_PAGE_CODE); in attach()
1005 if (status != SANE_STATUS_GOOD) in attach()
1008 sane_strstatus (status)); in attach()
1010 return (status); in attach()
1040 status in attach()
1521 SANE_Status status; do_cancel() local
1653 SANE_Status status; sane_open() local
1868 SANE_Status status; hs2p_open() local
1913 SANE_Status status; get_hs2p_data() local
2046 SANE_Status status; sane_control_option() local
2900 SANE_Status status; sane_start() local
3178 SANE_Status status; sane_read() local
[all...]
/kernel/linux/linux-5.10/drivers/spi/
H A Dspi.c562 int status; in spi_add_device() local
580 status = bus_for_each_dev(&spi_bus_type, NULL, spi, spi_dev_check); in spi_add_device()
581 if (status) { in spi_add_device()
590 status = -ENODEV; in spi_add_device()
604 status = spi_setup(spi); in spi_add_device()
605 if (status < 0) { in spi_add_device()
606 dev_err(dev, "can't setup %s, status %d\n", in spi_add_device()
607 dev_name(&spi->dev), status); in spi_add_device()
612 status = device_add(&spi->dev); in spi_add_device()
613 if (status < in spi_add_device()
645 int status; spi_new_device() local
2144 acpi_status status; acpi_spi_add_resource() local
2280 acpi_status status; acpi_register_spi_devices() local
2671 int status; spi_register_controller() local
3339 int status; spi_setup() local
3805 int status; __spi_sync() local
3996 int status; spi_write_then_read() local
4200 int status; spi_init() local
[all...]
/applications/standard/app_samples/code/BasicFeature/Native/NdkNativeWindow/entry/src/main/cpp/
H A DNativeRender.cpp64 napi_status status; in GetNativeRender() local
75 status = napi_typeof(env, args[0], &valuetype); in GetNativeRender()
76 if (status != napi_ok) { in GetNativeRender()
90 napi_status status; in Export() local
108 status = napi_get_named_property(env, exports, OH_NATIVE_XCOMPONENT_OBJ, &exportInstance); in Export()
109 if (status != napi_ok) { in Export()
113 status = napi_unwrap(env, exportInstance, reinterpret_cast<void**>(&nativeXComponent)); in Export()
114 if (status != napi_ok) { in Export()

Completed in 32 milliseconds

1...<<191192193194195196197198199200>>...943