Searched refs:input_names (Results 1 – 9 of 9) sorted by relevance
19 static const char * const input_names[] = { variable43 return sprintf(buf, "%s\n", input_names[channel]); in show_label()
20 static const char * const input_names[] = { variable67 return sprintf(buf, "%s\n", input_names[channel]); in show_label()
44 static const char *const input_names[] = { variable104 return sprintf(buf, "%s\n", input_names[attr->index]); in label_show()
39 static const char * const input_names[] = { variable202 input_names[to_sensor_dev_attr(devattr)->index]); in label_show()
86 static const char * const input_names[] = { variable201 return sprintf(buf, "%s\n", input_names[attr->index]); in powr1220_label_show()
33 static const char * const input_names[] = { variable296 input_names[to_sensor_dev_attr(devattr)->index]); in label_show()
538 const char **input_names; in ak4xxx_capture_num_inputs() local540 input_names = ak->adc_info[mixer_ch].input_names; in ak4xxx_capture_num_inputs()542 while (num_names < AK5365_NUM_INPUTS && input_names[num_names]) in ak4xxx_capture_num_inputs()558 ak->adc_info[mixer_ch].input_names); in ak4xxx_capture_source_info()
41 const char **input_names; /* capture source names (NULL terminated) */ member
220 .input_names = revo51_adc_input_names
Completed in 17 milliseconds