Searched refs:value_to_name (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/comedi/drivers/ni_routing/tools/ |
H A D | convert_py_to_csv.py | 9 from ni_names import value_to_name 23 fieldnames = [value_to_name[i] for i in sorted(D.keys())] 42 ((CSVCollection.source_column_name,value_to_name[src]),), 43 *(((value_to_name[dest],v),) for dest,v in destD.items())
|
H A D | make_blank_csv.py | 8 from ni_names import value_to_name 20 fieldnames = [sig for sig_val, sig in sorted(value_to_name.items())]
|
H A D | ni_names.py | 55 name_to_value, value_to_name = get_ni_names() variable
|
/linux/drivers/phy/broadcom/ |
H A D | phy-brcm-usb.c | 218 static const char *value_to_name(const struct value_to_name_map *table, int count, in value_to_name() function 233 value_to_name(&brcm_dr_mode_to_name[0], in dr_mode_show() 270 value_to_name(&brcm_dual_mode_to_name[0], in dual_select_show()
|