Searched refs:csv (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/staging/greybus/tools/ |
D | lbtest | 32 import csv 108 row = csv.writer(csvf, delimiter=",", quotechar="'", 109 quoting=csv.QUOTE_MINIMAL)
|
D | README.loopback | 72 - Gather and format test results (csv or human readable).
|
/Linux-v4.19/drivers/scsi/ |
D | ch.c | 837 struct changer_set_voltag csv; in ch_ioctl() local 840 if (copy_from_user(&csv, argp, sizeof(csv))) in ch_ioctl() 843 if (0 != ch_checkrange(ch, csv.csv_type, csv.csv_unit)) { in ch_ioctl() 847 elem = ch->firsts[csv.csv_type] + csv.csv_unit; in ch_ioctl() 850 csv.csv_flags & CSV_AVOLTAG, in ch_ioctl() 851 csv.csv_flags & CSV_CLEARTAG, in ch_ioctl() 852 csv.csv_voltag); in ch_ioctl()
|
/Linux-v4.19/tools/perf/pmu-events/ |
D | README | 15 be named 'mapfile.csv' (see below for mapfile format). 105 The mapfile.csv format is expected to be: 138 files, relative to the directory containing the mapfile.csv 146 $ grep Silvermont tools/perf/pmu-events/arch/x86/mapfile.csv
|
D | Build | 8 find $(JDIR) -name '*.json' -o -name 'mapfile.csv')
|
/Linux-v4.19/Documentation/gpu/ |
D | drm-kms.rst | 573 .. csv-table:: 575 :file: kms-properties.csv
|