Searched refs:sfile (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/crypto/qat/qat_common/ |
D | adf_transport_debug.c | 57 static void *adf_ring_start(struct seq_file *sfile, loff_t *pos) in adf_ring_start() argument 59 struct adf_etr_ring_data *ring = sfile->private; in adf_ring_start() 73 static void *adf_ring_next(struct seq_file *sfile, void *v, loff_t *pos) in adf_ring_next() argument 75 struct adf_etr_ring_data *ring = sfile->private; in adf_ring_next() 85 static int adf_ring_show(struct seq_file *sfile, void *v) in adf_ring_show() argument 87 struct adf_etr_ring_data *ring = sfile->private; in adf_ring_show() 100 seq_puts(sfile, "------- Ring configuration -------\n"); in adf_ring_show() 101 seq_printf(sfile, "ring name: %s\n", in adf_ring_show() 103 seq_printf(sfile, "ring num %d, bank num %d\n", in adf_ring_show() 105 seq_printf(sfile, "head %x, tail %x, empty: %d\n", in adf_ring_show() [all …]
|
D | adf_cfg.c | 57 static void *qat_dev_cfg_start(struct seq_file *sfile, loff_t *pos) in qat_dev_cfg_start() argument 59 struct adf_cfg_device_data *dev_cfg = sfile->private; in qat_dev_cfg_start() 65 static int qat_dev_cfg_show(struct seq_file *sfile, void *v) in qat_dev_cfg_show() argument 71 seq_printf(sfile, "[%s]\n", sec->name); in qat_dev_cfg_show() 75 seq_printf(sfile, "%s = %s\n", ptr->key, ptr->val); in qat_dev_cfg_show() 80 static void *qat_dev_cfg_next(struct seq_file *sfile, void *v, loff_t *pos) in qat_dev_cfg_next() argument 82 struct adf_cfg_device_data *dev_cfg = sfile->private; in qat_dev_cfg_next() 87 static void qat_dev_cfg_stop(struct seq_file *sfile, void *v) in qat_dev_cfg_stop() argument
|
/linux-4.4.14/drivers/scsi/ |
D | scsi_proc.c | 386 static void *scsi_seq_start(struct seq_file *sfile, loff_t *pos) in scsi_seq_start() argument 394 sfile->private++; in scsi_seq_start() 399 static void *scsi_seq_next(struct seq_file *sfile, void *v, loff_t *pos) in scsi_seq_next() argument 402 sfile->private++; in scsi_seq_next() 406 static void scsi_seq_stop(struct seq_file *sfile, void *v) in scsi_seq_stop() argument 411 static int scsi_seq_show(struct seq_file *sfile, void *dev) in scsi_seq_show() argument 413 if (!sfile->private) in scsi_seq_show() 414 seq_puts(sfile, "Attached devices:\n"); in scsi_seq_show() 416 return proc_print_scsidevice(dev, sfile); in scsi_seq_show()
|
/linux-4.4.14/scripts/ |
D | checkkconfigsymbols.py | 237 for sfile in source_files: 238 if ignore and re.match(ignore, sfile): 241 parse_source_file(sfile, referenced_features) 265 def parse_source_file(sfile, referenced_features): argument 268 with open(sfile, "r") as stream: 279 sfiles.add(sfile)
|