Searched refs:set_threshold (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/omap/
H A Domap-pcm.h32 void (*set_threshold)(struct snd_pcm_substream *substream); member in struct:omap_pcm_dma_data
H A Domap-pcm.c221 if (dma_data->set_threshold)
222 dma_data->set_threshold(substream);
H A Domap-mcbsp.c362 dma_data->set_threshold = omap_mcbsp_set_threshold;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dserial167.c37 * - use get_user to access memory from userspace in set_threshold,
1344 static int set_threshold(struct cyclades_port *info, unsigned long __user * arg) function
1453 ret_val = set_threshold(info, argp);
H A Dcyclades.c2602 static int set_threshold(struct cyclades_port *info, unsigned long value) function
2617 } /* set_threshold */
2712 ret_val = set_threshold(info, arg);

Completed in 161 milliseconds