Home
last modified time | relevance | path

Searched refs:smpl (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/input/sensors/gyro/
H A Dewtsa.c193 char smpl , dlpf; in ewtsa_system_restart() local
202 smpl = ( unsigned char)DELAY_INTMIN_THRES; in ewtsa_system_restart()
204 smpl = ( unsigned char)(EWTSA_delay - ( unsigned char)1); in ewtsa_system_restart()
206 err = i2c_write_byte(client, ( unsigned char)REG_SMPL, ( unsigned char)smpl); in ewtsa_system_restart()
/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Ddw_mmc-exynos.c488 u8 start_smpl, smpl, candiates = 0; in dw_mci_exynos_execute_tuning() local
496 smpl = dw_mci_exynos_move_next_clksmpl(host); in dw_mci_exynos_execute_tuning()
499 candiates |= (1 << smpl); in dw_mci_exynos_execute_tuning()
501 } while (start_smpl != smpl); in dw_mci_exynos_execute_tuning()
/OK3568_Linux_fs/kernel/Documentation/dev-tools/
H A Dcoccinelle.rst366 <smpl>
381 </smpl>
406 <smpl>
413 </smpl>
452 <smpl>
458 </smpl>
489 <smpl>
505 </smpl>
/OK3568_Linux_fs/kernel/include/sound/
H A Dwavefront.h379 #define WF_SAMPLE_IS_8BIT(smpl) ((smpl)->SampleResolution&2) argument