Home
last modified time | relevance | path

Searched refs:csv (Results 1 – 20 of 20) sorted by relevance

/linux-5.19.10/drivers/comedi/drivers/ni_routing/tools/
DMakefile31 everything : csv-files c-files csv-blank
52 csv-files : ni_values.py comedi_h.py
55 csv-blank : comedi_h.py
57 @echo New blank csv signal table in csv/blank_route_table.csv
74 $(RM) -rf c/ csv/ linux/
Dmake_blank_csv.py5 import os, csv
24 dR = csv.DictWriter(F_csv, fieldnames, delimiter=';', quotechar='"')
Dcsv_collection.py3 import os, csv, glob
28 dR = csv.DictReader(F, delimiter=self.delimiter,
Dconvert_py_to_csv.py5 import os, csv
36 dR = csv.DictWriter(F_csv, fieldnames, delimiter=';', quotechar='"')
D.gitignore7 csv/
/linux-5.19.10/tools/arch/x86/kcpuid/
DMakefile24 install -m 444 -p cpuid.csv $(HWDATADIR)/cpuid.csv
/linux-5.19.10/drivers/staging/greybus/tools/
Dlbtest32 import csv
108 row = csv.writer(csvf, delimiter=",", quotechar="'",
109 quoting=csv.QUOTE_MINIMAL)
DREADME.loopback72 - Gather and format test results (csv or human readable).
/linux-5.19.10/tools/testing/selftests/rcutorture/bin/
Dconfig2csv.sh66 awk -f $T/p.awk < /dev/null > $T/p.csv
67 cp $T/p.csv $csvout
/linux-5.19.10/drivers/comedi/drivers/ni_routing/
DREADME114 (a) `make csv-files`
115 Creates new csv-files using content of c-files of existing
116 ni_routing/* content. New csv files are placed in csv
132 Finally, .csv content is very easy to edit and read using a variety of
135 spreadsheet-like .csv format to c-files that follow the kernel coding
140 Creates new c-files using content of csv sub-directory. These
143 (c) `make csv-blank`
144 Create a new blank csv file. This is useful for establishing a
150 Build all csv-files, then all new c-files.
/linux-5.19.10/drivers/scsi/
Dch.c859 struct changer_set_voltag csv; in ch_ioctl() local
862 if (copy_from_user(&csv, argp, sizeof(csv))) in ch_ioctl()
865 if (0 != ch_checkrange(ch, csv.csv_type, csv.csv_unit)) { in ch_ioctl()
869 elem = ch->firsts[csv.csv_type] + csv.csv_unit; in ch_ioctl()
872 csv.csv_flags & CSV_AVOLTAG, in ch_ioctl()
873 csv.csv_flags & CSV_CLEARTAG, in ch_ioctl()
874 csv.csv_voltag); in ch_ioctl()
/linux-5.19.10/tools/perf/pmu-events/
DREADME15 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
DBuild8 find $(JDIR) -name '*.json' -o -name 'mapfile.csv')
/linux-5.19.10/tools/perf/tests/shell/
Dstat+csv_summary.sh24 perf stat -e cycles -x' ' -I1000 --interval-count 1 --summary --no-csv-summary 2>&1 | \
/linux-5.19.10/tools/kvm/kvm_stat/
Dkvm_stat.service9 ExecStart=/usr/bin/kvm_stat -dtcz -s 10 -L /var/log/kvm_stat.csv
Dkvm_stat.txt68 --csv::
69 log in csv format. Requires option -l/--log or -L/--log-to-file.
Dkvm_stat1720 if options.csv and not (options.log or options.log_to_file):
1807 if options.csv:
/linux-5.19.10/tools/perf/Documentation/
Dperf-stat.txt499 --no-csv-summary::
504 'stat.no-csv-summary'.
506 $ perf config stat.no-csv-summary=true
/linux-5.19.10/Documentation/gpu/
Ddrm-kms.rst579 .. csv-table::
581 :file: kms-properties.csv
/linux-5.19.10/Documentation/driver-api/gpio/
Ddriver.rst401 .. csv-table::