Searched refs:csv (Results 1 – 16 of 16) sorted by relevance
/Linux-v5.10/drivers/staging/comedi/drivers/ni_routing/tools/ |
D | Makefile | 31 everything : csv-files c-files csv-blank 44 csv-files : ni_values.py comedi_h.py 47 csv-blank : 49 @echo New blank csv signal table in csv/blank_route_table.csv 66 $(RM) -rf c/ csv/
|
D | make_blank_csv.py | 6 import os, csv 25 dR = csv.DictWriter(F_csv, fieldnames, delimiter=';', quotechar='"')
|
D | csv_collection.py | 4 import os, csv, glob 29 dR = csv.DictReader(F, delimiter=self.delimiter,
|
D | convert_py_to_csv.py | 6 import os, csv 37 dR = csv.DictWriter(F_csv, fieldnames, delimiter=';', quotechar='"')
|
D | .gitignore | 7 csv/
|
/Linux-v5.10/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-v5.10/drivers/staging/comedi/drivers/ni_routing/ |
D | README | 114 (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-v5.10/drivers/scsi/ |
D | ch.c | 839 struct changer_set_voltag csv; in ch_ioctl() local 842 if (copy_from_user(&csv, argp, sizeof(csv))) in ch_ioctl() 845 if (0 != ch_checkrange(ch, csv.csv_type, csv.csv_unit)) { in ch_ioctl() 849 elem = ch->firsts[csv.csv_type] + csv.csv_unit; in ch_ioctl() 852 csv.csv_flags & CSV_AVOLTAG, in ch_ioctl() 853 csv.csv_flags & CSV_CLEARTAG, in ch_ioctl() 854 csv.csv_voltag); in ch_ioctl()
|
/Linux-v5.10/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-v5.10/tools/kvm/kvm_stat/ |
D | kvm_stat.service | 9 ExecStart=/usr/bin/kvm_stat -dtcz -s 10 -L /var/log/kvm_stat.csv
|
D | kvm_stat.txt | 68 --csv:: 69 log in csv format. Requires option -l/--log or -L/--log-to-file.
|
D | kvm_stat | 1719 if options.csv and not (options.log or options.log_to_file): 1806 if options.csv:
|
/Linux-v5.10/Documentation/gpu/ |
D | drm-kms.rst | 528 .. csv-table:: 530 :file: kms-properties.csv
|
/Linux-v5.10/Documentation/driver-api/gpio/ |
D | driver.rst | 401 .. csv-table::
|