Home
last modified time | relevance | path

Searched defs:count (Results 4776 - 4800 of 18037) sorted by relevance

1...<<191192193194195196197198199200>>...722

/kernel/linux/linux-5.10/drivers/crypto/hisilicon/
H A Dsgl.c42 u32 count; member
56 hisi_acc_create_sgl_pool(struct device *dev, u32 count, u32 sge_nr) hisi_acc_create_sgl_pool() argument
[all...]
/kernel/linux/linux-5.10/drivers/crypto/
H A Dpadlock-sha.c64 padlock_output_block(uint32_t *src, uint32_t *dst, size_t count) padlock_output_block() argument
71 padlock_sha1_finup(struct shash_desc *desc, const u8 *in, unsigned int count, u8 *out) padlock_sha1_finup() argument
132 padlock_sha256_finup(struct shash_desc *desc, const u8 *in, unsigned int count, u8 *out) padlock_sha256_finup() argument
[all...]
/kernel/linux/linux-5.10/drivers/devfreq/event/
H A Dexynos-ppmu.c422 unsigned int total_count, count; in exynos_ppmu_v2_get_event() local
504 int i, j, count; in of_get_devfreq_events() local
[all...]
/kernel/linux/linux-5.10/drivers/dma/hsu/
H A Dhsu.c60 unsigned int i, count; in hsu_dma_chan_start() local
/kernel/linux/linux-5.10/drivers/firmware/efi/
H A Defi-pstore.c38 static inline u64 generic_id(u64 timestamp, unsigned int part, int count) in generic_id() argument
/kernel/linux/linux-5.10/drivers/firmware/google/
H A Dvpd.c58 vpd_attrib_read(struct file *filp, struct kobject *kobp, struct bin_attribute *bin_attr, char *buf, loff_t pos, size_t count) vpd_attrib_read() argument
158 vpd_section_read(struct file *filp, struct kobject *kobp, struct bin_attribute *bin_attr, char *buf, loff_t pos, size_t count) vpd_section_read() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_atombios.h129 u32 count; member
H A Djpeg_v1_0.c408 static void jpeg_v1_0_decode_ring_nop(struct amdgpu_ring *ring, uint32_t count) in jpeg_v1_0_decode_ring_nop() argument
/kernel/linux/linux-5.10/drivers/char/
H A Dnvram.c169 static ssize_t pc_nvram_read(char *buf, size_t count, loff_t *ppos) in pc_nvram_read() argument
187 static ssize_t pc_nvram_write(char *buf, size_t count, loff_t *ppos) in pc_nvram_write() argument
228 nvram_misc_read(struct file *file, char __user *buf, size_t count, loff_t *ppos) nvram_misc_read() argument
259 nvram_misc_write(struct file *file, const char __user *buf, size_t count, loff_t *ppos) nvram_misc_write() argument
[all...]
H A Dnwflash.c147 unsigned int count = size; in flash_write() local
397 write_block(unsigned long p, const char __user *buf, int count) write_block() argument
[all...]
/kernel/linux/linux-5.10/drivers/char/pcmcia/
H A Dcm4040_cs.c215 cm4040_read(struct file *filp, char __user *buf, size_t count, loff_t *ppos) cm4040_read() argument
[all...]
/kernel/linux/linux-5.10/drivers/char/tpm/
H A Dxen-tpmfront.c134 static int vtpm_send(struct tpm_chip *chip, u8 *buf, size_t count) in vtpm_send() argument
176 static int vtpm_recv(struct tpm_chip *chip, u8 *buf, size_t count) in vtpm_recv() argument
/kernel/linux/linux-5.10/drivers/clk/
H A Dclk-scpi.c180 unsigned int idx = clkspec->args[0], count; in scpi_of_clk_src_get() local
194 int idx, count, err; in scpi_clk_add() local
[all...]
/kernel/linux/linux-5.10/drivers/clk/qcom/
H A Dclk-regmap-mux-div.c25 int ret, count; in mux_div_set_src_div() local
/kernel/linux/linux-5.10/drivers/crypto/ccp/
H A Dccp-debugfs.c42 ccp5_debugfs_info_read(struct file *filp, char __user *ubuf, size_t count, loff_t *offp) ccp5_debugfs_info_read() argument
97 ccp5_debugfs_stats_read(struct file *filp, char __user *ubuf, size_t count, loff_t *offp) ccp5_debugfs_stats_read() argument
174 ccp5_debugfs_stats_write(struct file *filp, const char __user *ubuf, size_t count, loff_t *offp) ccp5_debugfs_stats_write() argument
191 ccp5_debugfs_queue_read(struct file *filp, char __user *ubuf, size_t count, loff_t *offp) ccp5_debugfs_queue_read() argument
245 ccp5_debugfs_queue_write(struct file *filp, const char __user *ubuf, size_t count, loff_t *offp) ccp5_debugfs_queue_write() argument
[all...]
/kernel/linux/linux-5.10/drivers/bus/mhi/host/
H A Ddebugfs.c246 mhi_debugfs_device_wake_write(struct file *file, const char __user *ubuf, size_t count, loff_t *ppos) mhi_debugfs_device_wake_write() argument
278 mhi_debugfs_timeout_ms_write(struct file *file, const char __user *ubuf, size_t count, loff_t *ppos) mhi_debugfs_timeout_ms_write() argument
/kernel/linux/linux-5.10/drivers/char/ipmi/
H A Dkcs_bmc.c273 kcs_bmc_read(struct file *filp, char __user *buf, size_t count, loff_t *ppos) kcs_bmc_read() argument
335 kcs_bmc_write(struct file *filp, const char __user *buf, size_t count, loff_t *ppos) kcs_bmc_write() argument
/kernel/linux/linux-5.10/drivers/crypto/qat/qat_common/
H A Dadf_pf2vf_msg.c87 u32 val, pf2vf_offset, count = 0; in __adf_iov_putmsg() local
168 u32 count = 0; in adf_iov_putmsg() local
/kernel/linux/linux-5.10/drivers/dma-buf/
H A Ddma-fence.c727 dma_fence_test_signaled_any(struct dma_fence **fences, uint32_t count, in dma_fence_test_signaled_any() argument
764 dma_fence_wait_any_timeout(struct dma_fence **fences, uint32_t count, in dma_fence_wait_any_timeout() argument
H A Ddma-resv.c267 unsigned int i, count; in dma_resv_add_shared_fence() local
H A Dst-dma-fence-chain.c119 static int fence_chains_init(struct fence_chains *fc, unsigned int count, in fence_chains_init() argument
451 unsigned long count; in find_race() local
638 unsigned int count in randomise_fences() local
[all...]
/kernel/linux/linux-5.10/drivers/edac/
H A Dedac_device.c66 unsigned count; in edac_device_alloc_ctl_info() local
556 edac_device_handle_ce_count(struct edac_device_ctl_info *edac_dev, unsigned int count, int inst_nr, int block_nr, const char *msg) edac_device_handle_ce_count() argument
602 edac_device_handle_ue_count(struct edac_device_ctl_info *edac_dev, unsigned int count, int inst_nr, int block_nr, const char *msg) edac_device_handle_ue_count() argument
[all...]
/kernel/linux/linux-5.10/drivers/firmware/efi/libstub/
H A Defi-stub.c307 efi_get_virtmap(efi_memory_desc_t *memory_map, unsigned long map_size, unsigned long desc_size, efi_memory_desc_t *runtime_map, int *count) efi_get_virtmap() argument
/kernel/linux/linux-5.10/drivers/fpga/
H A Ddfl-fme-error.c58 pcie0_errors_store(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) pcie0_errors_store() argument
103 pcie1_errors_store(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) pcie1_errors_store() argument
173 inject_errors_store(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) inject_errors_store() argument
217 fme_errors_store(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) fme_errors_store() argument
H A Ddfl-fme-mgr.c107 fme_mgr_write_init(struct fpga_manager *mgr, struct fpga_image_info *info, const char *buf, size_t count) fme_mgr_write_init() argument
165 fme_mgr_write(struct fpga_manager *mgr, const char *buf, size_t count) fme_mgr_write() argument

Completed in 21 milliseconds

1...<<191192193194195196197198199200>>...722