Home
last modified time | relevance | path

Searched defs:buf (Results 6651 - 6675 of 20903) sorted by relevance

1...<<261262263264265266267268269270>>...837

/kernel/linux/linux-5.10/drivers/block/aoe/
H A Daoedev.c308 char buf[16]; in flush() local
[all...]
H A Daoechr.c86 char buf[16]; in revalidate() local
162 aoechr_write(struct file *filp, const char __user *buf, size_t cnt, loff_t *offp) in aoechr_write() argument
213 aoechr_read(struct file *filp, char __user *buf, size_t cnt, loff_t *off) aoechr_read() argument
[all...]
/kernel/linux/linux-5.10/arch/x86/platform/olpc/
H A Dolpc-xo1-sci.c135 lid_wake_mode_show(struct device *dev, struct device_attribute *attr, char *buf) lid_wake_mode_show() argument
141 lid_wake_mode_set(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) lid_wake_mode_set() argument
/kernel/linux/linux-5.10/arch/xtensa/platforms/iss/include/platform/
H A Dsimcall.h102 static inline int simc_read(int fd, void *buf, size_t count) in simc_read() argument
107 static inline int simc_write(int fd, const void *buf, size_t count) in simc_write() argument
134 static inline void simc_argv(void *buf) in simc_argv() argument
/kernel/linux/linux-5.10/block/
H A Dbsg.c241 unsigned char buf[32]; in bsg_add_device() local
H A Dbsg-lib.c204 static int bsg_map_buffer(struct bsg_buffer *buf, struct request *req) in bsg_map_buffer() argument
/kernel/linux/linux-5.10/drivers/accessibility/speakup/
H A Dspeakup_soft.c153 static char buf[40]; in get_initstring() local
199 static ssize_t softsynthx_read(struct file *fp, char __user *buf, size_t count, in softsynthx_read() argument
304 static ssize_t softsynth_read(struct file *fp, char __user *buf, size_t count, in softsynth_read() argument
310 static ssize_t softsynthu_read(struct file *fp, char __user *buf, size_ argument
318 softsynth_write(struct file *fp, const char __user *buf, size_t count, loff_t *pos) softsynth_write() argument
[all...]
H A Dspeakup_dtlk.c237 static const char *synth_immediate(struct spk_synth *synth, const char *buf) in synth_immediate() argument
276 static char buf[sizeof(struct synth_settings) + 1]; in synth_interrogate() local
H A Dspeakup_keypc.c143 static const char *synth_immediate(struct spk_synth *synth, const char *buf) in synth_immediate() argument
/kernel/linux/linux-5.10/drivers/base/
H A Dclass.c25 class_attr_show(struct kobject *kobj, struct attribute *attr, char *buf) class_attr_show() argument
37 class_attr_store(struct kobject *kobj, struct attribute *attr, const char *buf, size_t count) class_attr_store() argument
480 show_class_attr_string(struct class *class, struct class_attribute *attr, char *buf) show_class_attr_string() argument
/kernel/linux/linux-5.10/drivers/bcma/
H A Ddriver_pci_host.c84 bcma_extpci_read_config(struct bcma_drv_pci *pc, unsigned int dev, unsigned int func, unsigned int off, void *buf, int len) bcma_extpci_read_config() argument
148 bcma_extpci_write_config(struct bcma_drv_pci *pc, unsigned int dev, unsigned int func, unsigned int off, const void *buf, int len) bcma_extpci_write_config() argument
271 bcma_find_pci_capability(struct bcma_drv_pci *pc, unsigned int dev, unsigned int func, u8 req_cap_id, unsigned char *buf, u32 *buflen) bcma_find_pci_capability() argument
[all...]
/kernel/linux/linux-5.10/crypto/asymmetric_keys/
H A Dpublic_key.c365 char *buf, *ptr; in public_key_verify_signature() local
[all...]
/kernel/linux/linux-5.10/drivers/acpi/nfit/
H A Dintel.c10 firmware_activate_noidle_show(struct device *dev, struct device_attribute *attr, char *buf) firmware_activate_noidle_show() argument
20 firmware_activate_noidle_store(struct device *dev, struct device_attribute *attr, const char *buf, size_t size) firmware_activate_noidle_store() argument
/kernel/linux/linux-5.10/drivers/ata/
H A Dpata_buddha.c65 pata_buddha_data_xfer(struct ata_queued_cmd *qc, unsigned char *buf, unsigned int buflen, int rw) pata_buddha_data_xfer() argument
/kernel/linux/linux-5.10/drivers/bluetooth/
H A Ddtl1_cs.c110 static int dtl1_write(unsigned int iobase, int fifo_size, __u8 *buf, int len) in dtl1_write() argument
/kernel/linux/linux-5.10/drivers/char/
H A Ddtlk.c126 static ssize_t dtlk_read(struct file *file, char __user *buf, in dtlk_read() argument
159 static ssize_t dtlk_write(struct file *file, const char __user *buf, in dtlk_write() argument
514 static char buf[sizeof(struct dtlk_settings) + 1]; in dtlk_interrogate() local
621 dtlk_write_bytes(const char *buf, int n) dtlk_write_bytes() argument
[all...]
H A Ddsp56k.c181 static ssize_t dsp56k_read(struct file *file, char __user *buf, size_t count, in dsp56k_read() argument
244 static ssize_t dsp56k_write(struct file *file, const char __user *buf, size_t count, in dsp56k_write() argument
[all...]
H A Dds1620.c220 ds1620_read(struct file *file, char __user *buf, size_t count, loff_t *ptr) in ds1620_read() argument
/kernel/linux/linux-5.10/drivers/char/hw_random/
H A Doptee-rng.c115 static int optee_rng_read(struct hwrng *rng, void *buf, size_t max, bool wait) in optee_rng_read() argument
73 get_optee_rng_data(struct optee_rng_private *pvt_data, void *buf, size_t req_size) get_optee_rng_data() argument
H A Ds390-trng.c58 u8 buf[32]; in trng_read() local
165 static inline void _trng_hwrng_read(u8 *buf, size_ argument
106 trng_counter_show(struct device *dev, struct device_attribute *attr, char *buf) trng_counter_show() argument
[all...]
/kernel/linux/linux-5.10/drivers/char/tpm/
H A Dtpm_ibmvtpm.c105 static int tpm_ibmvtpm_recv(struct tpm_chip *chip, u8 *buf, size_t count) in tpm_ibmvtpm_recv() argument
200 static int tpm_ibmvtpm_send(struct tpm_chip *chip, u8 *buf, size_t count) in tpm_ibmvtpm_send() argument
H A Dtpm_ppi.c50 tpm_show_ppi_version(struct device *dev, struct device_attribute *attr, char *buf) tpm_show_ppi_version() argument
58 tpm_show_ppi_request(struct device *dev, struct device_attribute *attr, char *buf) tpm_show_ppi_request() argument
112 tpm_store_ppi_request(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) tpm_store_ppi_request() argument
175 tpm_show_ppi_transition_action(struct device *dev, struct device_attribute *attr, char *buf) tpm_show_ppi_transition_action() argument
221 tpm_show_ppi_response(struct device *dev, struct device_attribute *attr, char *buf) tpm_show_ppi_response() argument
282 show_ppi_operations(acpi_handle dev_handle, char *buf, u32 start, u32 end) show_ppi_operations() argument
324 tpm_show_ppi_tcg_operations(struct device *dev, struct device_attribute *attr, char *buf) tpm_show_ppi_tcg_operations() argument
334 tpm_show_ppi_vs_operations(struct device *dev, struct device_attribute *attr, char *buf) tpm_show_ppi_vs_operations() argument
[all...]
/kernel/linux/linux-5.10/drivers/crypto/
H A Datmel-ecc.c88 static int atmel_ecdh_set_secret(struct crypto_kpp *tfm, const void *buf, in atmel_ecdh_set_secret() argument
/kernel/linux/linux-5.10/drivers/crypto/ccp/
H A Dtee-dev.h117 u8 buf[MAX_BUFFER_SIZE]; member
/kernel/linux/linux-5.10/drivers/bus/
H A Dbt1-apb.c265 count_show(struct device *dev, struct device_attribute *attr, char *buf) count_show() argument
274 timeout_show(struct device *dev, struct device_attribute *attr, char *buf) timeout_show() argument
291 timeout_store(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) timeout_store() argument
312 inject_error_show(struct device *dev, struct device_attribute *attr, char *buf) inject_error_show() argument

Completed in 21 milliseconds

1...<<261262263264265266267268269270>>...837