Searched refs:num_btn (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/input/misc/ |
| H A D | atmel_captouch.c | 71 u32 num_btn; member 148 for (i = 0; i < capdev->num_btn; i++) { in atmel_captouch_isr() 214 capdev->num_btn = of_property_count_u32_elems(node, "linux,keymap"); in atmel_captouch_probe() 215 if (capdev->num_btn > MAX_NUM_OF_BUTTONS) in atmel_captouch_probe() 216 capdev->num_btn = MAX_NUM_OF_BUTTONS; in atmel_captouch_probe() 220 capdev->num_btn); in atmel_captouch_probe() 227 for (i = 0; i < capdev->num_btn; i++) in atmel_captouch_probe() 232 capdev->input->keycodemax = capdev->num_btn; in atmel_captouch_probe()
|
| /linux/sound/soc/codecs/ |
| H A D | wcd-mbhc-v2.h | 194 int num_btn; member 246 int num_btn, bool is_micbias);
|
| H A D | pm4125.c | 971 int num_btn, bool is_micbias) in pm4125_mbhc_program_btn_thr() 975 if (num_btn > WCD_MBHC_DEF_BUTTONS) { in pm4125_mbhc_program_btn_thr() 977 __func__, num_btn); in pm4125_mbhc_program_btn_thr() 981 for (i = 0; i < num_btn; i++) { in pm4125_mbhc_program_btn_thr() 1690 cfg->num_btn = PM4125_MBHC_MAX_BUTTONS; in pm4125_probe() 970 pm4125_mbhc_program_btn_thr(struct snd_soc_component * component,int * btn_low,int * btn_high,int num_btn,bool is_micbias) pm4125_mbhc_program_btn_thr() argument
|
| H A D | wcd937x.c | 1394 int num_btn, bool is_micbias) in wcd937x_mbhc_micb_en_status() 1398 if (num_btn > WCD_MBHC_DEF_BUTTONS) { in wcd937x_mbhc_micb_en_status() 1400 __func__, num_btn); in wcd937x_mbhc_micb_en_status() 1404 for (i = 0; i < num_btn; i++) { in wcd937x_mbhc_micb_en_status() 2936 cfg->num_btn = WCD937X_MBHC_MAX_BUTTONS; in wcd937x_probe() 1375 wcd937x_mbhc_program_btn_thr(struct snd_soc_component * component,int * btn_low,int * btn_high,int num_btn,bool is_micbias) wcd937x_mbhc_program_btn_thr() argument
|
| H A D | wcd938x.c | 1909 int num_btn, bool is_micbias) in wcd938x_mbhc_program_btn_thr() 1913 if (num_btn > WCD_MBHC_DEF_BUTTONS) { in wcd938x_mbhc_program_btn_thr() 1915 __func__, num_btn); in wcd938x_mbhc_program_btn_thr() 1919 for (i = 0; i < num_btn; i++) { in wcd938x_mbhc_program_btn_thr() 3241 cfg->num_btn = WCD938X_MBHC_MAX_BUTTONS; in wcd938x_populate_dt_data() 1908 wcd938x_mbhc_program_btn_thr(struct snd_soc_component * component,int * btn_low,int * btn_high,int num_btn,bool is_micbias) wcd938x_mbhc_program_btn_thr() argument
|
| H A D | wcd939x.c | 1850 int num_btn, bool is_micbias) in wcd939x_mbhc_program_btn_thr() 1854 if (num_btn > WCD_MBHC_DEF_BUTTONS) { in wcd939x_mbhc_program_btn_thr() 1856 __func__, num_btn); in wcd939x_mbhc_program_btn_thr() 1860 for (i = 0; i < num_btn; i++) { in wcd939x_mbhc_program_btn_thr() 3195 cfg->num_btn = WCD939X_MBHC_MAX_BUTTONS; in wcd939x_populate_dt_data() 1849 wcd939x_mbhc_program_btn_thr(struct snd_soc_component * component,int * btn_low,int * btn_high,int num_btn,bool is_micbias) wcd939x_mbhc_program_btn_thr() argument
|
| H A D | wcd934x.c | 2314 int num_btn, bool is_micbias) in wcd934x_mbhc_mbhc_bias_control() 2318 if (num_btn > WCD_MBHC_DEF_BUTTONS) { in wcd934x_mbhc_program_btn_thr() 2320 __func__, num_btn); in wcd934x_mbhc_program_btn_thr() 2324 for (i = 0; i < num_btn; i++) { in wcd934x_mbhc_program_btn_thr() 5824 cfg->num_btn = WCD934X_MBHC_MAX_BUTTONS; in wcd934x_codec_parse_data() 2319 wcd934x_mbhc_program_btn_thr(struct snd_soc_component * component,int * btn_low,int * btn_high,int num_btn,bool is_micbias) wcd934x_mbhc_program_btn_thr() argument
|
| H A D | wcd-mbhc-v2.c | 116 mbhc->cfg->num_btn, micbias); in wcd_program_btn_threshold()
|