/kernel/linux/linux-5.10/crypto/ |
H A D | rsa-pkcs1pad.c | 162 static void pkcs1pad_sg_set_buf(struct scatterlist *sg, void *buf, size_t len, in pkcs1pad_sg_set_buf() argument
|
/kernel/linux/linux-5.10/drivers/acpi/ |
H A D | acpi_pad.c | 264 rrtime_store(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) rrtime_store() argument 278 rrtime_show(struct device *dev, struct device_attribute *attr, char *buf) rrtime_show() argument 285 idlepct_store(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) idlepct_store() argument 299 idlepct_show(struct device *dev, struct device_attribute *attr, char *buf) idlepct_show() argument 306 idlecpus_store(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) idlecpus_store() argument 318 idlecpus_show(struct device *dev, struct device_attribute *attr, char *buf) idlecpus_show() argument [all...] |
H A D | dock.c | 487 docked_show(struct device *dev, struct device_attribute *attr, char *buf) docked_show() argument 501 flags_show(struct device *dev, struct device_attribute *attr, char *buf) flags_show() argument 513 undock_store(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) undock_store() argument 533 uid_show(struct device *dev, struct device_attribute *attr, char *buf) uid_show() argument 547 type_show(struct device *dev, struct device_attribute *attr, char *buf) type_show() argument
|
/kernel/linux/linux-5.10/drivers/amba/ |
H A D | bus.c | 84 driver_override_show(struct device *_dev, struct device_attribute *attr, char *buf) driver_override_show() argument 96 driver_override_store(struct device *_dev, struct device_attribute *attr, const char *buf, size_t count) driver_override_store() argument
|
/kernel/linux/linux-5.10/drivers/base/ |
H A D | cacheinfo.c | 375 size_show(struct device *dev, struct device_attribute *attr, char *buf) size_show() argument 383 shared_cpu_map_show(struct device *dev, struct device_attribute *attr, char *buf) shared_cpu_map_show() argument 392 shared_cpu_list_show(struct device *dev, struct device_attribute *attr, char *buf) shared_cpu_list_show() argument 401 type_show(struct device *dev, struct device_attribute *attr, char *buf) type_show() argument 424 allocation_policy_show(struct device *dev, struct device_attribute *attr, char *buf) allocation_policy_show() argument 443 write_policy_show(struct device *dev, struct device_attribute *attr, char *buf) write_policy_show() argument [all...] |
/kernel/linux/linux-5.10/drivers/bcma/ |
H A D | main.c | 33 static ssize_t manuf_show(struct device *dev, struct device_attribute *attr, char *buf) in manuf_show() argument 40 static ssize_t id_show(struct device *dev, struct device_attribute *attr, char *buf) in id_show() argument 47 static ssize_t rev_show(struct device *dev, struct device_attribute *attr, char *buf) in rev_show() argument 54 static ssize_t class_show(struct device *dev, struct device_attribute *attr, char *buf) in class_show() argument
|
/kernel/linux/linux-5.10/arch/x86/oprofile/ |
H A D | nmi_int.c | 419 char buf[4]; in nmi_create_files() local
|
/kernel/linux/linux-5.10/drivers/block/rsxx/ |
H A D | cregs.c | 29 void *buf; member 47 copy_to_creg_data(struct rsxx_cardinfo *card, int cnt8, void *buf, unsigned int stream) copy_to_creg_data() argument 73 copy_from_creg_data(struct rsxx_cardinfo *card, int cnt8, void *buf, unsigned int stream) copy_from_creg_data() argument 147 creg_queue_cmd(struct rsxx_cardinfo *card, unsigned int op, unsigned int addr, unsigned int cnt8, void *buf, int stream, creg_cmd_cb callback, void *cb_private) creg_queue_cmd() argument 371 __issue_creg_rw(struct rsxx_cardinfo *card, unsigned int op, unsigned int addr, unsigned int cnt8, void *buf, int stream, unsigned int *hw_stat) __issue_creg_rw() argument 599 char *buf; read_hw_log_done() local [all...] |
/kernel/linux/linux-5.10/drivers/block/rnbd/ |
H A D | rnbd-clt-sysfs.c | 63 static int rnbd_clt_parse_map_options(const char *buf, size_t max_path_cnt, in rnbd_clt_parse_map_options() argument 475 static int rnbd_clt_get_path_name(struct rnbd_clt_dev *dev, char *buf, in rnbd_clt_get_path_name() argument 265 rnbd_clt_unmap_dev_store(struct kobject *kobj, struct kobj_attribute *attr, const char *buf, size_t count) rnbd_clt_unmap_dev_store() argument 337 rnbd_clt_resize_dev_store(struct kobject *kobj, struct kobj_attribute *attr, const char *buf, size_t count) rnbd_clt_resize_dev_store() argument 369 rnbd_clt_remap_dev_store(struct kobject *kobj, struct kobj_attribute *attr, const char *buf, size_t count) rnbd_clt_remap_dev_store() argument 528 rnbd_clt_map_device_store(struct kobject *kobj, struct kobj_attribute *attr, const char *buf, size_t count) rnbd_clt_map_device_store() argument [all...] |
H A D | rnbd-clt.h | 50 void *buf; /* for user messages */ member
|
/kernel/linux/linux-5.10/drivers/char/tpm/st33zp24/ |
H A D | st33zp24.c | 304 static int recv_data(struct tpm_chip *chip, u8 *buf, size_t count) in recv_data() argument 355 static int st33zp24_send(struct tpm_chip *chip, unsigned char *buf, in st33zp24_send() argument 442 static int st33zp24_recv(struct tpm_chip *chip, unsigned char *buf, in st33zp24_recv() argument [all...] |
/kernel/linux/linux-5.10/drivers/char/tpm/ |
H A D | tpm_i2c_nuvoton.c | 264 static int i2c_nuvoton_recv(struct tpm_chip *chip, u8 *buf, size_t count) in i2c_nuvoton_recv() argument 352 static int i2c_nuvoton_send(struct tpm_chip *chip, u8 *buf, size_t len) in i2c_nuvoton_send() argument 229 i2c_nuvoton_recv_data(struct i2c_client *client, struct tpm_chip *chip, u8 *buf, size_t count) i2c_nuvoton_recv_data() argument [all...] |
H A D | tpm_nsc.c | 123 static int tpm_nsc_recv(struct tpm_chip *chip, u8 * buf, size_t count) in tpm_nsc_recv() argument 181 static int tpm_nsc_send(struct tpm_chip *chip, u8 * buf, size_t count) in tpm_nsc_send() argument
|
H A D | tpm2-cmd.c | 166 struct tpm_buf buf; in tpm2_pcr_read() local 238 struct tpm_buf buf; in tpm2_pcr_extend() local 291 struct tpm_buf buf; tpm2_get_random() local 350 struct tpm_buf buf; tpm2_flush_context() local 390 struct tpm_buf buf; tpm2_get_tpm_pt() local 431 struct tpm_buf buf; tpm2_shutdown() local 457 struct tpm_buf buf; tpm2_do_selftest() local 495 struct tpm_buf buf; tpm2_probe() local 551 struct tpm_buf buf; tpm2_get_pcr_allocation() local 629 struct tpm_buf buf; tpm2_get_cc_attrs_tbl() local 709 struct tpm_buf buf; tpm2_startup() local [all...] |
/kernel/linux/linux-5.10/drivers/block/zram/zram_group/ |
H A D | group_writeback.c | 82 char *buf = NULL; in copy_obj() local [all...] |
/kernel/linux/linux-5.10/drivers/clk/ti/ |
H A D | clk.c | 137 char buf[64]; in ti_dt_clocks_register() local
|
/kernel/linux/linux-5.10/drivers/bluetooth/ |
H A D | hci_ldisc.c | 807 hci_uart_tty_read(struct tty_struct *tty, struct file *file, unsigned char *buf, size_t nr, void **cookie, unsigned long offset) hci_uart_tty_read() argument
|
/kernel/linux/linux-5.10/drivers/char/hw_random/ |
H A D | cctrng.c | 216 u32 *buf = (u32 *)drvdata->circ.buf; in cctrng_read() local 358 u32 *buf = (u32 *)drvdata->circ.buf; in cc_trng_compwork_handler() local
|
H A D | core.c | 209 static ssize_t rng_dev_read(struct file *filp, char __user *buf, in rng_dev_read() argument 331 hwrng_attr_current_store(struct device *dev, struct device_attribute *attr, const char *buf, size_t len) hwrng_attr_current_store() argument 366 hwrng_attr_current_show(struct device *dev, struct device_attribute *attr, char *buf) hwrng_attr_current_show() argument 383 hwrng_attr_available_show(struct device *dev, struct device_attribute *attr, char *buf) hwrng_attr_available_show() argument 404 hwrng_attr_selected_show(struct device *dev, struct device_attribute *attr, char *buf) hwrng_attr_selected_show() argument [all...] |
/kernel/linux/linux-5.10/drivers/char/ |
H A D | applicom.c | 356 static ssize_t ac_write(struct file *file, const char __user *buf, size_t count, loff_t * ppos) in ac_write() argument 484 static int do_ac_read(int IndexCard, char __user *buf, in do_ac_read() argument 538 static ssize_t ac_read (struct file *filp, char __user *buf, size_t count, loff_t *ptr) in ac_read() argument
|
H A D | apm-emulation.c | 203 static ssize_t apm_read(struct file *fp, char __user *buf, size_t count, loff_t *ppos) in apm_read() argument
|
/kernel/linux/linux-5.10/drivers/char/xilinx_hwicap/ |
H A D | xilinx_hwicap.c | 356 hwicap_read(struct file *file, char __user *buf, size_t count, loff_t *ppos) in hwicap_read() argument 441 hwicap_write(struct file *file, const char __user *buf, in hwicap_write() argument
|
/kernel/linux/linux-5.10/drivers/cpufreq/ |
H A D | cpufreq_ondemand.c | 203 static ssize_t store_io_is_busy(struct gov_attr_set *attr_set, const char *buf, in store_io_is_busy() argument 221 store_up_threshold(struct gov_attr_set *attr_set, const char *buf, size_t count) store_up_threshold() argument 238 store_sampling_down_factor(struct gov_attr_set *attr_set, const char *buf, size_t count) store_sampling_down_factor() argument 266 store_ignore_nice_load(struct gov_attr_set *attr_set, const char *buf, size_t count) store_ignore_nice_load() argument 291 store_powersave_bias(struct gov_attr_set *attr_set, const char *buf, size_t count) store_powersave_bias() argument [all...] |
/kernel/linux/linux-5.10/drivers/crypto/bcm/ |
H A D | util.c | 352 char *buf; in spu_debugfs_read() local 515 format_value_ccm(unsigned int val, u8 *buf, u8 len) format_value_ccm() argument [all...] |
/kernel/linux/linux-5.10/drivers/firmware/arm_scmi/ |
H A D | common.h | 119 void *buf; member
|