/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
H A D | gk104.c | 695 u32 show = stat; in gk104_fifo_intr_pbdma_0() local 703 show &= ~0x00800000; in gk104_fifo_intr_pbdma_0() 709 if (show) { in gk104_fifo_intr_pbdma_0() 710 nvkm_snprintbf(msg, sizeof(msg), gk104_fifo_pbdma_intr_0, show); in gk104_fifo_intr_pbdma_0() 714 unit, show, msg, chid, chan ? chan->inst->addr : 0, in gk104_fifo_intr_pbdma_0()
|
/kernel/linux/linux-6.6/drivers/platform/mellanox/ |
H A D | mlxbf-pmc.c | 1202 attr->dev_attr.show = mlxbf_pmc_event_list_show; in mlxbf_pmc_init_perftype_counter() 1214 attr->dev_attr.show = mlxbf_pmc_enable_show; in mlxbf_pmc_init_perftype_counter() 1241 attr->dev_attr.show = mlxbf_pmc_counter_show; in mlxbf_pmc_init_perftype_counter() 1254 attr->dev_attr.show = mlxbf_pmc_event_show; in mlxbf_pmc_init_perftype_counter() 1289 attr->dev_attr.show = mlxbf_pmc_counter_show; in mlxbf_pmc_init_perftype_reg()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
H A D | gf100.c | 321 u32 show = stat; in gf100_runq_intr() local 329 show &= ~0x00800000; in gf100_runq_intr() 333 if (show) { in gf100_runq_intr() 334 nvkm_snprintbf(msg, sizeof(msg), runq->func->intr_0_names, show); in gf100_runq_intr() 338 runq->id, show, msg, chid, chan ? chan->inst->addr : 0, in gf100_runq_intr()
|
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | nct6683.c | 372 .show = _show, \ 458 a2->dev_attr.show = (*t)->dev_attr.show; in nct6683_create_attr_group() 468 a->dev_attr.show = (*t)->dev_attr.show; in nct6683_create_attr_group()
|
/kernel/linux/linux-5.10/net/netfilter/ipvs/ |
H A D | ip_vs_ctl.c | 2245 .show = ip_vs_info_seq_show, 2251 struct ip_vs_kstats show; in ip_vs_stats_show() local 2259 ip_vs_copy_stats(&show, &net_ipvs(net)->tot_stats); in ip_vs_stats_show() 2261 (unsigned long long)show.conns, in ip_vs_stats_show() 2262 (unsigned long long)show.inpkts, in ip_vs_stats_show() 2263 (unsigned long long)show.outpkts, in ip_vs_stats_show() 2264 (unsigned long long)show.inbytes, in ip_vs_stats_show() 2265 (unsigned long long)show.outbytes); in ip_vs_stats_show() 2271 (unsigned long long)show.cps, in ip_vs_stats_show() 2272 (unsigned long long)show in ip_vs_stats_show() [all...] |
/kernel/linux/linux-5.10/crypto/ |
H A D | akcipher.c | 84 .show = crypto_akcipher_show,
|
H A D | acompress.c | 96 .show = crypto_acomp_show,
|
H A D | rng.c | 101 .show = crypto_rng_show,
|
/kernel/linux/linux-5.10/arch/h8300/kernel/ |
H A D | setup.c | 164 .show = show_cpuinfo,
|
/kernel/linux/linux-5.10/arch/nios2/kernel/ |
H A D | cpuinfo.c | 192 .show = show_cpuinfo
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/ |
H A D | opal-psr.c | 156 psr_attrs[i].attr.show = psr_show; in opal_psr_init()
|
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/ |
H A D | proc.c | 181 .show = show_cpuinfo,
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/powernv/ |
H A D | opal-psr.c | 156 psr_attrs[i].attr.show = psr_show; in opal_psr_init()
|
/kernel/linux/linux-6.6/arch/nios2/kernel/ |
H A D | cpuinfo.c | 192 .show = show_cpuinfo
|
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | iio_hwmon.c | 143 a->dev_attr.show = iio_hwmon_read_val; in iio_hwmon_probe()
|
/kernel/linux/linux-5.10/drivers/usb/core/ |
H A D | endpoint.c | 30 ssize_t (*show)(struct usb_device *, member
|
/kernel/linux/linux-5.10/drivers/xen/xenfs/ |
H A D | xensyms.c | 107 .show = xensyms_show,
|
/kernel/linux/linux-5.10/lib/ |
H A D | error-inject.c | 201 .show = ei_seq_show,
|
/kernel/linux/linux-5.10/kernel/bpf/ |
H A D | map_iter.c | 78 .show = bpf_map_seq_show,
|
/kernel/linux/linux-5.10/fs/proc/ |
H A D | proc_tty.c | 126 .show = show_tty_driver
|
/kernel/linux/linux-5.10/fs/ocfs2/cluster/ |
H A D | masklog.c | 144 .show = mlog_show,
|
/kernel/linux/linux-5.10/net/ax25/ |
H A D | ax25_uid.c | 185 .show = ax25_uid_seq_show,
|
/kernel/linux/linux-5.10/include/linux/device/ |
H A D | bus.h | 125 ssize_t (*show)(struct bus_type *bus, char *buf); member
|
H A D | driver.h | 136 ssize_t (*show)(struct device_driver *driver, char *buf); member
|
/kernel/linux/linux-6.6/fs/proc/ |
H A D | proc_tty.c | 124 .show = show_tty_driver
|