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

/linux-master/drivers/comedi/drivers/ni_routing/tools/
H A Dmake_blank_csv.py8 from ni_names import value_to_name namespace
20 fieldnames = [sig for sig_val, sig in sorted(value_to_name.items())]
H A Dconvert_py_to_csv.py9 from ni_names import value_to_name namespace
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 Dni_names.py55 name_to_value, value_to_name = get_ni_names()
/linux-master/drivers/phy/broadcom/
H A Dphy-brcm-usb.c218 static const char *value_to_name(const struct value_to_name_map *table, int count, function
233 value_to_name(&brcm_dr_mode_to_name[0],
270 value_to_name(&brcm_dual_mode_to_name[0],

Completed in 143 milliseconds