Home
last modified time | relevance | path

Searched defs:count (Results 151 – 175 of 5620) sorted by relevance

12345678910>>...225

/linux-6.3-rc2/drivers/counter/
A Dmicrochip-tcb-capture.c70 struct counter_count *count, in mchp_tc_count_function_read()
84 struct counter_count *count, in mchp_tc_count_function_write()
166 struct counter_count *count, in mchp_tc_count_action_read()
205 struct counter_count *count, in mchp_tc_count_action_write()
240 struct counter_count *count, u64 *val) in mchp_tc_count_read()
/linux-6.3-rc2/drivers/net/netdevsim/
A Dbus.c28 const char *buf, size_t count) in nsim_bus_dev_numvfs_store()
62 const char *buf, size_t count) in new_port_store()
83 const char *buf, size_t count) in del_port_store()
135 new_device_store(struct bus_type *bus, const char *buf, size_t count) in new_device_store()
189 del_device_store(struct bus_type *bus, const char *buf, size_t count) in del_device_store()
/linux-6.3-rc2/drivers/char/
A Dps3flash.c94 size_t count, loff_t *pos) in ps3flash_read()
163 const void *kernelbuf, size_t count, loff_t *pos) in ps3flash_write()
238 size_t count, loff_t *pos) in ps3flash_user_read()
244 size_t count, loff_t *pos) in ps3flash_user_write()
249 static ssize_t ps3flash_kernel_read(void *buf, size_t count, loff_t pos) in ps3flash_kernel_read()
254 static ssize_t ps3flash_kernel_write(const void *buf, size_t count, in ps3flash_kernel_write()
/linux-6.3-rc2/arch/ia64/include/asm/
A Dio.h188 static inline void insb(unsigned long port, void *dst, unsigned long count) in insb()
197 static inline void insw(unsigned long port, void *dst, unsigned long count) in insw()
206 static inline void insl(unsigned long port, void *dst, unsigned long count) in insl()
216 unsigned long count) in outsb()
226 unsigned long count) in outsw()
236 unsigned long count) in outsl()
/linux-6.3-rc2/drivers/crypto/
A Dpadlock-aes.c195 struct cword *control_word, int count) in rep_xcrypt_ecb()
203 u8 *iv, struct cword *control_word, int count) in rep_xcrypt_cbc()
212 struct cword *cword, int count) in ecb_crypt_copy()
226 u8 *iv, struct cword *cword, int count) in cbc_crypt_copy()
240 struct cword *cword, int count) in ecb_crypt()
254 u8 *iv, struct cword *cword, int count) in cbc_crypt()
264 void *control_word, u32 count) in padlock_xcrypt_ecb()
286 u8 *iv, void *control_word, u32 count) in padlock_xcrypt_cbc()
/linux-6.3-rc2/arch/s390/kernel/
A Dptrace.c854 unsigned int pos, unsigned int count, in s390_regs_set()
905 unsigned int count, const void *kbuf, in s390_fpregs_set()
975 unsigned int pos, unsigned int count, in s390_tdb_set()
999 unsigned int pos, unsigned int count, in s390_vxrs_low_set()
1035 unsigned int pos, unsigned int count, in s390_vxrs_high_set()
1059 unsigned int pos, unsigned int count, in s390_system_call_set()
1084 unsigned int pos, unsigned int count, in s390_gs_cb_set()
1136 unsigned int pos, unsigned int count, in s390_gs_bc_set()
1195 unsigned int pos, unsigned int count, in s390_runtime_instr_set()
1351 unsigned int pos, unsigned int count, in s390_compat_regs_set()
[all …]
/linux-6.3-rc2/security/selinux/
A Dselinuxfs.c126 size_t count, loff_t *ppos) in sel_read_enforce()
139 size_t count, loff_t *ppos) in sel_write_enforce()
205 size_t count, loff_t *ppos) in sel_read_handle_unknown()
281 size_t count, loff_t *ppos) in sel_write_disable()
342 size_t count, loff_t *ppos) in sel_read_policyvers()
376 size_t count, loff_t *ppos) in sel_read_mls()
783 size_t count, loff_t *ppos) in sel_write_validatetrans()
1578 size_t count, loff_t *ppos) in sel_read_sidtab_hash_stats()
1753 size_t count, loff_t *ppos) in sel_read_initcon()
1825 size_t count, loff_t *ppos) in sel_read_class()
[all …]
/linux-6.3-rc2/drivers/platform/x86/dell/
A Ddcdbas.c147 const char *buf, size_t count) in smi_data_buf_size_store()
166 char *buf, loff_t pos, size_t count) in smi_data_read()
179 char *buf, loff_t pos, size_t count) in smi_data_write()
208 const char *buf, size_t count) in host_control_action_store()
232 const char *buf, size_t count) in host_control_smi_type_store()
247 const char *buf, size_t count) in host_control_on_shutdown_store()
315 const char *buf, size_t count) in smi_request_store()
A Ddell_rbu.c425 static ssize_t read_packet_data(char *buffer, loff_t pos, size_t count) in read_packet_data()
462 static ssize_t read_rbu_mono_data(char *buffer, loff_t pos, size_t count) in read_rbu_mono_data()
479 char *buffer, loff_t pos, size_t count) in data_read()
534 char *buffer, loff_t pos, size_t count) in image_type_read()
544 char *buffer, loff_t pos, size_t count) in image_type_write()
604 char *buffer, loff_t pos, size_t count) in packet_size_read()
617 char *buffer, loff_t pos, size_t count) in packet_size_write()
/linux-6.3-rc2/fs/
A Dchar_dev.c200 int register_chrdev_region(dev_t from, unsigned count, const char *name) in register_chrdev_region()
236 int alloc_chrdev_region(dev_t *dev, unsigned baseminor, unsigned count, in alloc_chrdev_region()
269 unsigned int count, const char *name, in __register_chrdev()
311 void unregister_chrdev_region(dev_t from, unsigned count) in unregister_chrdev_region()
336 unsigned int count, const char *name) in __unregister_chrdev()
479 int cdev_add(struct cdev *p, dev_t dev, unsigned count) in cdev_add()
585 static void cdev_unmap(dev_t dev, unsigned count) in cdev_unmap()
/linux-6.3-rc2/drivers/staging/greybus/
A Daudio_manager_sysfs.c16 const char *buf, size_t count) in manager_sysfs_add_store()
41 const char *buf, size_t count) in manager_sysfs_remove_store()
62 const char *buf, size_t count) in manager_sysfs_dump_store()
/linux-6.3-rc2/drivers/crypto/ccp/
A Dccp-debugfs.c43 size_t count, loff_t *offp) in ccp5_debugfs_info_read()
98 size_t count, loff_t *offp) in ccp5_debugfs_stats_read()
176 size_t count, loff_t *offp) in ccp5_debugfs_stats_write()
192 size_t count, loff_t *offp) in ccp5_debugfs_queue_read()
247 size_t count, loff_t *offp) in ccp5_debugfs_queue_write()
/linux-6.3-rc2/drivers/cpufreq/
A Dcpufreq_conservative.c150 const char *buf, size_t count) in sampling_down_factor_store()
165 const char *buf, size_t count) in up_threshold_store()
181 const char *buf, size_t count) in down_threshold_store()
199 const char *buf, size_t count) in ignore_nice_load_store()
224 size_t count) in freq_step_store()
/linux-6.3-rc2/drivers/s390/net/
A Dqeth_l2_sys.c75 struct device_attribute *attr, const char *buf, size_t count) in qeth_bridge_port_role_store()
143 struct device_attribute *attr, const char *buf, size_t count) in qeth_bridgeport_hostnotification_store()
197 struct device_attribute *attr, const char *buf, size_t count) in qeth_bridgeport_reflect_store()
292 const char *buf, size_t count) in qeth_vnicc_timeout_store()
330 const char *buf, size_t count) in qeth_vnicc_char_store()
/linux-6.3-rc2/drivers/scsi/qla2xxx/
A Dqla_attr.c21 char *buf, loff_t off, size_t count) in qla2x00_sysfs_read_fw_dump()
184 char *buf, loff_t off, size_t count) in qla2x00_sysfs_read_nvram()
1225 const char *buf, size_t count) in qla2x00_zio_store()
1262 const char *buf, size_t count) in qla2x00_zio_timer_store()
1291 const char *buf, size_t count) in qla_zio_threshold_store()
1323 const char *buf, size_t count) in qla2x00_beacon_store()
1377 const char *buf, size_t count) in qla2x00_beacon_config_store()
1804 const char *buf, size_t count) in qla2x00_port_speed_store()
2254 const char *buf, size_t count) in qlini_mode_store()
2301 const char *buf, size_t count) in ql2xexchoffld_store()
[all …]
/linux-6.3-rc2/drivers/clk/imx/
A Dclk.c23 void imx_unregister_clocks(struct clk *clks[], unsigned int count) in imx_unregister_clocks()
31 void imx_unregister_hw_clocks(struct clk_hw *hws[], unsigned int count) in imx_unregister_hw_clocks()
50 void imx_check_clocks(struct clk *clks[], unsigned int count) in imx_check_clocks()
60 void imx_check_clk_hws(struct clk_hw *clks[], unsigned int count) in imx_check_clk_hws()
/linux-6.3-rc2/drivers/net/wireless/ath/ath9k/
A Dtx99.c160 size_t count, loff_t *ppos) in read_file_tx99()
171 size_t count, loff_t *ppos) in write_file_tx99()
229 size_t count, loff_t *ppos) in read_file_tx99_power()
244 size_t count, loff_t *ppos) in write_file_tx99_power()
/linux-6.3-rc2/arch/m68k/atari/
A Ddebug.c43 unsigned int count) in atari_mfp_console_write()
62 unsigned int count) in atari_scc_console_write()
79 unsigned int count) in atari_midi_console_write()
110 unsigned int count) in atari_par_console_write()
/linux-6.3-rc2/drivers/net/wireless/realtek/rtw88/
A Ddebug.c60 size_t count, loff_t *loff) in rtw_debugfs_common_write()
69 size_t count, loff_t *loff) in rtw_debugfs_single_write()
196 size_t count, loff_t *loff) in rtw_debugfs_set_read_reg()
283 size_t count, loff_t *loff) in rtw_debugfs_set_rsvd_page()
309 size_t count, loff_t *loff) in rtw_debugfs_set_single_input()
334 size_t count, loff_t *loff) in rtw_debugfs_set_write_reg()
377 size_t count, loff_t *loff) in rtw_debugfs_set_h2c()
404 size_t count, loff_t *loff) in rtw_debugfs_set_rf_write()
460 size_t count, loff_t *loff) in rtw_debugfs_set_fix_rate()
853 size_t count, loff_t *loff) in rtw_debugfs_set_coex_enable()
[all …]
/linux-6.3-rc2/drivers/media/rc/
A Drc-core-priv.h70 unsigned count; member
80 unsigned count; member
90 unsigned count; member
98 unsigned count; member
106 unsigned count; member
114 unsigned count; member
121 unsigned count; member
134 unsigned count; member
141 unsigned count; member
148 int count; member
[all …]
/linux-6.3-rc2/drivers/gpu/drm/tests/
A Ddrm_mm_test.c50 unsigned long count; in assert_no_holes() local
75 unsigned long count; in assert_one_hole() local
302 unsigned int count, in check_reserve_boundaries()
468 const unsigned int count = min_t(unsigned int, BIT(10), max_iterations); in drm_test_mm_reserve() local
665 const unsigned int count = min_t(unsigned int, BIT(10), max_iterations); in drm_test_mm_insert() local
1187 struct evict_node *nodes, unsigned int *order, unsigned int count, in evict_nodes()
1328 unsigned int *order, unsigned int count, unsigned int size, in evict_something()
1573 const unsigned int count = 8192; in drm_test_mm_topdown() local
1680 const unsigned int count = 8192; in drm_test_mm_bottomup() local
1848 const unsigned int count = min(4096u, max_iterations); in drm_test_mm_color() local
[all …]
/linux-6.3-rc2/arch/csky/lib/
A Dstring.c30 void *memcpy(void *dest, const void *src, size_t count) in memcpy()
91 void *memmove(void *dest, const void *src, size_t count) in memmove()
107 void *memset(void *s, int c, size_t count) in memset()
/linux-6.3-rc2/drivers/infiniband/hw/qib/
A Dqib_diag.c340 u32 regoffs, size_t count) in qib_read_umem64()
384 const void __user *uaddr, size_t count) in qib_write_umem64()
429 u32 regoffs, size_t count) in qib_read_umem32()
475 const void __user *uaddr, size_t count) in qib_write_umem32()
549 size_t count, loff_t *off) in qib_diagpkt_write()
760 size_t count, loff_t *off) in qib_diag_read()
834 size_t count, loff_t *off) in qib_diag_write()
/linux-6.3-rc2/fs/ufs/
A Dballoc.c39 void ufs_free_fragments(struct inode *inode, u64 fragment, unsigned count) in ufs_free_fragments()
135 void ufs_free_blocks(struct inode *inode, u64 fragment, unsigned count) in ufs_free_blocks()
240 unsigned int count, sector_t oldb, in ufs_change_blocknr()
341 u64 goal, unsigned count, int *err, in ufs_new_fragments()
511 unsigned cgno, fragno, fragoff, count, fragsize, i; in ufs_add_fragments() local
584 u64 goal, unsigned count, int *err) in ufs_alloc_fragments()
793 u64 goal, unsigned count) in ufs_bitmap_search()
/linux-6.3-rc2/drivers/video/fbdev/
A Datafb_utils.h49 static inline void *fb_memclear_small(void *s, size_t count) in fb_memclear_small()
78 static inline void *fb_memclear(void *s, size_t count) in fb_memclear()
118 static inline void *fb_memset255(void *s, size_t count) in fb_memset255()
145 static inline void *fb_memmove(void *d, const void *s, size_t count) in fb_memmove()

Completed in 64 milliseconds

12345678910>>...225