Home
last modified time | relevance | path

Searched +defs:val +defs:buffer (Results 1 – 25 of 637) sorted by relevance

12345678910>>...26

/linux-6.14.4/sound/pci/lola/
Dlola_proc.c16 static void print_audio_widget(struct snd_info_buffer *buffer, in print_audio_widget()
19 unsigned int val; in print_audio_widget() local
27 static void print_pin_widget(struct snd_info_buffer *buffer, in print_pin_widget()
31 unsigned int val; in print_pin_widget() local
48 static void print_clock_widget(struct snd_info_buffer *buffer, in print_clock_widget()
52 unsigned int val; in print_clock_widget() local
88 static void print_mixer_widget(struct snd_info_buffer *buffer, in print_mixer_widget()
91 unsigned int val; in print_mixer_widget() local
98 struct snd_info_buffer *buffer) in lola_proc_codec_read()
101 unsigned int val; in lola_proc_codec_read() local
[all …]
/linux-6.14.4/sound/pci/ca0106/
Dca0106_proc.c65 int val; member
84 static void snd_ca0106_proc_dump_iec958( struct snd_info_buffer *buffer, u32 value) in snd_ca0106_proc_dump_iec958()
259 struct snd_info_buffer *buffer) in snd_ca0106_proc_iec958()
281 struct snd_info_buffer *buffer) in snd_ca0106_proc_reg_write32()
286 u32 reg, val; in snd_ca0106_proc_reg_write32() local
299 struct snd_info_buffer *buffer) in snd_ca0106_proc_reg_read32()
315 struct snd_info_buffer *buffer) in snd_ca0106_proc_reg_read16()
331 struct snd_info_buffer *buffer) in snd_ca0106_proc_reg_read8()
347 struct snd_info_buffer *buffer) in snd_ca0106_proc_reg_read1()
365 struct snd_info_buffer *buffer) in snd_ca0106_proc_reg_read2()
[all …]
/linux-6.14.4/sound/pci/emu10k1/
Demuproc.c20 struct snd_info_buffer *buffer, in snd_emu10k1_proc_spdif_status()
63 struct snd_info_buffer *buffer) in snd_emu10k1_proc_read()
72 unsigned int val, val1, ptrx, psst, dsl, snda; in snd_emu10k1_proc_read() local
162 struct snd_info_buffer *buffer) in snd_emu10k1_proc_spdif_read()
218 struct snd_info_buffer *buffer) in snd_emu10k1_proc_rates_read()
222 unsigned int val, tmp, n; in snd_emu10k1_proc_rates_read() local
305 static int disasm_emu10k1_reg(char *buffer, in disasm_emu10k1_reg()
324 static int disasm_sblive_reg(char *buffer, unsigned reg, const char *pfx) in disasm_sblive_reg()
329 static int disasm_audigy_reg(char *buffer, unsigned reg, const char *pfx) in disasm_audigy_reg()
335 struct snd_info_buffer *buffer) in snd_emu10k1_proc_acode_read()
[all …]
/linux-6.14.4/include/asm-generic/
Dio.h94 static inline void log_write_mmio(u64 val, u8 width, volatile void __iomem *addr, in log_write_mmio()
96 static inline void log_post_write_mmio(u64 val, u8 width, volatile void __iomem *addr, in log_post_write_mmio()
100 static inline void log_post_read_mmio(u64 val, u8 width, const volatile void __iomem *addr, in log_post_read_mmio()
190 u8 val; in readb() local
205 u16 val; in readw() local
220 u32 val; in readl() local
236 u64 val; in readq() local
307 u8 val; in readb_relaxed() local
320 u16 val; in readw_relaxed() local
333 u32 val; in readl_relaxed() local
[all …]
/linux-6.14.4/kernel/
Dsysctl.c147 char *buffer, size_t *lenp, loff_t *ppos) in _proc_do_string()
260 void *buffer, size_t *lenp, loff_t *ppos) in proc_dostring()
342 unsigned long *val, bool *neg, in proc_get_long()
400 static void proc_put_long(void **buf, size_t *size, unsigned long val, bool neg) in proc_put_long()
418 char **buffer = (char **)buf; in proc_put_char() local
442 int val = READ_ONCE(*valp); in do_proc_dointvec_conv() local
463 unsigned int val = READ_ONCE(*valp); in do_proc_douintvec_conv() local
472 int write, void *buffer, in __do_proc_dointvec()
545 void *buffer, size_t *lenp, loff_t *ppos, in do_proc_dointvec()
556 void *buffer, in do_proc_douintvec_w()
[all …]
Dparams.c43 char val[]; member
118 char *val, in parse_one()
169 char *param, *val, *err = NULL; in parse_args() local
244 int param_set_uint_minmax(const char *val, const struct kernel_param *kp, in param_set_uint_minmax()
262 int param_set_charp(const char *val, const struct kernel_param *kp) in param_set_charp()
290 int param_get_charp(char *buffer, const struct kernel_param *kp) in param_get_charp()
310 int param_set_bool(const char *val, const struct kernel_param *kp) in param_set_bool()
320 int param_get_bool(char *buffer, const struct kernel_param *kp) in param_get_bool()
334 int param_set_bool_enable_only(const char *val, const struct kernel_param *kp) in param_set_bool_enable_only()
366 int param_set_invbool(const char *val, const struct kernel_param *kp) in param_set_invbool()
[all …]
/linux-6.14.4/sound/pci/ac97/
Dac97_proc.c22 static void snd_ac97_proc_read_functions(struct snd_ac97 *ac97, struct snd_info_buffer *buffer) in snd_ac97_proc_read_functions()
92 static void snd_ac97_proc_read_main(struct snd_ac97 *ac97, struct snd_info_buffer *buffer, int subi… in snd_ac97_proc_read_main()
95 unsigned short val, tmp, ext, mext; in snd_ac97_proc_read_main() local
328 static void snd_ac97_proc_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer) in snd_ac97_proc_read()
363 static void snd_ac97_proc_regs_write(struct snd_info_entry *entry, struct snd_info_buffer *buffer) in snd_ac97_proc_regs_write()
367 unsigned int reg, val; in snd_ac97_proc_regs_write() local
380 static void snd_ac97_proc_regs_read_main(struct snd_ac97 *ac97, struct snd_info_buffer *buffer, int… in snd_ac97_proc_regs_read_main()
382 int reg, val; in snd_ac97_proc_regs_read_main() local
391 struct snd_info_buffer *buffer) in snd_ac97_proc_regs_read()
/linux-6.14.4/sound/pci/hda/
Dhda_proc.c47 static void print_nid_array(struct snd_info_buffer *buffer, in print_nid_array()
74 static void print_nid_pcms(struct snd_info_buffer *buffer, in print_nid_pcms()
93 static void print_amp_caps(struct snd_info_buffer *buffer, in print_amp_caps()
133 static void print_amp_vals(struct snd_info_buffer *buffer, in print_amp_vals()
137 unsigned int val; in print_amp_vals() local
161 static void print_pcm_rates(struct snd_info_buffer *buffer, unsigned int pcm) in print_pcm_rates()
177 static void print_pcm_bits(struct snd_info_buffer *buffer, unsigned int pcm) in print_pcm_bits()
186 static void print_pcm_formats(struct snd_info_buffer *buffer, in print_pcm_formats()
199 static void print_pcm_caps(struct snd_info_buffer *buffer, in print_pcm_caps()
304 static void print_pin_caps(struct snd_info_buffer *buffer, in print_pin_caps()
[all …]
/linux-6.14.4/tools/testing/selftests/mm/
Dhmm-tests.c180 struct hmm_buffer *buffer, in hmm_dmirror_cmd()
205 static void hmm_buffer_free(struct hmm_buffer *buffer) in hmm_buffer_free()
269 struct hmm_buffer *buffer, in hmm_migrate_sys_to_dev()
276 struct hmm_buffer *buffer, in hmm_migrate_dev_to_sys()
294 struct hmm_buffer *buffer; in TEST_F() local
300 int val; in TEST_F() local
358 struct hmm_buffer *buffer; in TEST_F() local
417 struct hmm_buffer *buffer; in TEST_F() local
465 struct hmm_buffer *buffer; in TEST_F() local
531 struct hmm_buffer *buffer; in TEST_F() local
[all …]
/linux-6.14.4/drivers/parport/
Dieee1284_ops.c36 const void *buffer, size_t len, in parport_ieee1284_write_compat()
60 unsigned char val = (PARPORT_STATUS_ERROR in parport_ieee1284_write_compat() local
145 void *buffer, size_t len, in parport_ieee1284_read_nibble()
233 void *buffer, size_t len, in parport_ieee1284_read_byte()
389 const void *buffer, size_t len, in parport_ieee1284_ecp_write_data()
475 void *buffer, size_t len, int flags) in parport_ieee1284_ecp_read_data()
619 const void *buffer, size_t len, in parport_ieee1284_ecp_write_addr()
710 const void *buffer, size_t len, in parport_ieee1284_epp_write_data()
754 void *buffer, size_t len, in parport_ieee1284_epp_read_data()
798 const void *buffer, size_t len, in parport_ieee1284_epp_write_addr()
[all …]
/linux-6.14.4/fs/squashfs/
Dxattr.c26 ssize_t squashfs_listxattr(struct dentry *d, char *buffer, in squashfs_listxattr()
46 struct squashfs_xattr_val val; in squashfs_listxattr() local
106 const char *name, void *buffer, size_t buffer_size) in squashfs_xattr_get()
124 struct squashfs_xattr_val val; in squashfs_xattr_get() local
207 void *buffer, size_t size) in squashfs_xattr_handler_get()
/linux-6.14.4/drivers/hwmon/
Dsht3x.c264 u16 val; in sht3x_update_client() local
327 char buffer[SHT3X_RESPONSE_LENGTH]; in limits_update() local
372 char buffer[SHT3X_CMD_LENGTH + SHT3X_WORD_LEN + SHT3X_CRC8_LEN]; in limit_write() local
413 static int temp1_limit_write(struct device *dev, int index, int val) in temp1_limit_write()
429 static int humidity1_limit_write(struct device *dev, int index, int val) in humidity1_limit_write()
468 char *buffer, int length) in status_register_read()
482 char buffer[SHT3X_WORD_LEN + SHT3X_CRC8_LEN]; in temp1_alarm_read() local
495 char buffer[SHT3X_WORD_LEN + SHT3X_CRC8_LEN]; in humidity1_alarm_read() local
510 char buffer[SHT3X_WORD_LEN + SHT3X_CRC8_LEN]; in heater_enable_show() local
556 static int update_interval_write(struct device *dev, int val) in update_interval_write()
[all …]
/linux-6.14.4/kernel/trace/
Dring_buffer.c308 #define for_each_buffer_cpu(buffer, cpu) \ argument
311 #define for_each_online_buffer_cpu(buffer, cpu) \ argument
477 struct trace_buffer *buffer; member
576 int ring_buffer_print_page_header(struct trace_buffer *buffer, struct trace_seq *s) in ring_buffer_print_page_header()
610 static void rb_time_set(rb_time_t *t, u64 val) in rb_time_set()
694 u64 ring_buffer_event_time_stamp(struct trace_buffer *buffer, in ring_buffer_event_time_stamp()
732 size_t ring_buffer_nr_dirty_pages(struct trace_buffer *buffer, int cpu) in ring_buffer_nr_dirty_pages()
756 static __always_inline bool full_hit(struct trace_buffer *buffer, int cpu, int full) in full_hit()
816 void ring_buffer_wake_waiters(struct trace_buffer *buffer, int cpu) in ring_buffer_wake_waiters()
848 static bool rb_watermark_hit(struct trace_buffer *buffer, int cpu, int full) in rb_watermark_hit()
[all …]
/linux-6.14.4/drivers/power/supply/
Dtest_power.c46 union power_supply_propval *val) in test_power_get_ac_property()
60 union power_supply_propval *val) in test_power_get_usb_property()
74 union power_supply_propval *val) in test_power_get_battery_property()
148 const union power_supply_propval *val) in test_power_set_battery_property()
253 union power_supply_propval *val) in test_power_battery_extget_property()
272 const union power_supply_propval *val) in test_power_battery_extset_property()
472 static int param_get_ac_online(char *buffer, const struct kernel_param *kp) in param_get_ac_online()
485 static int param_get_usb_online(char *buffer, const struct kernel_param *kp) in param_get_usb_online()
499 static int param_get_battery_status(char *buffer, const struct kernel_param *kp) in param_get_battery_status()
513 static int param_get_battery_health(char *buffer, const struct kernel_param *kp) in param_get_battery_health()
[all …]
/linux-6.14.4/drivers/mtd/nand/raw/brcmnand/
Dbcmbca_nand.c35 static inline bool bcmbca_nand_is_buf_aligned(void *flash_cache, void *buffer) in bcmbca_nand_is_buf_aligned()
46 u32 val = brcmnand_readl(mmio); in bcmbca_nand_intc_ack() local
61 u32 val = brcmnand_readl(mmio); in bcmbca_nand_intc_set() local
72 void __iomem *flash_cache, u32 *buffer, int fc_words) in bcmbca_read_data_bus()
/linux-6.14.4/arch/mips/fw/cfe/
Dcfe_api.c111 int cfe_enumenv(int idx, char *name, int namelen, char *val, int vallen) in cfe_enumenv()
309 cfe_ioctl(int handle, unsigned int ioctlnum, unsigned char *buffer, in cfe_ioctl()
351 int cfe_read(int handle, unsigned char *buffer, int length) in cfe_read()
356 int cfe_readblk(int handle, s64 offset, unsigned char *buffer, int length) in cfe_readblk()
376 int cfe_setenv(char *name, char *val) in cfe_setenv()
396 int cfe_write(int handle, const char *buffer, int length) in cfe_write()
401 int cfe_writeblk(int handle, s64 offset, const char *buffer, int length) in cfe_writeblk()
/linux-6.14.4/drivers/connector/
Dcn_proc.c33 static inline struct cn_msg *buffer_to_cn_msg(__u8 *buffer) in buffer_to_cn_msg()
55 uintptr_t val; in cn_filter() local
121 __u8 buffer[CN_PROC_MSG_SIZE] __aligned(8); in proc_fork_connector() local
151 __u8 buffer[CN_PROC_MSG_SIZE] __aligned(8); in proc_exec_connector() local
175 __u8 buffer[CN_PROC_MSG_SIZE] __aligned(8); in proc_id_connector() local
213 __u8 buffer[CN_PROC_MSG_SIZE] __aligned(8); in proc_sid_connector() local
237 __u8 buffer[CN_PROC_MSG_SIZE] __aligned(8); in proc_ptrace_connector() local
269 __u8 buffer[CN_PROC_MSG_SIZE] __aligned(8); in proc_comm_connector() local
295 __u8 buffer[CN_PROC_MSG_SIZE] __aligned(8); in proc_coredump_connector() local
328 __u8 buffer[CN_PROC_MSG_SIZE] __aligned(8); in proc_exit_connector() local
[all …]
/linux-6.14.4/drivers/hid/intel-thc-hid/intel-thc/
Dintel-thc-dev.c11 unsigned int *val) in thc_regmap_read()
21 unsigned int val) in thc_regmap_write()
62 u32 val; in thc_clear_state() local
266 u32 size_in_bytes, const u32 *buffer) in pio_start()
280 u32 *buffer, u32 *size) in pio_complete()
330 const u32 size, u32 *actual_size, u32 *buffer) in thc_tic_pio_read()
376 const u32 size, const u32 *buffer) in thc_tic_pio_write()
1294 u32 *size, u32 *buffer) in thc_i2c_subip_pio_read()
1332 const u32 size, const u32 *buffer) in thc_i2c_subip_pio_write()
1380 u32 val; in thc_i2c_subip_set_speed() local
[all …]
/linux-6.14.4/lib/
Dcrc64-rocksoft.c18 static int crc64_rocksoft_notify(struct notifier_block *self, unsigned long val, void *data) in crc64_rocksoft_notify()
57 u64 crc64_rocksoft_update(u64 crc, const unsigned char *buffer, size_t len) in crc64_rocksoft_update()
80 u64 crc64_rocksoft(const unsigned char *buffer, size_t len) in crc64_rocksoft()
104 static int crc64_rocksoft_transform_show(char *buffer, const struct kernel_param *kp) in crc64_rocksoft_transform_show()
/linux-6.14.4/drivers/acpi/
Dsysfs.c92 static int param_get_debug_layer(char *buffer, const struct kernel_param *kp) in param_get_debug_layer()
120 static int param_get_debug_level(char *buffer, const struct kernel_param *kp) in param_get_debug_level()
156 static int param_set_trace_method_name(const char *val, in param_set_trace_method_name()
199 static int param_get_trace_method_name(char *buffer, const struct kernel_param *kp) in param_get_trace_method_name()
218 static int param_set_trace_state(const char *val, in param_set_trace_state()
226 #define acpi_compare_param(val, key) \ in param_set_trace_state() argument
255 static int param_get_trace_state(char *buffer, const struct kernel_param *kp) in param_get_trace_state()
280 static int param_get_acpica_version(char *buffer, in param_get_acpica_version()
824 static int __init acpi_gpe_set_masked_gpes(char *val) in acpi_gpe_set_masked_gpes()
884 char buffer[12]; in acpi_irq_stats_init() local
[all …]
/linux-6.14.4/drivers/platform/x86/
Dlg-laptop.c118 struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL }; in ggov() local
156 struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL }; in lg_wmab() local
182 struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL }; in lg_wmbb() local
275 const char *buffer, size_t count) in fan_mode_store()
306 struct device_attribute *attr, char *buffer) in fan_mode_show()
328 const char *buffer, size_t count) in usb_charge_store()
347 struct device_attribute *attr, char *buffer) in usb_charge_show()
370 const char *buffer, size_t count) in reader_mode_store()
389 struct device_attribute *attr, char *buffer) in reader_mode_show()
412 const char *buffer, size_t count) in fn_lock_store()
[all …]
/linux-6.14.4/drivers/net/wireless/realtek/rtw88/
Ddebug.c115 const char __user *buffer, in rtw_debugfs_common_write()
124 const char __user *buffer, in rtw_debugfs_single_write()
171 u32 val, len, addr; in rtw_debugfs_get_read_reg() local
196 u32 val, addr, mask; in rtw_debugfs_get_rf_read() local
230 const char __user *buffer, size_t count, in rtw_debugfs_copy_from_user()
251 const char __user *buffer, in rtw_debugfs_set_read_reg()
285 u32 val, command; in rtw_debugfs_get_dump_cam() local
341 const char __user *buffer, in rtw_debugfs_set_rsvd_page()
370 const char __user *buffer, in rtw_debugfs_set_single_input()
388 const char __user *buffer, in rtw_debugfs_set_write_reg()
[all …]
/linux-6.14.4/lib/crypto/mpi/
Dmpicoder.c37 const uint8_t *buffer = xbuffer; in mpi_read_raw_data() local
41 MPI val = NULL; in mpi_read_raw_data() local
83 const uint8_t *buffer = xbuffer; in mpi_read_from_buffer() local
85 MPI val; in mpi_read_from_buffer() local
338 MPI val = NULL; in mpi_read_raw_from_sgl() local
/linux-6.14.4/drivers/xen/
Dsys-hypervisor.c40 static ssize_t type_show(struct hyp_sysfs_attr *attr, char *buffer) in type_show()
52 static ssize_t guest_type_show(struct hyp_sysfs_attr *attr, char *buffer) in guest_type_show()
82 static ssize_t major_show(struct hyp_sysfs_attr *attr, char *buffer) in major_show()
92 static ssize_t minor_show(struct hyp_sysfs_attr *attr, char *buffer) in minor_show()
102 static ssize_t extra_show(struct hyp_sysfs_attr *attr, char *buffer) in extra_show()
139 static ssize_t uuid_show_fallback(struct hyp_sysfs_attr *attr, char *buffer) in uuid_show_fallback()
141 char *vm, *val; in uuid_show_fallback() local
160 static ssize_t uuid_show(struct hyp_sysfs_attr *attr, char *buffer) in uuid_show()
180 static ssize_t compiler_show(struct hyp_sysfs_attr *attr, char *buffer) in compiler_show()
198 static ssize_t compiled_by_show(struct hyp_sysfs_attr *attr, char *buffer) in compiled_by_show()
[all …]
/linux-6.14.4/drivers/scsi/qedf/
Dqedf_debugfs.c99 qedf_dbg_fp_int_cmd_read(struct file *filp, char __user *buffer, size_t count, in qedf_dbg_fp_int_cmd_read()
136 qedf_dbg_fp_int_cmd_write(struct file *filp, const char __user *buffer, in qedf_dbg_fp_int_cmd_write()
146 qedf_dbg_debug_cmd_read(struct file *filp, char __user *buffer, size_t count, in qedf_dbg_debug_cmd_read()
161 qedf_dbg_debug_cmd_write(struct file *filp, const char __user *buffer, in qedf_dbg_debug_cmd_write()
164 uint32_t val; in qedf_dbg_debug_cmd_write() local
192 qedf_dbg_stop_io_on_error_cmd_read(struct file *filp, char __user *buffer, in qedf_dbg_stop_io_on_error_cmd_read()
211 const char __user *buffer, size_t count, in qedf_dbg_stop_io_on_error_cmd_write()
386 qedf_dbg_clear_stats_cmd_read(struct file *filp, char __user *buffer, in qedf_dbg_clear_stats_cmd_read()
399 const char __user *buffer, size_t count, in qedf_dbg_clear_stats_cmd_write()

12345678910>>...26