Home
last modified time | relevance | path

Searched refs:status (Results 18501 - 18525 of 20023) sorted by relevance

1...<<741742743744745746747748749750>>...801

/kernel/linux/linux-6.6/drivers/iommu/arm/arm-smmu/
H A Darm-smmu.c194 int sync, int status) in __arm_smmu_tlb_sync()
200 return smmu->impl->tlb_sync(smmu, page, sync, status); in __arm_smmu_tlb_sync()
205 reg = arm_smmu_readl(smmu, page, status); in __arm_smmu_tlb_sync()
193 __arm_smmu_tlb_sync(struct arm_smmu_device *smmu, int page, int sync, int status) __arm_smmu_tlb_sync() argument
/kernel/linux/linux-6.6/drivers/input/touchscreen/
H A Dusbtouchscreen.c1496 switch (urb->status) { in usbtouch_irq()
1511 dev_dbg(dev, "%s - urb shutting down with status: %d\n", in usbtouch_irq()
1512 __func__, urb->status); in usbtouch_irq()
1515 dev_dbg(dev, "%s - nonzero urb status received: %d\n", in usbtouch_irq()
1516 __func__, urb->status); in usbtouch_irq()
/kernel/linux/linux-6.6/drivers/md/
H A Ddm-ioctl.c1231 * If the device already is in the requested state we just return its status.
1260 * Build up the status struct for each target
1295 spec->status = 0; in retrieve_status()
1308 /* Get the status/table string from the target driver */ in retrieve_status()
1309 if (ti->type->status) { in retrieve_status()
1312 ti->type->status(ti, type, status_flags, outptr, remaining); in retrieve_status()
1689 * Return the status of a device as a text string for each
/kernel/linux/linux-6.6/sound/soc/codecs/
H A Dwsa884x.c1489 enum sdw_slave_status status) in wsa884x_update_status()
1494 if (status == SDW_SLAVE_UNATTACHED) { in wsa884x_update_status()
1501 if (wsa884x->hw_init || status != SDW_SLAVE_ATTACHED) in wsa884x_update_status()
1488 wsa884x_update_status(struct sdw_slave *slave, enum sdw_slave_status status) wsa884x_update_status() argument
H A Dnau8821.c1021 int status, jkdet; in nau8821_is_jack_inserted() local
1025 regmap_read(regmap, NAU8821_R82_GENERAL_STATUS, &status); in nau8821_is_jack_inserted()
1026 is_high = status & NAU8821_GPIO2_IN; in nau8821_is_jack_inserted()
1027 /* return jack connection status according to jack insertion logic in nau8821_is_jack_inserted()
1037 /* Reset the intrruption status from rightmost bit if the corres- in nau8821_int_status_clear_all()
1064 /* Clear all interruption status */ in nau8821_eject_jack()
1186 dev_err(nau8821->dev, "failed to read irq status\n"); in nau8821_interrupt()
1529 /* Clear all interruption status */ in nau8821_resume_setup()
/kernel/linux/linux-6.6/drivers/scsi/bfa/
H A Dbfad.c395 bfad_hcb_comp(void *arg, bfa_status_t status) in bfad_hcb_comp() argument
399 fcomp->status = status; in bfad_hcb_comp()
/kernel/linux/linux-6.6/net/mac80211/
H A Diface.c1524 struct ieee80211_rx_status *status; in ieee80211_iface_process_skb() local
1529 status = IEEE80211_SKB_RXCB(skb); in ieee80211_iface_process_skb()
1530 band = status->band; in ieee80211_iface_process_skb()
1664 /* process status queue */ in ieee80211_iface_work()
H A Dtdls.c1132 /* Mark it as requiring TX status callback */ in ieee80211_tdls_prep_mgmt_packet()
1343 tdls_dbg(sdata, "TDLS mgmt action %d peer %pM link_id %d status %d\n", in ieee80211_tdls_mgmt()
1820 params.status = le16_to_cpu(tf->u.chan_switch_resp.status_code); in ieee80211_process_tdls_channel_switch_resp()
1821 if (params.status != 0) { in ieee80211_process_tdls_channel_switch_resp()
1869 "TDLS channel switch response received from %pM status %d\n", in ieee80211_process_tdls_channel_switch_resp()
1870 tf->sa, params.status); in ieee80211_process_tdls_channel_switch_resp()
/kernel/linux/linux-6.6/sound/soc/sh/
H A Dfsi.c457 u32 status; in fsi_get_current_fifo_samples() local
460 status = is_play ? in fsi_get_current_fifo_samples()
464 frames = 0x1ff & (status >> 8); in fsi_get_current_fifo_samples()
1250 /* clear irq status */ in fsi_interrupt()
/kernel/linux/linux-6.6/sound/soc/ti/
H A Ddavinci-mcasp.c1078 /* Set S/PDIF channel status bits */ in mcasp_dit_hw_param()
1634 memcpy(uctl->value.iec958.status, &mcasp->iec958_status, in davinci_mcasp_iec958_get()
1646 memcpy(&mcasp->iec958_status, uctl->value.iec958.status, in davinci_mcasp_iec958_put()
1658 memset(ucontrol->value.iec958.status, 0xff, sizeof(mcasp->iec958_status)); in davinci_mcasp_iec958_con_mask_get()
/kernel/linux/linux-6.6/tools/include/uapi/linux/
H A Dkvm.h116 __s32 status; member
204 __u64 status; member
299 /* the processor status word for s390 */
1267 __u64 status; member
1595 /* store status for s390 */
1903 /* Guest status and debug commands */
/kernel/linux/linux-6.6/sound/soc/qcom/qdsp6/
H A Daudioreach.c547 result->status = 0; in audioreach_send_cmd_sync()
568 } else if (result->status > 0) { in audioreach_send_cmd_sync()
569 dev_err(dev, "DSP returned error[%x] %x\n", hdr->opcode, result->status); in audioreach_send_cmd_sync()
/test/testfwk/developer_test/src/core/driver/
H A Ddrivers.py272 'status="run">\n' % (filename, filename))
298 'status="run"/>\n' % (filename, filename))
1110 status = False
1119 if status:
1128 status = True
/third_party/ffmpeg/libavfilter/
H A Dvf_deshake_opencl.c2011 int ret, status; in activate() local
2051 if (!deshake_ctx->eof && ff_inlink_acknowledge_status(inlink, &status, &pts)) { in activate()
2052 if (status == AVERROR_EOF) { in activate()
H A Daf_biquads.c1347 int status; in activate() local
1367 if (ff_inlink_acknowledge_status(inlink, &status, &pts)) { in activate()
1376 ff_outlink_set_status(outlink, status, pts); in activate()
/third_party/backends/backend/genesys/
H A Dgl847.cpp251 auto status = scanner_read_status(*dev); in set_fe() local
252 while (status.is_front_end_busy) { in set_fe()
254 status = scanner_read_status(*dev); in set_fe()
/third_party/icu/icu4c/source/common/
H A Dunames.cpp195 loadCharNames(UErrorCode &status) { in loadCharNames() argument
199 uCharNamesData = udata_openChoice(NULL, DATA_TYPE, DATA_NAME, isAcceptable, NULL, &status); in loadCharNames()
200 if(U_FAILURE(status)) { in loadCharNames()
/third_party/mbedtls/library/
H A Dx509_crt.c2139 psa_status_t status = PSA_ERROR_CORRUPTION_DETECTED; in x509_crt_check_signature() local
2141 status = psa_hash_compute(hash_alg, in x509_crt_check_signature()
2147 if (status != PSA_SUCCESS) { in x509_crt_check_signature()
/third_party/mesa3d/src/compiler/glsl/glcpp/
H A Dglcpp-parse.y1856 function_status_t status;
1868 status = _arguments_parse(parser, arguments, node, last);
1870 switch (status) {
/third_party/node/
H A DMakefile181 @if [ -x config.status ]; then \
182 export PATH="$(NO_BIN_OVERRIDE_PATH)" && ./config.status; \
1045 @if [ "$(shell git status --porcelain | egrep -v '^\?\? ')" = "" ]; then \
1052 git status --porcelain | egrep -v '^\?\?' >&2 ; \
/third_party/node/deps/icu-small/source/common/
H A Dunames.cpp195 loadCharNames(UErrorCode &status) { in loadCharNames() argument
199 uCharNamesData = udata_openChoice(nullptr, DATA_TYPE, DATA_NAME, isAcceptable, nullptr, &status); in loadCharNames()
200 if(U_FAILURE(status)) { in loadCharNames()
/third_party/libwebsockets/lib/roles/ws/
H A Dops-ws.c909 lws_close_reason(struct lws *wsi, enum lws_close_status status, in lws_close_reason() argument
919 *p++ = (uint8_t)((((int)status) >> 8) & 0xff); in lws_close_reason()
920 *p++ = (uint8_t)(((int)status) & 0xff); in lws_close_reason()
1478 * not flowcontrolled, fake their POLLIN status in rops_service_flag_pending_ws()
1619 * FIN status of the incoming packet. in rops_write_role_protocol_ws()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_query.c175 VkResult status = VKSCR(CreateQueryPool)(screen->dev, &pool_create, NULL, &new_pool->query_pool); in find_or_allocate_qp() local
176 if (status != VK_SUCCESS) { in find_or_allocate_qp()
177 mesa_loge("ZINK: vkCreateQueryPool failed (%s)", vk_Result_to_str(status)); in find_or_allocate_qp()
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dlayout_eth_conf.rs1736 pub status: rte_fdir_status_mode,
1778 unsafe { ::std::ptr::addr_of!((*ptr).status) as usize - ptr as usize }, in bindgen_test_layout_rte_fdir_conf()
1784 stringify!(status) in bindgen_test_layout_rte_fdir_conf()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineDepthRangeUnrestrictedTests.cpp1179 tcu::TestStatus status = verifyTestResult(true); in iterate() local
1185 if (status.getCode() != QP_TEST_RESULT_PASS) in iterate()
1186 return status; in iterate()

Completed in 74 milliseconds

1...<<741742743744745746747748749750>>...801