/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | rt1017-sdca-sdw.c | 373 enum sdw_slave_status status) in rt1017_sdca_update_status() 377 if (status == SDW_SLAVE_UNATTACHED) in rt1017_sdca_update_status() 381 * Perform initialization only if slave status is present and in rt1017_sdca_update_status() 384 if (rt1017->hw_init || status != SDW_SLAVE_ATTACHED) in rt1017_sdca_update_status() 372 rt1017_sdca_update_status(struct sdw_slave *slave, enum sdw_slave_status status) rt1017_sdca_update_status() argument
|
H A D | max98373-sdw.c | 369 * PM runtime status is marked as 'active' only when a Slave reports as Attached in max98373_io_init() 791 enum sdw_slave_status status) in max98373_update_status() 795 if (status == SDW_SLAVE_UNATTACHED) in max98373_update_status() 799 * Perform initialization only if slave status is SDW_SLAVE_ATTACHED in max98373_update_status() 801 if (max98373->hw_init || status != SDW_SLAVE_ATTACHED) in max98373_update_status() 790 max98373_update_status(struct sdw_slave *slave, enum sdw_slave_status status) max98373_update_status() argument
|
H A D | rt1316-sdw.c | 280 * PM runtime status is marked as 'active' only when a Slave reports as Attached in rt1316_io_init() 313 enum sdw_slave_status status) in rt1316_update_status() 317 if (status == SDW_SLAVE_UNATTACHED) in rt1316_update_status() 321 * Perform initialization only if slave status is present and in rt1316_update_status() 324 if (rt1316->hw_init || status != SDW_SLAVE_ATTACHED) in rt1316_update_status() 312 rt1316_update_status(struct sdw_slave *slave, enum sdw_slave_status status) rt1316_update_status() argument
|
/kernel/linux/linux-6.6/scripts/ |
H A D | get_dvb_firmware | 838 $status = system("unzip -q -o -d \"$todir\" \"$sourcefile\" 2>/dev/null" ); 839 if ((($status >> 8) > 2) || (($status & 0xff) != 0)) {
|
/kernel/liteos_a/compat/posix/src/ |
H A D | pthread.c | 359 UINT8 status; in pthread_join() local 376 status = joined->state; in pthread_join() 402 joined->state = status; in pthread_join() 708 * asynchronous mode, suspend it and set corresponding thread's status. in pthread_cancel()
|
/kernel/linux/linux-6.6/drivers/s390/cio/ |
H A D | device_pgid.c | 91 * Adjust NOOP I/O status. 94 struct irb *irb, enum io_status status) in nop_filter() 96 /* Only subchannel status might indicate a path error. */ in nop_filter() 97 if (status == IO_STATUS_ERROR && irb->scsw.cmd.cstat == 0) in nop_filter() 99 return status; in nop_filter() 93 nop_filter(struct ccw_device *cdev, void *data, struct irb *irb, enum io_status status) nop_filter() argument
|
/kernel/linux/linux-6.6/drivers/scsi/lpfc/ |
H A D | lpfc_vport.c | 302 int status; in lpfc_vport_create() local 354 if ((status = lpfc_vport_sparm(phba, vport))) { in lpfc_vport_create() 355 if (status == -EINTR) { in lpfc_vport_create() 428 "status %d\n", vpi, rc); in lpfc_vport_create() 510 /* LOGO wait failed. Correct status. */ in lpfc_send_npiv_logo() 524 "1824 Issue LOGO completes with status %d\n", in lpfc_send_npiv_logo()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | mac53c94.c | 203 * the status and sequence step registers. in mac53c94_interrupt() 206 stat = readb(®s->status); in mac53c94_interrupt() 280 /* up to status phase already */ in mac53c94_interrupt() 293 printk(KERN_DEBUG "got intr %x before status\n", intr); in mac53c94_interrupt() 315 /* should check dma status */ in mac53c94_interrupt() 325 mcmd->status = readb(®s->fifo); in mac53c94_interrupt() 334 cmd_done(state, (DID_OK << 16) + (mcmd->message << 8) + mcmd->status); in mac53c94_interrupt()
|
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/ |
H A D | aic7xxx.h | 374 * residual transfer information and the SCSI status byte. 384 * complete abnormally (non-zero status byte). 389 uint8_t scsi_status; /* Standard SCSI status byte */ 398 uint8_t scsi_status; /* SCSI status to give to initiator */ 414 struct status_pkt status; member 547 * status is returned to catch 675 #define AHC_TRANS_CUR 0x01 /* Modify current neogtiation status */ 1174 role_t role, uint32_t status, 1179 int lun, uint32_t status,
|
/kernel/linux/linux-6.6/net/bridge/ |
H A D | br_cfm.c | 235 /* Port status TLV. The value length is 1. Total of 4 bytes. */ in ccm_frame_build() 243 /* Interface status TLV. The value length is 1. Total of 4 bytes. */ in ccm_frame_build() 317 /* Change in CCM defect status - notify */ in ccm_rx_work_expired() 339 /* TLV is present - get the status TLV */ in ccm_tlv_extract() 348 /* Interface status TLV */ in ccm_tlv_extract() 354 /* Port status TLV */ in ccm_tlv_extract() 405 mep->status.version_unexp_seen = true; in br_cfm_frame_rx() 411 mep->status.rx_level_low_seen = true; in br_cfm_frame_rx() 448 /* Change in CCM defect status - notify */ in br_cfm_frame_rx() 487 mep->status in br_cfm_frame_rx() [all...] |
/kernel/linux/linux-6.6/sound/soc/sof/amd/ |
H A D | acp.c | 93 unsigned int val, status; in config_dma_channel() local 103 status = snd_sof_dsp_read(sdev, ACP_DSP_BAR, ACP_ERROR_STATUS); in config_dma_channel() 106 dev_err(sdev->dev, "ACP_DMA_ERR_STS :0x%x ACP_ERROR_STATUS :0x%x\n", val, status); in config_dma_channel() 169 * @ack: bool variable to check ready bit status or psp ack 183 dev_err(sdev->dev, "PSP error status %x\n", data & MBOX_STATUS_MASK); in psp_mbox_ready() 304 dev_err(sdev->dev, "DMA_CHANNEL %d status timeout\n", ch); in acp_dma_status()
|
/kernel/linux/linux-6.6/sound/soc/intel/catpt/ |
H A D | dsp.c | 67 enum dma_status status; in catpt_dma_memcpy() local 88 status = dma_wait_for_async_tx(desc); in catpt_dma_memcpy() 89 ret = (status == DMA_COMPLETE) ? 0 : -EPROTO; in catpt_dma_memcpy() 92 /* regardless of status, disable access to HOST memory in demand mode */ in catpt_dma_memcpy()
|
/kernel/linux/linux-6.6/sound/soc/sof/intel/ |
H A D | mtl.c | 317 dev_err(sdev->dev, "ROM status: %#x, ROM error: %#x\n", fwsts, fwlec); in mtl_dsp_dump() 318 dev_err(sdev->dev, "ROM debug status: %#x, ROM debug error: %#x\n", romdbgsts, in mtl_dsp_dump() 439 unsigned int status; in mtl_dsp_cl_init() local 461 ret = snd_sof_dsp_read_poll_timeout(sdev, HDA_DSP_BAR, chip->ipc_ack, status, in mtl_dsp_cl_init() 462 ((status & chip->ipc_ack_mask) == chip->ipc_ack_mask), in mtl_dsp_cl_init() 529 * notify the status of the last host ipc message in mtl_ipc_irq_thread()
|
/test/xts/hats/hdf/input/inputBenchmarkTest/ |
H A D | hdf_input_benchmark_test.cpp | 104 HDF_LOGI("%s: status =%d devId=%d type =%d \n", __func__, msg->status, msg->devIndex, msg->devType);
in ReportHotPlugEventPkgCallback() 105 EXPECT_GE(msg->status, 0);
in ReportHotPlugEventPkgCallback() 109 if (msg->status == 0) {
in ReportHotPlugEventPkgCallback() 456 * @tc.name: set device power status for ap mode benchmark test
478 * @tc.name: get device poewr status for ap mode benchmark test
|
/third_party/elfutils/src/ |
H A D | stack.c | 96 /* Whether any frames have been shown at all. Determines exit status. */ 237 int status = -1; in print_frame() local 239 &demangle_buffer_len, &status); in print_frame() 240 if (status == 0) in print_frame()
|
H A D | addr2line.c | 288 int status = -1; in symname() local 290 &demangle_buffer_len, &status); in symname() 291 if (status == 0) in symname()
|
/third_party/ffmpeg/libavfilter/ |
H A D | af_speechnorm.c | 462 int ret, status; in activate() local 478 if (!s->eof && ff_inlink_acknowledge_status(inlink, &status, &pts)) { in activate() 479 if (status == AVERROR_EOF) in activate()
|
H A D | af_afftfilt.c | 373 int ret = 0, status; in activate() local 387 if (ff_inlink_acknowledge_status(inlink, &status, &pts)) { in activate() 388 ff_outlink_set_status(outlink, status, pts); in activate()
|
H A D | vf_guided.c | 405 int ret, status; in activate() local 424 if (ff_inlink_acknowledge_status(inlink, &status, &pts)) { in activate() 425 ff_outlink_set_status(outlink, status, pts); in activate()
|
/third_party/cups-filters/filter/foomatic-rip/ |
H A D | foomaticrip.c | 82 void rip_die(int status, const char *msg, ...) in rip_die() argument 90 _log("\", exit stat %d\n", status); in rip_die() 95 exit(status); in rip_die() 156 * appear as defined by LOG_FILE. It will contain status from this 886 /* Check status of printer color management from the color manager */ in main()
|
/third_party/NuttX/drivers/usbdev/gadget/ |
H A D | usbd_video.c | 138 return (enum format_switch_status)fuvc->format_info.status; in uvc_format_status_check() 159 if (format_info->status == FORMAT_SWITCH_PENDING) in uvc_format_info_get() 172 fuvc->format_info.status = FORMAT_SWITCH_FINISH; in uvc_format_info_get() 178 usb_err("the uvc format status is not update\n"); in uvc_format_info_get() 585 usb_err("uvc transfer status is stream off!\n"); in uvc_video_tran_copy()
|
/third_party/NuttX/fs/nfs/ |
H A D | rpc_clnt.c | 781 error = fxdr_unsigned(uint32_t, response.mdata.mount.status); in rpcclnt_connect() 784 nfs_debug_error("Bad mount status: %d\n", error); in rpcclnt_connect() 1089 tmp = fxdr_unsigned(uint32_t, replymsg->status); in rpcclnt_request() 1109 tmp = fxdr_unsigned(uint32_t, replymsg->status); in rpcclnt_request()
|
/third_party/icu/vendor/double-conversion/upstream/test/cctest/ |
H A D | test-fixed-dtoa.cc | 498 bool status; in TEST() local 508 status = FastFixedDtoa(v, number_digits, in TEST() 510 CHECK(status); in TEST()
|
/third_party/mesa3d/include/drm-uapi/ |
H A D | amdgpu_drm.h | 216 /* GPU reset status */ 276 /** Reset status since the last call of the ioctl. */ 431 /** BO status: 0 - BO is idle, 1 - BO is busy */ 432 __u32 status; member 457 /** CS status: 0 - CS completed, 1 - CS still busy */ 458 __u64 status; member 483 __u32 status; member
|
/third_party/libdrm/include/drm/ |
H A D | amdgpu_drm.h | 212 /* GPU reset status */ 272 /** Reset status since the last call of the ioctl. */ 427 /** BO status: 0 - BO is idle, 1 - BO is busy */ 428 __u32 status; member 453 /** CS status: 0 - CS completed, 1 - CS still busy */ 454 __u64 status; member 479 __u32 status; member
|