Searched refs:eot (Results 1 - 11 of 11) sorted by relevance

/linux-master/drivers/gpu/drm/tegra/
H A Dmipi-phy.h28 unsigned int eot; member in struct:mipi_dphy_timing
H A Dmipi-phy.c28 timing->eot = 0;
92 if (timing->eot > 105 + 12 * period)
/linux-master/include/linux/phy/
H A Dphy-mipi-dphy.h113 * @eot:
121 unsigned int eot; member in struct:phy_configure_opts_mipi_dphy
/linux-master/drivers/phy/
H A Dphy-core-mipi-dphy.c48 cfg->eot = 0;
144 if (cfg->eot > (105000 + 12 * ui))
/linux-master/drivers/gpu/drm/amd/display/dc/
H A Ddc_hdmi_types.h48 uint8_t eot;/* end of transmition '\x4' */ member in struct:dp_hdmi_dongle_signature_data
/linux-master/arch/mips/include/asm/octeon/
H A Dcvmx-iob-defs.h596 uint64_t eot:1; member in struct:cvmx_iob_outb_control_match::cvmx_iob_outb_control_match_s
602 uint64_t eot:1;
615 uint64_t eot:1; member in struct:cvmx_iob_outb_control_match_enb::cvmx_iob_outb_control_match_enb_s
621 uint64_t eot:1;
/linux-master/drivers/mailbox/
H A Dbcm-pdc-mailbox.c705 u32 eot; local
737 eot = D64_CTRL1_EOT;
739 eot = 0;
749 flags | eot);
754 eot = D64_CTRL1_EOT;
756 eot = 0;
762 pdc_build_txd(pdcs, databufptr, bufcnt, flags | eot);
/linux-master/drivers/scsi/
H A Dhptiop.h201 __le32 eot; /* non-zero: end of table */ member in struct:hpt_iopsg
H A Dhptiop.c867 psg[idx].eot = (idx == HPT_SCP(scp)->sgcnt - 1) ?
/linux-master/drivers/bus/mhi/host/
H A Dmain.c1209 int eot, eob, chain, bei; local
1239 eot = !!(flags & MHI_EOT);
1246 mhi_tre->dword[1] = MHI_TRE_DATA_DWORD1(bei, eot, eob, chain);
/linux-master/drivers/gpu/drm/amd/display/dc/link/
H A Dlink_detection.c370 if (dongle_signature->eot != DP_HDMI_DONGLE_SIGNATURE_EOT) {

Completed in 139 milliseconds