Home
last modified time | relevance | path

Searched refs:status (Results 5026 - 5050 of 23102) sorted by relevance

1...<<201202203204205206207208209210>>...925

/third_party/spirv-tools/source/
H A Dlibspirv.cpp83 spv_result_t status = spvTextToBinaryWithOptions( in Assemble() local
85 if (status == SPV_SUCCESS) { in Assemble()
89 return status == SPV_SUCCESS; in Assemble()
100 spv_result_t status = spvBinaryToText(impl_->context, binary, binary_size, in Disassemble() local
102 if (status == SPV_SUCCESS && in Disassemble()
108 return status == SPV_SUCCESS; in Disassemble()
139 spv_result_t status = spvBinaryParse( in Parse() local
142 return status == SPV_SUCCESS; in Parse()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_data_operation_syncdb_test.cpp615 DBStatus status; in TestSnapshotCreateAndRelease() local
619 placeholders::_1, placeholders::_2, std::ref(status), std::ref(snapshot)); in TestSnapshotCreateAndRelease()
628 EXPECT_TRUE(status == OK); in TestSnapshotCreateAndRelease()
670 DBStatus status; in HWTEST_F() local
675 placeholders::_1, placeholders::_2, std::ref(status), std::ref(snapshot)); in HWTEST_F()
678 EXPECT_TRUE(status == OK); in HWTEST_F()
723 DBStatus status; in TestSnapshotEntryPut() local
726 placeholders::_1, placeholders::_2, std::ref(status), std::ref(snapshotA)); in TestSnapshotEntryPut()
757 placeholders::_1, placeholders::_2, std::ref(status), std::ref(snapshotB)); in TestSnapshotEntryPut()
785 placeholders::_1, placeholders::_2, std::ref(status), st in TestSnapshotEntryPut()
814 DBStatus status; TestSnapshotEntryDelete() local
898 DBStatus status; HWTEST_F() local
964 DBStatus status; SnapshotTestPreEntriesPutInner() local
979 DBStatus status; SnapshotTestPreEntriesPut() local
1052 DBStatus status; SnapshotTestPreEntriesDelete() local
1115 DBStatus status; SnapshotTestEmptyPreEntriesPut() local
1193 DBStatus status; SnapshotTestEmptyPreEntriesDelete() local
1267 DBStatus status; HWTEST_F() local
[all...]
/kernel/linux/linux-5.10/drivers/block/
H A Dataflop.c92 #define FDCSELREG_STP (0x80) /* command/status register */
133 /* status register bits */
143 #define FDCSTAT_IDX (0x02) /* Index status (Type I) */
144 #define FDCSTAT_DRQ (0x02) /* DRQ status (Type II+III) */
406 * status bit accessible.
429 static void fd_calibrate_done( int status );
431 static void fd_seek_done( int status );
434 static void fd_rwsec_done( int status );
435 static void fd_rwsec_done1(int status);
437 static void fd_writetrack_done( int status );
563 unsigned char status; fd_motor_off_timer() local
665 unsigned char status; floppy_irq() local
1121 fd_rwsec_done1(int status) fd_rwsec_done1() argument
1803 unsigned char status; fd_test_drive_present() local
[all...]
/kernel/linux/linux-5.10/drivers/char/tpm/
H A Dtpm_tis_core.c35 u8 status = chip->ops->status(chip); in wait_for_tpm_stat_cond() local
38 if ((status & mask) == mask) in wait_for_tpm_stat_cond()
40 if (check_cancel && chip->ops->req_canceled(chip, status)) { in wait_for_tpm_stat_cond()
54 u8 status; in wait_for_tpm_stat() local
57 /* check current status */ in wait_for_tpm_stat()
58 status = chip->ops->status(chip); in wait_for_tpm_stat()
59 if ((status & mask) == mask) in wait_for_tpm_stat()
86 status in wait_for_tpm_stat()
218 u8 status; tpm_tis_status() local
315 int status; tpm_tis_recv() local
375 int rc, status, burstcnt; tpm_tis_send_data() local
705 tpm_tis_req_canceled(struct tpm_chip *chip, u8 status) tpm_tis_req_canceled() argument
[all...]
/kernel/linux/linux-5.10/drivers/mmc/core/
H A Dsd.c309 u8 *status; in mmc_read_switch() local
320 status = kmalloc(64, GFP_KERNEL); in mmc_read_switch()
321 if (!status) in mmc_read_switch()
329 err = mmc_sd_switch(card, 0, 0, 0, status); in mmc_read_switch()
345 if (status[13] & SD_MODE_HIGH_SPEED) in mmc_read_switch()
349 card->sw_caps.sd3_bus_mode = status[13]; in mmc_read_switch()
351 card->sw_caps.sd3_drv_type = status[9]; in mmc_read_switch()
352 card->sw_caps.sd3_curr_limit = status[7] | status[6] << 8; in mmc_read_switch()
356 kfree(status); in mmc_read_switch()
367 u8 *status; mmc_sd_switch_hs() local
403 sd_select_driver_type(struct mmc_card *card, u8 *status) sd_select_driver_type() argument
467 sd_set_bus_speed_mode(struct mmc_card *card, u8 *status) sd_set_bus_speed_mode() argument
537 sd_set_current_limit(struct mmc_card *card, u8 *status) sd_set_current_limit() argument
607 u8 *status; mmc_sd_init_uhs_card() local
[all...]
/kernel/linux/linux-5.10/drivers/scsi/isci/
H A Dport.c312 * @completion_status: This parameter specifies the core status for the reset
325 /* Save the status of the hard reset from the port. */ in isci_port_hard_reset_complete()
839 /* We are required to update the status register last */ in sci_port_update_viit_entry()
844 &iport->viit_registers->status); in sci_port_update_viit_entry()
1060 enum sci_status status = SCI_SUCCESS; in sci_port_start() local
1087 status = SCI_FAILURE_INSUFFICIENT_RESOURCES; in sci_port_start()
1096 status = SCI_FAILURE_INSUFFICIENT_RESOURCES; in sci_port_start()
1102 if (status == SCI_SUCCESS) { in sci_port_start()
1116 status = SCI_FAILURE; in sci_port_start()
1119 if (status ! in sci_port_start()
1149 enum sci_status status = SCI_FAILURE_INVALID_PHY; sci_port_hard_reset() local
1200 enum sci_status status; sci_port_add_phy() local
1271 enum sci_status status; sci_port_remove_phy() local
1653 enum sci_status status; isci_port_perform_hard_reset() local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H A Dice_controlq.c312 int status; in ice_cfg_rq_regs() local
314 status = ice_cfg_cq_regs(hw, &cq->rq, cq->num_rq_entries); in ice_cfg_rq_regs()
315 if (status) in ice_cfg_rq_regs()
316 return status; in ice_cfg_rq_regs()
577 int status; in ice_init_check_adminq() local
579 status = ice_aq_get_fw_ver(hw, NULL); in ice_init_check_adminq()
580 if (status) in ice_init_check_adminq()
584 status = -EIO; in ice_init_check_adminq()
593 return status; in ice_init_check_adminq()
749 int status; in ice_init_all_ctrlq() local
967 int status = 0; ice_sq_send_cmd() local
[all...]
/kernel/linux/linux-6.6/drivers/scsi/isci/
H A Dport.c312 * @completion_status: This parameter specifies the core status for the reset
325 /* Save the status of the hard reset from the port. */ in isci_port_hard_reset_complete()
840 /* We are required to update the status register last */ in sci_port_update_viit_entry()
845 &iport->viit_registers->status); in sci_port_update_viit_entry()
1062 enum sci_status status = SCI_SUCCESS; in sci_port_start() local
1089 status = SCI_FAILURE_INSUFFICIENT_RESOURCES; in sci_port_start()
1098 status = SCI_FAILURE_INSUFFICIENT_RESOURCES; in sci_port_start()
1104 if (status == SCI_SUCCESS) { in sci_port_start()
1118 status = SCI_FAILURE; in sci_port_start()
1121 if (status ! in sci_port_start()
1151 enum sci_status status = SCI_FAILURE_INVALID_PHY; sci_port_hard_reset() local
1202 enum sci_status status; sci_port_add_phy() local
1273 enum sci_status status; sci_port_remove_phy() local
1655 enum sci_status status; isci_port_perform_hard_reset() local
[all...]
/kernel/linux/linux-6.6/drivers/spi/
H A Dspi-pxa2xx.c627 drv_data->controller->cur_msg->status = err; in int_error_stop()
729 u32 status; in ssp_int() local
742 * interrupt that is meant for another device, check if status bits in ssp_int()
746 status = pxa2xx_spi_read(drv_data, SSSR); in ssp_int()
747 if (status == ~0) in ssp_int()
760 if (!(status & mask)) in ssp_int()
1032 /* Clear status and start DMA engine */ in pxa2xx_spi_transfer_one()
1041 /* Clear status */ in pxa2xx_spi_transfer_one()
1340 int status; in pxa2xx_spi_init_pdata() local
1351 status in pxa2xx_spi_init_pdata()
1443 int status; pxa2xx_spi_probe() local
1693 int status; pxa2xx_spi_suspend() local
1711 int status; pxa2xx_spi_resume() local
[all...]
/kernel/linux/linux-6.6/drivers/usb/gadget/function/
H A Df_ncm.c531 int status; in ncm_do_notify() local
582 status = usb_ep_queue(ncm->notify, req, GFP_ATOMIC); in ncm_do_notify()
584 if (status < 0) { in ncm_do_notify()
586 DBG(cdev, "notify --> %d\n", status); in ncm_do_notify()
616 switch (req->status) { in ncm_notify_complete()
629 event->bNotificationType, req->status); in ncm_notify_complete()
646 if (req->status || req->actual != req->length) { in ncm_ep0out_complete()
828 /* respond with data transfer or status phase? */ in ncm_setup()
1421 int status = 0; in ncm_bind() local
1442 status in ncm_bind()
1692 int status; ncm_alloc() local
[all...]
/kernel/linux/linux-6.6/drivers/usb/usbip/
H A Dvhci_hcd.c38 static int vhci_urb_dequeue(struct usb_hcd *hcd, struct urb *urb, int status);
128 pr_debug("status prev -> new: %08x -> %08x\n", prev_status, new_status); in dump_port_status_diff()
158 u32 status; in rh_port_connect() local
165 status = vhci_hcd->port_status[rhport]; in rh_port_connect()
167 status |= USB_PORT_STAT_CONNECTION | (1 << USB_PORT_FEAT_C_CONNECTION); in rh_port_connect()
171 status |= USB_PORT_STAT_HIGH_SPEED; in rh_port_connect()
174 status |= USB_PORT_STAT_LOW_SPEED; in rh_port_connect()
180 vhci_hcd->port_status[rhport] = status; in rh_port_connect()
192 u32 status; in rh_port_disconnect() local
199 status in rh_port_disconnect()
867 vhci_urb_dequeue(struct usb_hcd *hcd, struct urb *urb, int status) vhci_urb_dequeue() argument
[all...]
/kernel/linux/linux-6.6/drivers/char/tpm/
H A Dtpm_tis_core.c38 u8 status = chip->ops->status(chip); in wait_for_tpm_stat_cond() local
41 if ((status & mask) == mask) in wait_for_tpm_stat_cond()
43 if (check_cancel && chip->ops->req_canceled(chip, status)) { in wait_for_tpm_stat_cond()
71 u8 status; in wait_for_tpm_stat() local
76 /* check current status */ in wait_for_tpm_stat()
77 status = chip->ops->status(chip); in wait_for_tpm_stat()
78 if ((status & mask) == mask) in wait_for_tpm_stat()
83 /* check what status change in wait_for_tpm_stat()
250 u8 status; tpm_tis_status() local
347 int status; tpm_tis_try_recv() local
435 int rc, status, burstcnt; tpm_tis_send_data() local
776 tpm_tis_req_canceled(struct tpm_chip *chip, u8 status) tpm_tis_req_canceled() argument
[all...]
/third_party/skia/third_party/externals/libwebp/src/dec/
H A Didec_dec.c257 const VP8StatusCode status = WebPFlipBuffer(output); in FinishDecoding() local
258 if (status != VP8_STATUS_OK) return status; in FinishDecoding()
312 VP8StatusCode status; in DecodeWebPHeaders() local
318 status = WebPParseHeaders(&headers); in DecodeWebPHeaders()
319 if (status == VP8_STATUS_NOT_ENOUGH_DATA) { in DecodeWebPHeaders()
321 } else if (status != VP8_STATUS_OK) { in DecodeWebPHeaders()
322 return IDecError(idec, status); in DecodeWebPHeaders()
411 const VP8StatusCode status = dec->status_; in DecodePartition0() local
412 if (status in DecodePartition0()
512 ErrorStatusLossless(WebPIDecoder* const idec, VP8StatusCode status) ErrorStatusLossless() argument
570 VP8StatusCode status = VP8_STATUS_SUSPENDED; IDecode() local
783 VP8StatusCode status; WebPIAppend() local
804 VP8StatusCode status; WebPIUpdate() local
[all...]
/third_party/ffmpeg/libavcodec/
H A Dvc1.c629 int pqindex, lowquant, status; in ff_vc1_parse_frame_header() local
754 status = bitplane_decoding(v->mv_type_mb_plane, &v->mv_type_is_raw, v); in ff_vc1_parse_frame_header()
755 if (status < 0) in ff_vc1_parse_frame_header()
758 "Imode: %i, Invert: %i\n", status>>1, status&1); in ff_vc1_parse_frame_header()
763 status = bitplane_decoding(v->s.mbskip_table, &v->skip_is_raw, v); in ff_vc1_parse_frame_header()
764 if (status < 0) in ff_vc1_parse_frame_header()
767 "Imode: %i, Invert: %i\n", status>>1, status&1); in ff_vc1_parse_frame_header()
801 status in ff_vc1_parse_frame_header()
854 int status; ff_vc1_parse_frame_header_adv() local
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/common/
H A Dvalue_proxy.cpp188 .status = asset.status, in Asset()
203 .status = asset.status, in Asset()
218 .status = ConvertToDataStatus(asset), in Asset()
251 .status = asset_.status, in operator NativeRdb::AssetValue()
266 .status = asset_.status, in operator CommonType::AssetValue()
294 .status in operator DistributedDB::Asset()
326 ConvertToDBStatus(const uint32_t &status) ConvertToDBStatus() argument
563 ConvertToDataStatus(const uint32_t &status) ConvertToDataStatus() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/smsc/
H A Dsmc9194.c141 . 2 for interrupt tracking, status flags
502 ** Pkt size for allocating is data length +6 (for additional status words, in smc_wait_to_send_packet()
537 word status; in smc_wait_to_send_packet() local
539 status = inb( ioaddr + INTERRUPT ); in smc_wait_to_send_packet()
540 if ( status & IM_ALLOC_INT ) { in smc_wait_to_send_packet()
618 /* send the packet length ( +6 for status, length and ctl byte ) in smc_hardware_send_packet()
619 and the status word ( set to zeros ) */ in smc_hardware_send_packet()
624 /* send the packet length ( +6 for status words, length, and ctl*/ in smc_hardware_send_packet()
783 On a fast machine, the status might change before the interrupt in smc_findirq()
1119 . o Read the status
1128 word status; smc_rcv() local
1315 byte status; smc_interrupt() local
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dtime-event.c101 * Clear the ROC_RUNNING status bit. in iwl_mvm_roc_done_wk()
107 clear_bit(IWL_MVM_STATUS_ROC_RUNNING, &mvm->status); in iwl_mvm_roc_done_wk()
119 if (test_and_clear_bit(IWL_MVM_STATUS_NEED_FLUSH_P2P, &mvm->status)) { in iwl_mvm_roc_done_wk()
136 * Clear the ROC_AUX_RUNNING status bit. in iwl_mvm_roc_done_wk()
142 if (test_and_clear_bit(IWL_MVM_STATUS_ROC_AUX_RUNNING, &mvm->status)) { in iwl_mvm_roc_done_wk()
160 * Of course, our status bit is just as racy as mac80211, so in in iwl_mvm_roc_finished()
231 if (!notif->status) in iwl_mvm_te_handle_notify_csa()
236 if (!notif->status) in iwl_mvm_te_handle_notify_csa()
241 if (!notif->status) { in iwl_mvm_te_handle_notify_csa()
285 !(trig_status_bitmap & BIT(le32_to_cpu(notif->status)))) in iwl_mvm_te_check_trigger()
[all...]
/kernel/linux/linux-5.10/drivers/tty/serial/
H A Dsb1250-duart.c242 unsigned int mctrl, status; in sbd_get_mctrl() local
244 status = read_sbdshr(sport, R_DUART_IN_PORT); in sbd_get_mctrl()
245 status >>= (uport->line) % 2; in sbd_get_mctrl()
246 mctrl = (!(status & M_DUART_IN_PIN0_VAL) ? TIOCM_CTS : 0) | in sbd_get_mctrl()
247 (!(status & M_DUART_IN_PIN4_VAL) ? TIOCM_CAR : 0) | in sbd_get_mctrl()
248 (!(status & M_DUART_RIN0_PIN) ? TIOCM_RNG : 0) | in sbd_get_mctrl()
249 (!(status & M_DUART_IN_PIN2_VAL) ? TIOCM_DSR : 0); in sbd_get_mctrl()
334 unsigned int status, ch, flag; in sbd_receive_chars() local
338 status = read_sbdchn(sport, R_DUART_STATUS); in sbd_receive_chars()
339 if (!(status in sbd_receive_chars()
441 irqreturn_t status = IRQ_NONE; sbd_interrupt() local
[all...]
/kernel/linux/linux-5.10/drivers/vlynq/
H A Dvlynq.c54 u32 status; member
95 /* Check the VLYNQ link status with a given device */
101 if (readl(&dev->local->status) & VLYNQ_STATUS_LINK) in vlynq_linked()
185 u32 status = readl(&dev->local->status); in vlynq_local_ack() local
187 pr_debug("%s: local status: 0x%08x\n", in vlynq_local_ack()
188 dev_name(&dev->dev), status); in vlynq_local_ack()
189 writel(status, &dev->local->status); in vlynq_local_ack()
195 u32 status in vlynq_remote_ack() local
205 u32 status; vlynq_irq() local
[all...]
/kernel/linux/linux-5.10/net/mac80211/
H A Dairtime.c409 struct ieee80211_rx_status *status, in ieee80211_get_rate_duration()
412 bool sgi = status->enc_flags & RX_ENC_FLAG_SHORT_GI; in ieee80211_get_rate_duration()
417 switch (status->bw) { in ieee80211_get_rate_duration()
435 switch (status->encoding) { in ieee80211_get_rate_duration()
437 streams = status->nss; in ieee80211_get_rate_duration()
438 idx = status->rate_idx; in ieee80211_get_rate_duration()
442 streams = ((status->rate_idx >> 3) & 3) + 1; in ieee80211_get_rate_duration()
443 idx = status->rate_idx & 7; in ieee80211_get_rate_duration()
447 streams = status->nss; in ieee80211_get_rate_duration()
448 idx = status in ieee80211_get_rate_duration()
408 ieee80211_get_rate_duration(struct ieee80211_hw *hw, struct ieee80211_rx_status *status, u32 *overhead) ieee80211_get_rate_duration() argument
471 ieee80211_calc_rx_airtime(struct ieee80211_hw *hw, struct ieee80211_rx_status *status, int len) ieee80211_calc_rx_airtime() argument
[all...]
/kernel/linux/linux-6.6/drivers/ata/
H A Dlibata-acpi.c291 acpi_status status; in ata_acpi_gtm() local
298 status = acpi_evaluate_object(handle, "_GTM", NULL, &output); in ata_acpi_gtm()
301 if (status == AE_NOT_FOUND) in ata_acpi_gtm()
305 if (ACPI_FAILURE(status)) { in ata_acpi_gtm()
307 status); in ata_acpi_gtm()
349 acpi_status status; in ata_acpi_stm() local
368 status = acpi_evaluate_object(ACPI_HANDLE(&ap->tdev), "_STM", in ata_acpi_stm()
371 if (status == AE_NOT_FOUND) in ata_acpi_stm()
373 if (ACPI_FAILURE(status)) { in ata_acpi_stm()
374 ata_port_err(ap, "ACPI set timing mode failed (status in ata_acpi_stm()
405 acpi_status status; ata_dev_get_GTF() local
769 acpi_status status; ata_acpi_push_id() local
[all...]
/kernel/linux/linux-6.6/drivers/vlynq/
H A Dvlynq.c54 u32 status; member
95 /* Check the VLYNQ link status with a given device */
101 if (readl(&dev->local->status) & VLYNQ_STATUS_LINK) in vlynq_linked()
185 u32 status = readl(&dev->local->status); in vlynq_local_ack() local
187 pr_debug("%s: local status: 0x%08x\n", in vlynq_local_ack()
188 dev_name(&dev->dev), status); in vlynq_local_ack()
189 writel(status, &dev->local->status); in vlynq_local_ack()
195 u32 status in vlynq_remote_ack() local
205 u32 status; vlynq_irq() local
[all...]
/kernel/linux/linux-6.6/drivers/tty/serial/
H A Dsb1250-duart.c242 unsigned int mctrl, status; in sbd_get_mctrl() local
244 status = read_sbdshr(sport, R_DUART_IN_PORT); in sbd_get_mctrl()
245 status >>= (uport->line) % 2; in sbd_get_mctrl()
246 mctrl = (!(status & M_DUART_IN_PIN0_VAL) ? TIOCM_CTS : 0) | in sbd_get_mctrl()
247 (!(status & M_DUART_IN_PIN4_VAL) ? TIOCM_CAR : 0) | in sbd_get_mctrl()
248 (!(status & M_DUART_RIN0_PIN) ? TIOCM_RNG : 0) | in sbd_get_mctrl()
249 (!(status & M_DUART_IN_PIN2_VAL) ? TIOCM_DSR : 0); in sbd_get_mctrl()
334 unsigned int status; in sbd_receive_chars() local
339 status = read_sbdchn(sport, R_DUART_STATUS); in sbd_receive_chars()
340 if (!(status in sbd_receive_chars()
441 irqreturn_t status = IRQ_NONE; sbd_interrupt() local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/smsc/
H A Dsmc9194.c141 . 2 for interrupt tracking, status flags
502 ** Pkt size for allocating is data length +6 (for additional status words, in smc_wait_to_send_packet()
537 word status; in smc_wait_to_send_packet() local
539 status = inb( ioaddr + INTERRUPT ); in smc_wait_to_send_packet()
540 if ( status & IM_ALLOC_INT ) { in smc_wait_to_send_packet()
618 /* send the packet length ( +6 for status, length and ctl byte ) in smc_hardware_send_packet()
619 and the status word ( set to zeros ) */ in smc_hardware_send_packet()
624 /* send the packet length ( +6 for status words, length, and ctl*/ in smc_hardware_send_packet()
783 On a fast machine, the status might change before the interrupt in smc_findirq()
1121 . o Read the status
1130 word status; smc_rcv() local
1317 byte status; smc_interrupt() local
[all...]
/kernel/linux/linux-6.6/drivers/hwmon/
H A Dasus-ec-sensors.c685 int status; in setup_lock_data() local
700 status = acpi_get_handle(NULL, (acpi_string)mutex_path, in setup_lock_data()
702 if (ACPI_FAILURE(status)) { in setup_lock_data()
705 mutex_path, status); in setup_lock_data()
716 int status = 0; in asus_ec_bank_switch() local
719 status = ec_read(ASUS_EC_BANK_REGISTER, old); in asus_ec_bank_switch()
721 if (status || (old && (*old == bank))) in asus_ec_bank_switch()
722 return status; in asus_ec_bank_switch()
729 int ireg, ibank, status; in asus_ec_block_read() local
733 status in asus_ec_block_read()
812 int status; update_ec_sensors() local
955 int status; asus_ec_probe() local
[all...]

Completed in 34 milliseconds

1...<<201202203204205206207208209210>>...925