OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:param_get_int
(Results
1 - 2
of
2
) sorted by null
/external/kernel-headers/original/linux/
moduleparam.h
120
extern int
param_get_int
(char *buffer, struct kernel_param *kp);
/external/tinyalsa/
pcm.c
124
static unsigned int
param_get_int
(struct snd_pcm_hw_params *p, int n)
function
678
config->period_size =
param_get_int
(¶ms, SNDRV_PCM_HW_PARAM_PERIOD_SIZE);
679
config->period_count =
param_get_int
(¶ms, SNDRV_PCM_HW_PARAM_PERIODS);
Completed in 72 milliseconds