/openbmc/hiomapd/mtd/ |
H A D | backend.c | 164 uint32_t count, uint8_t val) in mtd_set_bytemap() 190 static int mtd_erase(struct backend *backend, uint32_t offset, uint32_t count) in mtd_erase() 303 uint32_t count) in mtd_write() 343 uint32_t count __attribute__((unused))) in mtd_reset()
|
/openbmc/linux/arch/m68k/atari/ |
H A D | debug.c | 43 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()
|
/openbmc/linux/drivers/net/wireless/ath/ath9k/ |
H A D | tx99.c | 160 size_t count, loff_t *ppos) in read_file_tx99() 171 size_t count, loff_t *ppos) in write_file_tx99() 223 size_t count, loff_t *ppos) in read_file_tx99_power() 238 size_t count, loff_t *ppos) in write_file_tx99_power()
|
H A D | dfs_debug.c | 35 size_t count, loff_t *ppos) in read_file_dfs() 98 size_t count, loff_t *ppos) in write_file_dfs() 115 size_t count, loff_t *ppos) in write_file_simulate_radar()
|
/openbmc/linux/drivers/platform/x86/hp/hp-bioscfg/ |
H A D | passwdobj-attributes.c | 38 int count = bioscfg_drv.password_instances_count; in hp_clear_all_credentials() local 54 int count = bioscfg_drv.password_instances_count; in hp_get_password_instance_for_type() local 86 size_t count, bool is_current) in store_password_instance() 120 const char *buf, size_t count) in current_password_store() 129 const char *buf, size_t count) in new_password_store()
|
/openbmc/linux/drivers/s390/net/ |
H A D | qeth_l2_sys.c | 75 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()
|
/openbmc/linux/drivers/crypto/ccp/ |
H A D | ccp-debugfs.c | 43 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()
|
/openbmc/linux/drivers/cpufreq/ |
H A D | cpufreq_conservative.c | 150 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()
|
/openbmc/linux/drivers/platform/x86/dell/ |
H A D | dcdbas.c | 147 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()
|
/openbmc/linux/fs/ |
H A D | char_dev.c | 200 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()
|
/openbmc/linux/drivers/net/ |
H A D | netconsole.c | 350 const char *buf, size_t count) in enabled_store() 410 size_t count) in release_store() 438 size_t count) in extended_store() 466 size_t count) in dev_name_store() 491 size_t count) in local_port_store() 514 const char *buf, size_t count) in remote_port_store() 537 size_t count) in local_ip_store() 573 size_t count) in remote_ip_store() 609 size_t count) in remote_mac_store()
|
/openbmc/qemu/include/fpu/ |
H A D | softfloat-macros.h | 128 static inline void shift32RightJamming(uint32_t a, int count, uint32_t *zPtr) in shift32RightJamming() 154 static inline void shift64RightJamming(uint64_t a, int count, uint64_t *zPtr) in shift64RightJamming() 190 uint64_t a0, uint64_t a1, int count, uint64_t *z0Ptr, uint64_t *z1Ptr) in shift64ExtraRightJamming() 227 uint64_t a0, uint64_t a1, int count, uint64_t *z0Ptr, uint64_t *z1Ptr) in shift128Right() 262 uint64_t a0, uint64_t a1, int count, uint64_t *z0Ptr, uint64_t *z1Ptr) in shift128RightJamming() 316 int count, in shift128ExtraRightJamming() 369 static inline void shortShift128Left(uint64_t a0, uint64_t a1, int count, in shortShift128Left() 383 static inline void shift128Left(uint64_t a0, uint64_t a1, int count, in shift128Left() 408 int count, in shortShift192Left()
|
/openbmc/linux/drivers/vfio/pci/ |
H A D | vfio_pci_intrs.c | 541 unsigned count, int32_t *fds, bool msix) in vfio_msi_set_block() 591 unsigned count, uint32_t flags, void *data) in vfio_pci_set_intx_unmask() 622 unsigned count, uint32_t flags, void *data) in vfio_pci_set_intx_mask() 642 unsigned count, uint32_t flags, void *data) in vfio_pci_set_intx_trigger() 689 unsigned count, uint32_t flags, void *data) in vfio_pci_set_msi_trigger() 741 unsigned int count, uint32_t flags, in vfio_pci_set_ctx_trigger_single() 797 unsigned count, uint32_t flags, void *data) in vfio_pci_set_err_trigger() 808 unsigned count, uint32_t flags, void *data) in vfio_pci_set_req_trigger() 818 unsigned index, unsigned start, unsigned count, in vfio_pci_set_irqs_ioctl()
|
/openbmc/linux/arch/s390/kernel/ |
H A D | ptrace.c | 852 unsigned int pos, unsigned int count, in s390_regs_set() 903 unsigned int count, const void *kbuf, in s390_fpregs_set() 950 unsigned int pos, unsigned int count, in s390_last_break_set() 971 unsigned int pos, unsigned int count, in s390_tdb_set() 995 unsigned int pos, unsigned int count, in s390_vxrs_low_set() 1031 unsigned int pos, unsigned int count, in s390_vxrs_high_set() 1055 unsigned int pos, unsigned int count, in s390_system_call_set() 1080 unsigned int pos, unsigned int count, in s390_gs_cb_set() 1132 unsigned int pos, unsigned int count, in s390_gs_bc_set() 1191 unsigned int pos, unsigned int count, in s390_runtime_instr_set() [all …]
|
/openbmc/linux/arch/hexagon/mm/ |
H A D | uaccess.c | 22 __kernel_size_t __clear_user_hexagon(void __user *dest, unsigned long count) in __clear_user_hexagon() 39 unsigned long clear_user_hexagon(void __user *dest, unsigned long count) in clear_user_hexagon()
|
/openbmc/linux/drivers/media/usb/au0828/ |
H A D | au0828-i2c.c | 35 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
|
/openbmc/linux/drivers/w1/slaves/ |
H A D | w1_ds2431.c | 46 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()
|
H A D | w1_ds2430.c | 47 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()
|
H A D | w1_ds2805.c | 43 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()
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | string_32.h | 165 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
|
/openbmc/linux/drivers/video/fbdev/ |
H A D | atafb_utils.h | 49 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()
|
/openbmc/qemu/hw/s390x/ |
H A D | s390-stattrib-kvm.c | 41 uint32_t count, in kvm_s390_stattrib_read_helper() 67 uint32_t count, in kvm_s390_stattrib_get_stattr() 75 uint32_t count, in kvm_s390_stattrib_peek_stattr() 84 uint32_t count, in kvm_s390_stattrib_set_stattr()
|
/openbmc/linux/drivers/media/rc/ |
H A D | rc-core-priv.h | 70 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 …]
|
/openbmc/linux/drivers/scsi/qla2xxx/ |
H A D | qla_attr.c | 21 char *buf, loff_t off, size_t count) in qla2x00_sysfs_read_fw_dump() 62 char *buf, loff_t off, size_t count) in qla2x00_sysfs_write_fw_dump() 184 char *buf, loff_t off, size_t count) in qla2x00_sysfs_read_nvram() 224 char *buf, loff_t off, size_t count) in qla2x00_sysfs_write_nvram() 298 char *buf, loff_t off, size_t count) in qla2x00_sysfs_read_optrom() 322 char *buf, loff_t off, size_t count) in qla2x00_sysfs_write_optrom() 360 char *buf, loff_t off, size_t count) in qla2x00_sysfs_write_optrom_ctl() 544 char *buf, loff_t off, size_t count) in qla2x00_sysfs_read_vpd() 591 char *buf, loff_t off, size_t count) in qla2x00_sysfs_write_vpd() 658 char *buf, loff_t off, size_t count) in qla2x00_sysfs_read_sfp() [all …]
|
/openbmc/linux/arch/m68k/include/asm/ |
H A D | kmap.h | 38 int count) in memset_io() 45 int count) in memcpy_fromio() 52 int count) in memcpy_toio()
|