| /linux/drivers/pnp/pnpbios/ |
| H A D | proc.c | 101 seq_write(m, tmpbuf, escd_size); in escd_proc_show() 118 seq_write(m, buf, 65536); in pnp_legacyres_proc_show() 169 seq_write(m, node->data, len); in pnpbios_proc_show()
|
| /linux/drivers/char/tpm/eventlog/ |
| H A D | tpm2.c | 143 seq_write(m, temp_ptr, size); in tpm2_binary_bios_measurements_show() 148 seq_write(m, temp_ptr, size); in tpm2_binary_bios_measurements_show()
|
| /linux/arch/mips/ralink/ |
| H A D | bootrom.c | 17 seq_write(s, membase, BOOTROM_SIZE); in bootrom_show()
|
| /linux/arch/riscv/kernel/ |
| H A D | cpu.c | 267 seq_write(f, "rv32", 4); in print_isa() 269 seq_write(f, "rv64", 4); in print_isa()
|
| /linux/arch/alpha/kernel/ |
| H A D | srm_env.c | 76 seq_write(m, page, ret); in srm_env_proc_show()
|
| /linux/fs/ |
| H A D | seq_file.c | 675 seq_write(m, s, strlen(s)); in __seq_puts() 824 int seq_write(struct seq_file *seq, const void *data, size_t len) in seq_write() function 834 EXPORT_SYMBOL(seq_write);
|
| /linux/drivers/virt/coco/efi_secret/ |
| H A D | efi_secret.c | 100 seq_write(file, e->data, secret_entry_data_len(e)); in efi_secret_bin_file_show()
|
| /linux/lib/ |
| H A D | seq_buf.c | 54 return seq_write(m, s->buffer, len); in seq_buf_print_seq()
|
| /linux/drivers/firmware/tegra/ |
| H A D | bpmp-debugfs.c | 353 seq_write(m, resp.frd.data, resp.frd.readlen); in bpmp_debug_show() 619 seq_write(m, datavirt, nbytes); in debugfs_show()
|
| /linux/drivers/platform/x86/ |
| H A D | msi-wmi-platform.c | 265 ret = seq_write(seq, data->buffer, data->length); in msi_wmi_platform_show()
|
| /linux/drivers/net/wireless/ath/wil6210/ |
| H A D | pmc.c | 437 seq_write(s, pmc->pring_va, pmc_ring_size); in wil_pmcring_read()
|
| /linux/drivers/infiniband/hw/hfi1/ |
| H A D | debugfs.c | 1302 seq_write(s, &sps_ints, sizeof(u64)); in hfi1_sps_show_ints() 1314 seq_write(s, stats + *spos, sizeof(u64)); in _driver_stats_seq_show()
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_guc_log.c | 265 seq_write(p->arg, buf, buf_size); in lfd_output_binary()
|
| /linux/kernel/gcov/ |
| H A D | fs.c | 193 seq_write(seq, iter->buffer + iter->pos, len); in gcov_iter_write()
|
| /linux/drivers/nubus/ |
| H A D | nubus.c | 222 seq_write(m, buf, buf_size); in nubus_seq_write_rsrc_mem()
|
| /linux/drivers/scsi/ |
| H A D | megaraid.c | 2288 seq_write(m, scsi_inq + 8, 8); in mega_print_inquiry() 2290 seq_write(m, scsi_inq + 16, 16); in mega_print_inquiry() 2292 seq_write(m, scsi_inq + 32, 4); in mega_print_inquiry()
|
| H A D | BusLogic.c | 3341 seq_write(m, adapter->msgbuf, adapter->msgbuflen); in blogic_show_info()
|
| /linux/drivers/platform/x86/dell/ |
| H A D | dell-wmi-ddv.c | 1008 ret = seq_write(seq, buf, size); in dell_wmi_ddv_buffer_read()
|
| /linux/drivers/gpu/drm/i915/display/ |
| H A D | intel_opregion.c | 1295 seq_write(m, opregion->header, OPREGION_SIZE); in intel_opregion_show()
|
| /linux/include/uapi/linux/ |
| H A D | bpf.h | 4565 * **bpf_seq_write**\ () uses seq_file **seq_write**\ () to write the data. 4983 * Use BTF to write to seq_write a string representation of 6030 FN(seq_write, 127, ##ctx) \
|
| /linux/tools/include/uapi/linux/ |
| H A D | bpf.h | 4565 * **bpf_seq_write**\ () uses seq_file **seq_write**\ () to write the data. 4983 * Use BTF to write to seq_write a string representation of 6030 FN(seq_write, 127, ##ctx) \
|
| /linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| H A D | sdio.c | 3024 rv = seq_write(seq, conbuf + console_index, in brcmf_sdio_dump_console() 3030 rv = seq_write(seq, conbuf, console_index - 1); in brcmf_sdio_dump_console()
|
| /linux/drivers/accel/habanalabs/common/ |
| H A D | debugfs.c | 599 seq_write(s, eng_data.buf, eng_data.actual_size); in engines_show()
|
| /linux/drivers/gpu/drm/amd/display/amdgpu_dm/ |
| H A D | amdgpu_dm_debugfs.c | 991 return seq_write(m, state_base, state_size); in dmub_fw_state_show()
|
| /linux/kernel/trace/ |
| H A D | bpf_trace.c | 498 return seq_write(m, data, len) ? -EOVERFLOW : 0; in BPF_CALL_3()
|