Searched refs:input_names (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/hwmon/ |
| H A D | wm8350-hwmon.c | 19 static const char * const input_names[] = { variable 43 return sprintf(buf, "%s\n", input_names[channel]); in show_label()
|
| H A D | wm831x-hwmon.c | 20 static const char * const input_names[] = { variable 67 return sprintf(buf, "%s\n", input_names[channel]); in show_label()
|
| H A D | da9055-hwmon.c | 39 static const char * const input_names[] = { variable 202 input_names[to_sensor_dev_attr(devattr)->index]); in label_show()
|
| H A D | menf21bmc_hwmon.c | 44 static const char *const input_names[] = { variable 104 return sprintf(buf, "%s\n", input_names[attr->index]); in label_show()
|
| H A D | powr1220.c | 86 static const char * const input_names[] = { variable 201 return sprintf(buf, "%s\n", input_names[attr->index]); in powr1220_label_show()
|
| H A D | da9052-hwmon.c | 33 static const char * const input_names[] = { variable 296 input_names[to_sensor_dev_attr(devattr)->index]); in label_show()
|
| /OK3568_Linux_fs/kernel/sound/i2c/other/ |
| H A D | ak4xxx-adda.c | 538 const char **input_names; in ak4xxx_capture_num_inputs() local 540 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()
|
| /OK3568_Linux_fs/kernel/include/sound/ |
| H A D | ak4xxx-adda.h | 41 const char **input_names; /* capture source names (NULL terminated) */ member
|
| /OK3568_Linux_fs/external/rknn-toolkit2/examples/pytorch/resnet18_export_onnx/ |
| H A D | test.py | 86 …torch.onnx.export(model, x, './resnet18.onnx', opset_version=12, input_names=['input'], output_nam…
|
| /OK3568_Linux_fs/kernel/sound/pci/ice1712/ |
| H A D | revo.c | 220 .input_names = revo51_adc_input_names
|