mono              513 drivers/gpu/drm/tiny/repaper.c 	u8 *gray8 = buf, *mono = buf;
mono              527 drivers/gpu/drm/tiny/repaper.c 			*mono++ = byte;
mono              246 drivers/media/pci/ivtv/ivtv-cards.c 	.gpio_audio_mode   = { .mask = 0x4300, .mono   = 0x4000, .stereo = 0x0200,
mono              289 drivers/media/pci/ivtv/ivtv-cards.c 	.gpio_audio_mode   = { .mask = 0x000e, .mono   = 0x0006, .stereo = 0x0004,
mono              331 drivers/media/pci/ivtv/ivtv-cards.c 	.gpio_audio_mode   = { .mask = 0x000e, .mono   = 0x0006, .stereo = 0x0004,
mono              482 drivers/media/pci/ivtv/ivtv-cards.c 	.gpio_audio_mode   = { .mask = 0x4300, .mono   = 0x4000, .stereo = 0x0200,
mono              848 drivers/media/pci/ivtv/ivtv-cards.c 	.gpio_audio_mode   = { .mask = 0x4300, .mono   = 0x4000, .stereo = 0x0200,
mono             1236 drivers/media/pci/ivtv/ivtv-cards.c 			      .mono   = 0x0000,
mono              215 drivers/media/pci/ivtv/ivtv-cards.h 	u16 mono;		/* set audio to mono */
mono              197 drivers/media/pci/ivtv/ivtv-gpio.c 		data = itv->card->gpio_audio_mode.mono;
mono              138 drivers/media/tuners/tea5761.c 			    bool mono)
mono              156 drivers/media/tuners/tea5761.c 	if (mono) {
mono              674 drivers/media/tuners/tuner-simple.c 	bool mono = params->audmode == V4L2_TUNER_MODE_MONO;
mono              741 drivers/media/tuners/tuner-simple.c 		if (t_params->port1_set_for_fm_mono && mono)
mono              172 drivers/staging/olpc_dcon/olpc_dcon.c 	if (dcon->mono == enable_mono)
mono              175 drivers/staging/olpc_dcon/olpc_dcon.c 	dcon->mono = enable_mono;
mono              421 drivers/staging/olpc_dcon/olpc_dcon.c 	return sprintf(buf, "%d\n", dcon->mono);
mono               87 drivers/staging/olpc_dcon/olpc_dcon.h 	bool mono;
mono              126 drivers/video/fbdev/atafb.c 			short mono;
mono              876 drivers/video/fbdev/atafb.c 	if (par->hw.falcon.mono) {
mono              991 drivers/video/fbdev/atafb.c 	par->hw.falcon.mono = bpp == 1;
mono             1568 drivers/video/fbdev/atafb.c 	hw->mono = (hw->f_shift & 0x400) ||
mono              300 fs/reiserfs/procfs.c static time64_t ktime_mono_to_real_seconds(time64_t mono)
mono              302 fs/reiserfs/procfs.c 	ktime_t kt = ktime_set(mono, NSEC_PER_SEC/2);
mono              147 include/linux/timekeeping.h static inline ktime_t ktime_mono_to_real(ktime_t mono)
mono              149 include/linux/timekeeping.h 	return ktime_mono_to_any(mono, TK_OFFS_REAL);
mono              270 include/sound/wavefront.h     u8 mono:1;
mono             2176 kernel/time/timekeeping.c 	struct timespec64 now, mono;
mono             2183 kernel/time/timekeeping.c 		mono = tk->wall_to_monotonic;
mono             2186 kernel/time/timekeeping.c 	set_normalized_timespec64(ts, now.tv_sec + mono.tv_sec,
mono             2187 kernel/time/timekeeping.c 				now.tv_nsec + mono.tv_nsec);
mono               99 net/sched/sch_taprio.c 	ktime_t mono = ktime_get();
mono              103 net/sched/sch_taprio.c 		return mono;
mono              105 net/sched/sch_taprio.c 		return ktime_mono_to_any(mono, q->tk_offset);
mono              356 sound/pci/ctxfi/ctatc.c 	if (apcm->mono) {
mono              357 sound/pci/ctxfi/ctatc.c 		sum_mgr->put_sum(sum_mgr, apcm->mono);
mono              358 sound/pci/ctxfi/ctatc.c 		apcm->mono = NULL;
mono              598 sound/pci/ctxfi/ctatc.c 	err = sum_mgr->get_sum(sum_mgr, &sum_dsc, (struct sum **)&apcm->mono);
mono              650 sound/pci/ctxfi/ctatc.c 	struct sum *mono;
mono              669 sound/pci/ctxfi/ctatc.c 		mono = apcm->mono;
mono              673 sound/pci/ctxfi/ctatc.c 						MONO_SUM_SCALE, mono);
mono              675 sound/pci/ctxfi/ctatc.c 		out_ports[0] = &mono->rsc;
mono               66 sound/pci/ctxfi/ctatc.h 	void *mono;		/* A SUM resource for mixing chs to one */
mono              612 sound/pci/es1938.c 	int u, is8, mono;
mono              619 sound/pci/es1938.c 	mono = (runtime->channels > 1) ? 0 : 1;
mono              623 sound/pci/es1938.c 	chip->dma1_shift = 2 - mono - is8;
mono              628 sound/pci/es1938.c 	snd_es1938_bits(chip, ESS_CMD_ANALOGCONTROL, 0x03, (mono ? 2 : 1));
mono              642 sound/pci/es1938.c 		       (mono ? 0x40 : 0x08));
mono              660 sound/pci/es1938.c 	int u, is8, mono;
mono              667 sound/pci/es1938.c 	mono = (runtime->channels > 1) ? 0 : 1;
mono              671 sound/pci/es1938.c 	chip->dma2_shift = 2 - mono - is8;
mono              685 sound/pci/es1938.c 			       (mono ? 0 : 2) | (is8 ? 0 : 1));
mono              697 sound/pci/es1938.c 	int u, is8, mono;
mono              704 sound/pci/es1938.c 	mono = (runtime->channels > 1) ? 0 : 1;
mono              708 sound/pci/es1938.c 	chip->dma1_shift = 2 - mono - is8;
mono              715 sound/pci/es1938.c 	snd_es1938_bits(chip, ESS_CMD_ANALOGCONTROL, 0x03, (mono ? 2 : 1));
mono              726 sound/pci/es1938.c 			 0x90 | (mono ? 0x40 : 0x08) |
mono               43 sound/pci/pcxhr/pcxhr.c static bool mono[SNDRV_CARDS];				/* capture  mono only */
mono               51 sound/pci/pcxhr/pcxhr.c module_param_array(mono, bool, NULL, 0444);
mono               52 sound/pci/pcxhr/pcxhr.c MODULE_PARM_DESC(mono, "Mono capture mode (default is stereo)");
mono             1547 sound/pci/pcxhr/pcxhr.c 	mgr->mono_capture = mono[dev];
mono              366 sound/pci/riptide/riptide.c 	unsigned char *mono;
mono              620 sound/pci/riptide/riptide.c 	 .mono = lbus_play_mono1,
mono              625 sound/pci/riptide/riptide.c 	 .mono = lbus_play_mono2,
mono              630 sound/pci/riptide/riptide.c 	 .mono = lbus_play_mono3,
mono              636 sound/pci/riptide/riptide.c 	.mono = lbus_rec_mono1,
mono             1464 sound/pci/riptide/riptide.c 			lbuspath = data->paths.mono;
mono              149 sound/soc/mediatek/common/mtk-afe-fe-dai.c 		unsigned int mono = (params_channels(params) == 1) ? 1 : 0;
mono              152 sound/soc/mediatek/common/mtk-afe-fe-dai.c 				       1, mono, memif->data->mono_shift);