Home
last modified time | relevance | path

Searched refs:status (Results 3126 - 3150 of 13924) sorted by relevance

1...<<121122123124125126127128129130>>...557

/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-ptp.c94 u32 status = 0; in dpaa2_ptp_irq_handler_thread() local
101 DPRTC_IRQ_INDEX, &status); in dpaa2_ptp_irq_handler_thread()
107 if (status & DPRTC_EVENT_PPS) { in dpaa2_ptp_irq_handler_thread()
112 if (status & DPRTC_EVENT_ETS1) in dpaa2_ptp_irq_handler_thread()
115 if (status & DPRTC_EVENT_ETS2) in dpaa2_ptp_irq_handler_thread()
119 DPRTC_IRQ_INDEX, status); in dpaa2_ptp_irq_handler_thread()
/kernel/linux/linux-6.6/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-6.6/tools/testing/selftests/landlock/
H A Dcommon.h41 int status; \
54 if (child != waitpid(child, &status, 0)) \
56 if (WIFSIGNALED(status) || !WIFEXITED(status)) { \
61 switch (WEXITSTATUS(status)) { \
71 _metadata->step = WEXITSTATUS(status); \
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/abi/
H A Dptrace.c178 int status; in do_parent() local
185 pid = wait(&status); in do_parent()
198 if (WIFEXITED(status) || WIFSIGNALED(status)) in do_parent()
201 if (!WIFSTOPPED(status)) in do_parent()
204 sig = WSTOPSIG(status); in do_parent()
/kernel/linux/linux-6.6/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 */
77 /* remote port status */
81 /* FSF request status (this does not have a common part) */
130 u32 status; /* recovery status */ member
172 atomic_t stat_miss; /* # missing status reads*/
175 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/liteos_a/testsuites/unittest/process/lock/rwlock/full/
H A Dpthread_rwlock_test_002.cpp289 int status = 0; in Testcase() local
299 ret = wait(&status); in Testcase()
300 status = WEXITSTATUS(status); in Testcase()
302 ICUNIT_ASSERT_EQUAL(status, 255, status); // 255, assert that function Result is equal to this. in Testcase()
/test/testfwk/arkxtest/uitest/cj/
H A Dui_event_observer_impl.cpp113 int status = 0; in CreateElementInfo() local
136 status |= memcpy_s(result.bundleName, bundleName.size() + 1, in CreateElementInfo()
138 status |= memcpy_s(result.componentType, type.size() + 1, in CreateElementInfo()
140 status |= memcpy_s(result.text, text.size() + 1, in CreateElementInfo()
142 if (status != 0) { in CreateElementInfo()
143 LOG_E("[UiEventObserverImpl] memory error. %{public}d", status); in CreateElementInfo()
/kernel/linux/linux-5.10/drivers/scsi/ibmvscsi/
H A Dibmvfc.c82 u16 status; member
199 entry->u.end.status = be16_to_cpu(vfc_cmd->status); in ibmvfc_trc_end()
207 entry->u.end.status = be16_to_cpu(mad->status); in ibmvfc_trc_end()
222 * @status: status / error class
228 static int ibmvfc_get_err_index(u16 status, u16 error) in ibmvfc_get_err_index() argument
233 if ((cmd_status[i].status & status) in ibmvfc_get_err_index()
248 ibmvfc_get_cmd_error(u16 status, u16 error) ibmvfc_get_cmd_error() argument
288 ibmvfc_retry_cmd(u16 status, u16 error) ibmvfc_retry_cmd() argument
352 ibmvfc_get_ls_explain(u16 status) ibmvfc_get_ls_explain() argument
370 ibmvfc_get_gs_explain(u16 status) ibmvfc_get_gs_explain() argument
402 ibmvfc_get_fc_type(u16 status) ibmvfc_get_fc_type() argument
2210 u16 status; ibmvfc_cancel_all() local
3379 u32 status = be16_to_cpu(rsp->common.status); ibmvfc_tgt_prli_done() local
3490 u32 status = be16_to_cpu(rsp->common.status); ibmvfc_tgt_plogi_done() local
3584 u32 status = be16_to_cpu(rsp->common.status); ibmvfc_tgt_implicit_logout_done() local
3672 u32 status = be16_to_cpu(mad->common.status); ibmvfc_tgt_implicit_logout_and_del_done() local
3735 u32 status = be16_to_cpu(rsp->common.status); ibmvfc_tgt_move_login_done() local
3843 u32 status = be16_to_cpu(mad->common.status); ibmvfc_tgt_adisc_done() local
4045 u32 status = be16_to_cpu(rsp->common.status); ibmvfc_tgt_query_target_done() local
[all...]
/kernel/linux/linux-5.10/include/linux/mlx5/
H A Dmlx5_ifc.h947 u8 status[0x8]; member
3630 u8 status[0x4]; member
3774 u8 status[0x4]; member
4005 u8 status[0x8]; member
4035 u8 status[0x8]; member
4065 u8 status[0x8]; member
4095 u8 status[0x8]; member
4120 u8 status[0x8]; member
4148 u8 status[0x8]; member
4180 u8 status[ member
4202 u8 status[0x8]; global() member
4231 u8 status[0x8]; global() member
4272 u8 status[0x8]; global() member
4303 u8 status[0x8]; global() member
4334 u8 status[0x8]; global() member
4365 u8 status[0x8]; global() member
4389 u8 status[0x8]; global() member
4422 u8 status[0x8]; global() member
4453 u8 status[0x8]; global() member
4509 u8 status[0x8]; global() member
4532 u8 status[0x8]; global() member
4561 u8 status[0x8]; global() member
4620 u8 status[0x8]; global() member
4644 u8 status[0x8]; global() member
4668 u8 status[0x8]; global() member
4696 u8 status[0x8]; global() member
4720 u8 status[0x8]; global() member
4778 u8 status[0x8]; global() member
4802 u8 status[0x8]; global() member
4826 u8 status[0x8]; global() member
4851 u8 status[0x8]; global() member
4875 u8 status[0x8]; global() member
4907 u8 status[0x8]; global() member
5028 u8 status[0x8]; global() member
5061 u8 status[0x8]; global() member
5088 u8 status[0x8]; global() member
5119 u8 status[0x8]; global() member
5140 u8 status[0x8]; global() member
5172 u8 status[0x8]; global() member
5197 u8 status[0x8]; global() member
5216 u8 status[0x8]; global() member
5249 u8 status[0x8]; global() member
5279 u8 status[0x8]; global() member
5305 u8 status[0x8]; global() member
5335 u8 status[0x8]; global() member
5359 u8 status[0x8]; global() member
5406 u8 status[0x8]; global() member
5435 u8 status[0x8]; global() member
5476 u8 status[0x8]; global() member
5520 u8 status[0x8]; global() member
5547 u8 status[0x8]; global() member
5572 u8 status[0x8]; global() member
5606 u8 status[0x8]; global() member
5650 u8 status[0x8]; global() member
5673 u8 status[0x8]; global() member
5704 u8 status[0x8]; global() member
5812 u8 status[0x8]; global() member
5839 u8 status[0x8]; global() member
5860 u8 status[0x8]; global() member
5886 u8 status[0x8]; global() member
5914 u8 status[0x8]; global() member
5941 u8 status[0x8]; global() member
5993 u8 status[0x8]; global() member
6017 u8 status[0x8]; global() member
6038 u8 status[0x8]; global() member
6060 u8 status[0x8]; global() member
6082 u8 status[0x8]; global() member
6107 u8 status[0x8]; global() member
6126 u8 status[0x8]; global() member
6151 u8 status[0x8]; global() member
6199 u8 status[0x8]; global() member
6227 u8 status[0x8]; global() member
6256 u8 status[0x8]; global() member
6293 u8 status[0x8]; global() member
6328 u8 status[0x8]; global() member
6363 u8 status[0x8]; global() member
6399 u8 status[0x8]; global() member
6444 u8 status[0x8]; global() member
6470 u8 status[0x8]; global() member
6508 u8 status[0x8]; global() member
6533 u8 status[0x8]; global() member
6559 u8 status[0x8]; global() member
6594 u8 status[0x8]; global() member
6621 u8 status[0x8]; global() member
6641 u8 status[0x8]; global() member
6672 u8 status[0x8]; global() member
6703 u8 status[0x8]; global() member
6741 u8 status[0x8]; global() member
6750 u8 status[0x8]; global() member
6773 u8 status[0x8]; global() member
6795 u8 status[0x8]; global() member
6818 u8 status[0x8]; global() member
6842 u8 status[0x8]; global() member
6864 u8 status[0x8]; global() member
6886 u8 status[0x8]; global() member
6908 u8 status[0x8]; global() member
6930 u8 status[0x8]; global() member
6952 u8 status[0x8]; global() member
6974 u8 status[0x8]; global() member
6998 u8 status[0x8]; global() member
7020 u8 status[0x8]; global() member
7055 u8 status[0x8]; global() member
7064 u8 status[0x8]; global() member
7086 u8 status[0x8]; global() member
7108 u8 status[0x8]; global() member
7130 u8 status[0x8]; global() member
7152 u8 status[0x8]; global() member
7183 u8 status[0x8]; global() member
7216 u8 status[0x8]; global() member
7238 u8 status[0x8]; global() member
7260 u8 status[0x8]; global() member
7282 u8 status[0x8]; global() member
7304 u8 status[0x8]; global() member
7328 u8 status[0x8]; global() member
7363 u8 status[0x8]; global() member
7385 u8 status[0x8]; global() member
7407 u8 status[0x8]; global() member
7429 u8 status[0x8]; global() member
7451 u8 status[0x8]; global() member
7473 u8 status[0x8]; global() member
7494 u8 status[0x8]; global() member
7518 u8 status[0x8]; global() member
7551 u8 status[0x8]; global() member
7575 u8 status[0x8]; global() member
7599 u8 status[0x8]; global() member
7627 u8 status[0x8]; global() member
7651 u8 status[0x8]; global() member
7681 u8 status[0x8]; global() member
7705 u8 status[0x8]; global() member
7729 u8 status[0x8]; global() member
7753 u8 status[0x8]; global() member
7790 u8 status[0x8]; global() member
7825 u8 status[0x8]; global() member
7871 u8 status[0x8]; global() member
7904 u8 status[0x8]; global() member
7962 u8 status[0x8]; global() member
7994 u8 status[0x8]; global() member
8020 u8 status[0x8]; global() member
8051 u8 status[0x8]; global() member
8083 u8 status[0x8]; global() member
8107 u8 status[0x8]; global() member
8130 u8 status[0x8]; global() member
8157 u8 status[0x8]; global() member
8185 u8 status[0x8]; global() member
8207 u8 status[0x8]; global() member
8229 u8 status[0x8]; global() member
8251 u8 status[0x8]; global() member
8273 u8 status[0x8]; global() member
8295 u8 status[0x8]; global() member
8317 u8 status[0x8]; global() member
8340 u8 status[0x8]; global() member
8362 u8 status[0x8]; global() member
8397 u8 status[0x8]; global() member
8428 u8 status[0x4]; global() member
8453 u8 status[0x4]; global() member
9429 u8 status[0x7]; global() member
9434 u8 status[0x8]; global() member
9480 u8 status[0x8]; global() member
9503 u8 status[0x8]; global() member
9886 u8 status[0x8]; global() member
9924 u8 status[0x8]; global() member
10088 u8 status[0x8]; global() member
10155 u8 status[0x8]; global() member
10174 u8 status[0x8]; global() member
10196 u8 status[0x8]; global() member
10215 u8 status[0x8]; global() member
10234 u8 status[0x8]; global() member
10253 u8 status[0x8]; global() member
10291 u8 status[0x8]; global() member
10316 u8 status[0x8]; global() member
10337 u8 status[0x8]; global() member
10406 u8 status[0x8]; global() member
10431 u8 status[0x8]; global() member
10452 u8 status[0x8]; global() member
10477 u8 status[0x8]; global() member
10581 u8 status[0x8]; global() member
10601 u8 status[0x8]; global() member
10625 u8 status[0x8]; global() member
10647 u8 status[0x8]; global() member
[all...]
/kernel/linux/linux-5.10/drivers/tty/serial/
H A Domap-serial.c458 unsigned int status; in check_modem_status() local
460 status = serial_in(up, UART_MSR); in check_modem_status()
461 status |= up->msr_saved_flags; in check_modem_status()
463 if ((status & UART_MSR_ANY_DELTA) == 0) in check_modem_status()
464 return status; in check_modem_status()
466 if (status & UART_MSR_ANY_DELTA && up->ier & UART_IER_MSI && in check_modem_status()
468 if (status & UART_MSR_TERI) in check_modem_status()
470 if (status & UART_MSR_DDSR) in check_modem_status()
472 if (status & UART_MSR_DDCD) in check_modem_status()
474 (&up->port, status in check_modem_status()
645 unsigned int status; serial_omap_get_mctrl() local
1170 unsigned int status, tmout = 10000; wait_for_xmitr() local
1215 unsigned int status; serial_omap_poll_get_char() local
1253 unsigned int status; omap_serial_early_putc() local
[all...]
/kernel/linux/linux-5.10/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...]
/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...]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_device.c983 * with the status of certain GPU events (fences, ring pointers,etc.).
1482 if (!adev->ip_blocks[i].status.valid) in amdgpu_device_ip_set_clockgating_state()
1516 if (!adev->ip_blocks[i].status.valid) in amdgpu_device_ip_set_powergating_state()
1548 if (!adev->ip_blocks[i].status.valid) in amdgpu_device_ip_get_clockgating_state()
1570 if (!adev->ip_blocks[i].status.valid) in amdgpu_device_ip_wait_for_idle()
1598 if (!adev->ip_blocks[i].status.valid) in amdgpu_device_ip_is_idle()
2021 adev->ip_blocks[i].status.valid = false; in amdgpu_device_ip_early_init()
2026 adev->ip_blocks[i].status.valid = false; in amdgpu_device_ip_early_init()
2032 adev->ip_blocks[i].status.valid = true; in amdgpu_device_ip_early_init()
2035 adev->ip_blocks[i].status in amdgpu_device_ip_early_init()
[all...]
/test/xts/acts/arkui/ace_napi_test_es/entry/src/main/cpp/napi/
H A Dnapi_test.cpp129 printf("Invalid status [%d]", actual_status); in add_returned_status()
159 napi_status status = napi_get_value_double(env, value, &double_value); in getLastErrorInfo() local
160 NAPI_ASSERT(env, status != napi_ok, "Failed to produce error condition"); in getLastErrorInfo()
164 NAPI_ASSERT(env, error_info->error_code == status, "Last error info code should match last status"); in getLastErrorInfo()
1427 napi_status status; in setProperty() local
1433 status = napi_set_property(nullptr, object, key, value); in setProperty()
1434 add_returned_status(env, "envIsNull", object, "Invalid argument", napi_invalid_arg, status); in setProperty()
1448 napi_status status; in getProperty() local
1454 status in getProperty()
2025 napi_status status = napi_create_arraybuffer(env, arrayBufferSize, &arrayBufferPtr, &arrayBuffer); napCreateArrayBuffer() local
2036 napi_status status = napi_get_cb_info(env, info, &argc, args, nullptr, nullptr); napiGetCbInfo() local
2057 napi_status status; naiGetArrayBufferInfo() local
2097 napi_status status = napi_run_script_path(env, path, &value); napiRunScriptPath() local
2111 napi_status status = napi_load_module(env, path, &value); napiLoadModule() local
2127 napi_status status = napi_create_string_utf8(env, release, strlen(release), &value); napiGetNodeVersion() local
2141 napi_status status = napi_get_threadsafe_function_context(func, &context); napiCallThreadsafeFunction() local
2161 napi_status status = napi_create_threadsafe_function(env, nullptr, nullptr, resourceName, napiCreateThreadsafeFunction() local
2182 AddCallbackCompleteCB(napi_env env, napi_status status, void *data) AddCallbackCompleteCB() argument
2230 AddPromiseCompleteCB(napi_env env, napi_status status, void *data) AddPromiseCompleteCB() argument
2300 napi_status status = napi_create_function(env, "func", NAPI_AUTO_LENGTH, SayHello, nullptr, &funcValue); napiCreateFunction() local
2312 napi_status status = napi_create_function(env, nullptr, NAPI_AUTO_LENGTH, SayHello, nullptr, &resultValue); NapiCreateFunctionTwo() local
2334 napi_status status = napi_create_threadsafe_function(env, nullptr, nullptr, resourceName, napiRefthreadSafeFunction() local
2351 napi_status status = napi_create_date(env, time, &createResult); napiCreateDate() local
2532 napi_status status = napi_create_buffer_copy(env, bufferSize, TEST_STR, &dataPtr, &napiBuffer); BufferCopy() local
2551 napi_status status = napi_is_buffer(env, napiBuffer, &result); IsBuffer() local
2795 napi_status status = napi_get_named_property(env, args[0], "Object", &objectConstructor); FreezeTest() local
2813 napi_status status = napi_get_named_property(env, args[0], "Object", &objectConstructor); SealTest() local
2840 napi_status status = napi_create_external_arraybuffer(env, External() local
2884 napi_status status = napi_get_cb_info(env, info, &argc, args, nullptr, nullptr); IsDetachedTest() local
2912 napi_status status = napi_async_destroy(env, (napi_async_context) data); AsyncDestroyCb() local
3117 AsyncWorkCbComplete(napi_env env, [[maybe_unused]] napi_status status, [[maybe_unused]] void* data) AsyncWorkCbComplete() argument
3194 napi_status status = napi_remove_async_cleanup_hook(data->handle); AfterCleanupHookTwo() local
3213 napi_status status = napi_get_uv_event_loop(data->env, &loop); AsyncCleanupHook() local
3609 completeCb(napi_env env, napi_status status, void *data) completeCb() argument
3636 napi_status status = NewThreadFunc() local
3724 napi_status status = CallAfterRunFunc() local
3757 napi_status status = napi_stop_event_loop(nullptr); StopEventLoop() local
3760 napi_status status = napi_stop_event_loop(env); StopEventLoop() local
3794 napi_status status = napi_serialize(env, object, undefined, undefined, &data); NapiSerialize() local
3823 napi_status status = napi_deserialize(env, data, &result1); NapiDeSerialize() local
3852 napi_status status = napi_serialize(env, object, undefined, undefined, &data); NapiDeleteSerializationData() local
3890 napi_status status = napi_deserialize(env, data, &result1); NapiSerializeDate() local
3917 napi_status status = napi_deserialize(env, data, &result1); NapiSerializeString() local
3942 napi_status status = napi_deserialize(env, data, &result1); NapiSerializeArray() local
3968 napi_status status = napi_deserialize(env, data, &result1); NapiSerializeObject() local
3996 napi_status status = napi_deserialize(env, dataVal, &result1); NapiSerializeArraybuffer() local
4031 napi_status status = napi_deserialize(env, data, &result1); NapiSerializeTypearray() local
4058 napi_status status = napi_deserialize(env, data, &result1); NapiSerializeSharedarraybuffer() local
4085 napi_status status = napi_deserialize(env, data, &result1); NapiSerializeSet() local
4111 napi_status status = napi_deserialize(env, data, &result1); NapiSerializeMap() local
4137 napi_status status = napi_deserialize(env, data, &result1); NapiSerializeRegExp() local
4417 WorkComplete(napi_env env, napi_status status, void *data) WorkComplete() argument
4446 napi_status status = napi_call_threadsafe_function_with_priority(nullptr, nullptr, napi_priority_idle, true); ThreadSafePriorityWithInvalidParam() local
4527 napi_status status = napi_create_sendable_arraybuffer(env, arrayBufferSize, &arrayBufferPtr, &arrayBuffer); CreateSendableArrayBufferTest() local
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_82598.c420 s32 status = 0; in ixgbe_start_mac_link_82598() local
441 status = -EIO; in ixgbe_start_mac_link_82598()
450 return status; in ixgbe_start_mac_link_82598()
488 * ixgbe_check_mac_link_82598 - Get link/speed status
505 * SERDES PHY requires us to read link status from register 0xC79F. in ixgbe_check_mac_link_82598()
631 s32 status; in ixgbe_setup_copper_link_82598() local
634 status = hw->phy.ops.setup_link_speed(hw, speed, in ixgbe_setup_copper_link_82598()
639 return status; in ixgbe_setup_copper_link_82598()
652 s32 status; in ixgbe_reset_hw_82598() local
661 status in ixgbe_reset_hw_82598()
954 s32 status = 0; ixgbe_read_i2c_phy_82598() local
[all...]
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/
H A Dmn88443x.c270 enum fe_status *status) in mn88443x_s_read_status()
279 *status = 0; in mn88443x_s_read_status()
281 *status |= FE_HAS_VITERBI | FE_HAS_SYNC | FE_HAS_LOCK; in mn88443x_s_read_status()
283 *status |= FE_HAS_SIGNAL | FE_HAS_CARRIER; in mn88443x_s_read_status()
288 if (*status & FE_HAS_SIGNAL) { in mn88443x_s_read_status()
302 if (*status & FE_HAS_VITERBI) { in mn88443x_s_read_status()
345 if ((*status & FE_HAS_VITERBI) && (flg & BERCNFLG_S_BERVRDY)) { in mn88443x_s_read_status()
472 enum fe_status *status) in mn88443x_t_read_status()
482 *status = 0; in mn88443x_t_read_status()
484 *status | in mn88443x_t_read_status()
268 mn88443x_s_read_status(struct mn88443x_priv *chip, struct dtv_frontend_properties *c, enum fe_status *status) mn88443x_s_read_status() argument
470 mn88443x_t_read_status(struct mn88443x_priv *chip, struct dtv_frontend_properties *c, enum fe_status *status) mn88443x_t_read_status() argument
637 mn88443x_read_status(struct dvb_frontend *fe, enum fe_status *status) mn88443x_read_status() argument
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
H A Dintel_crt.c485 /* Check the status to see if both blue and green are on now */ in ilk_crt_detect_hotplug()
536 /* Check the status to see if both blue and green are on now */ in valleyview_crt_detect_hotplug()
689 enum drm_connector_status status; in intel_crt_load_detect() local
723 status = ((st00 & (1 << 4)) != 0) ? in intel_crt_load_detect()
768 /* Read the ST00 VGA status register */ in intel_crt_load_detect()
783 status = detect * 4 > count * 3 ? in intel_crt_load_detect()
791 return status; in intel_crt_load_detect()
829 int status, ret; in intel_crt_detect() local
860 status = connector_status_connected; in intel_crt_detect()
868 status in intel_crt_detect()
[all...]
/kernel/linux/linux-5.10/drivers/media/pci/cx88/
H A Dcx88-alsa.c209 u32 status, mask; in cx8801_aud_irq() local
211 status = cx_read(MO_AUD_INTSTAT); in cx8801_aud_irq()
213 if (0 == (status & mask)) in cx8801_aud_irq()
215 cx_write(MO_AUD_INTSTAT, status); in cx8801_aud_irq()
216 if (debug > 1 || (status & mask & ~0xff)) in cx8801_aud_irq()
219 status, mask); in cx8801_aud_irq()
221 if (status & AUD_INT_OPC_ERR) { in cx8801_aud_irq()
226 if (status & AUD_INT_DN_SYNC) { in cx8801_aud_irq()
232 if (status & AUD_INT_DN_RISCI1) { in cx8801_aud_irq()
236 /* FIXME: Any other status shoul in cx8801_aud_irq()
246 u32 status; cx8801_irq() local
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/dec/tulip/
H A Dxircom_cb.c211 /* clear PCI status, if any */ in xircom_probe()
329 unsigned int status; in xircom_interrupt() local
333 status = xr32(CSR5); in xircom_interrupt()
336 print_binary(status); in xircom_interrupt()
337 pr_debug("tx status 0x%08x 0x%08x\n", in xircom_interrupt()
339 pr_debug("rx status 0x%08x 0x%08x\n", in xircom_interrupt()
343 if (status == 0 || status == 0xffffffff) { in xircom_interrupt()
350 netdev_dbg(dev, "Link status has changed\n"); in xircom_interrupt()
361 status | in xircom_interrupt()
1099 int status; investigate_read_descriptor() local
1145 int status; investigate_write_descriptor() local
[all...]
/kernel/linux/linux-5.10/drivers/s390/char/
H A Dsclp.c232 if (req->status == SCLP_REQ_QUEUED) { in __sclp_req_queue_remove_expired_req()
233 req->status = SCLP_REQ_QUEUED_TIMEOUT; in __sclp_req_queue_remove_expired_req()
284 req->status = SCLP_REQ_RUNNING; in __sclp_start_request()
296 req->status = SCLP_REQ_FAILED; in __sclp_start_request()
366 req->status = SCLP_REQ_QUEUED; in sclp_add_request()
444 if (req->status == SCLP_REQ_DONE && (sccb->response_code == 0x20 || in sclp_read_cb()
461 sclp_read_req.status = SCLP_REQ_QUEUED; in __sclp_make_read_req()
507 req->status = SCLP_REQ_DONE; in sclp_interrupt_handler()
761 sclp_init_req.status = SCLP_REQ_FILLED; in __sclp_make_init_req()
822 while (sclp_init_req.status ! in sclp_init_mask()
[all...]
/kernel/linux/linux-5.10/samples/bpf/
H A Dxsk_fwd.c138 int status; in bpool_init() local
195 status = pthread_mutex_init(&bp->lock, NULL); in bpool_init()
196 if (status) { in bpool_init()
215 status = xsk_umem__create(&bp->umem, in bpool_init()
221 if (status) { in bpool_init()
479 int status, i; in port_init() local
499 status = xsk_socket__create_shared(&p->xsk, in port_init()
508 if (status) { in port_init()
562 int status; in port_rx_burst() local
564 status in port_rx_burst()
591 int status; port_tx_burst() local
1037 int status; main() local
[all...]

Completed in 63 milliseconds

1...<<121122123124125126127128129130>>...557