Home
last modified time | relevance | path

Searched refs:value_to_name (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/drivers/staging/comedi/drivers/ni_routing/tools/
Dconvert_py_to_csv.py10 from ni_names import value_to_name
24 fieldnames = [value_to_name[i] for i in sorted(D.keys())]
43 ((CSVCollection.source_column_name,value_to_name[src]),),
44 *(((value_to_name[dest],v),) for dest,v in destD.items())
Dmake_blank_csv.py9 from ni_names import value_to_name
21 fieldnames = [sig for sig_val, sig in sorted(value_to_name.items())]
Dni_names.py56 name_to_value, value_to_name = get_ni_names() variable
/Linux-v5.10/drivers/phy/broadcom/
Dphy-brcm-usb.c188 static const char *value_to_name(const struct value_to_name_map *table, int count, in value_to_name() function
203 value_to_name(&brcm_dr_mode_to_name[0], in dr_mode_show()
239 value_to_name(&brcm_dual_mode_to_name[0], in dual_select_show()