Home
last modified time | relevance | path

Searched refs:report_delay (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Dgsl_point_id.c235 static unsigned int report_delay; variable
1143 if(report_delay == 0) in PointDelay()
1156 point_delay[i].other.delay = (report_delay >> 3 * in PointDelay()
2335 report_delay=0; in gsl_DataInit()
2419 report_delay = conf[13]; in gsl_DataInit()
2509 report_delay = conf[0x28]; in gsl_DataInit()
/OK3568_Linux_fs/kernel/include/sound/
H A Dpcm.h299 u32 report_delay:1; /* add total delay to A/D or D/A */ member
306 config->report_delay = (data >> 4) & 1; in snd_pcm_unpack_audio_tstamp_config()
/OK3568_Linux_fs/kernel/sound/pci/hda/
H A Dhda_controller.c508 if (audio_tstamp_config->report_delay) in azx_get_time_info()
/OK3568_Linux_fs/kernel/sound/soc/intel/skylake/
H A Dskl-pcm.c1263 if (audio_tstamp_config->report_delay) in skl_platform_soc_get_time_info()
/OK3568_Linux_fs/kernel/sound/core/
H A Dpcm_lib.c230 if (runtime->audio_tstamp_config.report_delay) { in update_audio_tstamp()