cts                74 arch/arm64/crypto/aes-neonbs-glue.c 	struct crypto_aes_ctx	cts;
cts               281 arch/arm64/crypto/aes-neonbs-glue.c 	err = aes_expandkey(&ctx->cts, in_key, key_len);
cts               412 arch/arm64/crypto/aes-neonbs-glue.c 		neon_aes_xts_encrypt(out, in, ctx->cts.key_enc, ctx->key.rounds,
cts               415 arch/arm64/crypto/aes-neonbs-glue.c 		neon_aes_xts_decrypt(out, in, ctx->cts.key_dec, ctx->key.rounds,
cts              3764 arch/mips/include/asm/octeon/cvmx-mio-defs.h 		uint64_t cts:1;
cts              3774 arch/mips/include/asm/octeon/cvmx-mio-defs.h 		uint64_t cts:1;
cts              4179 arch/mips/include/asm/octeon/cvmx-mio-defs.h 		uint64_t cts:1;
cts              4189 arch/mips/include/asm/octeon/cvmx-mio-defs.h 		uint64_t cts:1;
cts               265 arch/x86/crypto/glue_helper.c 	const bool cts = (req->cryptlen % XTS_BLOCK_SIZE);
cts               276 arch/x86/crypto/glue_helper.c 	if (unlikely(cts)) {
cts               310 arch/x86/crypto/glue_helper.c 	if (unlikely(cts)) {
cts                91 crypto/xts.c   	const bool cts = (req->cryptlen % XTS_BLOCK_SIZE);
cts               113 crypto/xts.c   			if (unlikely(cts) &&
cts              1052 drivers/char/pcmcia/synclink_cs.c 	info->icount.cts++;
cts              2091 drivers/char/pcmcia/synclink_cs.c 		    cnow.dcd == cprev.dcd && cnow.cts == cprev.cts) {
cts              2100 drivers/char/pcmcia/synclink_cs.c 		    (arg & TIOCM_CTS && cnow.cts != cprev.cts)) {
cts              2202 drivers/char/pcmcia/synclink_cs.c 	icount->cts = cnow.cts;
cts               275 drivers/crypto/amcc/crypto4xx_sa.h get_dynamic_sa_offset_state_ptr_field(struct dynamic_sa_ctl *cts)
cts               279 drivers/crypto/amcc/crypto4xx_sa.h 	offset = cts->sa_contents.bf.key_size
cts               280 drivers/crypto/amcc/crypto4xx_sa.h 		+ cts->sa_contents.bf.inner_size
cts               281 drivers/crypto/amcc/crypto4xx_sa.h 		+ cts->sa_contents.bf.outer_size
cts               282 drivers/crypto/amcc/crypto4xx_sa.h 		+ cts->sa_contents.bf.spi
cts               283 drivers/crypto/amcc/crypto4xx_sa.h 		+ cts->sa_contents.bf.seq_num0
cts               284 drivers/crypto/amcc/crypto4xx_sa.h 		+ cts->sa_contents.bf.seq_num1
cts               285 drivers/crypto/amcc/crypto4xx_sa.h 		+ cts->sa_contents.bf.seq_num_mask0
cts               286 drivers/crypto/amcc/crypto4xx_sa.h 		+ cts->sa_contents.bf.seq_num_mask1
cts               287 drivers/crypto/amcc/crypto4xx_sa.h 		+ cts->sa_contents.bf.seq_num_mask2
cts               288 drivers/crypto/amcc/crypto4xx_sa.h 		+ cts->sa_contents.bf.seq_num_mask3
cts               289 drivers/crypto/amcc/crypto4xx_sa.h 		+ cts->sa_contents.bf.iv0
cts               290 drivers/crypto/amcc/crypto4xx_sa.h 		+ cts->sa_contents.bf.iv1
cts               291 drivers/crypto/amcc/crypto4xx_sa.h 		+ cts->sa_contents.bf.iv2
cts               292 drivers/crypto/amcc/crypto4xx_sa.h 		+ cts->sa_contents.bf.iv3;
cts               297 drivers/crypto/amcc/crypto4xx_sa.h static inline __le32 *get_dynamic_sa_key_field(struct dynamic_sa_ctl *cts)
cts               299 drivers/crypto/amcc/crypto4xx_sa.h 	return (__le32 *) ((unsigned long)cts + sizeof(struct dynamic_sa_ctl));
cts               302 drivers/crypto/amcc/crypto4xx_sa.h static inline __le32 *get_dynamic_sa_inner_digest(struct dynamic_sa_ctl *cts)
cts               304 drivers/crypto/amcc/crypto4xx_sa.h 	return (__le32 *) ((unsigned long)cts +
cts               306 drivers/crypto/amcc/crypto4xx_sa.h 		cts->sa_contents.bf.key_size * 4);
cts                53 drivers/gpu/drm/amd/amdgpu/amdgpu_afmt.c 	int n, cts;
cts                58 drivers/gpu/drm/amd/amdgpu/amdgpu_afmt.c 	cts = clock * 1000;
cts                61 drivers/gpu/drm/amd/amdgpu/amdgpu_afmt.c 	div = gcd(n, cts);
cts                64 drivers/gpu/drm/amd/amdgpu/amdgpu_afmt.c 	cts /= div;
cts                73 drivers/gpu/drm/amd/amdgpu/amdgpu_afmt.c 	cts *= mul;
cts                82 drivers/gpu/drm/amd/amdgpu/amdgpu_afmt.c 	*CTS = cts;
cts                18 drivers/gpu/drm/bridge/adv7511/adv7511_audio.c 			       unsigned int *cts, unsigned int *n)
cts                32 drivers/gpu/drm/bridge/adv7511/adv7511_audio.c 	*cts = ((f_tmds * *n) / (128 * fs)) * 1000;
cts                37 drivers/gpu/drm/bridge/adv7511/adv7511_audio.c 	unsigned int cts = 0;
cts                40 drivers/gpu/drm/bridge/adv7511/adv7511_audio.c 	adv7511_calc_cts_n(adv7511->f_tmds, adv7511->f_audio, &cts, &n);
cts                47 drivers/gpu/drm/bridge/adv7511/adv7511_audio.c 		     (cts >> 16) & 0xf);
cts                49 drivers/gpu/drm/bridge/adv7511/adv7511_audio.c 		     (cts >> 8) & 0xff);
cts                51 drivers/gpu/drm/bridge/adv7511/adv7511_audio.c 		     cts & 0xff);
cts               512 drivers/gpu/drm/bridge/synopsys/dw-hdmi.c static void hdmi_set_cts_n(struct dw_hdmi *hdmi, unsigned int cts,
cts               522 drivers/gpu/drm/bridge/synopsys/dw-hdmi.c 	if (cts)
cts               523 drivers/gpu/drm/bridge/synopsys/dw-hdmi.c 		hdmi_writeb(hdmi, ((cts >> 16) &
cts               529 drivers/gpu/drm/bridge/synopsys/dw-hdmi.c 	hdmi_writeb(hdmi, (cts >> 8) & 0xff, HDMI_AUD_CTS2);
cts               530 drivers/gpu/drm/bridge/synopsys/dw-hdmi.c 	hdmi_writeb(hdmi, cts & 0xff, HDMI_AUD_CTS1);
cts               597 drivers/gpu/drm/bridge/synopsys/dw-hdmi.c 	unsigned int n, cts;
cts               616 drivers/gpu/drm/bridge/synopsys/dw-hdmi.c 		cts = tmp;
cts               621 drivers/gpu/drm/bridge/synopsys/dw-hdmi.c 			n, cts);
cts               623 drivers/gpu/drm/bridge/synopsys/dw-hdmi.c 		cts = 0;
cts               628 drivers/gpu/drm/bridge/synopsys/dw-hdmi.c 	hdmi->audio_cts = cts;
cts               629 drivers/gpu/drm/bridge/synopsys/dw-hdmi.c 	hdmi_set_cts_n(hdmi, cts, hdmi->audio_enable ? n : 0);
cts              1034 drivers/gpu/drm/exynos/exynos_hdmi.c 	u32 n, cts;
cts              1036 drivers/gpu/drm/exynos/exynos_hdmi.c 	cts = (freq % 9) ? 27000 : 30000;
cts              1037 drivers/gpu/drm/exynos/exynos_hdmi.c 	n = 128 * freq / (27000000 / cts);
cts              1040 drivers/gpu/drm/exynos/exynos_hdmi.c 	hdmi_reg_writev(hdata, HDMI_ACR_MCTS0, 3, cts);
cts              1041 drivers/gpu/drm/exynos/exynos_hdmi.c 	hdmi_reg_writev(hdata, HDMI_ACR_CTS0, 3, cts);
cts                79 drivers/gpu/drm/i915/display/intel_audio.c 	int cts;
cts               724 drivers/gpu/drm/mediatek/mtk_hdmi.c 				    unsigned int cts)
cts               734 drivers/gpu/drm/mediatek/mtk_hdmi.c 	val[0] = (cts >> 24) & 0xff;
cts               735 drivers/gpu/drm/mediatek/mtk_hdmi.c 	val[1] = (cts >> 16) & 0xff;
cts               736 drivers/gpu/drm/mediatek/mtk_hdmi.c 	val[2] = (cts >> 8) & 0xff;
cts               737 drivers/gpu/drm/mediatek/mtk_hdmi.c 	val[3] = cts & 0xff;
cts               751 drivers/gpu/drm/mediatek/mtk_hdmi.c 	unsigned int n, cts;
cts               754 drivers/gpu/drm/mediatek/mtk_hdmi.c 	cts = hdmi_expected_cts(sample_rate, clock, n);
cts               757 drivers/gpu/drm/mediatek/mtk_hdmi.c 		__func__, sample_rate, clock, n, cts);
cts               761 drivers/gpu/drm/mediatek/mtk_hdmi.c 	do_hdmi_hw_aud_set_ncts(hdmi, n, cts);
cts                26 drivers/gpu/drm/msm/hdmi/hdmi_audio.c 	uint32_t cts;	/* CTS parameter for clock regeneration */
cts               114 drivers/gpu/drm/msm/hdmi/hdmi_audio.c 		uint32_t n, cts, multiplier;
cts               119 drivers/gpu/drm/msm/hdmi/hdmi_audio.c 		cts = arcs->lut[audio->rate].cts;
cts               133 drivers/gpu/drm/msm/hdmi/hdmi_audio.c 		DBG("n=%u, cts=%u, multiplier=%u", n, cts, multiplier);
cts               153 drivers/gpu/drm/msm/hdmi/hdmi_audio.c 				HDMI_ACR_0_CTS(cts));
cts               214 drivers/gpu/drm/omapdrm/dss/hdmi.h 	u32					cts;
cts               335 drivers/gpu/drm/omapdrm/dss/hdmi.h int hdmi_compute_acr(u32 pclk, u32 sample_freq, u32 *n, u32 *cts);
cts               530 drivers/gpu/drm/omapdrm/dss/hdmi4_core.c 		REG_FLD_MOD(av_base, HDMI_CORE_AV_CTS_SVAL1, cfg->cts, 7, 0);
cts               532 drivers/gpu/drm/omapdrm/dss/hdmi4_core.c 				HDMI_CORE_AV_CTS_SVAL2, cfg->cts >> 8, 7, 0);
cts               534 drivers/gpu/drm/omapdrm/dss/hdmi4_core.c 				HDMI_CORE_AV_CTS_SVAL3, cfg->cts >> 16, 7, 0);
cts               678 drivers/gpu/drm/omapdrm/dss/hdmi4_core.c 	int err, n, cts, channel_count;
cts               740 drivers/gpu/drm/omapdrm/dss/hdmi4_core.c 	err = hdmi_compute_acr(pclk, fs_nr, &n, &cts);
cts               744 drivers/gpu/drm/omapdrm/dss/hdmi4_core.c 	acore.cts = cts;
cts               661 drivers/gpu/drm/omapdrm/dss/hdmi5_core.c 	REG_FLD_MOD(base, HDMI_CORE_AUD_CTS1, cfg->cts, 7, 0);
cts               662 drivers/gpu/drm/omapdrm/dss/hdmi5_core.c 	REG_FLD_MOD(base, HDMI_CORE_AUD_CTS2, cfg->cts >> 8, 7, 0);
cts               663 drivers/gpu/drm/omapdrm/dss/hdmi5_core.c 	REG_FLD_MOD(base, HDMI_CORE_AUD_CTS3, cfg->cts >> 16, 3, 0);
cts               801 drivers/gpu/drm/omapdrm/dss/hdmi5_core.c 	int err, n, cts, channel_count;
cts               844 drivers/gpu/drm/omapdrm/dss/hdmi5_core.c 	err = hdmi_compute_acr(pclk, fs_nr, &n, &cts);
cts               846 drivers/gpu/drm/omapdrm/dss/hdmi5_core.c 	core_cfg.cts = cts;
cts                52 drivers/gpu/drm/omapdrm/dss/hdmi_common.c int hdmi_compute_acr(u32 pclk, u32 sample_freq, u32 *n, u32 *cts)
cts                57 drivers/gpu/drm/omapdrm/dss/hdmi_common.c 	if (n == NULL || cts == NULL)
cts               146 drivers/gpu/drm/omapdrm/dss/hdmi_common.c 	*cts = (pclk/1000) * (*n / 128) * deep_color / (sample_freq / 10);
cts               551 drivers/gpu/drm/radeon/radeon_audio.c 	int n, cts;
cts               556 drivers/gpu/drm/radeon/radeon_audio.c 	cts = clock * 1000;
cts               559 drivers/gpu/drm/radeon/radeon_audio.c 	div = gcd(n, cts);
cts               562 drivers/gpu/drm/radeon/radeon_audio.c 	cts /= div;
cts               571 drivers/gpu/drm/radeon/radeon_audio.c 	cts *= mul;
cts               580 drivers/gpu/drm/radeon/radeon_audio.c 	*CTS = cts;
cts               122 drivers/gpu/drm/tegra/hdmi.c 	unsigned int cts;
cts               381 drivers/gpu/drm/tegra/hdmi.c 		int64_t cts, err;
cts               394 drivers/gpu/drm/tegra/hdmi.c 		cts = (cts_f & ~0xFFFF) + ((cts_f & BIT(15)) << 1);
cts               399 drivers/gpu/drm/tegra/hdmi.c 		err = abs((int64_t)cts_f - cts);
cts               402 drivers/gpu/drm/tegra/hdmi.c 			config->cts = cts >> 16;
cts               552 drivers/gpu/drm/tegra/hdmi.c 		hdmi->pixel_clock, config.n, config.cts, config.aval);
cts               563 drivers/gpu/drm/tegra/hdmi.c 	tegra_hdmi_writel(hdmi, ACR_SUBPACK_CTS(config.cts),
cts               740 drivers/gpu/drm/vc4/vc4_hdmi.c 	u32 n, cts;
cts               746 drivers/gpu/drm/vc4/vc4_hdmi.c 	cts = tmp;
cts               757 drivers/gpu/drm/vc4/vc4_hdmi.c 	HDMI_WRITE(VC4_HDMI_CTS_0, cts);
cts               758 drivers/gpu/drm/vc4/vc4_hdmi.c 	HDMI_WRITE(VC4_HDMI_CTS_1, cts);
cts               718 drivers/input/serio/hil_mlc.c 		nextidx = mlc->cts(mlc) ? node->bad : node->good;
cts               319 drivers/input/serio/hp_sdc_mlc.c 	mlc->cts = &hp_sdc_mlc_cts;
cts               135 drivers/ipack/devices/ipoctal.c 	icount->cts = 0;
cts                63 drivers/ipack/devices/scc2698.h 		u8 df, cts;  /* Stop counter timer of block */
cts               295 drivers/mfd/si476x-cmd.c 	atomic_set(&core->cts, 0);
cts               299 drivers/mfd/si476x-cmd.c 				atomic_read(&core->cts),
cts               314 drivers/mfd/si476x-cmd.c 					atomic_read(&core->cts),
cts               412 drivers/mfd/si476x-i2c.c 	atomic_set(&core->cts, 1);
cts               499 drivers/mfd/si476x-i2c.c 		atomic_set(&core->cts, 1);
cts                51 drivers/mmc/core/sdio_uart.c 	__u32	cts;
cts               488 drivers/mmc/core/sdio_uart.c 		port->icount.cts++;
cts               491 drivers/mmc/core/sdio_uart.c 			int cts = (status & UART_MSR_CTS);
cts               493 drivers/mmc/core/sdio_uart.c 				if (cts) {
cts               499 drivers/mmc/core/sdio_uart.c 				if (!cts) {
cts               987 drivers/mmc/core/sdio_uart.c 				if (port->icount.cts)
cts               989 drivers/mmc/core/sdio_uart.c 						      port->icount.cts);
cts              1605 drivers/net/usb/hso.c 	icount->cts         = cnow.cts;
cts               439 drivers/net/wireless/broadcom/b43/xmit.c 			struct ieee80211_cts *uninitialized_var(cts);
cts               443 drivers/net/wireless/broadcom/b43/xmit.c 				cts = (struct ieee80211_cts *)
cts               447 drivers/net/wireless/broadcom/b43/xmit.c 				cts = (struct ieee80211_cts *)
cts               451 drivers/net/wireless/broadcom/b43/xmit.c 				cts = (struct ieee80211_cts *)
cts               457 drivers/net/wireless/broadcom/b43/xmit.c 						info, cts);
cts              1339 drivers/pinctrl/sh-pfc/pfc-r8a7778.c #define SCIF_PFC_CTR(name, cts, rts)	SH_PFC_MUX2(name, cts, rts)
cts               818 drivers/scsi/bfa/bfa_svc.c 	send_req->cts = reqi->cts;
cts              1006 drivers/scsi/bfa/bfa_svc.c 	      u16 vf_id, u8 lp_tag, bfa_boolean_t cts, enum fc_cos cos,
cts              1025 drivers/scsi/bfa/bfa_svc.c 	reqi->cts = cts;
cts               137 drivers/scsi/bfa/bfa_svc.h 	u8		cts;	/*  continuous sequence */
cts               629 drivers/scsi/bfa/bfa_svc.h 		   bfa_boolean_t cts, enum fc_cos cos,
cts              3331 drivers/scsi/bfa/bfad_bsg.c 		      bsg_fcpt->cts, bsg_fcpt->cos,
cts               812 drivers/scsi/bfa/bfad_bsg.h 	int		cts;
cts               351 drivers/scsi/bfa/bfi_ms.h 	u8	 cts;		/*  continue sequence		    */
cts               312 drivers/staging/fwserial/fwserial.c 		++port->icount.cts;
cts              1198 drivers/staging/fwserial/fwserial.c 		 (mask & TIOCM_CTS && prev->cts != now.cts));
cts              1385 drivers/staging/fwserial/fwserial.c 	icount->cts = port->icount.cts;
cts              1409 drivers/staging/fwserial/fwserial.c 	seq_printf(m, " cts:%d dsr:%d rng:%d dcd:%d", port->icount.cts,
cts               619 drivers/staging/vt6656/rxtx.c 	struct vnt_rrv_time_cts *buf = &tx_head->tx_cts.cts;
cts               201 drivers/staging/vt6656/rxtx.h 		struct vnt_rrv_time_cts cts;
cts              1012 drivers/staging/wlan-ng/p80211netdev.c 			wlandev->rx.cts++;
cts               119 drivers/staging/wlan-ng/p80211netdev.h 	u32 cts;
cts               398 drivers/tty/amiserial.c 			icount->cts++;
cts              1190 drivers/tty/amiserial.c 	icount->cts = cnow.cts;
cts              1249 drivers/tty/amiserial.c 				    cnow.dcd == cprev.dcd && cnow.cts == cprev.cts) {
cts              1256 drivers/tty/amiserial.c 				     ((arg & TIOCM_CTS) && (cnow.cts != cprev.cts)) ) {
cts              1647 drivers/tty/amiserial.c 	state->icount.cts = state->icount.dsr = 
cts               706 drivers/tty/cyclades.c 			info->icount.cts++;
cts              1128 drivers/tty/cyclades.c 			info->icount.cts++;
cts              2607 drivers/tty/cyclades.c 		((arg & TIOCM_CTS) && (cnow.cts != cprev->cts));
cts              2747 drivers/tty/cyclades.c 	sic->cts = cnow.cts;
cts               118 drivers/tty/moxa.c 	int cts;
cts               359 drivers/tty/moxa.c 					tmp.cts = 1;
cts              1470 drivers/tty/moxa.c 	int rts, cts, txflow, rxflow, xany, baud;
cts              1472 drivers/tty/moxa.c 	rts = cts = txflow = rxflow = xany = 0;
cts              1474 drivers/tty/moxa.c 		rts = cts = 1;
cts              1482 drivers/tty/moxa.c 	MoxaPortFlowCtrl(ch, rts, cts, txflow, rxflow, xany);
cts              1830 drivers/tty/moxa.c static void MoxaPortFlowCtrl(struct moxa_port *port, int rts, int cts,
cts              1837 drivers/tty/moxa.c 	if (cts)
cts               277 drivers/tty/mxser.c 	int cts;
cts               821 drivers/tty/mxser.c 		port->icount.cts++;
cts              1551 drivers/tty/mxser.c 					ms.cts = 1;
cts              1594 drivers/tty/mxser.c 					ip->icount.cts++;
cts              1667 drivers/tty/mxser.c 		((arg & TIOCM_CTS) && (cnow.cts != cprev->cts));
cts              1841 drivers/tty/mxser.c 	icount->cts = cnow.cts;
cts               960 drivers/tty/nozomi.c 		dc->port[port].tty_icount.cts++;
cts               972 drivers/tty/nozomi.c 	   dc->port[port].tty_icount.dcd, dc->port[port].tty_icount.cts,
cts              1720 drivers/tty/nozomi.c 		|| ((flags & TIOCM_CTS) && (cnow.cts != cprev->cts));
cts              1733 drivers/tty/nozomi.c 	icount->cts = cnow.cts;
cts               642 drivers/tty/serial/ifx6x60.c 	unsigned char cts;
cts               655 drivers/tty/serial/ifx6x60.c 				&length, &more, &cts);
cts               667 drivers/tty/serial/ifx6x60.c 		ifx_dev->spi_slave_cts = cts;
cts                96 drivers/tty/serial/max3100.c 	int cts;	        /* last CTS received for flow ctrl */
cts               219 drivers/tty/serial/max3100.c 	int ret = 0, cts;
cts               247 drivers/tty/serial/max3100.c 	cts = (rx & MAX3100_CTS) > 0;
cts               248 drivers/tty/serial/max3100.c 	if (s->cts != cts) {
cts               249 drivers/tty/serial/max3100.c 		s->cts = cts;
cts               250 drivers/tty/serial/max3100.c 		uart_handle_cts_change(&s->port, cts ? TIOCM_CTS : 0);
cts               396 drivers/tty/serial/max3100.c 	return (s->cts ? TIOCM_CTS : 0) | TIOCM_DSR | TIOCM_CAR;
cts               920 drivers/tty/serial/msm_serial.c 	port->icount.cts++;
cts              1225 drivers/tty/serial/serial_core.c 		    ((arg & TIOCM_CTS) && (cnow.cts != cprev.cts))) {
cts              1268 drivers/tty/serial/serial_core.c 	icount->cts         = cnow.cts;
cts              3033 drivers/tty/serial/serial_core.c 	uport->icount.cts++;
cts               201 drivers/tty/serial/timbuart.c 	u8 cts = ioread8(port->membase + TIMBUART_CTRL);
cts               202 drivers/tty/serial/timbuart.c 	dev_dbg(port->dev, "%s - cts %x\n", __func__, cts);
cts               204 drivers/tty/serial/timbuart.c 	if (cts & TIMBUART_CTRL_CTS)
cts               222 drivers/tty/serial/timbuart.c 	unsigned int cts;
cts               227 drivers/tty/serial/timbuart.c 		cts = timbuart_get_mctrl(port);
cts               228 drivers/tty/serial/timbuart.c 		uart_handle_cts_change(port, cts & TIOCM_CTS);
cts               242 drivers/tty/serial/vt8500_serial.c 	port->icount.cts++;
cts              1333 drivers/tty/synclink.c 			icount->cts++;
cts              2806 drivers/tty/synclink.c 		    cnow.dcd == cprev.dcd && cnow.cts == cprev.cts) {
cts              2815 drivers/tty/synclink.c 		    (arg & TIOCM_CTS && cnow.cts != cprev.cts)) {
cts              2926 drivers/tty/synclink.c 	icount->cts = cnow.cts;
cts              1108 drivers/tty/synclink_gt.c 	icount->cts = cnow.cts;
cts              2011 drivers/tty/synclink_gt.c 	info->icount.cts++;
cts              3125 drivers/tty/synclink_gt.c 		    cnow.dcd == cprev.dcd && cnow.cts == cprev.cts) {
cts              3134 drivers/tty/synclink_gt.c 		    (arg & TIOCM_CTS && cnow.cts != cprev.cts)) {
cts              1317 drivers/tty/synclinkmp.c 	icount->cts = cnow.cts;
cts              2442 drivers/tty/synclinkmp.c 			icount->cts++;
cts              3150 drivers/tty/synclinkmp.c 		    cnow.dcd == cprev.dcd && cnow.cts == cprev.cts) {
cts              3159 drivers/tty/synclinkmp.c 		    (arg & TIOCM_CTS && cnow.cts != cprev.cts)) {
cts               494 drivers/usb/serial/ark3116.c 			port->icount.cts++;
cts               564 drivers/usb/serial/ch341.c 		port->icount.cts++;
cts              1107 drivers/usb/serial/cypress_m8.c 				port->icount.cts++;
cts               197 drivers/usb/serial/f81232.c 		port->icount.cts++;
cts              1034 drivers/usb/serial/f81534.c 		port->icount.cts++;
cts              2503 drivers/usb/serial/ftdi_sio.c 			port->icount.cts++;
cts               520 drivers/usb/serial/generic.c 		((arg & TIOCM_CTS) && (cnow.cts != cprev->cts));
cts               558 drivers/usb/serial/generic.c 	icount->cts = cnow.cts;
cts              2016 drivers/usb/serial/io_edgeport.c 			icount->cts++;
cts              1568 drivers/usb/serial/io_ti.c 			icount->cts++;
cts              1030 drivers/usb/serial/keyspan.c 	p_priv->cts_state = ((msg->cts) ? 1 : 0);
cts              1115 drivers/usb/serial/keyspan.c 	p_priv->cts_state = ((msg->cts) ? 1 : 0);
cts              1367 drivers/usb/serial/keyspan.c 	p_priv->cts_state = ((msg->cts) ? 1 : 0);
cts               151 drivers/usb/serial/keyspan_usa28msg.h 		cts,
cts               242 drivers/usb/serial/keyspan_usa49msg.h 		cts,			// reports CTS pin
cts               157 drivers/usb/serial/keyspan_usa90msg.h 		cts,			// reports CTS pin
cts               343 drivers/usb/serial/mct_u232.c 		icount->cts++;
cts               398 drivers/usb/serial/mos7840.c 			icount->cts++;
cts               387 drivers/usb/serial/mxuport.c 			port->icount.cts++;
cts                42 drivers/usb/serial/opticon.c 	bool cts;
cts                62 drivers/usb/serial/opticon.c 		priv->cts = false;
cts                64 drivers/usb/serial/opticon.c 		priv->cts = true;
cts               292 drivers/usb/serial/opticon.c 	if (priv->cts)
cts               702 drivers/usb/serial/oti6858.c 					port->icount.cts++;
cts               931 drivers/usb/serial/pl2303.c 			port->icount.cts++;
cts               856 drivers/usb/serial/quatech2.c 			port->icount.cts++;
cts               447 drivers/usb/serial/ssu100.c 			port->icount.cts++;
cts              1448 drivers/usb/serial/ti_usb_3410_5052.c 			icount->cts++;
cts               211 drivers/video/fbdev/omap2/omapfb/dss/hdmi.h 	u32					cts;
cts               317 drivers/video/fbdev/omap2/omapfb/dss/hdmi.h int hdmi_compute_acr(u32 pclk, u32 sample_freq, u32 *n, u32 *cts);
cts               534 drivers/video/fbdev/omap2/omapfb/dss/hdmi4_core.c 		REG_FLD_MOD(av_base, HDMI_CORE_AV_CTS_SVAL1, cfg->cts, 7, 0);
cts               536 drivers/video/fbdev/omap2/omapfb/dss/hdmi4_core.c 				HDMI_CORE_AV_CTS_SVAL2, cfg->cts >> 8, 7, 0);
cts               538 drivers/video/fbdev/omap2/omapfb/dss/hdmi4_core.c 				HDMI_CORE_AV_CTS_SVAL3, cfg->cts >> 16, 7, 0);
cts               682 drivers/video/fbdev/omap2/omapfb/dss/hdmi4_core.c 	int err, n, cts, channel_count;
cts               744 drivers/video/fbdev/omap2/omapfb/dss/hdmi4_core.c 	err = hdmi_compute_acr(pclk, fs_nr, &n, &cts);
cts               748 drivers/video/fbdev/omap2/omapfb/dss/hdmi4_core.c 	acore.cts = cts;
cts               653 drivers/video/fbdev/omap2/omapfb/dss/hdmi5_core.c 	REG_FLD_MOD(base, HDMI_CORE_AUD_CTS1, cfg->cts, 7, 0);
cts               654 drivers/video/fbdev/omap2/omapfb/dss/hdmi5_core.c 	REG_FLD_MOD(base, HDMI_CORE_AUD_CTS2, cfg->cts >> 8, 7, 0);
cts               655 drivers/video/fbdev/omap2/omapfb/dss/hdmi5_core.c 	REG_FLD_MOD(base, HDMI_CORE_AUD_CTS3, cfg->cts >> 16, 3, 0);
cts               793 drivers/video/fbdev/omap2/omapfb/dss/hdmi5_core.c 	int err, n, cts, channel_count;
cts               836 drivers/video/fbdev/omap2/omapfb/dss/hdmi5_core.c 	err = hdmi_compute_acr(pclk, fs_nr, &n, &cts);
cts               838 drivers/video/fbdev/omap2/omapfb/dss/hdmi5_core.c 	core_cfg.cts = cts;
cts                52 drivers/video/fbdev/omap2/omapfb/dss/hdmi_common.c int hdmi_compute_acr(u32 pclk, u32 sample_freq, u32 *n, u32 *cts)
cts                57 drivers/video/fbdev/omap2/omapfb/dss/hdmi_common.c 	if (n == NULL || cts == NULL)
cts               146 drivers/video/fbdev/omap2/omapfb/dss/hdmi_common.c 	*cts = (pclk/1000) * (*n / 128) * deep_color / (sample_freq / 10);
cts               105 include/linux/cyclades.h 	__u32	cts, dsr, rng, dcd, tx, rx;
cts               135 include/linux/hil_mlc.h 	hil_mlc_cts		*cts;
cts               131 include/linux/mfd/si476x-core.h 	atomic_t          cts;
cts               136 include/linux/ptp_clock_kernel.h 			      struct system_device_crosststamp *cts);
cts                21 include/linux/serial.h 	__u32	cts, dsr, rng, dcd, tx, rx;
cts                89 include/linux/serial_core.h 	__u32	cts;
cts              4904 include/net/mac80211.h 			     struct ieee80211_cts *cts);
cts               103 include/uapi/linux/serial.h 	int cts, dsr, rng, dcd;
cts               214 include/uapi/linux/synclink.h 	__u32	cts, dsr, rng, dcd, tx, rx;
cts                43 kernel/compat.c static int __compat_get_timespec(struct timespec *ts, const struct old_timespec32 __user *cts)
cts                45 kernel/compat.c 	return (!access_ok(cts, sizeof(*cts)) ||
cts                46 kernel/compat.c 			__get_user(ts->tv_sec, &cts->tv_sec) ||
cts                47 kernel/compat.c 			__get_user(ts->tv_nsec, &cts->tv_nsec)) ? -EFAULT : 0;
cts                50 kernel/compat.c static int __compat_put_timespec(const struct timespec *ts, struct old_timespec32 __user *cts)
cts                52 kernel/compat.c 	return (!access_ok(cts, sizeof(*cts)) ||
cts                53 kernel/compat.c 			__put_user(ts->tv_sec, &cts->tv_sec) ||
cts                54 kernel/compat.c 			__put_user(ts->tv_nsec, &cts->tv_nsec)) ? -EFAULT : 0;
cts               907 kernel/time/time.c 				   const struct old_timespec32 __user *cts)
cts               912 kernel/time/time.c 	ret = copy_from_user(&ts, cts, sizeof(ts));
cts               923 kernel/time/time.c 				   struct old_timespec32 __user *cts)
cts               929 kernel/time/time.c 	return copy_to_user(cts, &ts, sizeof(ts)) ? -EFAULT : 0;
cts               215 net/compat.c   	struct old_timespec32 cts[3];
cts               237 net/compat.c   				cts[i].tv_sec = ts[i].tv_sec;
cts               238 net/compat.c   				cts[i].tv_nsec = ts[i].tv_nsec;
cts               240 net/compat.c   			data = &cts;
cts               241 net/compat.c   			len = sizeof(cts[0]) * count;
cts               398 net/mac80211/trace.h 		__field(bool, cts)
cts               438 net/mac80211/trace.h 		__entry->cts = info->use_cts_prot;
cts              4880 net/mac80211/tx.c 			     struct ieee80211_cts *cts)
cts              4884 net/mac80211/tx.c 	cts->frame_control =
cts              4886 net/mac80211/tx.c 	cts->duration = ieee80211_ctstoself_duration(hw, vif,
cts              4888 net/mac80211/tx.c 	memcpy(cts->ra, hdr->addr1, sizeof(cts->ra));
cts               106 samples/bpf/cpustat_kern.c 	u64 *cts, *pts, *cstate, *pstate, prev_state, cur_ts, delta;
cts               116 samples/bpf/cpustat_kern.c 	cts = bpf_map_lookup_elem(&my_map, &key);
cts               117 samples/bpf/cpustat_kern.c 	if (!cts)
cts               138 samples/bpf/cpustat_kern.c 	if (!*cts) {
cts               139 samples/bpf/cpustat_kern.c 		*cts = bpf_ktime_get_ns();
cts               144 samples/bpf/cpustat_kern.c 	delta = cur_ts - *cts;
cts               145 samples/bpf/cpustat_kern.c 	*cts = cur_ts;
cts               141 tools/firewire/decode-fcp.c 	uint32_t cts:4;
cts               186 tools/firewire/decode-fcp.c 		switch (frame->cts) {
cts               206 tools/firewire/decode-fcp.c 			printf("reserved fcp frame (ctx=0x%02x)\n", frame->cts);