Home
last modified time | relevance | path

Searched refs:sfile (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.10/drivers/crypto/qat/qat_common/
Dadf_transport_debug.c13 static void *adf_ring_start(struct seq_file *sfile, loff_t *pos) in adf_ring_start() argument
15 struct adf_etr_ring_data *ring = sfile->private; in adf_ring_start()
29 static void *adf_ring_next(struct seq_file *sfile, void *v, loff_t *pos) in adf_ring_next() argument
31 struct adf_etr_ring_data *ring = sfile->private; in adf_ring_next()
41 static int adf_ring_show(struct seq_file *sfile, void *v) in adf_ring_show() argument
43 struct adf_etr_ring_data *ring = sfile->private; in adf_ring_show()
56 seq_puts(sfile, "------- Ring configuration -------\n"); in adf_ring_show()
57 seq_printf(sfile, "ring name: %s\n", in adf_ring_show()
59 seq_printf(sfile, "ring num %d, bank num %d\n", in adf_ring_show()
61 seq_printf(sfile, "head %x, tail %x, empty: %d\n", in adf_ring_show()
[all …]
Dadf_cfg.c13 static void *qat_dev_cfg_start(struct seq_file *sfile, loff_t *pos) in qat_dev_cfg_start() argument
15 struct adf_cfg_device_data *dev_cfg = sfile->private; in qat_dev_cfg_start()
21 static int qat_dev_cfg_show(struct seq_file *sfile, void *v) in qat_dev_cfg_show() argument
27 seq_printf(sfile, "[%s]\n", sec->name); in qat_dev_cfg_show()
31 seq_printf(sfile, "%s = %s\n", ptr->key, ptr->val); in qat_dev_cfg_show()
36 static void *qat_dev_cfg_next(struct seq_file *sfile, void *v, loff_t *pos) in qat_dev_cfg_next() argument
38 struct adf_cfg_device_data *dev_cfg = sfile->private; in qat_dev_cfg_next()
43 static void qat_dev_cfg_stop(struct seq_file *sfile, void *v) in qat_dev_cfg_stop() argument
/Linux-v5.10/drivers/scsi/
Dscsi_proc.c383 static void *scsi_seq_start(struct seq_file *sfile, loff_t *pos) in scsi_seq_start() argument
391 sfile->private++; in scsi_seq_start()
396 static void *scsi_seq_next(struct seq_file *sfile, void *v, loff_t *pos) in scsi_seq_next() argument
399 sfile->private++; in scsi_seq_next()
403 static void scsi_seq_stop(struct seq_file *sfile, void *v) in scsi_seq_stop() argument
408 static int scsi_seq_show(struct seq_file *sfile, void *dev) in scsi_seq_show() argument
410 if (!sfile->private) in scsi_seq_show()
411 seq_puts(sfile, "Attached devices:\n"); in scsi_seq_show()
413 return proc_print_scsidevice(dev, sfile); in scsi_seq_show()
/Linux-v5.10/scripts/
Dcheckkconfigsymbols.py378 for sfile in source_files:
379 referenced_symbols[sfile] = parse_source_file(sfile)
383 def parse_source_file(sfile): argument
388 if not os.path.exists(sfile):
391 with open(sfile, "r", encoding='utf-8', errors='replace') as stream:
/Linux-v5.10/kernel/
Dgen_kheaders.sh7 sfile="$(readlink -f "$0")"
50 this_file_md5="$(ls -l $sfile | md5sum | cut -d ' ' -f1)"
/Linux-v5.10/drivers/gpio/
Dgpio-mockup.c266 struct seq_file *sfile; in gpio_mockup_debugfs_read() local
274 sfile = file->private_data; in gpio_mockup_debugfs_read()
275 priv = sfile->private; in gpio_mockup_debugfs_read()
291 struct seq_file *sfile; in gpio_mockup_debugfs_write() local
302 sfile = file->private_data; in gpio_mockup_debugfs_write()
303 priv = sfile->private; in gpio_mockup_debugfs_write()