Searched refs:status (Results 276 - 300 of 7076) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/acpi/acpica/
H A Dnsaccess.c36 acpi_status status; local
45 status = acpi_ut_acquire_mutex(ACPI_MTX_NAMESPACE);
46 if (ACPI_FAILURE(status)) {
47 return_ACPI_STATUS(status);
55 status = AE_OK;
86 status = AE_OK;
104 status = AE_NO_MEMORY;
125 status = acpi_os_predefined_override(init_val, &val);
126 if (ACPI_FAILURE(status)) {
143 status
288 acpi_status status; local
[all...]
H A Devregion.c42 acpi_status status; local
47 status = acpi_ut_acquire_mutex(ACPI_MTX_NAMESPACE);
48 if (ACPI_FAILURE(status)) {
49 return_ACPI_STATUS(status);
70 return_ACPI_STATUS(status);
104 acpi_status status; local
187 status = region_setup(region_obj, ACPI_REGION_ACTIVATE,
196 if (ACPI_FAILURE(status)) {
197 ACPI_EXCEPTION((AE_INFO, status,
202 return_ACPI_STATUS(status);
349 acpi_status status; local
559 acpi_status status; local
752 acpi_status status; local
823 acpi_status status; local
[all...]
H A Dnseval.c44 acpi_status status; local
61 status =
64 if (ACPI_FAILURE(status)) {
65 return_ACPI_STATUS(status);
172 status = AE_TYPE;
186 status = AE_NULL_OBJECT;
205 status = acpi_ps_execute_method(info);
237 status =
243 if (ACPI_FAILURE(status)) {
253 status
[all...]
H A Ddbxface.c51 acpi_status status; local
60 status = AE_CTRL_TRUE;
62 while (status == AE_CTRL_TRUE) {
66 status = acpi_os_notify_command_complete();
67 if (ACPI_FAILURE(status)) {
73 status = acpi_os_wait_command_ready();
74 if (ACPI_FAILURE(status)) {
78 status =
86 if (ACPI_FAILURE(status) && status !
206 acpi_status status = AE_OK; local
397 acpi_status status; local
[all...]
H A Dexconcat.c59 acpi_status status; local
77 status =
80 if (ACPI_FAILURE(status)) {
102 status =
105 if (ACPI_FAILURE(status)) {
123 status =
130 status =
143 status =
151 status = AE_OK;
160 status
343 acpi_status status; local
[all...]
/linux-master/arch/powerpc/platforms/powernv/
H A Dopal-flash.c23 /* FLASH status codes */
27 /* Validate image status values */
31 /* Manage image status values */
34 /* Flash image status values */
79 /* Image status */
88 int status; member in struct:image_data_t
101 int status; /* Return status */ member in struct:validate_flash_t
108 int status; /* Return status */ member in struct:manage_flash_t
112 int status; /* Return status */ member in struct:update_flash_t
[all...]
/linux-master/drivers/platform/surface/aggregator/
H A Dcontroller.c142 * Return: Returns the notifier status value, which contains the notifier
143 * status bits (%SSAM_NOTIF_HANDLED and %SSAM_NOTIF_STOP) as well as a
249 int status; local
251 status = init_srcu_struct(&nh->srcu);
252 if (status)
253 return status;
468 int status, nf_ret; local
477 status = ssam_notifier_to_errno(nf_ret);
479 if (status < 0) {
482 status, even
498 int i, status; local
824 int status, c, i; local
1105 int status; local
1169 int status; local
1229 int status; local
1284 int status; local
1491 ssam_request_sync_complete(struct ssh_request *rqst, const struct ssh_command *cmd, const struct ssam_span *data, int status) argument
1613 int status; local
1648 int status; local
1696 int status; local
1755 int status; local
1841 int status; local
1894 int status; local
1935 int status; local
1969 int status; local
2008 int status; local
2047 int status; local
2086 int status; local
2128 int status; local
2179 int status; local
2243 int status = 0; local
2294 int status; local
2363 int status = 0; local
2435 int status; local
2486 int status; local
2531 int status; local
2702 int status; local
2765 int status; local
2797 int status; local
[all...]
/linux-master/drivers/gpu/drm/i915/gvt/
H A Dexeclist.c94 struct execlist_status_format status; local
98 status.ldw = vgpu_vreg(vgpu, status_reg);
99 status.udw = vgpu_vreg(vgpu, status_reg + 4);
102 status.current_execlist_pointer = !!running->index;
103 status.execlist_write_pointer = !!!running->index;
104 status.execlist_0_active = status.execlist_0_valid =
106 status.execlist_1_active = status.execlist_1_valid =
109 status
124 emulate_csb_update(struct intel_vgpu_execlist *execlist, struct execlist_context_status_format *status, bool trigger_interrupt_later) argument
189 struct execlist_context_status_format status; local
260 struct execlist_status_format status; local
281 struct execlist_context_status_format status; local
[all...]
/linux-master/drivers/i2c/busses/
H A Di2c-designware-amdpsp.c38 /* Helper to verify status returned by PSP */
41 u32 status; local
44 status = READ_ONCE(req->hdr.status);
46 switch (status) {
82 ret = psp_ring_platform_doorbell(req->type, &req->hdr.status);
93 int status, ret; local
104 ret = read_poll_timeout(_psp_send_i2c_req, status,
105 (status != -EBUSY),
116 ret = status;
137 int status; local
172 int status; local
[all...]
H A Di2c-nvidia-gpu.c110 int status; local
118 status = gpu_i2c_check_status(i2cd);
119 if (status < 0)
120 return status;
139 return status;
170 int status, status2; local
184 status = gpu_i2c_read(i2cd, msgs[i].buf, msgs[i].len);
185 if (status < 0)
190 status = gpu_i2c_start(i2cd);
191 if (status <
278 int status; local
[all...]
/linux-master/drivers/net/wireless/rsi/
H A Drsi_91x_usb.c39 * Return: status: 0 on success, a negative error code on failure.
47 int status; local
56 status = usb_bulk_msg(dev->usbdev,
63 if (status < 0) {
65 "Card write failed with error code :%10d\n", status);
68 return status;
173 * Return: status: 0 on success, a negative error code on failure.
181 int status = -ENOMEM; local
188 return status;
190 status
226 int status = -ENOMEM; local
270 int status = -EINVAL; local
329 int status; local
368 int status; local
418 int status = 0; local
511 int status; local
621 int status; local
791 int status; local
[all...]
/linux-master/arch/parisc/math-emu/
H A Dfpudispatch.c280 u_int *status; local
288 status = &fpregs[0]; /* fp status register */
383 &fpregs[t],status));
386 &fpregs[t],status));
396 &fpregs[t],status));
399 &fpregs[t],status));
428 &fpregs[t],status));
431 &fpregs[t],status));
440 &fpregs[t],status));
727 u_int *status; local
1161 u_int status; local
1301 u_int status; local
[all...]
/linux-master/drivers/nvme/target/
H A Dadmin-cmd.c78 u16 status; local
80 status = nvmet_req_find_ns(req);
81 if (status)
82 return status;
136 u16 status = NVME_SC_INTERNAL; local
147 status = nvmet_get_smart_log_all(req, log);
149 status = nvmet_get_smart_log_nsid(req, log);
150 if (status)
158 status = nvmet_copy_to_sgl(req, 0, log, sizeof(*log));
162 nvmet_req_complete(req, status);
197 u16 status = NVME_SC_SUCCESS; local
232 u16 status = NVME_SC_INTERNAL; local
283 u16 status; local
356 u16 status = 0; local
495 u16 status; local
587 u16 status = 0; local
618 u16 status; local
636 u16 status; local
747 u16 status; local
763 u16 status; local
824 u16 status = 0; local
897 u16 status = 0; local
984 u16 status = 0; local
[all...]
/linux-master/fs/ocfs2/dlm/
H A Ddlmunlock.c78 * returns: DLM_NORMAL, DLM_NOLOCKMGR, status from network
88 enum dlm_status status; local
128 status = DLM_RECOVERING;
133 status = DLM_MIGRATING;
140 status = dlm_get_cancel_actions(dlm, res, lock, lksb, &actions);
142 status = dlm_get_unlock_actions(dlm, res, lock, lksb, &actions);
144 if (status != DLM_NORMAL && (status != DLM_CANCELGRANT || !master_node))
166 status = dlm_send_remote_unlock_request(dlm, res, lock, lksb,
172 if (status
317 int status = 0; local
396 enum dlm_status status = DLM_NORMAL; local
531 enum dlm_status status; local
563 enum dlm_status status; local
587 enum dlm_status status; local
[all...]
/linux-master/drivers/gpu/drm/amd/display/modules/hdcp/
H A Dhdcp2_transition.c33 enum mod_hdcp_status status = MOD_HDCP_STATUS_SUCCESS; local
54 fail_and_restart_in_ms(0, &status, output);
57 fail_and_restart_in_ms(0, &status, output);
74 fail_and_restart_in_ms(1000, &status, output);
87 fail_and_restart_in_ms(0, &status, output);
101 fail_and_restart_in_ms(0, &status, output);
116 fail_and_restart_in_ms(1000, &status, output);
124 fail_and_restart_in_ms(0, &status, output);
138 fail_and_restart_in_ms(0, &status, output);
148 fail_and_restart_in_ms(0, &status, outpu
374 enum mod_hdcp_status status = MOD_HDCP_STATUS_SUCCESS; local
[all...]
/linux-master/drivers/char/xilinx_hwicap/
H A Dxilinx_hwicap.c264 int status; local
281 status = drvdata->config->set_configuration(drvdata,
283 if (status)
284 return status;
287 status = drvdata->config->get_status(drvdata);
288 if ((status & XHI_SR_DALIGN_MASK) != XHI_SR_DALIGN_MASK)
300 status = drvdata->config->set_configuration(drvdata,
302 if (status)
303 return status;
308 status
317 int status; local
360 int status; local
446 ssize_t status; local
529 int status; local
565 int status = 0; local
[all...]
/linux-master/drivers/media/usb/dvb-usb/
H A DcinergyT2-fe.c132 struct dvbt_get_status_msg status; member in struct:cinergyt2_fe_state
136 enum fe_status *status)
145 state->data, sizeof(state->status), 0);
147 memcpy(&state->status, state->data, sizeof(state->status));
153 *status = 0;
155 if (0xffff - le16_to_cpu(state->status.gain) > 30)
156 *status |= FE_HAS_SIGNAL;
157 if (state->status.lock_bits & (1 << 6))
158 *status |
135 cinergyt2_fe_read_status(struct dvb_frontend *fe, enum fe_status *status) argument
[all...]
/linux-master/drivers/hid/surface-hid/
H A Dsurface_hid_core.c41 int status; local
46 status = shid->ops.get_descriptor(shid, SURFACE_HID_DESC_HID,
48 if (status)
49 return status;
80 int status; local
85 status = shid->ops.get_descriptor(shid, SURFACE_HID_DESC_ATTRS,
87 if (status)
88 return status;
140 int status; local
149 status
191 int status; local
[all...]
/linux-master/arch/um/os-Linux/
H A Dstart_up.c97 int pid, n, status; local
107 CATCH_EINTR(n = waitpid(pid, &status, WUNTRACED));
110 if (!WIFSTOPPED(status) || (WSTOPSIG(status) != SIGSTOP))
111 fatal("check_ptrace : expected SIGSTOP, got status = %d",
112 status);
119 int status, n; local
124 CATCH_EINTR(n = waitpid(pid, &status, 0));
125 if (!WIFEXITED(status) || (WEXITSTATUS(status) !
135 int pid, n, status, count=0; local
188 int pid, syscall, n, status; local
[all...]
/linux-master/drivers/firmware/qcom/
H A Dqcom_qseecom_uefisecapp.c62 * @status: Status of this command.
66 * @data_size: Size of the returned data, in bytes. In case status indicates
73 u32 status; member in struct:qsee_rsp_uefi_get_variable
114 * @status: Status of this command.
121 u32 status; member in struct:qsee_rsp_uefi_set_variable
158 * @status: Status of this command.
169 u32 status; member in struct:qsee_rsp_uefi_get_next_variable
198 * @status: Status of this command.
207 u32 status; member in struct:qsee_rsp_uefi_query_variable_info
282 static efi_status_t qsee_uefi_status_to_efi(u32 status) argument
308 ssize_t status; local
460 ssize_t status; local
565 ssize_t status; local
706 int status; local
801 efi_status_t status; local
817 efi_status_t status; local
833 efi_status_t status; local
849 efi_status_t status; local
875 int status; local
[all...]
/linux-master/sound/core/
H A Drawmidi_compat.c60 struct snd_rawmidi_status64 status; local
63 if (get_user(status.stream, &src->stream))
66 switch (status.stream) {
70 err = snd_rawmidi_output_status(rfile->output, &status);
75 err = snd_rawmidi_input_status(rfile->input, &status);
84 .stream = status.stream,
85 .tstamp_sec = status.tstamp_sec,
86 .tstamp_nsec = status.tstamp_nsec,
87 .avail = status.avail,
88 .xruns = status
[all...]
/linux-master/fs/lockd/
H A Dclntproc.c165 int status; local
188 status = nlmclnt_lock(call, fl);
190 status = nlmclnt_unlock(call, fl);
192 status = nlmclnt_test(call, fl);
194 status = -EINVAL;
198 dprintk("lockd: clnt proc returns %d\n", status);
199 return status;
248 int status = -EINTR; local
255 status = 0;
258 return status;
276 int status; local
434 int status; local
531 int status = -ENOLCK; local
646 int status; local
690 int status; local
746 u32 status = ntohl(req->a_res.status); local
789 int status; local
814 u32 status = ntohl(req->a_res.status); local
860 nlm_stat_to_errno(__be32 status) argument
[all...]
/linux-master/tools/testing/selftests/dt/
H A Dtest_unprobed_devices.sh35 if [[ -e "${node}"/status ]]; then
36 status=$(tr -d '\000' < "${node}"/status)
37 [[ "${status}" != "okay" && "${status}" != "ok" ]] && continue
/linux-master/drivers/input/misc/
H A Datlas_btns.c40 acpi_status status; local
50 status = AE_OK;
54 status = AE_BAD_PARAMETER;
57 return status;
62 acpi_status status; local
97 status = acpi_install_address_space_handler(device->handle,
100 if (ACPI_FAILURE(status)) {
111 acpi_status status; local
113 status = acpi_remove_address_space_handler(device->handle,
115 if (ACPI_FAILURE(status))
[all...]
/linux-master/drivers/thermal/intel/
H A Dintel_soc_dts_iosf.c40 /* Mask for two trips in status bits */
46 int status; local
61 status = iosf_mbi_read(BT_MBI_UNIT_PMC, MBI_REG_READ,
63 if (status)
64 return status;
70 status = iosf_mbi_write(BT_MBI_UNIT_PMC, MBI_REG_WRITE,
72 if (status)
73 return status;
76 status = iosf_mbi_read(BT_MBI_UNIT_PMC, MBI_REG_READ,
78 if (status)
137 int status; local
152 int status; local
257 int status; local
[all...]

Completed in 428 milliseconds

<<11121314151617181920>>