Home
last modified time | relevance | path

Searched defs:buf (Results 301 - 325 of 13627) sorted by relevance

1...<<11121314151617181920>>...546

/kernel/linux/linux-5.10/drivers/cpufreq/
H A Dcpufreq_governor_attr_set.c21 governor_show(struct kobject *kobj, struct attribute *attr, char *buf) governor_show() argument
29 governor_store(struct kobject *kobj, struct attribute *attr, const char *buf, size_t count) governor_store() argument
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/ingenic/
H A Dingenic_ecc.c27 ingenic_ecc_calculate(struct ingenic_ecc *ecc, struct ingenic_ecc_params *params, const u8 *buf, u8 *ecc_code) ingenic_ecc_calculate() argument
47 ingenic_ecc_correct(struct ingenic_ecc *ecc, struct ingenic_ecc_params *params, u8 *buf, u8 *ecc_code) ingenic_ecc_correct() argument
/kernel/linux/linux-5.10/drivers/mtd/spi-nor/
H A Dsst.c45 sst_write(struct mtd_info *mtd, loff_t to, size_t len, size_t *retlen, const u_char *buf) sst_write() argument
/kernel/linux/linux-5.10/drivers/mtd/
H A Dmtdblock_ro.c15 mtdblock_readsect(struct mtd_blktrans_dev *dev, unsigned long block, char *buf) mtdblock_readsect() argument
25 mtdblock_writesect(struct mtd_blktrans_dev *dev, unsigned long block, char *buf) mtdblock_writesect() argument
/kernel/linux/linux-6.6/arch/mips/include/asm/
H A Dpaccess.h31 struct __large_pstruct { unsigned long buf[100]; }; member
/kernel/linux/linux-6.6/arch/loongarch/kernel/
H A Denv.c49 boardinfo_show(struct kobject *kobj, struct kobj_attribute *attr, char *buf) boardinfo_show() argument
/kernel/linux/linux-6.6/arch/m68k/emu/
H A Dnatfeat.c57 static char buf[256]; in nfprint() local
78 char buf[256]; in nf_init() local
/kernel/linux/linux-6.6/arch/m68k/kernel/
H A Dbootinfo_proc.c22 static ssize_t bootinfo_read(struct file *file, char __user *buf, in bootinfo_read() argument
/kernel/linux/linux-6.6/arch/mips/bcm63xx/
H A Dsetup.c135 static char buf[128]; in get_system_type() local
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Drtas-work-area.h19 char *buf; member
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/dscr/
H A Ddscr_sysfs_test.c15 char buf[10]; in check_cpu_dscr_default() local
/kernel/linux/linux-5.10/tools/testing/selftests/proc/
H A Dfd-001-lookup.c55 char buf[64]; in test_lookup() local
[all...]
H A Dread.c40 char buf[4096]; in f_reg() local
53 static void f_reg_write(DIR *d, const char *filename, const char *buf, size_t len) in f_reg_write() argument
68 char buf[4096]; in f_lnk() local
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/vm/
H A Dmap_populate.c55 int ret, buf = 0; in child_f() local
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/nx-gzip/include/
H A Dnx.h27 char *buf; member
/kernel/linux/linux-6.6/arch/arm/kernel/
H A Datags_proc.c13 static ssize_t atags_read(struct file *file, char __user *buf, in atags_read() argument
H A Dspectre.c17 cpu_show_spectre_v1(struct device *dev, struct device_attribute *attr, char *buf) cpu_show_spectre_v1() argument
33 cpu_show_spectre_v2(struct device *dev, struct device_attribute *attr, char *buf) cpu_show_spectre_v2() argument
/kernel/linux/linux-6.6/arch/arm/common/
H A DbL_switcher_dummy_if.c18 static ssize_t bL_switcher_write(struct file *file, const char __user *buf, in bL_switcher_write() argument
/kernel/linux/linux-6.6/arch/powerpc/platforms/powernv/
H A Dopal-nvram.c26 static ssize_t opal_nvram_read(char *buf, size_t count, loff_t *index) in opal_nvram_read() argument
47 static ssize_t opal_nvram_write(char *buf, size_t count, loff_t *index) in opal_nvram_write() argument
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/
H A Dpapr-sysparm.c16 struct papr_sysparm_buf *buf = kzalloc(sizeof(*buf), GFP_KERNEL); in papr_sysparm_buf_alloc() local
21 void papr_sysparm_buf_free(struct papr_sysparm_buf *buf) in papr_sysparm_buf_free() argument
51 int papr_sysparm_get(papr_sysparm_t param, struct papr_sysparm_buf *buf) in papr_sysparm_get() argument
68 memcpy(rtas_work_area_raw_buf(work_area), buf, sizeof(*buf)); papr_sysparm_get() local
103 papr_sysparm_set(papr_sysparm_t param, const struct papr_sysparm_buf *buf) papr_sysparm_set() argument
120 memcpy(rtas_work_area_raw_buf(work_area), buf, sizeof(*buf)); papr_sysparm_set() local
[all...]
H A Dpower.c22 auto_poweron_show(struct kobject *kobj, struct kobj_attribute *attr, char *buf) auto_poweron_show() argument
28 auto_poweron_store(struct kobject *kobj, struct kobj_attribute *attr, const char *buf, size_t n) auto_poweron_store() argument
/kernel/linux/linux-6.6/arch/powerpc/kernel/ptrace/
H A Dptrace-vsx.c24 u64 buf[33]; in fpr_get() local
53 u64 buf[33]; in fpr_set() local
100 u64 buf[32]; vsr_get() local
130 u64 buf[32]; vsr_set() local
[all...]
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A Dproc_powerpc.c24 static ssize_t page_map_read( struct file *file, char __user *buf, size_t nbytes, in page_map_read() argument
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
H A Dattach_probe.c7 char buf[256]; in get_base_addr() local
H A Draw_tp_test_run.c17 char buf[] = "new_name"; in test_raw_tp_test_run() local

Completed in 8 milliseconds

1...<<11121314151617181920>>...546