Searched refs:status (Results 526 - 550 of 7076) sorted by relevance

<<21222324252627282930>>

/linux-master/fs/nfsd/
H A Dnfs2acl.c41 resp->status = fh_verify(rqstp, &resp->fh, 0, NFSD_MAY_NOP);
42 if (resp->status != nfs_ok)
48 resp->status = nfserr_inval;
53 resp->status = fh_getattr(fh, &resp->stat);
54 if (resp->status != nfs_ok)
64 resp->status = nfserrno(PTR_ERR(acl));
74 resp->status = nfserrno(PTR_ERR(acl));
104 resp->status = fh_verify(rqstp, &resp->fh, 0, NFSD_MAY_SATTR);
105 if (resp->status != nfs_ok)
129 resp->status
[all...]
H A Dxdr3.h117 __be32 status; member in struct:nfsd3_attrstat
124 __be32 status; member in struct:nfsd3_diropres
130 __be32 status; member in struct:nfsd3_accessres
137 __be32 status; member in struct:nfsd3_readlinkres
144 __be32 status; member in struct:nfsd3_readres
152 __be32 status; member in struct:nfsd3_writeres
160 __be32 status; member in struct:nfsd3_renameres
166 __be32 status; member in struct:nfsd3_linkres
173 __be32 status; member in struct:nfsd3_readdirres
188 __be32 status; member in struct:nfsd3_fsstatres
194 __be32 status; member in struct:nfsd3_fsinfores
207 __be32 status; member in struct:nfsd3_pathconfres
217 __be32 status; member in struct:nfsd3_commitres
223 __be32 status; member in struct:nfsd3_getaclres
[all...]
/linux-master/drivers/acpi/acpica/
H A Dacapps.h65 #define ACPI_CHECK_STATUS(name, status, expected) \
66 if (status != expected) \
69 acpi_format_exception (status), #name, _acpi_module_name, __LINE__); \
74 #define ACPI_CHECK_OK(name, status) ACPI_CHECK_STATUS (name, status, AE_OK);
H A Dnsrepair.c127 acpi_status status; local
146 status = predefined->object_converter(info->node, return_object,
148 if (ACPI_FAILURE(status)) {
152 ACPI_EXCEPTION((AE_INFO, status,
154 return (status);
192 status =
197 if (ACPI_SUCCESS(status)) {
213 status = acpi_ns_convert_to_integer(return_object, &new_object);
214 if (ACPI_SUCCESS(status)) {
219 status
[all...]
/linux-master/drivers/media/platform/mediatek/vcodec/encoder/
H A Dvenc_ipi_msg.h139 * enum venc_ipi_msg_status - VPU ack AP cmd status
149 * @status: cmd status (venc_ipi_msg_status)
154 uint32_t status; member in struct:venc_vpu_ipi_msg_common
161 * @status: cmd status (venc_ipi_msg_status)
172 uint32_t status; member in struct:venc_vpu_ipi_msg_init
181 * @status: cmd status (venc_ipi_msg_status)
189 uint32_t status; member in struct:venc_vpu_ipi_msg_set_param
224 uint32_t status; member in struct:venc_vpu_ipi_msg_enc
240 uint32_t status; member in struct:venc_vpu_ipi_msg_deinit
[all...]
/linux-master/drivers/net/wireless/ath/ath6kl/
H A Dinit.c286 int status; local
291 status = ath6kl_htc_conn_service(ar->htc_target, con_req, &response);
292 if (status) {
293 ath6kl_err("failed to connect to %s service status:%d\n",
294 desc, status);
295 return status;
419 int status; local
428 status = ath6kl_bmi_write_hi32(ar, hi_mbox_io_block_sz, blk_size);
429 if (status) {
440 status
540 int i, status; local
1445 int status = 0; local
[all...]
H A Dhtc_pipe.c207 int status = 0; local
224 status = -EINVAL;
234 status = -EINVAL;
253 status = ath6kl_hif_pipe_send(target->dev->ar,
256 if (status != 0) {
257 if (status != -ENOMEM) {
264 "%s: failed status:%d\n",
265 __func__, status);
280 if (status != 0) {
282 if (status !
549 int status, credits, credit_per_maxmsg, i; local
856 int status = 0; local
951 int status = 0; local
1229 int length, status = 0; local
1406 int status = 0; local
1559 int status = 0; local
1626 int status = 0; local
[all...]
/linux-master/drivers/platform/surface/
H A Dsurface_acpi_notify.c58 int status = 0; local
64 status = -EBUSY;
67 return status;
104 if (READ_ONCE(link->status) == DL_STATE_SUPPLIER_UNBIND) {
190 int status = 0; local
204 status = -EPROTO;
208 return status;
213 int status; local
215 status = san_acpi_notify_event(dev, SAN_DSM_EVENT_FN_ADP1_STAT, NULL);
216 if (status)
294 int status; local
382 int status; local
435 u8 status; /* _SSH communication status. */ member in struct:gsb_data_out
448 u8 status; /* GSB AttribRawProcess status. */ member in struct:gsb_buffer
512 gsb_rqsx_response_error(struct gsb_buffer *gsb, int status) argument
569 int status = 0; local
610 int status; local
681 int status; local
769 acpi_status status; local
784 int status; local
[all...]
/linux-master/drivers/iio/light/
H A Disl29018.c160 int status; local
166 status = regmap_write(chip->regmap, ISL29018_REG_ADD_COMMAND1,
168 if (status) {
170 "Error in setting operating mode err %d\n", status);
171 return status;
174 status = regmap_read(chip->regmap, ISL29018_REG_ADD_DATA_LSB, &lsb);
175 if (status < 0) {
177 "Error in reading LSB DATA with err %d\n", status);
178 return status;
181 status
227 int status; local
533 int status; local
[all...]
/linux-master/fs/nfs/
H A Dcallback_proc.c36 res->status = htonl(NFS4ERR_OP_NOT_IN_SESSION);
41 res->status = htonl(NFS4ERR_BADHANDLE);
49 res->status = htonl(NFS4ERR_DELAY);
51 -ntohl(res->status));
68 res->status = 0;
71 trace_nfs4_cb_getattr(cps->clp, &args->fh, inode, -ntohl(res->status));
74 dprintk("%s: exit with status = %d\n", __func__, ntohl(res->status));
75 return res->status;
116 dprintk("%s: exit with status
456 int status = 0; local
504 __be32 status = htonl(NFS4ERR_BADSESSION); local
605 __be32 status; local
653 __be32 status; local
[all...]
/linux-master/security/integrity/ima/
H A Dima_appraise.c59 * is_ima_appraise_enabled - return appraise status
130 enum integrity_status status)
135 iint->ima_mmap_status = status;
138 iint->ima_bprm_status = status;
141 iint->ima_creds_status = status;
145 iint->ima_file_status = status;
149 iint->ima_read_status = status;
279 enum integrity_status *status, const char **cause)
292 if (*status != INTEGRITY_PASS_IMMUTABLE) {
298 *status
128 ima_set_cache_status(struct ima_iint_cache *iint, enum ima_hooks func, enum integrity_status status) argument
277 xattr_verify(enum ima_hooks func, struct ima_iint_cache *iint, struct evm_ima_xattr_data *xattr_value, int xattr_len, enum integrity_status *status, const char **cause) argument
418 modsig_verify(enum ima_hooks func, const struct modsig *modsig, enum integrity_status *status, const char **cause) argument
489 enum integrity_status status = INTEGRITY_UNKNOWN; local
[all...]
/linux-master/drivers/net/wireless/mediatek/mt76/
H A Dmt76x02_mac.c480 struct ieee80211_tx_rate *rate = info->status.rates;
509 for (i = 0; i < ARRAY_SIZE(info->status.rates); i++) {
511 if (i + 1 == ARRAY_SIZE(info->status.rates)) {
512 info->status.rates[i] = last_rate;
513 info->status.rates[i].count = max_t(int, retry, 1);
517 mt76x02_tx_rate_fallback(info->status.rates, i, phy);
518 if (info->status.rates[i].idx == last_rate.idx)
522 if (i + 1 < ARRAY_SIZE(info->status.rates)) {
523 info->status.rates[i + 1].idx = -1;
524 info->status
544 struct ieee80211_tx_status status = { local
636 ieee80211_tx_status_ext(mt76_hw(dev), &status); local
657 mt76x02_mac_process_rate(struct mt76x02_dev *dev, struct mt76_rx_status *status, u16 rate) argument
776 struct mt76_rx_status *status = (struct mt76_rx_status *)skb->cb; local
[all...]
/linux-master/drivers/pcmcia/
H A Dsa1111_generic.c71 u32 status = readl_relaxed(s->dev->mapbase + PCSR); local
75 state->detect = status & PCSR_S0_DETECT ? 0 : 1;
76 state->ready = status & PCSR_S0_READY ? 1 : 0;
77 state->bvd1 = status & PCSR_S0_BVD1 ? 1 : 0;
78 state->bvd2 = status & PCSR_S0_BVD2 ? 1 : 0;
79 state->wrprot = status & PCSR_S0_WP ? 1 : 0;
80 state->vs_3v = status & PCSR_S0_VS1 ? 0 : 1;
81 state->vs_Xv = status & PCSR_S0_VS2 ? 0 : 1;
85 state->detect = status & PCSR_S1_DETECT ? 0 : 1;
86 state->ready = status
[all...]
/linux-master/drivers/powercap/
H A Ddtpm_devfreq.c79 static void _normalize_load(struct devfreq_dev_status *status) argument
81 if (status->total_time > 0xfffff) {
82 status->total_time >>= 10;
83 status->busy_time >>= 10;
86 status->busy_time <<= 10;
87 status->busy_time /= status->total_time ? : 1;
89 status->busy_time = status->busy_time ? : 1;
90 status
99 struct devfreq_dev_status status; local
[all...]
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_sched.c107 int status; local
113 status = ice_aq_send_cmd(hw, &desc, buf, buf_size, cd);
114 if (!status && elems_resp)
117 return status;
159 int status; local
178 status = ice_sched_query_elem(hw, le32_to_cpu(info->node_teid), &elem);
179 if (status)
180 return status;
243 int status; local
249 status
377 int status; local
523 int status; local
668 int status; local
738 int status; local
773 int status; local
895 int status = 0; local
1057 int status = 0; local
1177 int status; local
1229 int status; local
1329 int status = 0; local
1660 int status; local
1763 int status; local
1837 int status = 0; local
1909 int status = 0; local
2030 int status = -EINVAL; local
2230 int status = 0; local
2285 int status; local
2365 int status = 0; local
2474 int status = 0; local
2534 int status = 0; local
2622 int status = 0; local
2683 int status; local
2784 int status = 0; local
2883 int status; local
2955 int status; local
3128 int status = -EINVAL; local
3203 int status; local
3448 int status = 0; local
3493 int status; local
3592 int status = -EINVAL; local
3687 int status; local
3811 int status = -EINVAL; local
3960 int status = -EINVAL; local
3999 int status; local
4026 int status; local
4097 int status; local
4123 int status = -EINVAL; local
4211 int status; local
4271 int status; local
4309 int status; local
[all...]
/linux-master/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_fw.c90 * Read the GuC status register (GUC_STATUS) and store it in the
94 * This is used for polling the GuC status in a wait_for()
97 static inline bool guc_load_done(struct intel_uncore *uncore, u32 *status, bool *success) argument
103 *status = val;
160 u32 status; local
191 ret = wait_for(guc_load_done(uncore, &status, &success), 1000);
195 guc_dbg(guc, "load still in progress, count = %d, freq = %dMHz, status = 0x%08X [0x%02X/%02X]\n",
196 count, intel_rps_read_actual_frequency(&gt->rps), status,
197 REG_FIELD_GET(GS_BOOTROM_MASK, status),
198 REG_FIELD_GET(GS_UKERNEL_MASK, status));
[all...]
/linux-master/drivers/leds/
H A Dleds-lp3952.c219 int status; local
231 status = PTR_ERR(priv->enable_gpio);
232 dev_err(&client->dev, "Failed to enable gpio: %d\n", status);
233 return status;
236 status = devm_add_action(&client->dev, gpio_set_low_action, priv);
237 if (status)
238 return status;
251 status = lp3952_configure(priv);
252 if (status) {
254 status);
[all...]
/linux-master/drivers/usb/serial/
H A Dquatech2.c47 /* status bytes for the device */
49 #define QT2_LINE_STATUS 0x00 /* following 1 byte is line status */
50 #define QT2_MODEM_STATUS 0x01 /* following 1 byte is modem status */
213 int status; local
228 status = qt2_setregister(dev, port_priv->device_port, UART_MCR,
230 if (status < 0)
233 status);
234 return status;
265 int status; local
282 status
320 int status; local
565 int status; local
587 int status; local
617 int status; local
748 int status; local
884 int status; local
[all...]
H A Diuu_phoenix.c159 int status = urb->status; local
161 if (status) {
162 dev_dbg(&port->dev, "%s - status = %d\n", __func__, status);
213 int status = urb->status; local
215 if (status) {
216 dev_dbg(&port->dev, "%s - status = %d\n", __func__, status);
241 int status = urb->status; local
269 int status; local
290 int status; local
311 int status; local
392 int status; local
532 int status; local
580 int status = urb->status; local
645 int status = urb->status; local
723 int status = urb->status; local
741 int status; local
771 int status; local
789 int status; local
888 int status; local
1080 int status; local
[all...]
/linux-master/drivers/extcon/
H A Dextcon-palmas.c180 int status; local
234 status = gpiod_set_debounce(palmas_usb->id_gpiod,
236 if (status < 0)
240 status = devm_delayed_work_autocancel(&pdev->dev,
243 if (status)
244 return status;
262 status = devm_extcon_dev_register(&pdev->dev, palmas_usb->edev);
263 if (status) {
265 return status;
273 status
[all...]
/linux-master/drivers/watchdog/
H A Dwdt_pci.c229 * @status: the new status.
231 * Extract the status information from a WDT watchdog device. There are
235 * we then map the bits onto the status ioctl flags.
238 static int wdtpci_get_status(int *status) argument
247 *status = 0;
249 *status |= WDIOF_EXTERN1;
251 *status |= WDIOF_EXTERN2;
254 *status |= WDIOF_OVERHEAT;
256 *status |
302 unsigned char status; local
393 int status; local
[all...]
/linux-master/drivers/platform/x86/
H A Dclassmate-laptop.c75 acpi_status status; local
87 status = acpi_evaluate_object(handle, "ACMD", &input, NULL);
88 return status;
95 acpi_status status; local
107 status = acpi_evaluate_object(handle, "ACMD", &input, NULL);
108 return status;
156 acpi_status status; local
168 status = acpi_evaluate_object(handle, "ACMD", &input, &output);
169 if (ACPI_SUCCESS(status)) {
178 return status;
185 acpi_status status; local
454 acpi_status status; local
469 acpi_status status; local
503 acpi_status status; local
527 acpi_status status; local
680 acpi_status status; local
775 acpi_status status; local
792 acpi_status status; local
807 acpi_status status; local
821 acpi_status status; local
847 acpi_status status; local
864 acpi_status status; local
879 acpi_status status; local
894 acpi_status status; local
[all...]
/linux-master/drivers/s390/scsi/
H A Dzfcp_erp.c79 act->status |= ZFCP_STATUS_ERP_DISMISSED;
88 if (atomic_read(&zfcp_sdev->status) & ZFCP_STATUS_COMMON_ERP_INUSE)
96 if (atomic_read(&port->status) & ZFCP_STATUS_COMMON_ERP_INUSE)
111 if (atomic_read(&adapter->status) & ZFCP_STATUS_COMMON_ERP_INUSE)
131 if (atomic_read(&zsdev->status) & ZFCP_STATUS_COMMON_ERP_FAILED)
135 if (atomic_read(&port->status) & ZFCP_STATUS_COMMON_ERP_FAILED)
139 if (atomic_read(&port->status) &
142 /* ensure propagation of failed status to new devices */
148 if (atomic_read(&adapter->status) &
151 /* ensure propagation of failed status t
528 zfcp_erp_status_change_set(unsigned long mask, atomic_t *status) argument
976 int status = atomic_read(&port->status); local
1319 int status = atomic_read(target_status); local
[all...]
/linux-master/drivers/scsi/elx/libefc/
H A Defc_cmds.c34 efc_nport_get_mbox_status(struct efc_nport *nport, u8 *mqe, int status) argument
40 if (status || le16_to_cpu(hdr->status)) {
41 efc_log_debug(efc, "bad status vpi=%#x st=%x hdr=%x\n",
42 nport->indicator, status, le16_to_cpu(hdr->status));
50 efc_nport_free_unreg_vpi_cb(struct efc *efc, int status, u8 *mqe, void *arg) argument
56 rc = efc_nport_get_mbox_status(nport, mqe, status);
105 efc_nport_alloc_init_vpi_cb(struct efc *efc, int status, u8 *mqe, void *arg) argument
109 if (efc_nport_get_mbox_status(nport, mqe, status)) {
148 efc_nport_alloc_read_sparm64_cb(struct efc *efc, int status, u8 *mqe, void *arg) argument
247 efc_nport_attach_reg_vpi_cb(struct efc *efc, int status, u8 *mqe, void *arg) argument
317 efc_domain_get_mbox_status(struct efc_domain *domain, u8 *mqe, int status) argument
366 efc_domain_alloc_read_sparm64_cb(struct efc *efc, int status, u8 *mqe, void *arg) argument
407 efc_domain_alloc_init_vfi_cb(struct efc *efc, int status, u8 *mqe, void *arg) argument
496 efc_domain_attach_reg_vfi_cb(struct efc *efc, int status, u8 *mqe, void *arg) argument
550 efc_domain_free_unreg_vfi_cb(struct efc *efc, int status, u8 *mqe, void *arg) argument
634 efc_cmd_node_attach_cb(struct efc *efc, int status, u8 *mqe, void *arg) argument
720 efc_cmd_node_free_cb(struct efc *efc, int status, u8 *mqe, void *arg) argument
[all...]
/linux-master/drivers/nvme/target/
H A Dpassthru.c36 u16 status = NVME_SC_SUCCESS; local
43 return status;
49 status = nvmet_copy_from_sgl(req, 0, data, NVME_IDENTIFY_DATA_SIZE);
50 if (status)
74 status = nvmet_copy_to_sgl(req, 0, data, NVME_IDENTIFY_DATA_SIZE);
77 return status;
84 u16 status = NVME_SC_SUCCESS; local
93 status = nvmet_copy_from_sgl(req, 0, id, sizeof(*id));
94 if (status)
168 status
177 u16 status = NVME_SC_SUCCESS; local
221 int status; local
300 u16 status; local
377 u16 status = NVME_SC_INTERNAL; local
[all...]

Completed in 404 milliseconds

<<21222324252627282930>>