Searched refs:sof (Results 126 - 150 of 166) sorted by relevance

1234567

/linux-master/include/sound/sof/ipc4/
H A Dheader.h13 #include <uapi/sound/sof/abi.h>
/linux-master/sound/soc/intel/boards/
H A Dsof_nau8825.c19 #include <sound/sof.h>
182 /* sof audio machine driver for nau8825 codec */
184 .name = "nau8825", /* the sof- prefix is added by the core */
H A Dsof_da7219.c16 #include <sound/sof.h>
435 .name = "da7219", /* the sof- prefix is added by the core */
H A Dsof_rt5682.c19 #include <sound/sof.h>
487 /* sof audio machine driver for rt5682 codec */
489 .name = "rt5682", /* the sof- prefix is added by the core */
566 * Currently, On SKL+ platforms MCLK will be turned off in sof
/linux-master/sound/soc/sof/
H A Dipc3.c10 #include <sound/sof/stream.h>
11 #include <sound/sof/control.h>
12 #include <trace/events/sof.h>
13 #include "sof-priv.h"
14 #include "sof-audio.h"
H A Dcompress.c8 #include <sound/sof.h>
10 #include "sof-audio.h"
11 #include "sof-priv.h"
12 #include "sof-utils.h"
46 * sof compr fragment elapse, this could be called in irq thread context
H A Dsof-client.c15 #include <sound/sof/ipc4/header.h>
17 #include "sof-client.h"
18 #include "sof-priv.h"
H A Dsof-client-probes.c19 #include <sound/sof/header.h>
20 #include "sof-client.h"
21 #include "sof-client-probes.h"
378 .name = "sof-probes-component",
485 card->name = "sof-probes";
H A Dipc4-mtrace.c8 #include <sound/sof/ipc4/header.h>
9 #include "sof-priv.h"
/linux-master/drivers/thunderbolt/
H A Dctl.c198 if (WARN(pkg->frame.sof, "wrong sof (expected 0x0, got %#x)\n",
199 pkg->frame.sof))
375 pkg->frame.sof = type;
H A Ddma_test.c344 tf->frame.sof = DMA_TEST_PDF_FRAME_START;
/linux-master/drivers/media/v4l2-core/
H A Dv4l2-jpeg.c518 ret = jpeg_reference_segment(&stream, &out->sof);
/linux-master/sound/soc/sof/intel/
H A Dhda-loader-skl.c20 #include <sound/sof.h>
23 #include "../sof-priv.h"
H A Dmtl.c13 #include <sound/sof/ipc4/header.h>
19 #include "../sof-audio.h"
/linux-master/include/linux/
H A Dthunderbolt.h592 * @sof: Start of frame protocol defined field
601 u32 sof:4; member in struct:ring_frame
628 * @frame->eof, @frame->sof set once the frame has been received.
647 * @frame->sof have to be set.
/linux-master/drivers/media/platform/qcom/camss/
H A Dcamss-vfe-4-1.c914 vfe->isr_ops.sof(vfe, VFE_LINE_PIX);
918 vfe->isr_ops.sof(vfe, i);
H A Dcamss-vfe-4-7.c1072 vfe->isr_ops.sof(vfe, VFE_LINE_PIX);
1076 vfe->isr_ops.sof(vfe, i);
H A Dcamss-vfe-4-8.c1002 vfe->isr_ops.sof(vfe, VFE_LINE_PIX);
1006 vfe->isr_ops.sof(vfe, i);
/linux-master/drivers/scsi/fnic/
H A Dfnic_fcs.c841 u8 sof = 0; local
857 &tmpl, &fcp_bytes_written, &sof, &eof,
862 fr_sof(fp) = sof;
/linux-master/drivers/scsi/elx/efct/
H A Defct_hw.h696 u8 sof, u8 eof, struct efc_dma *payload,
/linux-master/drivers/scsi/libfc/
H A Dfc_exch.c1576 enum fc_sof sof; local
1600 sof = fr_sof(fp);
1602 if (fc_sof_is_init(sof)) {
1615 if (fc_sof_needs_ack(sof))
/linux-master/drivers/usb/host/
H A Docteon-hcd.h482 * @sof: Start of (micro)Frame (Sof)
541 __BITFIELD_FIELD(u32 sof : 1,
/linux-master/drivers/media/usb/gspca/
H A Dxirlink_cit.c2864 /* TESTME we need to find a longer sof signature to avoid
2901 unsigned char *sof; local
2903 sof = cit_find_sof(gspca_dev, data, len);
2904 if (sof) {
2908 n = sof - data;
2916 len -= sof - data;
2917 data = sof;
/linux-master/drivers/media/platform/samsung/s5p-jpeg/
H A Djpeg-core.c870 (unsigned long)vb2_plane_vaddr(&vb->vb2_buf, 0) + ctx->out_q.sof;
1117 unsigned int sos = 0, sof = 0, sof_len = 0; local
1150 sof = jpeg_buffer.curr; /* after 0xffc0 */
1238 result->sof = sof;
/linux-master/drivers/scsi/fcoe/
H A Dfcoe.c1484 u8 sof, eof; local
1501 sof = fr_sof(fp);
1575 hp->fcoe_sof = sof;

Completed in 596 milliseconds

1234567