Home
last modified time | relevance | path

Searched refs:status (Results 5876 - 5900 of 20992) sorted by relevance

1...<<231232233234235236237238239240>>...840

/kernel/linux/linux-5.10/drivers/spi/
H A Dspi-pl022.c155 /* Receive Overrun Raw Interrupt status */
157 /* Receive Timeout Raw Interrupt status */
159 /* Receive FIFO Raw Interrupt status */
161 /* Transmit FIFO Raw Interrupt status */
167 /* Receive Overrun Masked Interrupt status */
169 /* Receive Timeout Masked Interrupt status */
171 /* Receive FIFO Masked Interrupt status */
173 /* Transmit FIFO Masked Interrupt status */
480 * set message->status; dma and pio irqs are blocked
684 * FIFO status fla in readwriter()
1854 int status = 0; pl022_setup() local
2128 int status = 0, i, num_cs; pl022_probe() local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H A Dice_virtchnl_fdir.c1454 * ice_vf_verify_rx_desc - verify received FDIR programming status descriptor
1457 * @status: virtchnl FDIR program status
1463 enum virtchnl_fdir_prgm_status *status) in ice_vf_verify_rx_desc()
1472 *status = VIRTCHNL_FDIR_FAILURE_RULE_NORESOURCE; in ice_vf_verify_rx_desc()
1484 *status = VIRTCHNL_FDIR_FAILURE_RULE_INVALID; in ice_vf_verify_rx_desc()
1493 *status = VIRTCHNL_FDIR_FAILURE_RULE_INVALID; in ice_vf_verify_rx_desc()
1504 *status = VIRTCHNL_FDIR_FAILURE_RULE_NORESOURCE; in ice_vf_verify_rx_desc()
1508 *status = VIRTCHNL_FDIR_FAILURE_RULE_NONEXIST; in ice_vf_verify_rx_desc()
1518 *status in ice_vf_verify_rx_desc()
1462 ice_vf_verify_rx_desc(struct ice_vf *vf, struct ice_vf_fdir_ctx *ctx, enum virtchnl_fdir_prgm_status *status) ice_vf_verify_rx_desc() argument
1546 ice_vc_add_fdir_fltr_post(struct ice_vf *vf, struct ice_vf_fdir_ctx *ctx, enum virtchnl_fdir_prgm_status status, bool success) ice_vc_add_fdir_fltr_post() argument
1610 ice_vc_del_fdir_fltr_post(struct ice_vf *vf, struct ice_vf_fdir_ctx *ctx, enum virtchnl_fdir_prgm_status status, bool success) ice_vc_del_fdir_fltr_post() argument
1678 enum virtchnl_fdir_prgm_status status; ice_flush_fdir_ctx() local
[all...]
/kernel/linux/linux-6.6/drivers/tty/serial/
H A Domap-serial.c412 unsigned int status; in check_modem_status() local
414 status = serial_in(up, UART_MSR); in check_modem_status()
415 status |= up->msr_saved_flags; in check_modem_status()
417 if ((status & UART_MSR_ANY_DELTA) == 0) in check_modem_status()
418 return status; in check_modem_status()
420 if (status & UART_MSR_ANY_DELTA && up->ier & UART_IER_MSI && in check_modem_status()
422 if (status & UART_MSR_TERI) in check_modem_status()
424 if (status & UART_MSR_DDSR) in check_modem_status()
426 if (status & UART_MSR_DDCD) in check_modem_status()
428 (&up->port, status in check_modem_status()
592 unsigned int status; serial_omap_get_mctrl() local
1080 unsigned int status, tmout = 10000; wait_for_xmitr() local
1122 unsigned int status; serial_omap_poll_get_char() local
1156 unsigned int status; omap_serial_early_putc() local
[all...]
/kernel/linux/linux-6.6/drivers/usb/core/
H A Dmessage.c32 int status; member
39 ctx->status = urb->status; in usb_api_blocking_completion()
66 retval = (ctx.status == -ENOENT ? -ETIMEDOUT : ctx.status); in usb_start_wait_urb()
76 retval = ctx.status; in usb_start_wait_urb()
86 /* returns status (negative) or length (positive) */
409 int status = urb->status; in sg_complete() local
423 if (io->status in sg_complete()
1128 void *status; usb_get_status() local
1933 usb_set_wireless_status(struct usb_interface *iface, enum usb_wireless_status status) usb_set_wireless_status() argument
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/arm/
H A Dmalidp_hw.c286 u32 status, count = 100; in malidp500_enter_config_mode() local
290 status = malidp_hw_read(hwdev, hwdev->hw->map.dc_base + MALIDP_REG_STATUS); in malidp500_enter_config_mode()
291 if ((status & MALIDP500_DC_CONFIG_REQ) == MALIDP500_DC_CONFIG_REQ) in malidp500_enter_config_mode()
305 u32 status, count = 100; in malidp500_leave_config_mode() local
310 status = malidp_hw_read(hwdev, hwdev->hw->map.dc_base + MALIDP_REG_STATUS); in malidp500_leave_config_mode()
311 if ((status & MALIDP500_DC_CONFIG_REQ) == 0) in malidp500_leave_config_mode()
321 u32 status; in malidp500_in_config_mode() local
323 status = malidp_hw_read(hwdev, hwdev->hw->map.dc_base + MALIDP_REG_STATUS); in malidp500_in_config_mode()
324 if ((status & MALIDP500_DC_CONFIG_REQ) == MALIDP500_DC_CONFIG_REQ) in malidp500_in_config_mode()
607 u32 status, coun in malidp550_enter_config_mode() local
626 u32 status, count = 100; malidp550_leave_config_mode() local
642 u32 status; malidp550_in_config_mode() local
1175 u32 status, mask, dc_status; malidp_de_irq() local
1293 u32 status, mask; malidp_se_irq() local
[all...]
/base/global/i18n/frameworks/intl/src/
H A Dlocale_compare.cpp134 UErrorCode status = U_ZERO_ERROR; in Compare() local
136 icu::Locale locale1 = icu::Locale::forLanguageTag(icu::StringPiece(localeTag1), status); in Compare()
138 if (U_FAILURE(status) || U_FAILURE(status2)) { in Compare()
158 locale1.addLikelySubtags(status); in Compare()
159 locale2.addLikelySubtags(status); in Compare()
160 if (U_FAILURE(status)) { in Compare()
/base/hiviewdfx/hiview/base/utility/
H A Dcommon_utils.cpp109 int status = 0; in ExecCommand() local
110 waitpid(pid, &status, WNOHANG); in ExecCommand()
111 if (WIFEXITED(status)) { in ExecCommand()
227 int status = 0; in WriteCommandResultToFile() local
228 pid_t p = waitpid(pid, &status, WNOHANG); in WriteCommandResultToFile()
234 return WEXITSTATUS(status); in WriteCommandResultToFile()
/base/notification/common_event_service/services/src/
H A Dstatic_subscriber_data_manager.cpp54 DistributedKv::Status status = dataManager_.GetSingleKvStore(options, appId_, storeId_, kvStorePtr_); in GetKvStore() local
55 if (status != DistributedKv::Status::SUCCESS) { in GetKvStore()
56 EVENT_LOGE("return error: %{public}d", status); in GetKvStore()
58 return status; in GetKvStore()
68 DistributedKv::Status status = GetKvStore(); in CheckKvStore() local
69 if (status == DistributedKv::Status::SUCCESS && kvStorePtr_ != nullptr) { in CheckKvStore()
/base/update/updateservice/frameworks/js/napi/update/common/src/
H A Diupdater.cpp26 napi_status status = napi_get_cb_info(env, info, &argc, args, nullptr, nullptr); in On() local
27 PARAM_CHECK_NAPI_CALL(env, status == napi_ok && argc >= ARG_NUM_TWO, return nullptr, "Error get cb info"); in On()
64 napi_status status = napi_get_cb_info(env, info, &argc, args, nullptr, nullptr); in Off() local
65 PARAM_CHECK_NAPI_CALL(env, status == napi_ok, return nullptr, "Error get cb info"); in Off()
106 napi_status status = napi_get_cb_info(env, info, &argc, args, nullptr, nullptr); in StartSession() local
107 PARAM_CHECK_NAPI_CALL(env, status == napi_ok, return nullptr, "Error get cb info"); in StartSession()
/base/theme/wallpaper_mgr/frameworks/js/napi/
H A Dcall.cpp42 auto status = (*context)(env, argc, argv, self); in Call() local
43 if (status != napi_ok && context->errCode_ != 0 && needException) { in Call()
115 void Call::OnComplete(napi_env env, napi_status status, void *data) in OnComplete() argument
122 HILOG_DEBUG("run the js callback function:status[%{public}d]runStatus[%{public}d]", status, runStatus); in OnComplete()
123 if (status == napi_ok && runStatus == napi_ok) { in OnComplete()
151 if (status == napi_ok && runStatus == napi_ok) { in OnComplete()
/build/hb/util/
H A Dlog_util.py98 for status_code, status in status_file.items():
101 if isinstance(status, dict) and status.get('pattern'):
102 choices.append(status['pattern'])
103 status_map[status['pattern']] = status.get('code')
/kernel/linux/linux-5.10/drivers/acpi/acpica/
H A Dnsalloc.c322 acpi_status status; in acpi_ns_delete_namespace_subtree() local
332 status = acpi_ut_acquire_mutex(ACPI_MTX_NAMESPACE); in acpi_ns_delete_namespace_subtree()
333 if (ACPI_FAILURE(status)) { in acpi_ns_delete_namespace_subtree()
412 acpi_status status; in acpi_ns_delete_namespace_by_owner() local
422 status = acpi_ut_acquire_mutex(ACPI_MTX_NAMESPACE); in acpi_ns_delete_namespace_by_owner()
423 if (ACPI_FAILURE(status)) { in acpi_ns_delete_namespace_by_owner()
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dmshyperv.h193 u64 status; in hv_do_rep_hypercall() local
200 status = hv_do_hypercall(control, input, output); in hv_do_rep_hypercall()
201 if ((status & HV_HYPERCALL_RESULT_MASK) != HV_STATUS_SUCCESS) in hv_do_rep_hypercall()
202 return status; in hv_do_rep_hypercall()
204 /* Bits 32-43 of status have 'Reps completed' data. */ in hv_do_rep_hypercall()
205 rep_comp = (status & HV_HYPERCALL_REP_COMP_MASK) >> in hv_do_rep_hypercall()
214 return status; in hv_do_rep_hypercall()
/kernel/linux/linux-5.10/drivers/acpi/
H A Dacpi_memhotplug.c65 acpi_status status; in acpi_memory_get_resource() local
67 status = acpi_resource_to_address64(resource, &address64); in acpi_memory_get_resource()
68 if (ACPI_FAILURE(status) || in acpi_memory_get_resource()
109 acpi_status status; in acpi_memory_get_device_resources() local
114 status = acpi_walk_resources(mem_device->device->handle, METHOD_NAME__CRS, in acpi_memory_get_device_resources()
116 if (ACPI_FAILURE(status)) { in acpi_memory_get_device_resources()
134 * Check for device status. Device should be in acpi_memory_check_device()
/kernel/linux/linux-5.10/drivers/char/agp/
H A Dalpha-agp.c88 int num_entries, status; in alpha_core_agp_insert_memory() local
99 status = agp->ops->bind(agp, pg_start, mem); in alpha_core_agp_insert_memory()
103 return status; in alpha_core_agp_insert_memory()
110 int status; in alpha_core_agp_remove_memory() local
112 status = agp->ops->unbind(agp, pg_start, mem); in alpha_core_agp_remove_memory()
114 return status; in alpha_core_agp_remove_memory()
/kernel/linux/linux-6.6/arch/alpha/lib/
H A Dfpreg.c27 if (current_thread_info()->status & TS_SAVED_FP) in alpha_read_fp_reg()
81 if (current_thread_info()->status & TS_SAVED_FP) { in alpha_write_fp_reg()
82 current_thread_info()->status |= TS_RESTORE_FP; in alpha_write_fp_reg()
137 if (current_thread_info()->status & TS_SAVED_FP) { in alpha_read_fp_reg_s()
192 if (current_thread_info()->status & TS_SAVED_FP) { in alpha_write_fp_reg_s()
193 current_thread_info()->status |= TS_RESTORE_FP; in alpha_write_fp_reg_s()
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-ptp.c95 u32 status = 0; in dpaa2_ptp_irq_handler_thread() local
102 DPRTC_IRQ_INDEX, &status); in dpaa2_ptp_irq_handler_thread()
108 if (status & DPRTC_EVENT_PPS) { in dpaa2_ptp_irq_handler_thread()
113 if (status & DPRTC_EVENT_ETS1) in dpaa2_ptp_irq_handler_thread()
116 if (status & DPRTC_EVENT_ETS2) in dpaa2_ptp_irq_handler_thread()
120 DPRTC_IRQ_INDEX, status); in dpaa2_ptp_irq_handler_thread()
/kernel/linux/linux-5.10/drivers/s390/scsi/
H A Dzfcp_def.h52 * Note, the leftmost 12 status bits (3 nibbles) are common among adapter, port
53 * and unit. This is a mask for bitwise 'and' with status values.
57 /* common status bits */
67 /* adapter status */
78 /* remote port status */
82 /* FSF request status (this does not have a common part) */
131 u32 status; /* recovery status */ member
173 atomic_t stat_miss; /* # missing status reads*/
176 atomic_t status; /* statu member
214 atomic_t status; /* status of this remote port */ global() member
281 atomic_t status; global() member
332 u32 status; global() member
[all...]
/kernel/linux/linux-5.10/drivers/scsi/
H A Da3000.c30 unsigned int status = hdata->regs->ISTR; in a3000_intr() local
33 if (!(status & ISTR_INT_P)) in a3000_intr()
35 if (status & ISTR_INTS) { in a3000_intr()
41 pr_warn("Non-serviced A3000 SCSI-interrupt? ISTR = %02x\n", status); in a3000_intr()
110 int status) in dma_stop()
149 if (status && wh->dma_bounce_buffer) { in dma_stop()
109 dma_stop(struct Scsi_Host *instance, struct scsi_cmnd *SCpnt, int status) dma_stop() argument
/kernel/linux/linux-5.10/drivers/tty/serial/8250/
H A D8250.h87 #define UART_BUG_TXEN (1 << 1) /* UART has buggy TX IIR status */
88 #define UART_BUG_NOMSR (1 << 2) /* UART has buggy MSR status bits (Au1x00) */
363 unsigned char status; in ns16550a_goto_highspeed() local
365 status = serial_in(up, 0x04); /* EXCR2 */ in ns16550a_goto_highspeed()
367 if (PRESL(status) == 0x10) { in ns16550a_goto_highspeed()
371 status &= ~0xB0; /* Disable LOCK, mask out PRESL[01] */ in ns16550a_goto_highspeed()
372 status |= 0x10; /* 1.625 divisor for baud_base --> 921600 */ in ns16550a_goto_highspeed()
373 serial_out(up, 0x04, status); in ns16550a_goto_highspeed()
H A D8250_early.c91 unsigned int status; in serial_putc() local
96 status = serial8250_early_in(port, UART_LSR); in serial_putc()
97 if ((status & BOTH_EMPTY) == BOTH_EMPTY) in serial_putc()
118 unsigned int status; in early_serial8250_read() local
122 status = serial8250_early_in(port, UART_LSR); in early_serial8250_read()
123 if (!(status & UART_LSR_DR)) in early_serial8250_read()
/kernel/linux/linux-5.10/drivers/usb/core/
H A Dusb-acpi.c155 acpi_status status; in usb_acpi_get_connect_type() local
165 status = acpi_evaluate_object(handle, "_UPC", NULL, &buffer); in usb_acpi_get_connect_type()
166 if (ACPI_FAILURE(status)) in usb_acpi_get_connect_type()
247 acpi_status status; in usb_acpi_find_companion_for_port() local
254 status = acpi_get_physical_device_location(handle, &pld); in usb_acpi_find_companion_for_port()
255 if (ACPI_SUCCESS(status) && pld) { in usb_acpi_find_companion_for_port()
/kernel/linux/linux-5.10/net/nfc/nci/
H A Ddata.c212 __u8 pbf, __u8 conn_id, __u8 status) in nci_add_rx_data_frag()
217 if (status) { in nci_add_rx_data_frag()
218 err = status; in nci_add_rx_data_frag()
270 __u8 status = 0; in nci_rx_data_packet() local
294 /* frame I/F => remove the status byte */ in nci_rx_data_packet()
295 pr_debug("frame I/F => remove the status byte\n"); in nci_rx_data_packet()
296 status = skb->data[skb->len - 1]; in nci_rx_data_packet()
300 nci_add_rx_data_frag(ndev, skb, pbf, conn_id, nci_to_errno(status)); in nci_rx_data_packet()
210 nci_add_rx_data_frag(struct nci_dev *ndev, struct sk_buff *skb, __u8 pbf, __u8 conn_id, __u8 status) nci_add_rx_data_frag() argument
/kernel/linux/linux-5.10/include/scsi/
H A Dscsi_cmnd.h317 static inline void set_msg_byte(struct scsi_cmnd *cmd, char status) in set_msg_byte() argument
319 cmd->result = (cmd->result & 0xffff00ff) | (status << 8); in set_msg_byte()
322 static inline void set_host_byte(struct scsi_cmnd *cmd, char status) in set_host_byte() argument
324 cmd->result = (cmd->result & 0xff00ffff) | (status << 16); in set_host_byte()
327 static inline void set_driver_byte(struct scsi_cmnd *cmd, char status) in set_driver_byte() argument
329 cmd->result = (cmd->result & 0x00ffffff) | (status << 24); in set_driver_byte()
/kernel/linux/linux-5.10/drivers/watchdog/
H A Dsbsa_gwdt.c227 u32 status; in sbsa_gwdt_probe() local
261 status = readl(cf_base + SBSA_GWDT_WCS); in sbsa_gwdt_probe()
262 if (status & SBSA_GWDT_WCS_WS1) { in sbsa_gwdt_probe()
266 if (status & SBSA_GWDT_WCS_EN) in sbsa_gwdt_probe()
267 set_bit(WDOG_HW_RUNNING, &wdd->status); in sbsa_gwdt_probe()
312 status & SBSA_GWDT_WCS_EN ? " [enabled]" : ""); in sbsa_gwdt_probe()

Completed in 24 milliseconds

1...<<231232233234235236237238239240>>...840