| /linux-4.4.14/sound/soc/omap/ | 
| D | omap-mcbsp.c | 96 					SNDRV_PCM_HW_PARAM_BUFFER_SIZE);  in omap_mcbsp_hwrule_min_buffersize() 143 					    SNDRV_PCM_HW_PARAM_BUFFER_SIZE,  in omap_mcbsp_dai_startup()
  | 
| /linux-4.4.14/sound/core/ | 
| D | pcm_native.c | 2033 	snd_interval_setinteger(constrs_interval(constrs, SNDRV_PCM_HW_PARAM_BUFFER_SIZE));  in snd_pcm_hw_constraints_init() 2066 				  SNDRV_PCM_HW_PARAM_BUFFER_BYTES, SNDRV_PCM_HW_PARAM_BUFFER_SIZE, -1);  in snd_pcm_hw_constraints_init() 2081 				  SNDRV_PCM_HW_PARAM_BUFFER_SIZE, SNDRV_PCM_HW_PARAM_BUFFER_TIME, -1);  in snd_pcm_hw_constraints_init() 2086 				  SNDRV_PCM_HW_PARAM_BUFFER_SIZE, SNDRV_PCM_HW_PARAM_PERIOD_SIZE, -1);  in snd_pcm_hw_constraints_init() 2091 				  SNDRV_PCM_HW_PARAM_BUFFER_SIZE, SNDRV_PCM_HW_PARAM_PERIODS, -1);  in snd_pcm_hw_constraints_init() 2104 	err = snd_pcm_hw_rule_add(runtime, 0, SNDRV_PCM_HW_PARAM_BUFFER_SIZE,   in snd_pcm_hw_constraints_init() 2109 	err = snd_pcm_hw_rule_add(runtime, 0, SNDRV_PCM_HW_PARAM_BUFFER_SIZE,   in snd_pcm_hw_constraints_init() 2114 	err = snd_pcm_hw_rule_add(runtime, 0, SNDRV_PCM_HW_PARAM_BUFFER_SIZE,   in snd_pcm_hw_constraints_init() 2126 				  SNDRV_PCM_HW_PARAM_BUFFER_SIZE, SNDRV_PCM_HW_PARAM_FRAME_BITS, -1);  in snd_pcm_hw_constraints_init() 2136 				  SNDRV_PCM_HW_PARAM_BUFFER_SIZE, SNDRV_PCM_HW_PARAM_RATE, -1);  in snd_pcm_hw_constraints_init()
  | 
| D | pcm_lib.c | 1742 		SNDRV_PCM_HW_PARAM_BUFFER_SIZE,  in snd_pcm_hw_params_choose() 1749 		if (*v != SNDRV_PCM_HW_PARAM_BUFFER_SIZE)  in snd_pcm_hw_params_choose()
  | 
| /linux-4.4.14/drivers/gpu/drm/bridge/ | 
| D | dw_hdmi-ahb-audio.c | 349 					   SNDRV_PCM_HW_PARAM_BUFFER_SIZE,  in dw_hdmi_open()
  | 
| /linux-4.4.14/sound/pci/mixart/ | 
| D | mixart.c | 784 	snd_pcm_hw_constraint_step(runtime, 0, SNDRV_PCM_HW_PARAM_BUFFER_SIZE, 64);  in snd_mixart_playback_open() 865 	snd_pcm_hw_constraint_step(runtime, 0, SNDRV_PCM_HW_PARAM_BUFFER_SIZE, 64);  in snd_mixart_capture_open()
  | 
| /linux-4.4.14/sound/pci/ | 
| D | sis7019.c | 498 	snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_BUFFER_SIZE,  in sis_playback_open() 699 	snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_BUFFER_SIZE,  in sis_capture_open()
  | 
| D | cmipci.c | 1685 	snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_BUFFER_SIZE, 0, 0x10000);  in snd_cmipci_playback_open() 1710 	snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_BUFFER_SIZE, 0, 0x10000);  in snd_cmipci_capture_open() 1748 	snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_BUFFER_SIZE, 0, 0x10000);  in snd_cmipci_playback2_open() 1774 	snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_BUFFER_SIZE, 0, 0x40000);  in snd_cmipci_playback_spdif_open() 1793 	snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_BUFFER_SIZE, 0, 0x40000);  in snd_cmipci_capture_spdif_open()
  | 
| /linux-4.4.14/include/uapi/sound/ | 
| D | asound.h | 352 #define	SNDRV_PCM_HW_PARAM_BUFFER_SIZE	17	/* Size of buffer in frames */  macro
  | 
| /linux-4.4.14/sound/firewire/ | 
| D | amdtp-stream.c | 177 					 SNDRV_PCM_HW_PARAM_BUFFER_SIZE, 32);  in amdtp_stream_add_pcm_hw_constraints()
  | 
| /linux-4.4.14/sound/pci/lola/ | 
| D | lola_pcm.c | 251 	snd_pcm_hw_constraint_step(runtime, 0, SNDRV_PCM_HW_PARAM_BUFFER_SIZE,  in lola_pcm_open()
  | 
| /linux-4.4.14/sound/pci/trident/ | 
| D | trident_main.c | 1871 	snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_BUFFER_SIZE, 0, 64*1024);  in snd_trident_playback_open() 1932 	snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_BUFFER_SIZE, 0, 64*1024);  in snd_trident_spdif_open() 1999 	snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_BUFFER_SIZE, 0, 64*1024);  in snd_trident_capture_open() 2042 	snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_BUFFER_SIZE, 0, 64*1024);  in snd_trident_foldback_open()
  | 
| /linux-4.4.14/sound/pci/lx6464es/ | 
| D | lx6464es.c | 257 				   SNDRV_PCM_HW_PARAM_BUFFER_SIZE, 32);  in lx_pcm_open()
  | 
| /linux-4.4.14/include/sound/ | 
| D | pcm.h | 949 	return hw_param_interval_c(p, SNDRV_PCM_HW_PARAM_BUFFER_SIZE)->min;  in params_buffer_size()
  | 
| /linux-4.4.14/sound/pci/pcxhr/ | 
| D | pcxhr.c | 1090 				   SNDRV_PCM_HW_PARAM_BUFFER_SIZE, 32);  in pcxhr_open()
  | 
| /linux-4.4.14/sound/pci/ali5451/ | 
| D | ali5451.c | 1511 	snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_BUFFER_SIZE,  in snd_ali_open()
  | 
| /linux-4.4.14/sound/pci/echoaudio/ | 
| D | echoaudio.c | 327 					      SNDRV_PCM_HW_PARAM_BUFFER_SIZE,  in pcm_open()
  | 
| /linux-4.4.14/sound/core/oss/ | 
| D | pcm_oss.c | 721 …  snd_pcm_hw_param_value_max(slave_params, SNDRV_PCM_HW_PARAM_BUFFER_SIZE, NULL)) * oss_frame_size;  in snd_pcm_oss_period_size()
  | 
| /linux-4.4.14/sound/pci/rme9652/ | 
| D | hdspm.c | 6092 					     SNDRV_PCM_HW_PARAM_BUFFER_SIZE,  in snd_hdspm_open()
  |