Home
last modified time | relevance | path

Searched defs:count (Results 176 – 200 of 5860) sorted by relevance

12345678910>>...235

/Linux-v6.6/arch/csky/lib/
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-v6.6/drivers/platform/x86/dell/
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-v6.6/drivers/infiniband/hw/qib/
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-v6.6/fs/ufs/
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-v6.6/drivers/w1/slaves/
Dw1_ds2431.c46 static inline size_t w1_f2d_fix_count(loff_t off, size_t count, size_t size) in w1_f2d_fix_count()
64 static int w1_f2d_readblock(struct w1_slave *sl, int off, int count, char *buf) in w1_f2d_readblock()
99 loff_t off, size_t count) in eeprom_read()
205 loff_t off, size_t count) in eeprom_write()
Dw1_ds2805.c43 static inline size_t w1_f0d_fix_count(loff_t off, size_t count, size_t size) in w1_f0d_fix_count()
61 static int w1_f0d_readblock(struct w1_slave *sl, int off, int count, char *buf) in w1_f0d_readblock()
96 char *buf, loff_t off, size_t count) in w1_f0d_read_bin()
204 char *buf, loff_t off, size_t count) in w1_f0d_write_bin()
Dw1_ds2430.c47 static inline size_t w1_f14_fix_count(loff_t off, size_t count, size_t size) in w1_f14_fix_count()
65 static int w1_f14_readblock(struct w1_slave *sl, int off, int count, char *buf) in w1_f14_readblock()
99 loff_t off, size_t count) in eeprom_read()
206 loff_t off, size_t count) in eeprom_write()
/Linux-v6.6/drivers/video/fbdev/
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()
/Linux-v6.6/drivers/media/usb/au0828/
Dau0828-i2c.c35 int count; in i2c_wait_read_ack() local
58 int count; in i2c_wait_read_done() local
81 int count; in i2c_wait_write_done() local
104 int count; in i2c_wait_done() local
/Linux-v6.6/arch/x86/include/asm/
Dstring_32.h165 static inline void *__memset_generic(void *s, char c, size_t count) in __memset_generic()
177 #define __constant_count_memset(s, c, count) __memset_generic((s), (c), (count)) argument
187 #define __memset(s, c, count) \ argument
195 #define memset(s, c, count) __builtin_memset(s, c, count) argument
/Linux-v6.6/drivers/fpga/
Dfpga-mgr.c48 static inline int fpga_mgr_write(struct fpga_manager *mgr, const char *buf, size_t count) in fpga_mgr_write()
79 const char *buf, size_t count) in fpga_mgr_parse_header()
88 const char *buf, size_t count) in fpga_mgr_write_init()
153 const char *buf, size_t count) in fpga_mgr_parse_header_mapped()
270 const char *buf, size_t count) in fpga_mgr_write_init_buf()
376 size_t length, count = 0, data_size = info->data_size; in fpga_mgr_buf_load_sg() local
416 const char *buf, size_t count) in fpga_mgr_buf_load_mapped()
466 const char *buf, size_t count) in fpga_mgr_buf_load()
/Linux-v6.6/drivers/s390/scsi/
Dzfcp_sysfs.c105 const char *buf, size_t count) in zfcp_sysfs_port_failed_store()
143 const char *buf, size_t count) in zfcp_sysfs_unit_failed_store()
189 const char *buf, size_t count) in zfcp_sysfs_adapter_failed_store()
215 const char *buf, size_t count) in zfcp_sysfs_port_rescan_store()
300 const char *buf, size_t count) in zfcp_sysfs_port_remove_store()
361 const char *buf, size_t count) in zfcp_sysfs_adapter_diag_max_age_store()
444 const char *buf, size_t count) in zfcp_sysfs_unit_add_store()
463 const char *buf, size_t count) in zfcp_sysfs_unit_remove_store()
649 const char *buf, size_t count) in zfcp_sysfs_scsi_zfcp_failed_store()
/Linux-v6.6/drivers/staging/axis-fifo/
Daxis-fifo.c148 size_t count, unsigned int addr_offset) in sysfs_write()
179 const char *buf, size_t count) in isr_store()
193 const char *buf, size_t count) in ier_store()
207 const char *buf, size_t count) in tdfr_store()
223 const char *buf, size_t count) in tdfd_store()
231 const char *buf, size_t count) in tlr_store()
239 const char *buf, size_t count) in rdfr_store()
271 const char *buf, size_t count) in srr_store()
279 const char *buf, size_t count) in tdr_store()
/Linux-v6.6/drivers/regulator/
Dvirtual.c116 const char *buf, size_t count) in set_min_uV()
142 const char *buf, size_t count) in set_max_uV()
168 const char *buf, size_t count) in set_min_uA()
194 const char *buf, size_t count) in set_max_uA()
232 const char *buf, size_t count) in set_mode()
/Linux-v6.6/drivers/tty/hvc/
Dhvc_vio.c69 static int hvterm_raw_get_chars(uint32_t vtermno, char *buf, int count) in hvterm_raw_get_chars()
118 static int hvterm_raw_put_chars(uint32_t vtermno, const char *buf, int count) in hvterm_raw_put_chars()
136 static int hvterm_hvsi_get_chars(uint32_t vtermno, char *buf, int count) in hvterm_hvsi_get_chars()
146 static int hvterm_hvsi_put_chars(uint32_t vtermno, const char *buf, int count) in hvterm_hvsi_put_chars()
229 int count = -1; in udbg_hvc_putc() local
/Linux-v6.6/drivers/net/wireless/marvell/libertas/
Dmesh.c184 const char *buf, size_t count) in anycast_mask_store()
240 const char *buf, size_t count) in prb_rsp_limit_store()
287 const char *buf, size_t count) in lbs_mesh_store()
388 const char *buf, size_t count) in bootflag_store()
441 const char *buf, size_t count) in boottime_store()
503 const char *buf, size_t count) in channel_store()
564 const char *buf, size_t count) in mesh_id_store()
632 const char *buf, size_t count) in protocol_id_store()
697 const char *buf, size_t count) in metric_id_store()
759 const char *buf, size_t count) in capability_store()
/Linux-v6.6/drivers/scsi/esas2r/
Desas2r_main.c70 char *buf, loff_t off, size_t count) in read_fw()
79 char *buf, loff_t off, size_t count) in write_fw()
88 char *buf, loff_t off, size_t count) in read_fs()
97 char *buf, loff_t off, size_t count) in write_fs()
113 char *buf, loff_t off, size_t count) in read_vda()
122 char *buf, loff_t off, size_t count) in write_vda()
131 char *buf, loff_t off, size_t count) in read_live_nvram()
142 char *buf, loff_t off, size_t count) in write_live_nvram()
162 char *buf, loff_t off, size_t count) in read_default_nvram()
173 char *buf, loff_t off, size_t count) in read_hw()
[all …]
/Linux-v6.6/drivers/tty/
Dgoldfish.c55 unsigned int count, in do_rw_io()
78 unsigned int count, in goldfish_tty_rw()
128 static void goldfish_tty_do_write(int line, const u8 *buf, unsigned int count) in goldfish_tty_do_write()
142 u32 count; in goldfish_tty_interrupt() local
189 size_t count) in goldfish_tty_write()
208 unsigned count) in goldfish_tty_console_write()
Dn_hdlc.c112 int count; member
118 int count; member
373 const u8 *flags, size_t count) in n_hdlc_tty_receive()
521 const u8 *data, size_t count) in n_hdlc_tty_write()
588 int count; in n_hdlc_tty_ioctl() local
675 static void n_hdlc_alloc_buf(struct n_hdlc_buf_list *list, unsigned int count, in n_hdlc_alloc_buf()
/Linux-v6.6/lib/
Dfault-inject.c272 static ssize_t fault_uint_attr_store(unsigned int *val, const char *page, size_t count) in fault_uint_attr_store()
285 static ssize_t fault_ulong_attr_store(unsigned long *val, const char *page, size_t count) in fault_ulong_attr_store()
298 static ssize_t fault_bool_attr_store(bool *val, const char *page, size_t count) in fault_bool_attr_store()
311 static ssize_t fault_atomic_t_attr_store(atomic_t *val, const char *page, size_t count) in fault_atomic_t_attr_store()
372 size_t count) in fault_stacktrace_depth_store()
395 static ssize_t fault_xul_attr_store(unsigned long *val, const char *page, size_t count) in fault_xul_attr_store()
/Linux-v6.6/kernel/irq/
Dtimings.c294 int count; member
384 int index, i, period_max, count, start, min = INT_MAX; in __irq_timings_next_event() local
639 size_t count; member
716 int index, start, i, count, period_max; in irq_timings_test_next_index() local
837 unsigned count) in irq_timings_test_irqts()
906 int count[] = { 0, in irq_timings_irqts_selftest() local
/Linux-v6.6/drivers/hwmon/
Dasc7621.c173 const char *buf, size_t count) in store_u8()
205 const char *buf, size_t count) in store_bitmask()
250 size_t count) in store_fan16()
324 const char *buf, size_t count) in store_in8()
357 size_t count) in store_temp8()
413 size_t count) in store_temp62()
467 const char *buf, size_t count) in store_ap2_temp()
518 const char *buf, size_t count) in store_pwm_ac()
586 const char *buf, size_t count) in store_pwm_enable()
659 const char *buf, size_t count) in store_pwm_freq()
[all …]
/Linux-v6.6/drivers/video/backlight/
Dadp8870_bl.c559 size_t count, int reg) in adp8870_store()
583 struct device_attribute *attr, const char *buf, size_t count) in adp8870_bl_l5_dark_max_store()
598 struct device_attribute *attr, const char *buf, size_t count) in adp8870_bl_l4_indoor_max_store()
613 struct device_attribute *attr, const char *buf, size_t count) in adp8870_bl_l3_office_max_store()
628 struct device_attribute *attr, const char *buf, size_t count) in adp8870_bl_l2_bright_max_store()
642 struct device_attribute *attr, const char *buf, size_t count) in adp8870_bl_l1_daylight_max_store()
663 const char *buf, size_t count) in adp8870_bl_l5_dark_dim_store()
678 const char *buf, size_t count) in adp8870_bl_l4_indoor_dim_store()
694 const char *buf, size_t count) in adp8870_bl_l3_office_dim_store()
709 const char *buf, size_t count) in adp8870_bl_l2_bright_dim_store()
[all …]
/Linux-v6.6/net/bluetooth/
Dhci_debugfs.c274 size_t count, loff_t *ppos) in use_debug_keys_read()
292 size_t count, loff_t *ppos) in sc_only_mode_read()
428 size_t count, loff_t *ppos) in ssp_debug_mode_read()
501 size_t count, loff_t *ppos) in force_bredr_smp_read()
514 size_t count, loff_t *ppos) in force_bredr_smp_write()
742 size_t count, loff_t *ppos) in force_static_address_read()
755 size_t count, loff_t *ppos) in force_static_address_write()
1132 size_t count, loff_t *ppos) in force_no_mitm_read()
1145 size_t count, loff_t *ppos) in force_no_mitm_write()
1257 size_t count, loff_t *ppos) in dut_mode_read()
[all …]
/Linux-v6.6/drivers/scsi/
Dscsi_sysfs.c186 const char *buf, size_t count) in store_scan()
200 const char *buf, size_t count) in store_shost_state()
296 const char *buf, size_t count) in store_host_reset()
333 const char *buf, size_t count) in store_shost_eh_deadline()
706 const char *buf, size_t count) in sdev_store_timeout()
727 const char *buf, size_t count) in sdev_store_eh_timeout()
748 const char *buf, size_t count) in store_rescan_field()
757 const char *buf, size_t count) in sdev_store_delete()
792 const char *buf, size_t count) in store_state_field()
878 const char *buf, size_t count) in store_queue_type_field()
[all …]

12345678910>>...235