| /linux-4.4.14/arch/mips/include/asm/mach-generic/ | 
| D | ide.h | 60 	unsigned int count)  in __ide_insw() 68 static inline void __ide_insl(unsigned long port, void *addr, unsigned int count)  in __ide_insl() 77 	unsigned long count)  in __ide_outsw() 86 	unsigned long count)  in __ide_outsl() 94 static inline void __ide_mm_insw(void __iomem *port, void *addr, u32 count)  in __ide_mm_insw() 102 static inline void __ide_mm_insl(void __iomem *port, void *addr, u32 count)  in __ide_mm_insl() 110 static inline void __ide_mm_outsw(void __iomem *port, void *addr, u32 count)  in __ide_mm_outsw() 118 static inline void __ide_mm_outsl(void __iomem * port, void *addr, u32 count)  in __ide_mm_outsl() 131 #define insw(port, addr, count) __ide_insw(port, addr, count)  argument 132 #define insl(port, addr, count) __ide_insl(port, addr, count)  argument [all …] 
 | 
| /linux-4.4.14/drivers/scsi/pcmcia/ | 
| D | nsp_io.h | 70 				    unsigned long  count)  in nsp_multi_read_1() 77 				  unsigned long  count)  in nsp_fifo8_read() 89 				    unsigned long  count)  in nsp_multi_read_2() 96 				   unsigned long  count)  in nsp_fifo16_read() 108 				    unsigned long  count)  in nsp_multi_read_4() 115 				   unsigned long  count)  in nsp_fifo32_read() 127 				     unsigned long  count)  in nsp_multi_write_1() 134 				   unsigned long  count)  in nsp_fifo8_write() 145 				     unsigned long  count)  in nsp_multi_write_2() 152 				    unsigned long  count)  in nsp_fifo16_write() [all …] 
 | 
| /linux-4.4.14/arch/sh/kernel/ | 
| D | iomap.c | 80 static inline void mmio_insb(void __iomem *addr, u8 *dst, int count)  in mmio_insb() 89 static inline void mmio_insw(void __iomem *addr, u16 *dst, int count)  in mmio_insw() 98 static inline void mmio_insl(void __iomem *addr, u32 *dst, int count)  in mmio_insl() 107 static inline void mmio_outsb(void __iomem *addr, const u8 *src, int count)  in mmio_outsb() 115 static inline void mmio_outsw(void __iomem *addr, const u16 *src, int count)  in mmio_outsw() 123 static inline void mmio_outsl(void __iomem *addr, const u32 *src, int count)  in mmio_outsl() 131 void ioread8_rep(void __iomem *addr, void *dst, unsigned long count)  in ioread8_rep() 137 void ioread16_rep(void __iomem *addr, void *dst, unsigned long count)  in ioread16_rep() 143 void ioread32_rep(void __iomem *addr, void *dst, unsigned long count)  in ioread32_rep() 149 void iowrite8_rep(void __iomem *addr, const void *src, unsigned long count)  in iowrite8_rep() [all …] 
 | 
| D | io.c | 19 void memcpy_fromio(void *to, const volatile void __iomem *from, unsigned long count)  in memcpy_fromio() 82 void memcpy_toio(volatile void __iomem *to, const void *from, unsigned long count)  in memcpy_toio() 106 void memset_io(volatile void __iomem *dst, int c, unsigned long count)  in memset_io()
  | 
| D | dwarf.c | 152 	int shift, count;  in dwarf_read_uleb128()  local 188 	int count;  in dwarf_read_leb128()  local 230 	int count = 0;  in dwarf_read_encoded_value()  local 273 	int count;  in dwarf_entry_len()  local 408 	unsigned int count, delta, reg, expr_len, offset;  in dwarf_cfa_execute_insns()  local 744 	int count;  in dwarf_parse_cie()  local 785 		unsigned int length, count;  in dwarf_parse_cie()  local 876 	int count;  in dwarf_parse_fde()  local 1033 	int count, err = 0;  in dwarf_parse_section()  local
  | 
| D | ptrace_32.c | 140 		       unsigned int pos, unsigned int count,  in genregs_get() 164 		       unsigned int pos, unsigned int count,  in genregs_set() 188 	       unsigned int pos, unsigned int count,  in fpregs_get() 207 		       unsigned int pos, unsigned int count,  in fpregs_set() 236 		       unsigned int pos, unsigned int count,  in dspregs_get() 254 		       unsigned int pos, unsigned int count,  in dspregs_set()
  | 
| /linux-4.4.14/arch/parisc/lib/ | 
| D | io.c | 18 void memcpy_toio(volatile void __iomem *dst, const void *src, int count)  in memcpy_toio() 53 void memcpy_fromio(void *dst, const volatile void __iomem *src, int count)  in memcpy_fromio() 105 void memset_io(volatile void __iomem *addr, unsigned char val, int count)  in memset_io() 126 void insb (unsigned long port, void *dst, unsigned long count)  in insb() 166 void insw (unsigned long port, void *dst, unsigned long count)  in insw() 238 void insl (unsigned long port, void *dst, unsigned long count)  in insl() 318 void outsb(unsigned long port, const void * src, unsigned long count)  in outsb() 336 void outsw (unsigned long port, const void *src, unsigned long count)  in outsw() 408 void outsl (unsigned long port, const void *src, unsigned long count)  in outsl()
  | 
| D | iomap.c | 97 static void ioport_read8r(void __iomem *addr, void *dst, unsigned long count)  in ioport_read8r() 102 static void ioport_read16r(void __iomem *addr, void *dst, unsigned long count)  in ioport_read16r() 107 static void ioport_read32r(void __iomem *addr, void *dst, unsigned long count)  in ioport_read32r() 198 static void iomem_read8r(void __iomem *addr, void *dst, unsigned long count)  in iomem_read8r() 206 static void iomem_read16r(void __iomem *addr, void *dst, unsigned long count)  in iomem_read16r() 214 static void iomem_read32r(void __iomem *addr, void *dst, unsigned long count)  in iomem_read32r() 353 void ioread8_rep(void __iomem *addr, void *dst, unsigned long count)  in ioread8_rep() 365 void ioread16_rep(void __iomem *addr, void *dst, unsigned long count)  in ioread16_rep() 377 void ioread32_rep(void __iomem *addr, void *dst, unsigned long count)  in ioread32_rep() 389 void iowrite8_rep(void __iomem *addr, const void *src, unsigned long count)  in iowrite8_rep() [all …] 
 | 
| /linux-4.4.14/arch/mips/lib/ | 
| D | iomap.c | 104 static inline void mmio_insb(void __iomem *addr, u8 *dst, int count)  in mmio_insb() 113 static inline void mmio_insw(void __iomem *addr, u16 *dst, int count)  in mmio_insw() 122 static inline void mmio_insl(void __iomem *addr, u32 *dst, int count)  in mmio_insl() 131 static inline void mmio_outsb(void __iomem *addr, const u8 *src, int count)  in mmio_outsb() 139 static inline void mmio_outsw(void __iomem *addr, const u16 *src, int count)  in mmio_outsw() 147 static inline void mmio_outsl(void __iomem *addr, const u32 *src, int count)  in mmio_outsl() 155 void ioread8_rep(void __iomem *addr, void *dst, unsigned long count)  in ioread8_rep() 162 void ioread16_rep(void __iomem *addr, void *dst, unsigned long count)  in ioread16_rep() 169 void ioread32_rep(void __iomem *addr, void *dst, unsigned long count)  in ioread32_rep() 176 void iowrite8_rep(void __iomem *addr, const void *src, unsigned long count)  in iowrite8_rep() [all …] 
 | 
| /linux-4.4.14/drivers/net/ethernet/amd/xgbe/ | 
| D | xgbe-debugfs.c | 124 static ssize_t xgbe_common_read(char __user *buffer, size_t count,  in xgbe_common_read() 148 static ssize_t xgbe_common_write(const char __user *buffer, size_t count,  in xgbe_common_write() 175 				   size_t count, loff_t *ppos)  in xgmac_reg_addr_read() 184 				    size_t count, loff_t *ppos)  in xgmac_reg_addr_write() 193 				    size_t count, loff_t *ppos)  in xgmac_reg_value_read() 205 				     size_t count, loff_t *ppos)  in xgmac_reg_value_write() 235 			     size_t count, loff_t *ppos)  in xpcs_mmd_read() 243 			      size_t count, loff_t *ppos)  in xpcs_mmd_write() 252 				  size_t count, loff_t *ppos)  in xpcs_reg_addr_read() 260 				   size_t count, loff_t *ppos)  in xpcs_reg_addr_write() [all …] 
 | 
| /linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/ | 
| D | debugfs.c | 74 					size_t count, loff_t *ppos)  in iwl_dbgfs_tx_flush_write() 95 					 size_t count, loff_t *ppos)  in iwl_dbgfs_sta_drain_write() 125 				   size_t count, loff_t *ppos)  in iwl_dbgfs_sram_read() 160 				    size_t count, loff_t *ppos)  in iwl_dbgfs_sram_write() 192 						  size_t count, loff_t *ppos)  in iwl_dbgfs_set_nic_temperature_read() 214 						   char *buf, size_t count,  in iwl_dbgfs_set_nic_temperature_write() 259 				       size_t count, loff_t *ppos)  in iwl_dbgfs_nic_temp_read() 281 				       size_t count, loff_t *ppos)  in iwl_dbgfs_stations_read() 311 						size_t count, loff_t *ppos)  in iwl_dbgfs_disable_power_off_read() 327 						 size_t count, loff_t *ppos)  in iwl_dbgfs_disable_power_off_write() [all …] 
 | 
| D | debugfs-vif.c | 132 					 size_t count, loff_t *ppos)  in iwl_dbgfs_pm_params_write() 196 					 size_t count, loff_t *ppos)  in iwl_dbgfs_tx_pwr_lmt_read() 211 					size_t count, loff_t *ppos)  in iwl_dbgfs_pm_params_read() 227 					 size_t count, loff_t *ppos)  in iwl_dbgfs_mac_params_read() 356 					 size_t count, loff_t *ppos)  in iwl_dbgfs_bf_params_write() 454 					size_t count, loff_t *ppos)  in iwl_dbgfs_bf_params_read() 510 					  size_t count, loff_t *ppos)  in iwl_dbgfs_tof_enable_write() 569 					 size_t count, loff_t *ppos)  in iwl_dbgfs_tof_enable_read() 599 						    size_t count, loff_t *ppos)  in iwl_dbgfs_tof_responder_params_write() 786 						   size_t count, loff_t *ppos)  in iwl_dbgfs_tof_responder_params_read() [all …] 
 | 
| /linux-4.4.14/arch/s390/lib/ | 
| D | spinlock.c | 44 	int count;  in arch_spin_lock_wait()  local 82 	int count;  in arch_spin_lock_wait_flags()  local 122 	int count;  in arch_spin_trylock_retry()  local 140 	int count = spin_retry;  in _raw_read_lock_wait()  local 168 	int count = spin_retry;  in _raw_read_trylock_retry()  local 189 	int count = spin_retry;  in _raw_write_lock_wait()  local 218 	int count = spin_retry;  in _raw_write_lock_wait()  local 248 	int count = spin_retry;  in _raw_write_trylock_retry()  local
  | 
| /linux-4.4.14/drivers/oprofile/ | 
| D | oprofile_files.c | 31 		size_t count, loff_t *offset)  in timeout_read() 39 		size_t count, loff_t *offset)  in timeout_write() 68 static ssize_t depth_read(struct file *file, char __user *buf, size_t count, loff_t *offset)  in depth_read() 75 static ssize_t depth_write(struct file *file, char const __user *buf, size_t count, loff_t *offset)  in depth_write() 105 static ssize_t pointer_size_read(struct file *file, char __user *buf, size_t count, loff_t *offset)  in pointer_size_read() 117 static ssize_t cpu_type_read(struct file *file, char __user *buf, size_t count, loff_t *offset)  in cpu_type_read() 129 static ssize_t enable_read(struct file *file, char __user *buf, size_t count, loff_t *offset)  in enable_read() 135 static ssize_t enable_write(struct file *file, char const __user *buf, size_t count, loff_t *offset)  in enable_write() 166 static ssize_t dump_write(struct file *file, char const __user *buf, size_t count, loff_t *offset)  in dump_write()
  | 
| D | oprofilefs.c | 45 ssize_t oprofilefs_str_to_user(char const *str, char __user *buf, size_t count, loff_t *offset)  in oprofilefs_str_to_user() 53 ssize_t oprofilefs_ulong_to_user(unsigned long val, char __user *buf, size_t count, loff_t *offset)  in oprofilefs_ulong_to_user() 70 int oprofilefs_ulong_from_user(unsigned long *val, char const __user *buf, size_t count)  in oprofilefs_ulong_from_user() 93 static ssize_t ulong_read_file(struct file *file, char __user *buf, size_t count, loff_t *offset)  in ulong_read_file() 100 static ssize_t ulong_write_file(struct file *file, char const __user *buf, size_t count, loff_t *of…  in ulong_write_file() 177 static ssize_t atomic_read_file(struct file *file, char __user *buf, size_t count, loff_t *offset)  in atomic_read_file()
  | 
| /linux-4.4.14/lib/ | 
| D | iomap.c | 40 	static int count = 10;  in bad_io_access()  local 145 static inline void mmio_insb(void __iomem *addr, u8 *dst, int count)  in mmio_insb() 153 static inline void mmio_insw(void __iomem *addr, u16 *dst, int count)  in mmio_insw() 161 static inline void mmio_insl(void __iomem *addr, u32 *dst, int count)  in mmio_insl() 172 static inline void mmio_outsb(void __iomem *addr, const u8 *src, int count)  in mmio_outsb() 179 static inline void mmio_outsw(void __iomem *addr, const u16 *src, int count)  in mmio_outsw() 186 static inline void mmio_outsl(void __iomem *addr, const u32 *src, int count)  in mmio_outsl() 195 void ioread8_rep(void __iomem *addr, void *dst, unsigned long count)  in ioread8_rep() 199 void ioread16_rep(void __iomem *addr, void *dst, unsigned long count)  in ioread16_rep() 203 void ioread32_rep(void __iomem *addr, void *dst, unsigned long count)  in ioread32_rep() [all …] 
 | 
| D | string.c | 112 char *strncpy(char *dest, const char *src, size_t count)  in strncpy() 177 ssize_t strscpy(char *dest, const char *src, size_t count)  in strscpy() 268 char *strncat(char *dest, const char *src, size_t count)  in strncat() 294 size_t strlcat(char *dest, const char *src, size_t count)  in strlcat() 345 int strncmp(const char *cs, const char *ct, size_t count)  in strncmp() 422 char *strnchr(const char *s, size_t count, int c)  in strnchr() 494 size_t strnlen(const char *s, size_t count)  in strnlen() 515 	size_t count = 0;  in strspn()  local 542 	size_t count = 0;  in strcspn()  local 671 void *memset(void *s, int c, size_t count)  in memset() [all …] 
 | 
| D | iomap_copy.c | 33 					    size_t count)  in __iowrite32_copy() 56 					    size_t count)  in __iowrite64_copy()
  | 
| /linux-4.4.14/drivers/net/wireless/libertas/ | 
| D | debugfs.c | 25                                 size_t count, loff_t *ppos)  in write_file_dummy() 33 				  size_t count, loff_t *ppos)  in lbs_dev_info() 55 				const char __user *user_buf, size_t count,  in lbs_sleepparams_write() 96 				  size_t count, loff_t *ppos)  in lbs_sleepparams_read() 124 				const char __user *user_buf, size_t count,  in lbs_host_sleep_write() 170 				  size_t count, loff_t *ppos)  in lbs_host_sleep_read() 226 				  size_t count, loff_t *ppos)  in lbs_threshold_read() 278 				   const char __user *userbuf, size_t count,  in lbs_threshold_write() 352 				size_t count, loff_t *ppos)  in lbs_lowrssi_read() 360 				 size_t count, loff_t *ppos)  in lbs_lowrssi_write() [all …] 
 | 
| /linux-4.4.14/drivers/net/wireless/iwlwifi/dvm/ | 
| D | debugfs.c | 97 					size_t count, loff_t *ppos)  in iwl_dbgfs_sram_read() 187 					size_t count, loff_t *ppos)  in iwl_dbgfs_sram_write() 215 					  size_t count, loff_t *ppos)  in iwl_dbgfs_wowlan_sram_read() 228 					size_t count, loff_t *ppos)  in iwl_dbgfs_stations_read() 285 				       size_t count,  in iwl_dbgfs_nvm_read() 323 				       size_t count, loff_t *ppos)  in iwl_dbgfs_channels_read() 389 						size_t count, loff_t *ppos) {  in iwl_dbgfs_status_read() 423 					size_t count, loff_t *ppos) {  in iwl_dbgfs_rx_handlers_read() 452 					 size_t count, loff_t *ppos)  in iwl_dbgfs_rx_handlers_write() 474 				       size_t count, loff_t *ppos)  in iwl_dbgfs_qos_read() [all …] 
 | 
| /linux-4.4.14/drivers/net/wireless/ti/wlcore/ | 
| D | debugfs.c | 44 int wl1271_format_buffer(char __user *userbuf, size_t count,  in wl1271_format_buffer() 91 				 size_t count, loff_t *ppos)  in tx_queue_len_read() 194 			  size_t count, loff_t *ppos)  in gpio_power_read() 209 			   size_t count, loff_t *ppos)  in gpio_power_write() 241 				    size_t count, loff_t *ppos)  in start_recovery_write() 259 			  size_t count, loff_t *ppos)  in dynamic_ps_timeout_read() 270 				    size_t count, loff_t *ppos)  in dynamic_ps_timeout_write() 323 			  size_t count, loff_t *ppos)  in forced_ps_read() 334 				    size_t count, loff_t *ppos)  in forced_ps_write() 392 			  size_t count, loff_t *ppos)  in split_scan_timeout_read() [all …] 
 | 
| /linux-4.4.14/drivers/staging/rtl8188eu/core/ | 
| D | rtw_debug.c | 26 			  off_t offset, int count,  in proc_get_drv_version() 38 			  off_t offset, int count,  in proc_get_write_reg() 46 		unsigned long count, void *data)  in proc_set_write_reg() 87 			  off_t offset, int count,  in proc_get_read_reg() 120 		unsigned long count, void *data)  in proc_set_read_reg() 147 			  off_t offset, int count,  in proc_get_fwstate() 163 			  off_t offset, int count,  in proc_get_sec_info() 181 			  off_t offset, int count,  in proc_get_mlmext_state() 198 			  off_t offset, int count,  in proc_get_qos_option() 214 			  off_t offset, int count,  in proc_get_ht_option() [all …] 
 | 
| /linux-4.4.14/drivers/net/wireless/iwlegacy/ | 
| D | debug.c | 231 il_dbgfs_tx_stats_read(struct file *file, char __user *user_buf, size_t count,  in il_dbgfs_tx_stats_read() 272 				   const char __user *user_buf, size_t count,  in il_dbgfs_clear_traffic_stats_write() 292 il_dbgfs_rx_stats_read(struct file *file, char __user *user_buf, size_t count,  in il_dbgfs_rx_stats_read() 336 il_dbgfs_sram_read(struct file *file, char __user *user_buf, size_t count,  in il_dbgfs_sram_read() 396 		    size_t count, loff_t *ppos)  in il_dbgfs_sram_write() 420 il_dbgfs_stations_read(struct file *file, char __user *user_buf, size_t count,  in il_dbgfs_stations_read() 484 il_dbgfs_nvm_read(struct file *file, char __user *user_buf, size_t count,  in il_dbgfs_nvm_read() 528 il_dbgfs_channels_read(struct file *file, char __user *user_buf, size_t count,  in il_dbgfs_channels_read() 607 il_dbgfs_status_read(struct file *file, char __user *user_buf, size_t count,  in il_dbgfs_status_read() 668 il_dbgfs_interrupt_read(struct file *file, char __user *user_buf, size_t count,  in il_dbgfs_interrupt_read() [all …] 
 | 
| /linux-4.4.14/arch/metag/kernel/ | 
| D | ptrace.c | 28 			  unsigned int pos, unsigned int count,  in metag_gp_regs_copyout() 85 			 unsigned int pos, unsigned int count,  in metag_gp_regs_copyin() 140 			     unsigned int pos, unsigned int count,  in metag_gp_regs_get() 149 			     unsigned int pos, unsigned int count,  in metag_gp_regs_set() 157 			  unsigned int pos, unsigned int count,  in metag_cb_regs_copyout() 173 			 unsigned int pos, unsigned int count,  in metag_cb_regs_copyin() 186 			     unsigned int pos, unsigned int count,  in metag_cb_regs_get() 195 			     unsigned int pos, unsigned int count,  in metag_cb_regs_set() 203 			   unsigned int pos, unsigned int count,  in metag_rp_state_copyout() 240 			  unsigned int pos, unsigned int count,  in metag_rp_state_copyin() [all …] 
 | 
| /linux-4.4.14/arch/s390/oprofile/ | 
| D | init.c | 125 		size_t count, loff_t *offset)  in hwsampler_read() 131 		size_t count, loff_t *offset)  in hwsampler_write() 173 				size_t count, loff_t *offset)  in hw_interval_read() 180 				 size_t count, loff_t *offset)  in hw_interval_write() 216 				    size_t count, loff_t *offset)  in hwsampler_zero_read() 222 				     size_t count, loff_t *offset)  in hwsampler_zero_write() 246 				     size_t count, loff_t *offset)  in hwsampler_kernel_read() 253 				      size_t count, loff_t *offset)  in hwsampler_kernel_write() 281 				   size_t count, loff_t *offset)  in hwsampler_user_read() 288 				    size_t count, loff_t *offset)  in hwsampler_user_write() [all …] 
 | 
| /linux-4.4.14/arch/alpha/kernel/ | 
| D | io.c | 213 void ioread8_rep(void __iomem *port, void *dst, unsigned long count)  in ioread8_rep() 241 void insb(unsigned long port, void *dst, unsigned long count)  in insb() 256 void ioread16_rep(void __iomem *port, void *dst, unsigned long count)  in ioread16_rep() 281 void insw(unsigned long port, void *dst, unsigned long count)  in insw() 296 void ioread32_rep(void __iomem *port, void *dst, unsigned long count)  in ioread32_rep() 313 void insl(unsigned long port, void *dst, unsigned long count)  in insl() 328 void iowrite8_rep(void __iomem *port, const void *xsrc, unsigned long count)  in iowrite8_rep() 335 void outsb(unsigned long port, const void *src, unsigned long count)  in outsb() 350 void iowrite16_rep(void __iomem *port, const void *src, unsigned long count)  in iowrite16_rep() 375 void outsw(unsigned long port, const void *src, unsigned long count)  in outsw() [all …] 
 | 
| /linux-4.4.14/drivers/s390/net/ | 
| D | qeth_l3_sys.c | 57 		const char *buf, size_t count)  in qeth_l3_dev_route_store() 94 		struct device_attribute *attr, const char *buf, size_t count)  in qeth_l3_dev_route4_store() 120 		struct device_attribute *attr, const char *buf, size_t count)  in qeth_l3_dev_route6_store() 146 		struct device_attribute *attr, const char *buf, size_t count)  in qeth_l3_dev_fake_broadcast_store() 187 		struct device_attribute *attr, const char *buf, size_t count)  in qeth_l3_dev_sniffer_store() 261 		struct device_attribute *attr, const char *buf, size_t count)  in qeth_l3_dev_hsuid_store() 367 		struct device_attribute *attr, const char *buf, size_t count)  in qeth_l3_dev_ipato_enable_store() 426 				const char *buf, size_t count)  in qeth_l3_dev_ipato_invert4_store() 520 static ssize_t qeth_l3_dev_ipato_add_store(const char *buf, size_t count,  in qeth_l3_dev_ipato_add_store() 551 		struct device_attribute *attr, const char *buf, size_t count)  in qeth_l3_dev_ipato_add4_store() [all …] 
 | 
| D | qeth_core_sys.c | 118 		struct device_attribute *attr, const char *buf, size_t count)  in qeth_dev_portno_store() 160 		struct device_attribute *attr, const char *buf, size_t count)  in qeth_dev_portname_store() 196 		struct device_attribute *attr, const char *buf, size_t count)  in qeth_dev_prioqing_store() 273 		struct device_attribute *attr, const char *buf, size_t count)  in qeth_dev_bufcnt_store() 306 		struct device_attribute *attr, const char *buf, size_t count)  in qeth_dev_recover_store() 339 		struct device_attribute *attr, const char *buf, size_t count)  in qeth_dev_performance_stats_store() 381 		struct device_attribute *attr, const char *buf, size_t count)  in qeth_dev_layer2_store() 458 		struct device_attribute *attr, const char *buf, size_t count)  in qeth_dev_isolation_store() 556 		struct device_attribute *attr, const char *buf, size_t count)  in qeth_hw_trap_store() 609 		const char *buf, size_t count, int *value, int max_value)  in qeth_dev_blkt_store() [all …] 
 | 
| /linux-4.4.14/arch/x86/include/asm/ | 
| D | mutex_32.h | 24 #define __mutex_fastpath_lock(count, fail_fn)			\  argument 49 static inline int __mutex_fastpath_lock_retval(atomic_t *count)  in __mutex_fastpath_lock_retval() 70 #define __mutex_fastpath_unlock(count, fail_fn)			\  argument 100 static inline int __mutex_fastpath_trylock(atomic_t *count,  in __mutex_fastpath_trylock()
  | 
| D | string_32.h | 207 static inline void *__memset_generic(void *s, char c, size_t count)  in __memset_generic() 219 #define __constant_count_memset(s, c, count) __memset_generic((s), (c), (count))  argument 227 void *__constant_c_memset(void *s, unsigned long c, size_t count)  in __constant_c_memset() 258 				    size_t count)  in __constant_c_and_count_memset() 313 #define __constant_c_x_memset(s, c, count)			\  argument 318 #define __memset(s, c, count)				\  argument 325 #define memset(s, c, count) __builtin_memset(s, c, count)  argument 327 #define memset(s, c, count)						\  argument
  | 
| /linux-4.4.14/include/asm-generic/ | 
| D | mutex-null.h | 13 #define __mutex_fastpath_lock(count, fail_fn)		fail_fn(count)  argument 14 #define __mutex_fastpath_lock_retval(count)		(-1)  argument 15 #define __mutex_fastpath_unlock(count, fail_fn)		fail_fn(count)  argument 16 #define __mutex_fastpath_trylock(count, fail_fn)	fail_fn(count)  argument
  | 
| D | mutex-dec.h | 21 __mutex_fastpath_lock(atomic_t *count, void (*fail_fn)(atomic_t *))  in __mutex_fastpath_lock()  argument 36 __mutex_fastpath_lock_retval(atomic_t *count)  in __mutex_fastpath_lock_retval() 57 __mutex_fastpath_unlock(atomic_t *count, void (*fail_fn)(atomic_t *))  in __mutex_fastpath_unlock()  argument 81 __mutex_fastpath_trylock(atomic_t *count, int (*fail_fn)(atomic_t *))  in __mutex_fastpath_trylock()  argument
  | 
| D | mutex-xchg.h | 26 __mutex_fastpath_lock(atomic_t *count, void (*fail_fn)(atomic_t *))  in __mutex_fastpath_lock()  argument 47 __mutex_fastpath_lock_retval(atomic_t *count)  in __mutex_fastpath_lock_retval() 68 __mutex_fastpath_unlock(atomic_t *count, void (*fail_fn)(atomic_t *))  in __mutex_fastpath_unlock()  argument 92 __mutex_fastpath_trylock(atomic_t *count, int (*fail_fn)(atomic_t *))  in __mutex_fastpath_trylock()  argument
  | 
| D | io.h | 221 			  unsigned int count)  in readsb() 237 			  unsigned int count)  in readsw() 253 			  unsigned int count)  in readsl() 270 			  unsigned int count)  in readsq() 287 			   unsigned int count)  in writesb() 302 			   unsigned int count)  in writesw() 317 			   unsigned int count)  in writesl() 333 			   unsigned int count)  in writesq() 463 static inline void insb(unsigned long addr, void *buffer, unsigned int count)  in insb() 471 static inline void insw(unsigned long addr, void *buffer, unsigned int count)  in insw() [all …] 
 | 
| D | ide_iops.h | 8 static __inline__ void __ide_mm_insw(void __iomem *port, void *addr, u32 count)  in __ide_mm_insw() 16 static __inline__ void __ide_mm_insl(void __iomem *port, void *addr, u32 count)  in __ide_mm_insl() 24 static __inline__ void __ide_mm_outsw(void __iomem *port, void *addr, u32 count)  in __ide_mm_outsw() 32 static __inline__ void __ide_mm_outsl(void __iomem * port, void *addr, u32 count)  in __ide_mm_outsl()
  | 
| /linux-4.4.14/arch/ia64/include/asm/ | 
| D | mutex.h | 22 __mutex_fastpath_lock(atomic_t *count, void (*fail_fn)(atomic_t *))  in __mutex_fastpath_lock()  argument 37 __mutex_fastpath_lock_retval(atomic_t *count)  in __mutex_fastpath_lock_retval() 58 __mutex_fastpath_unlock(atomic_t *count, void (*fail_fn)(atomic_t *))  in __mutex_fastpath_unlock()  argument 83 __mutex_fastpath_trylock(atomic_t *count, int (*fail_fn)(atomic_t *))  in __mutex_fastpath_trylock()  argument
  | 
| /linux-4.4.14/arch/sparc/lib/ | 
| D | PeeCeeI.c | 12 void outsb(unsigned long __addr, const void *src, unsigned long count)  in outsb() 22 void outsw(unsigned long __addr, const void *src, unsigned long count)  in outsw() 33 void outsl(unsigned long __addr, const void *src, unsigned long count)  in outsl() 87 void insb(unsigned long __addr, void *dst, unsigned long count)  in insb() 115 void insw(unsigned long __addr, void *dst, unsigned long count)  in insw() 143 void insl(unsigned long __addr, void *dst, unsigned long count)  in insl()
  | 
| /linux-4.4.14/drivers/net/wireless/b43legacy/ | 
| D | sysfs.c | 38 static int get_integer(const char *buf, size_t count)  in get_integer() 52 static int get_boolean(const char *buf, size_t count)  in get_boolean() 80 	ssize_t count = 0;  in b43legacy_attr_interfmode_show()  local 111 					       const char *buf, size_t count)  in b43legacy_attr_interfmode_store() 162 	ssize_t count;  in b43legacy_attr_preamble_show()  local 183 					     const char *buf, size_t count)  in b43legacy_attr_preamble_store()
  | 
| D | debugfs.c | 81 	ssize_t count = 0;  in tsf_read_file()  local 93 static int tsf_write_file(struct b43legacy_wldev *dev, const char *buf, size_t count)  in tsf_write_file() 107 	ssize_t count = 0;  in ucode_regs_read_file()  local 121 	ssize_t count = 0;  in shm_read_file()  local 141 	ssize_t count = 0;  in txstat_read_file()  local 186 static int restart_write_file(struct b43legacy_wldev *dev, const char *buf, size_t count)  in restart_write_file() 201 				size_t count, loff_t *ppos)  in b43legacy_debugfs_read() 269 				 size_t count, loff_t *ppos)  in b43legacy_debugfs_write()
  | 
| /linux-4.4.14/drivers/net/wireless/b43/ | 
| D | debugfs.c | 82 	ssize_t count = 0;  in shm16read__read_file()  local 99 				 const char *buf, size_t count)  in shm16read__write_file() 123 				  const char *buf, size_t count)  in shm16write__write_file() 158 	ssize_t count = 0;  in shm32read__read_file()  local 175 				 const char *buf, size_t count)  in shm32read__write_file() 199 				  const char *buf, size_t count)  in shm32write__write_file() 237 	ssize_t count = 0;  in mmio16read__read_file()  local 252 				  const char *buf, size_t count)  in mmio16read__write_file() 271 				   const char *buf, size_t count)  in mmio16write__write_file() 301 	ssize_t count = 0;  in mmio32read__read_file()  local [all …] 
 | 
| D | sysfs.c | 36 static int get_integer(const char *buf, size_t count)  in get_integer() 55 	ssize_t count = 0;  in b43_attr_interfmode_show()  local 94 					 const char *buf, size_t count)  in b43_attr_interfmode_store()
  | 
| /linux-4.4.14/drivers/net/wireless/mwifiex/ | 
| D | debugfs.c | 75 		  size_t count, loff_t *ppos)  in mwifiex_info_read() 165 			 size_t count, loff_t *ppos)  in mwifiex_device_dump_read() 200 		    size_t count, loff_t *ppos)  in mwifiex_getlog_read() 276 		       size_t count, loff_t *ppos)  in mwifiex_histogram_read() 352 			size_t count, loff_t *ppos)  in mwifiex_histogram_write() 412 		   size_t count, loff_t *ppos)  in mwifiex_debug_read() 448 		      const char __user *ubuf, size_t count, loff_t *ppos)  in mwifiex_regrdwr_write() 490 		     size_t count, loff_t *ppos)  in mwifiex_regrdwr_read() 544 			size_t count, loff_t *ppos)  in mwifiex_debug_mask_read() 570 			 size_t count, loff_t *ppos)  in mwifiex_debug_mask_write() [all …] 
 | 
| /linux-4.4.14/arch/mn10300/include/asm/ | 
| D | io.h | 125 static inline void insb(unsigned long addr, void *buffer, int count)  in insb() 136 static inline void insw(unsigned long addr, void *buffer, int count)  in insw() 147 static inline void insl(unsigned long addr, void *buffer, int count)  in insl() 158 static inline void outsb(unsigned long addr, const void *buffer, int count)  in outsb() 168 static inline void outsw(unsigned long addr, const void *buffer, int count)  in outsw() 179 static inline void outsl(unsigned long addr, const void *buffer, int count)  in outsl() 205 #define ioread8_rep(p, dst, count) \  argument 207 #define ioread16_rep(p, dst, count) \  argument 209 #define ioread32_rep(p, dst, count) \  argument 212 #define iowrite8_rep(p, src, count) \  argument [all …] 
 | 
| D | spinlock.h | 122 		atomic_t *count = (atomic_t *)rw;  in arch_read_lock()  local 135 		atomic_t *count = (atomic_t *)rw;  in arch_write_lock()  local 148 		atomic_t *count = (atomic_t *)rw;  in arch_read_unlock()  local 160 		atomic_t *count = (atomic_t *)rw;  in arch_write_unlock()  local 168 	atomic_t *count = (atomic_t *)lock;  in arch_read_trylock()  local 178 	atomic_t *count = (atomic_t *)lock;  in arch_write_trylock()  local
  | 
| /linux-4.4.14/arch/sh/include/asm/ | 
| D | mutex-llsc.h | 22 __mutex_fastpath_lock(atomic_t *count, void (*fail_fn)(atomic_t *))  in __mutex_fastpath_lock()  argument 40 __mutex_fastpath_lock_retval(atomic_t *count)  in __mutex_fastpath_lock_retval() 60 __mutex_fastpath_unlock(atomic_t *count, void (*fail_fn)(atomic_t *))  in __mutex_fastpath_unlock()  argument 88 __mutex_fastpath_trylock(atomic_t *count, int (*fail_fn)(atomic_t *))  in __mutex_fastpath_trylock()  argument
  | 
| /linux-4.4.14/arch/parisc/include/asm/ | 
| D | ide.h | 23 static __inline__ void __ide_mm_insw(void __iomem *port, void *addr, u32 count)  in __ide_mm_insw() 31 static __inline__ void __ide_mm_insl(void __iomem *port, void *addr, u32 count)  in __ide_mm_insl() 39 static __inline__ void __ide_mm_outsw(void __iomem *port, void *addr, u32 count)  in __ide_mm_outsw() 47 static __inline__ void __ide_mm_outsl(void __iomem *port, void *addr, u32 count)  in __ide_mm_outsl()
  | 
| /linux-4.4.14/arch/powerpc/kernel/ | 
| D | io.c | 31 void _insb(const volatile u8 __iomem *port, void *buf, long count)  in _insb() 48 void _outsb(volatile u8 __iomem *port, const void *buf, long count)  in _outsb() 62 void _insw_ns(const volatile u16 __iomem *port, void *buf, long count)  in _insw_ns() 79 void _outsw_ns(volatile u16 __iomem *port, const void *buf, long count)  in _outsw_ns() 93 void _insl_ns(const volatile u32 __iomem *port, void *buf, long count)  in _insl_ns() 110 void _outsl_ns(volatile u32 __iomem *port, const void *buf, long count)  in _outsl_ns()
  | 
| D | iomap.c | 76 void ioread8_rep(void __iomem *addr, void *dst, unsigned long count)  in ioread8_rep() 80 void ioread16_rep(void __iomem *addr, void *dst, unsigned long count)  in ioread16_rep() 84 void ioread32_rep(void __iomem *addr, void *dst, unsigned long count)  in ioread32_rep() 92 void iowrite8_rep(void __iomem *addr, const void *src, unsigned long count)  in iowrite8_rep() 96 void iowrite16_rep(void __iomem *addr, const void *src, unsigned long count)  in iowrite16_rep() 100 void iowrite32_rep(void __iomem *addr, const void *src, unsigned long count)  in iowrite32_rep()
  | 
| D | ptrace.c | 265 		   unsigned int pos, unsigned int count,  in gpr_get() 306 		   unsigned int pos, unsigned int count,  in gpr_set() 361 		   unsigned int pos, unsigned int count,  in fpr_get() 387 		   unsigned int pos, unsigned int count,  in fpr_set() 436 		  unsigned int pos, unsigned int count,  in vr_get() 467 		  unsigned int pos, unsigned int count,  in vr_set() 515 		   unsigned int pos, unsigned int count,  in vsr_get() 532 		   unsigned int pos, unsigned int count,  in vsr_set() 570 		   unsigned int pos, unsigned int count,  in evr_get() 593 		   unsigned int pos, unsigned int count,  in evr_set() [all …] 
 | 
| /linux-4.4.14/drivers/media/usb/pvrusb2/ | 
| D | pvrusb2-debugifc.c | 33 					      unsigned int count)  in debugifc_count_whitespace() 50 						 unsigned int count)  in debugifc_count_nonwhitespace() 65 static unsigned int debugifc_isolate_word(const char *buf,unsigned int count,  in debugifc_isolate_word() 93 static int debugifc_parse_unsigned_number(const char *buf,unsigned int count,  in debugifc_parse_unsigned_number() 119 static int debugifc_match_keyword(const char *buf,unsigned int count,  in debugifc_match_keyword() 196 				unsigned int count)  in pvr2_debugifc_do1cmd() 306 			unsigned int count)  in pvr2_debugifc_docmd()
  | 
| /linux-4.4.14/arch/powerpc/include/asm/ | 
| D | mutex.h | 75 __mutex_fastpath_lock(atomic_t *count, void (*fail_fn)(atomic_t *))  in __mutex_fastpath_lock()  argument 90 __mutex_fastpath_lock_retval(atomic_t *count)  in __mutex_fastpath_lock_retval() 107 __mutex_fastpath_unlock(atomic_t *count, void (*fail_fn)(atomic_t *))  in __mutex_fastpath_unlock()  argument 125 __mutex_fastpath_trylock(atomic_t *count, int (*fail_fn)(atomic_t *))  in __mutex_fastpath_trylock()  argument
  | 
| /linux-4.4.14/drivers/video/fbdev/mbx/ | 
| D | mbxdebugfs.c | 25 				size_t count, loff_t *ppos)  in write_file_dummy() 31 				 size_t count, loff_t *ppos)  in sysconf_read_file() 47 			       size_t count, loff_t *ppos)  in gsctl_read_file() 75 				 size_t count, loff_t *ppos)  in display_read_file() 115 			       size_t count, loff_t *ppos)  in clock_read_file() 138 			       size_t count, loff_t *ppos)  in sdram_read_file() 160 			       size_t count, loff_t *ppos)  in misc_read_file()
  | 
| /linux-4.4.14/drivers/xen/ | 
| D | xen-selfballoon.c | 261 			    size_t count)  in store_selfballooning() 292 					  size_t count)  in store_selfballoon_interval() 316 					 size_t count)  in store_selfballoon_downhys() 341 				       size_t count)  in store_selfballoon_uphys() 366 					       size_t count)  in store_selfballoon_min_usable_mb() 392 					     size_t count)  in store_selfballoon_reserved_mb() 419 					     size_t count)  in store_frontswap_selfshrinking() 449 				       size_t count)  in store_frontswap_inertia() 474 					  size_t count)  in store_frontswap_hysteresis()
  | 
| /linux-4.4.14/drivers/w1/slaves/ | 
| D | w1_ds2408.c | 77 			  size_t count)  in state_read() 89 			   loff_t off, size_t count)  in output_read() 102 			     loff_t off, size_t count)  in activity_read() 115 				     loff_t off, size_t count)  in cond_search_mask_read() 129 					 char *buf, loff_t off, size_t count)  in cond_search_polarity_read() 139 				   loff_t off, size_t count)  in status_control_read() 149 			    loff_t off, size_t count)  in output_write() 220 			      loff_t off, size_t count)  in activity_write() 250 				    loff_t off, size_t count)  in status_control_write()
  | 
| D | w1_ds2760.c | 26 static int w1_ds2760_io(struct device *dev, char *buf, int addr, size_t count,  in w1_ds2760_io() 62 int w1_ds2760_read(struct device *dev, char *buf, int addr, size_t count)  in w1_ds2760_read() 67 int w1_ds2760_write(struct device *dev, char *buf, int addr, size_t count)  in w1_ds2760_write() 102 			     loff_t off, size_t count)  in w1_slave_read()
  | 
| D | w1_ds28e04.c | 67 static inline size_t w1_f1C_fix_count(loff_t off, size_t count, size_t size)  in w1_f1C_fix_count() 123 			   loff_t off, size_t count)  in eeprom_read() 231 			    loff_t off, size_t count)  in eeprom_write() 287 			size_t count)  in pio_read() 306 			 size_t count)  in pio_write() 356 			      const char *buf, size_t count)  in crccheck_store()
  | 
| D | w1_ds2431.c | 48 static inline size_t w1_f2d_fix_count(loff_t off, size_t count, size_t size)  in w1_f2d_fix_count() 66 static int w1_f2d_readblock(struct w1_slave *sl, int off, int count, char *buf)  in w1_f2d_readblock() 101 			   loff_t off, size_t count)  in eeprom_read() 207 			    loff_t off, size_t count)  in eeprom_write()
  | 
| /linux-4.4.14/drivers/char/ | 
| D | tlclk.c | 244 static ssize_t tlclk_read(struct file *filp, char __user *buf, size_t count,  in tlclk_read() 328 		 struct device_attribute *attr, const char *buf, size_t count)  in store_received_ref_clk3a() 350 		 struct device_attribute *attr, const char *buf, size_t count)  in store_received_ref_clk3b() 372 		 struct device_attribute *attr, const char *buf, size_t count)  in store_enable_clk3b_output() 393 		 struct device_attribute *attr, const char *buf, size_t count)  in store_enable_clk3a_output() 414 		 struct device_attribute *attr, const char *buf, size_t count)  in store_enable_clkb1_output() 436 		 struct device_attribute *attr, const char *buf, size_t count)  in store_enable_clka1_output() 457 		 struct device_attribute *attr, const char *buf, size_t count)  in store_enable_clkb0_output() 478 		 struct device_attribute *attr, const char *buf, size_t count)  in store_enable_clka0_output() 499 		struct device_attribute *attr, const char *buf, size_t count)  in store_select_amcb2_transmit_clock() [all …] 
 | 
| D | mem.c | 50 static inline int valid_phys_addr_range(phys_addr_t addr, size_t count)  in valid_phys_addr_range() 99 			size_t count, loff_t *ppos)  in read_mem() 159 			 size_t count, loff_t *ppos)  in write_mem() 380 			 size_t count, loff_t *ppos)  in read_kmem() 456 				size_t count, loff_t *ppos)  in do_write_kmem() 507 			  size_t count, loff_t *ppos)  in write_kmem() 557 			 size_t count, loff_t *ppos)  in read_port() 575 			  size_t count, loff_t *ppos)  in write_port() 599 			 size_t count, loff_t *ppos)  in read_null() 605 			  size_t count, loff_t *ppos)  in write_null() [all …] 
 | 
| D | ps3flash.c | 106 			     size_t count, loff_t *pos)  in ps3flash_read() 175 			      const void *kernelbuf, size_t count, loff_t *pos)  in ps3flash_write() 250 				  size_t count, loff_t *pos)  in ps3flash_user_read() 256 				   size_t count, loff_t *pos)  in ps3flash_user_write() 261 static ssize_t ps3flash_kernel_read(void *buf, size_t count, loff_t pos)  in ps3flash_kernel_read() 266 static ssize_t ps3flash_kernel_write(const void *buf, size_t count,  in ps3flash_kernel_write()
  | 
| /linux-4.4.14/arch/arm/plat-samsung/ | 
| D | pm-common.c | 31 void s3c_pm_do_save(struct sleep_save *ptr, int count)  in s3c_pm_do_save() 50 void s3c_pm_do_restore(const struct sleep_save *ptr, int count)  in s3c_pm_do_restore() 71 void s3c_pm_do_restore_core(const struct sleep_save *ptr, int count)  in s3c_pm_do_restore_core()
  | 
| /linux-4.4.14/drivers/bluetooth/ | 
| D | btmrvl_debugfs.c | 35 			const char __user *ubuf, size_t count, loff_t *ppos)  in btmrvl_hscfgcmd_write() 61 						size_t count, loff_t *ppos)  in btmrvl_hscfgcmd_read() 81 						size_t count, loff_t *ppos)  in btmrvl_pscmd_write() 108 						size_t count, loff_t *ppos)  in btmrvl_pscmd_read() 127 						size_t count, loff_t *ppos)  in btmrvl_hscmd_write() 152 						size_t count, loff_t *ppos)  in btmrvl_hscmd_read() 171 				   size_t count, loff_t *ppos)  in btmrvl_fwdump_write()
  | 
| /linux-4.4.14/drivers/net/wireless/ath/ath6kl/ | 
| D | debug.c | 301 				   size_t count, loff_t *ppos)  in read_file_war_stats() 399 				 size_t count, loff_t *ppos)  in ath6kl_fwlog_read() 451 				       size_t count,  in ath6kl_fwlog_block_read() 526 				      size_t count, loff_t *ppos)  in ath6kl_fwlog_mask_read() 539 				       size_t count, loff_t *ppos)  in ath6kl_fwlog_mask_write() 566 				   size_t count, loff_t *ppos)  in read_file_tgt_stats() 705 					   size_t count, loff_t *ppos)  in read_file_credit_dist_stats() 783 					  size_t count, loff_t *ppos)  in ath6kl_endpoint_stats_read() 838 					   size_t count, loff_t *ppos)  in ath6kl_endpoint_stats_write() 893 				    size_t count, loff_t *ppos)  in ath6kl_regread_read() [all …] 
 | 
| /linux-4.4.14/drivers/net/wireless/ath/ath5k/ | 
| D | debug.c | 196 				   size_t count, loff_t *ppos)  in read_file_beacon() 245 				 size_t count, loff_t *ppos)  in write_file_beacon() 278 				 size_t count, loff_t *ppos)  in write_file_reset() 317 				   size_t count, loff_t *ppos)  in read_file_debug() 346 				 size_t count, loff_t *ppos)  in write_file_debug() 379 				   size_t count, loff_t *ppos)  in read_file_antenna() 451 				 size_t count, loff_t *ppos)  in write_file_antenna() 492 				   size_t count, loff_t *ppos)  in read_file_misc() 547 				   size_t count, loff_t *ppos)  in read_file_frameerrors() 624 				 size_t count, loff_t *ppos)  in write_file_frameerrors() [all …] 
 | 
| /linux-4.4.14/arch/arm/boot/compressed/ | 
| D | string.c | 43 void *memmove(void *__dest, __const void *__src, size_t count)  in memmove() 68 int memcmp(const void *cs, const void *ct, size_t count)  in memcmp() 96 void *memchr(const void *s, int c, size_t count)  in memchr() 116 void *memset(void *s, int c, size_t count)  in memset() 124 void __memzero(void *s, size_t count)  in __memzero()
  | 
| /linux-4.4.14/drivers/misc/altera-stapl/ | 
| D | altera-jtag.c | 131 				u32 count, u32 start_index,  in altera_set_dr_pre() 169 int altera_set_ir_pre(struct altera_jtag *js, u32 count, u32 start_index,  in altera_set_ir_pre() 207 int altera_set_dr_post(struct altera_jtag *js, u32 count, u32 start_index,  in altera_set_dr_post() 247 int altera_set_ir_post(struct altera_jtag *js, u32 count, u32 start_index,  in altera_set_ir_post() 304 	int count = 0;  in altera_goto_jstate()  local 357 	s32 count;  in altera_wait_cycles()  local 450 			int count,  in alt_jtag_drscan() 511 		    int count,  in alt_jtag_irscan() 598 				u32 count,  in altera_irscan() 695 			    u32 count,  in altera_swap_ir() [all …] 
 | 
| /linux-4.4.14/fs/sysv/ | 
| D | balloc.c | 47 	unsigned count;  in sysv_free_block()  local 105 	unsigned count;  in sysv_new_block()  local 127 		unsigned count;  in sysv_new_block()  local 162 	int count;  in sysv_count_free_blocks()  local
  | 
| /linux-4.4.14/drivers/infiniband/hw/qib/ | 
| D | qib_fs.c | 105 				 size_t count, loff_t *ppos)  in driver_stats_read() 133 				 size_t count, loff_t *ppos)  in driver_names_read() 146 				 size_t count, loff_t *ppos)  in dev_counters_read() 158 			      size_t count, loff_t *ppos)  in dev_names_read() 180 			      size_t count, loff_t *ppos)  in portnames_read() 192 				size_t count, loff_t *ppos)  in portcntrs_1_read() 204 				size_t count, loff_t *ppos)  in portcntrs_2_read() 224 			   size_t count, loff_t *ppos)  in qsfp_1_read() 245 			   size_t count, loff_t *ppos)  in qsfp_2_read() 271 			  size_t count, loff_t *ppos)  in flash_read() [all …] 
 | 
| D | qib_diag.c | 340 			   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() 764 			     size_t count, loff_t *off)  in qib_diag_read() 841 			      size_t count, loff_t *off)  in qib_diag_write()
  | 
| /linux-4.4.14/arch/arm64/kernel/ | 
| D | io.c | 26 void __memcpy_fromio(void *to, const volatile void __iomem *from, size_t count)  in __memcpy_fromio() 55 void __memcpy_toio(volatile void __iomem *to, const void *from, size_t count)  in __memcpy_toio() 84 void __memset_io(volatile void __iomem *dst, int c, size_t count)  in __memset_io()
  | 
| D | ptrace.c | 374 			unsigned int pos, unsigned int count,  in hw_break_get() 435 			unsigned int pos, unsigned int count,  in hw_break_set() 485 		   unsigned int pos, unsigned int count,  in gpr_get() 493 		   unsigned int pos, unsigned int count,  in gpr_set() 514 		   unsigned int pos, unsigned int count,  in fpr_get() 523 		   unsigned int pos, unsigned int count,  in fpr_set() 539 		   unsigned int pos, unsigned int count,  in tls_get() 547 		   unsigned int pos, unsigned int count,  in tls_set() 563 			   unsigned int pos, unsigned int count,  in system_call_get() 574 			   unsigned int pos, unsigned int count,  in system_call_set() [all …] 
 | 
| /linux-4.4.14/drivers/net/wireless/ath/ath10k/ | 
| D | debug.c | 200 					size_t count, loff_t *ppos)  in ath10k_read_wmi_services() 468 				    size_t count, loff_t *ppos)  in ath10k_fw_stats_read() 486 						size_t count, loff_t *ppos)  in ath10k_debug_fw_reset_stats_read() 547 					     size_t count, loff_t *ppos)  in ath10k_read_simulate_fw_crash() 568 					      size_t count, loff_t *ppos)  in ath10k_write_simulate_fw_crash() 637 				   size_t count, loff_t *ppos)  in ath10k_read_chip_id() 762 					 size_t count, loff_t *ppos)  in ath10k_fw_crash_dump_read() 789 				    size_t count, loff_t *ppos)  in ath10k_reg_addr_read() 807 				     size_t count, loff_t *ppos)  in ath10k_reg_addr_write() 837 				     size_t count, loff_t *ppos)  in ath10k_reg_value_read() [all …] 
 | 
| D | debugfs_sta.c | 23 					     size_t count, loff_t *ppos)  in ath10k_dbg_sta_read_aggr_mode() 42 					      size_t count, loff_t *ppos)  in ath10k_dbg_sta_write_aggr_mode() 85 					  size_t count, loff_t *ppos)  in ath10k_dbg_sta_write_addba() 136 					       size_t count, loff_t *ppos)  in ath10k_dbg_sta_write_addba_resp() 186 					  size_t count, loff_t *ppos)  in ath10k_dbg_sta_write_delba()
  | 
| D | spectral.c | 218 	int vdev_id, count, res = 0;  in ath10k_spectral_scan_config()  local 277 				       size_t count, loff_t *ppos)  in read_file_spec_scan_ctl() 306 					size_t count, loff_t *ppos)  in write_file_spec_scan_ctl() 369 					size_t count, loff_t *ppos)  in read_file_spectral_count() 386 					 size_t count, loff_t *ppos)  in write_file_spectral_count() 421 				       size_t count, loff_t *ppos)  in read_file_spectral_bins() 441 					size_t count, loff_t *ppos)  in write_file_spectral_bins()
  | 
| /linux-4.4.14/drivers/base/regmap/ | 
| D | regmap-debugfs.c | 39 				     char __user *user_buf, size_t count,  in regmap_name_read_file() 172 				       void *buf, size_t count)  in regmap_calc_tot_len() 185 				   size_t count, loff_t *ppos)  in regmap_read_debugfs() 254 				    size_t count, loff_t *ppos)  in regmap_map_read_file() 272 				     size_t count, loff_t *ppos)  in regmap_map_write_file() 314 				      size_t count, loff_t *ppos)  in regmap_range_read_file() 330 					   char __user *user_buf, size_t count,  in regmap_reg_ranges_read_file() 401 				       char __user *user_buf, size_t count,  in regmap_access_read_file() 470 					    size_t count, loff_t *ppos)  in regmap_cache_only_write_file() 515 					      size_t count, loff_t *ppos)  in regmap_cache_bypass_write_file()
  | 
| /linux-4.4.14/arch/s390/kernel/ | 
| D | ptrace.c | 878 			 unsigned int pos, unsigned int count,  in s390_regs_get() 905 			 unsigned int pos, unsigned int count,  in s390_regs_set() 941 			   unsigned int count, void *kbuf, void __user *ubuf)  in s390_fpregs_get() 957 			   unsigned int count, const void *kbuf,  in s390_fpregs_set() 994 			       unsigned int pos, unsigned int count,  in s390_last_break_get() 1012 			       unsigned int pos, unsigned int count,  in s390_last_break_set() 1020 			unsigned int pos, unsigned int count,  in s390_tdb_get() 1034 			unsigned int pos, unsigned int count,  in s390_tdb_set() 1042 			     unsigned int pos, unsigned int count,  in s390_vxrs_low_get() 1059 			     unsigned int pos, unsigned int count,  in s390_vxrs_low_set() [all …] 
 | 
| /linux-4.4.14/drivers/net/wireless/ath/ath9k/ | 
| D | htc_drv_debug.c | 20 				       size_t count, loff_t *ppos)  in read_file_tgt_int_stats() 78 				      size_t count, loff_t *ppos)  in read_file_tgt_tx_stats() 148 				      size_t count, loff_t *ppos)  in read_file_tgt_rx_stats() 194 			      size_t count, loff_t *ppos)  in read_file_xmit() 252 			      size_t count, loff_t *ppos)  in read_file_skb_rx() 290 			      size_t count, loff_t *ppos)  in read_file_slot() 314 			       size_t count, loff_t *ppos)  in read_file_queue() 361 			       size_t count, loff_t *ppos)  in read_file_debug() 373 				size_t count, loff_t *ppos)  in write_file_debug()
  | 
| D | debug.c | 72 				      size_t count, loff_t *ppos)  in ath9k_debugfs_read_buf() 87 			     size_t count, loff_t *ppos)  in read_file_debug() 99 			     size_t count, loff_t *ppos)  in write_file_debug() 133 			     size_t count, loff_t *ppos)  in read_file_ani() 189 			      size_t count, loff_t *ppos)  in write_file_ani() 232 					  size_t count, loff_t *ppos)  in read_file_bt_ant_diversity() 245 					   size_t count, loff_t *ppos)  in write_file_bt_ant_diversity() 301 					   size_t count, loff_t *ppos)  in read_file_antenna_diversity() 827 				size_t count, loff_t *ppos)  in read_file_regidx() 838 				 size_t count, loff_t *ppos)  in write_file_regidx() [all …] 
 | 
| D | tx99.c | 163 			      size_t count, loff_t *ppos)  in read_file_tx99() 174 			       size_t count, loff_t *ppos)  in write_file_tx99() 222 				    size_t count, loff_t *ppos)  in read_file_tx99_power() 237 				     size_t count, loff_t *ppos)  in write_file_tx99_power()
  | 
| D | common-spectral.c | 704 				       size_t count, loff_t *ppos)  in read_file_spec_scan_ctl() 802 					size_t count, loff_t *ppos)  in write_file_spec_scan_ctl() 853 					       size_t count, loff_t *ppos)  in read_file_spectral_short_repeat() 865 						size_t count, loff_t *ppos)  in write_file_spectral_short_repeat() 901 					size_t count, loff_t *ppos)  in read_file_spectral_count() 913 					 size_t count, loff_t *ppos)  in write_file_spectral_count() 949 					 size_t count, loff_t *ppos)  in read_file_spectral_period() 961 					  size_t count, loff_t *ppos)  in write_file_spectral_period() 997 					     size_t count, loff_t *ppos)  in read_file_spectral_fft_period() 1009 					      size_t count, loff_t *ppos)  in write_file_spectral_fft_period()
  | 
| 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() 121 					 size_t count, loff_t *ppos)  in write_file_simulate_radar()
  | 
| D | common-debug.c | 20 				      size_t count, loff_t *ppos)  in read_file_modal_eeprom() 56 				     size_t count, loff_t *ppos)  in read_file_base_eeprom() 124 			      size_t count, loff_t *ppos)  in read_file_recv() 187 				 size_t count, loff_t *ppos)  in read_file_phy_err()
  | 
| /linux-4.4.14/arch/arm/mach-ixp4xx/include/mach/ | 
| D | io.h | 98 				      const u8 *vaddr, int count)  in __indirect_writesb() 121 				      const u16 *vaddr, int count)  in __indirect_writesw() 140 				      const u32 *vaddr, int count)  in __indirect_writesl() 163 				     u8 *vaddr, u32 count)  in __indirect_readsb() 186 				     u16 *vaddr, u32 count)  in __indirect_readsw() 207 				     u32 *vaddr, u32 count)  in __indirect_readsl() 248 static inline void outsb(u32 io_addr, const void *p, u32 count)  in outsb() 267 static inline void outsw(u32 io_addr, const void *p, u32 count)  in outsw() 281 static inline void outsl(u32 io_addr, const void *p, u32 count)  in outsl() 301 static inline void insb(u32 io_addr, void *p, u32 count)  in insb() [all …] 
 | 
| /linux-4.4.14/arch/tile/include/asm/ | 
| D | io.h | 322 static inline void insb(unsigned long addr, void *buffer, int count)  in insb() 333 static inline void insw(unsigned long addr, void *buffer, int count)  in insw() 344 static inline void insl(unsigned long addr, void *buffer, int count)  in insl() 355 static inline void outsb(unsigned long addr, const void *buffer, int count)  in outsb() 365 static inline void outsw(unsigned long addr, const void *buffer, int count)  in outsw() 375 static inline void outsl(unsigned long addr, const void *buffer, int count)  in outsl() 448 static inline void insb(unsigned long addr, void *buffer, int count)  in insb() 453 static inline void insw(unsigned long addr, void *buffer, int count)  in insw() 458 static inline void insl(unsigned long addr, void *buffer, int count)  in insl() 463 static inline void outsb(unsigned long addr, const void *buffer, int count)  in outsb() [all …] 
 | 
| /linux-4.4.14/drivers/w1/ | 
| D | w1.c | 117 	ssize_t count = sizeof(sl->reg_num);  in id_show()  local 135 			size_t count)  in rw_write() 154 		       size_t count)  in rw_read() 228 	ssize_t count;  in w1_master_attribute_show_name()  local 239 						const char * buf, size_t count)  in w1_master_attribute_store_search() 264 	ssize_t count;  in w1_master_attribute_show_search()  local 275 						const char *buf, size_t count)  in w1_master_attribute_store_pullup() 297 	ssize_t count;  in w1_master_attribute_show_pullup()  local 309 	ssize_t count;  in w1_master_attribute_show_pointer()  local 319 	ssize_t count;  in w1_master_attribute_show_timeout()  local [all …] 
 | 
| /linux-4.4.14/arch/s390/mm/ | 
| D | maccess.c | 21 	unsigned long aligned, offset, count;  in s390_kernel_write_odd()  local 70 static int __memcpy_real(void *dest, void *src, size_t count)  in __memcpy_real() 94 int memcpy_real(void *dest, void *src, size_t count)  in memcpy_real() 111 void memcpy_absolute(void *dest, void *src, size_t count)  in memcpy_absolute() 135 int copy_to_user_real(void __user *dest, void *src, unsigned long count)  in copy_to_user_real()
  | 
| /linux-4.4.14/arch/tile/kernel/vdso/ | 
| D | vgettimeofday.c | 66 	unsigned count;  in do_realtime()  local 85 	unsigned count;  in do_monotonic()  local 105 	unsigned count;  in do_realtime_coarse()  local 119 	unsigned count;  in do_monotonic_coarse()  local 134 	unsigned count;  in __vdso_gettimeofday()  local
  | 
| /linux-4.4.14/kernel/locking/ | 
| D | rwsem-xadd.c | 216 	long count, adjustment = -RWSEM_ACTIVE_READ_BIAS;  in rwsem_down_read_failed()  local 258 static inline bool rwsem_try_write_lock(long count, struct rw_semaphore *sem)  in rwsem_try_write_lock() 282 	long old, count = READ_ONCE(sem->count);  in rwsem_try_write_lock_unqueued()  local 310 		long count = READ_ONCE(sem->count);  in rwsem_can_spin_on_owner()  local 331 	long count;  in rwsem_spin_on_owner()  local 439 	long count;  in rwsem_down_write_failed()  local
  | 
| /linux-4.4.14/drivers/s390/char/ | 
| D | sclp_tty.c | 95 	int count;  in sclp_tty_write_room()  local 135 	int count;  in __sclp_ttybuf_emit()  local 172 static int sclp_tty_write_string(const unsigned char *str, int count, int may_fail)  in sclp_tty_write_string() 238 sclp_tty_write(struct tty_struct *tty, const unsigned char *buf, int count)  in sclp_tty_write() 294 	int count;  in sclp_tty_chars_in_buffer()  local 324 sclp_tty_input(unsigned char* buf, unsigned int count)  in sclp_tty_input() 365 static int sclp_switch_cases(unsigned char *buf, int count)  in sclp_switch_cases() 413 	int count;  in sclp_get_input()  local
  | 
| D | sclp_vt220.c | 310 		   const unsigned char *msg, int count, int convertlf)  in sclp_vt220_add_msg() 404 __sclp_vt220_write(const unsigned char *buf, int count, int do_schedule,  in __sclp_vt220_write() 473 sclp_vt220_write(struct tty_struct *tty, const unsigned char *buf, int count)  in sclp_vt220_write() 492 static void sclp_vt220_handle_input(const char *buffer, unsigned int count)  in sclp_vt220_handle_input() 522 static void sclp_vt220_handle_input(const char *buffer, unsigned int count)  in sclp_vt220_handle_input() 536 	unsigned int count;  in sclp_vt220_receiver_fn()  local 619 	int count;  in sclp_vt220_write_room()  local 640 	int count;  in sclp_vt220_chars_in_buffer()  local 842 sclp_vt220_con_write(struct console *con, const char *buf, unsigned int count)  in sclp_vt220_con_write()
  | 
| /linux-4.4.14/fs/ | 
| D | eventfd.c | 36 	__u64 count;  member 121 	u64 count;  in eventfd_poll()  local 226 static ssize_t eventfd_read(struct file *file, char __user *buf, size_t count,  in eventfd_read() 242 static ssize_t eventfd_write(struct file *file, const char __user *buf, size_t count,  in eventfd_write() 391 struct file *eventfd_file_create(unsigned int count, int flags)  in eventfd_file_create() 420 SYSCALL_DEFINE2(eventfd2, unsigned int, count, int, flags)  in SYSCALL_DEFINE2()  argument 445 SYSCALL_DEFINE1(eventfd, unsigned int, count)  in SYSCALL_DEFINE1()  argument
  | 
| D | char_dev.c | 174 int register_chrdev_region(dev_t from, unsigned count, const char *name)  in register_chrdev_region() 210 int alloc_chrdev_region(dev_t *dev, unsigned baseminor, unsigned count,  in alloc_chrdev_region() 243 		      unsigned int count, const char *name,  in __register_chrdev() 285 void unregister_chrdev_region(dev_t from, unsigned count)  in unregister_chrdev_region() 310 			 unsigned int count, const char *name)  in __unregister_chrdev() 452 int cdev_add(struct cdev *p, dev_t dev, unsigned count)  in cdev_add() 469 static void cdev_unmap(dev_t dev, unsigned count)  in cdev_unmap()
  | 
| /linux-4.4.14/arch/m32r/platforms/oaks32r/ | 
| D | io.c | 51 static inline  void _ne_insb(void *portp, void *addr, unsigned long count)  in _ne_insb() 150 void _insb(unsigned int port, void *addr, unsigned long count)  in _insb() 162 void _insw(unsigned int port, void *addr, unsigned long count)  in _insw() 178 void _insl(unsigned int port, void *addr, unsigned long count)  in _insl() 188 void _outsb(unsigned int port, const void *addr, unsigned long count)  in _outsb() 204 void _outsw(unsigned int port, const void *addr, unsigned long count)  in _outsw() 220 void _outsl(unsigned int port, const void *addr, unsigned long count)  in _outsl()
  | 
| /linux-4.4.14/drivers/staging/rdma/ipath/ | 
| D | ipath_diag.c | 139 			     const void __iomem *caddr, size_t count)  in ipath_read_umem64() 176 			      const void __user *uaddr, size_t count)  in ipath_write_umem64() 214 			     const void __iomem *caddr, size_t count)  in ipath_read_umem32() 254 			      const void __user *uaddr, size_t count)  in ipath_write_umem32() 326 				   size_t count, loff_t *off)  in ipath_diagpkt_write() 489 			       size_t count, loff_t *off)  in ipath_diag_read() 521 				size_t count, loff_t *off)  in ipath_diag_write()
  | 
| D | ipath_sysfs.c | 189 			 size_t count)  in store_lmc() 225 			  size_t count)  in store_lid() 261 			  size_t count)  in store_mlid() 298 			  size_t count)  in store_guid() 391 				      size_t count)  in store_jint_max_packets() 418 				     size_t count)  in store_jint_idle_ticks() 542 			  size_t count)  in store_reset() 571 			  size_t count)  in store_link_state() 605 			  size_t count)  in store_mtu() 639 			  size_t count)  in store_enabled() [all …] 
 | 
| /linux-4.4.14/drivers/tty/ | 
| D | tty_ldsem.c | 123 	long adjust, count;  in __ldsem_wake_readers()  local 154 	long count = ldsem_atomic_update(LDSEM_ACTIVE_BIAS, sem);  in writer_trylock()  local 200 down_read_failed(struct ld_semaphore *sem, long count, long timeout)  in down_read_failed() 268 down_write_failed(struct ld_semaphore *sem, long count, long timeout)  in down_write_failed() 325 	long count;  in __ldsem_down_read_nested()  local 344 	long count;  in __ldsem_down_write_nested()  local 375 	long count = sem->count;  in ldsem_down_read_trylock()  local 401 	long count = sem->count;  in ldsem_down_write_trylock()  local 418 	long count;  in ldsem_up_read()  local 432 	long count;  in ldsem_up_write()  local
  | 
| D | ehv_bytechan.c | 157 	int ret, count;  in byte_channel_spin_send()  local 220 			     unsigned int count)  in ehv_bc_console_byte_channel_send() 248 				 unsigned int count)  in ehv_bc_console_write() 340 	int count;  in ehv_bc_tty_rx_isr()  local 398 	unsigned int count;  in ehv_bc_tx_dequeue()  local 459 			    int count)  in ehv_bc_tty_write() 532 	int count;  in ehv_bc_tty_write_room()  local 757 	unsigned int count = 0; /* Number of elements in bcs[] */  in ehv_bc_init()  local
  | 
| D | bfin_jtag_comm.c | 169 bfin_jc_circ_write(const unsigned char *buf, int count)  in bfin_jc_circ_write() 185 bfin_jc_write(struct tty_struct *tty, const unsigned char *buf, int count)  in bfin_jc_write() 283 bfin_jc_straight_buffer_write(const char *buf, unsigned count)  in bfin_jc_straight_buffer_write() 300 bfin_jc_console_write(struct console *co, const char *buf, unsigned count)  in bfin_jc_console_write() 333 bfin_jc_early_write(struct console *co, const char *buf, unsigned int count)  in bfin_jc_early_write()
  | 
| /linux-4.4.14/drivers/staging/dgnc/ | 
| D | dgnc_sysfs.c | 52 					  const char *buf, size_t count)  in dgnc_driver_pollrate_store() 110 	int count = 0;  in dgnc_vpd_show()  local 132 	int count = 0;  in dgnc_serial_number_show()  local 149 	int count = 0;  in dgnc_ports_state_show()  local 167 	int count = 0;  in dgnc_ports_baud_show()  local 186 	int count = 0;  in dgnc_ports_msignals_show()  local 215 	int count = 0;  in dgnc_ports_iflag_show()  local 233 	int count = 0;  in dgnc_ports_cflag_show()  local 251 	int count = 0;  in dgnc_ports_oflag_show()  local 269 	int count = 0;  in dgnc_ports_lflag_show()  local [all …] 
 | 
| /linux-4.4.14/fs/configfs/ | 
| D | file.c | 45 	size_t			count;  member 69 	ssize_t count;  in fill_read_buffer()  local 107 configfs_read_file(struct file *file, char __user *buf, size_t count, loff_t *ppos)  in configfs_read_file() 138 fill_write_buffer(struct configfs_buffer * buffer, const char __user * buf, size_t count)  in fill_write_buffer() 170 flush_write_buffer(struct dentry * dentry, struct configfs_buffer * buffer, size_t count)  in flush_write_buffer() 197 configfs_write_file(struct file *file, const char __user *buf, size_t count, loff_t *ppos)  in configfs_write_file()
  | 
| /linux-4.4.14/drivers/video/fbdev/core/ | 
| D | fbsysfs.c | 128 			  const char *buf, size_t count)  in store_mode() 171 			   const char *buf, size_t count)  in store_modes() 220 			 const char *buf, size_t count)  in store_bpp() 243 			    const char *buf, size_t count)  in store_rotate() 270 			     const char *buf, size_t count)  in store_virtual() 306 			   const char *buf, size_t count)  in store_blank() 331 			     const char *buf, size_t count)  in store_console() 346 			    const char *buf, size_t count)  in store_cursor() 361 			 const char *buf, size_t count)  in store_pan() 402 			     const char *buf, size_t count)  in store_fbstate() [all …] 
 | 
| /linux-4.4.14/drivers/staging/rdma/hfi1/ | 
| D | debugfs.c | 335 				 size_t count, loff_t *ppos)  in dev_counters_read() 352 			      size_t count, loff_t *ppos)  in dev_names_read() 379 			      size_t count, loff_t *ppos)  in portnames_read() 397 				size_t count, loff_t *ppos)  in portcntrs_debugfs_read() 418 			   size_t count, loff_t *ppos)  in qsfp_debugfs_dump() 442 			   size_t count, loff_t *ppos, u32 target)  in __i2c_debugfs_write() 488 			   size_t count, loff_t *ppos)  in i2c1_debugfs_write() 495 			   size_t count, loff_t *ppos)  in i2c2_debugfs_write() 502 			size_t count, loff_t *ppos, u32 target)  in __i2c_debugfs_read() 548 			size_t count, loff_t *ppos)  in i2c1_debugfs_read() [all …] 
 | 
| /linux-4.4.14/drivers/gpu/host1x/hw/ | 
| D | host1x02_hardware.h | 94 static inline u32 host1x_opcode_incr(unsigned offset, unsigned count)  in host1x_opcode_incr() 99 static inline u32 host1x_opcode_nonincr(unsigned offset, unsigned count)  in host1x_opcode_nonincr() 125 static inline u32 host1x_opcode_gather(unsigned count)  in host1x_opcode_gather() 130 static inline u32 host1x_opcode_gather_nonincr(unsigned offset,	unsigned count)  in host1x_opcode_gather_nonincr() 135 static inline u32 host1x_opcode_gather_incr(unsigned offset, unsigned count)  in host1x_opcode_gather_incr()
  | 
| D | host1x04_hardware.h | 94 static inline u32 host1x_opcode_incr(unsigned offset, unsigned count)  in host1x_opcode_incr() 99 static inline u32 host1x_opcode_nonincr(unsigned offset, unsigned count)  in host1x_opcode_nonincr() 125 static inline u32 host1x_opcode_gather(unsigned count)  in host1x_opcode_gather() 130 static inline u32 host1x_opcode_gather_nonincr(unsigned offset,	unsigned count)  in host1x_opcode_gather_nonincr() 135 static inline u32 host1x_opcode_gather_incr(unsigned offset, unsigned count)  in host1x_opcode_gather_incr()
  | 
| D | host1x01_hardware.h | 95 static inline u32 host1x_opcode_incr(unsigned offset, unsigned count)  in host1x_opcode_incr() 100 static inline u32 host1x_opcode_nonincr(unsigned offset, unsigned count)  in host1x_opcode_nonincr() 126 static inline u32 host1x_opcode_gather(unsigned count)  in host1x_opcode_gather() 131 static inline u32 host1x_opcode_gather_nonincr(unsigned offset,	unsigned count)  in host1x_opcode_gather_nonincr() 136 static inline u32 host1x_opcode_gather_incr(unsigned offset, unsigned count)  in host1x_opcode_gather_incr()
  | 
| /linux-4.4.14/include/linux/ | 
| D | vt_buffer.h | 27 static inline void scr_memsetw(u16 *s, u16 c, unsigned int count)  in scr_memsetw() 36 static inline void scr_memcpyw(u16 *d, const u16 *s, unsigned int count)  in scr_memcpyw() 45 static inline void scr_memmovew(u16 *d, const u16 *s, unsigned int count)  in scr_memmovew()
  | 
| /linux-4.4.14/arch/m32r/platforms/m32104ut/ | 
| D | io.c | 90 static inline void _ne_insb(void *portp, void *addr, unsigned long count)  in _ne_insb() 189 void _insb(unsigned int port, void *addr, unsigned long count)  in _insb() 201 void _insw(unsigned int port, void *addr, unsigned long count)  in _insw() 232 void _insl(unsigned int port, void *addr, unsigned long count)  in _insl() 242 void _outsb(unsigned int port, const void *addr, unsigned long count)  in _outsb() 258 void _outsw(unsigned int port, const void *addr, unsigned long count)  in _outsw() 289 void _outsl(unsigned int port, const void *addr, unsigned long count)  in _outsl()
  | 
| /linux-4.4.14/net/mac80211/ | 
| D | debugfs_sta.c | 55 			      size_t count, loff_t *ppos)  in sta_flags_read() 84 					  size_t count, loff_t *ppos)  in sta_num_ps_buf_frames_read() 99 				      size_t count, loff_t *ppos)  in sta_last_seq_ctrl_read() 113 					size_t count, loff_t *ppos)  in sta_agg_status_read() 152 				    size_t count, loff_t *ppos)  in sta_agg_status_write() 211 				size_t count, loff_t *ppos)  in sta_ht_capa_read() 293 				 size_t count, loff_t *ppos)  in sta_vht_capa_read()
  | 
| D | debugfs_key.c | 74 				  size_t count, loff_t *ppos)  in key_algorithm_read() 87 				 size_t count, loff_t *ppos)  in key_tx_spec_write() 122 				size_t count, loff_t *ppos)  in key_tx_spec_read() 160 				size_t count, loff_t *ppos)  in key_rx_spec_read() 228 				size_t count, loff_t *ppos)  in key_replays_read() 261 				  size_t count, loff_t *ppos)  in key_icverrors_read() 286 				     size_t count, loff_t *ppos)  in key_mic_failures_read() 302 			    size_t count, loff_t *ppos)  in key_key_read()
  | 
| D | debugfs.c | 20 int mac80211_format_buffer(char __user *userbuf, size_t count,  in mac80211_format_buffer() 75 			   size_t count, loff_t *ppos)  in reset_write() 135 			    size_t count, loff_t *ppos)  in hwflags_read() 164 			   size_t count, loff_t *ppos)  in queues_read() 188 	size_t count, loff_t *ppos,  in format_devstat_counter()
  | 
| /linux-4.4.14/drivers/pci/ | 
| D | pci-sysfs.c | 66 					  const char *buf, size_t count)  in broken_parity_status_store() 170 			     const char *buf, size_t count)  in enable_store() 207 			       size_t count)  in numa_node_store() 270 			     const char *buf, size_t count)  in msi_bus_store() 306 				size_t count)  in bus_rescan_store() 340 				size_t count)  in dev_rescan_store() 360 			    const char *buf, size_t count)  in remove_store() 377 				    const char *buf, size_t count)  in dev_bus_rescan_store() 400 				    const char *buf, size_t count)  in d3cold_allowed_store() 466 				  const char *buf, size_t count)  in sriov_numvfs_store() [all …] 
 | 
| /linux-4.4.14/arch/m32r/include/asm/ | 
| D | io.h | 178 #define ioread8_rep(p, dst, count) insb((unsigned long)(p), (dst), (count))  argument 179 #define ioread16_rep(p, dst, count) insw((unsigned long)(p), (dst), (count))  argument 180 #define ioread32_rep(p, dst, count) insl((unsigned long)(p), (dst), (count))  argument 182 #define iowrite8_rep(p, src, count) outsb((unsigned long)(p), (src), (count))  argument 183 #define iowrite16_rep(p, src, count) outsw((unsigned long)(p), (src), (count))  argument 184 #define iowrite32_rep(p, src, count) outsl((unsigned long)(p), (src), (count))  argument 196 memset_io(volatile void __iomem *addr, unsigned char val, int count)  in memset_io() 202 memcpy_fromio(void *dst, volatile void __iomem *src, int count)  in memcpy_fromio() 208 memcpy_toio(volatile void __iomem *dst, const void *src, int count)  in memcpy_toio()
  | 
| /linux-4.4.14/drivers/misc/ | 
| D | lkdtm.c | 158 static int count = DEFAULT_COUNT;  variable 242 static enum ctype parse_cp_type(const char *what, size_t count)  in parse_cp_type() 622 		const char __user *user_buf, size_t count, loff_t *off)  in do_register_entry() 658 		size_t count, loff_t *off)  in lkdtm_debugfs_read() 686 		size_t count, loff_t *off)  in int_hardware_entry() 692 		size_t count, loff_t *off)  in int_hw_irq_en() 698 		size_t count, loff_t *off)  in int_tasklet_entry() 704 		size_t count, loff_t *off)  in fs_devrw_entry() 710 		size_t count, loff_t *off)  in mem_swapout_entry() 716 		size_t count, loff_t *off)  in timeradd_entry() [all …] 
 | 
| D | spear13xx_pcie_gadget.c | 242 		const char *buf, size_t count)  in pcie_gadget_link_store() 264 		const char *buf, size_t count)  in pcie_gadget_int_type_store() 319 		const char *buf, size_t count)  in pcie_gadget_no_of_msi_store() 334 		const char *buf, size_t count)  in pcie_gadget_inta_store() 355 		const char *buf, size_t count)  in pcie_gadget_send_msi_store() 401 		const char *buf, size_t count)  in pcie_gadget_vendor_id_store() 425 		const char *buf, size_t count)  in pcie_gadget_device_id_store() 445 		const char *buf, size_t count)  in pcie_gadget_bar0_size_store() 495 		const char *buf, size_t count)  in pcie_gadget_bar0_address_store() 525 		const char *buf, size_t count)  in pcie_gadget_bar0_rw_offset_store() [all …] 
 | 
| D | hmc6352.c | 41 static int compass_store(struct device *dev, const char *buf, size_t count,  in compass_store() 62 		struct device_attribute *attr, const char *buf, size_t count)  in compass_calibration_store() 68 		struct device_attribute *attr, const  char *buf, size_t count)  in compass_power_mode_store()
  | 
| /linux-4.4.14/fs/ntfs/ | 
| D | bitmap.h | 48 		const s64 start_bit, const s64 count, const u8 value)  in ntfs_bitmap_set_bits_in_run() 66 		const s64 count)  in ntfs_bitmap_set_run() 83 		const s64 count)  in ntfs_bitmap_clear_run()
  | 
| /linux-4.4.14/drivers/net/wireless/ti/wl18xx/ | 
| D | debugfs.c | 191 			 size_t count, loff_t *ppos)  in conf_read() 234 			      size_t count, loff_t *ppos)  in clear_fw_stats_write() 262 				     size_t count, loff_t *ppos)  in radar_detection_write() 301 					size_t count, loff_t *ppos)  in dynamic_fw_traces_write() 334 					size_t count, loff_t *ppos)  in dynamic_fw_traces_read()
  | 
| /linux-4.4.14/drivers/remoteproc/ | 
| D | remoteproc_debugfs.c | 48 						size_t count, loff_t *ppos)  in rproc_trace_read() 76 						size_t count, loff_t *ppos)  in rproc_state_read() 99 						size_t count, loff_t *ppos)  in rproc_name_read() 119 				   size_t count, loff_t *ppos)  in rproc_recovery_read() 153 		     size_t count, loff_t *ppos)  in rproc_recovery_write()
  | 
| /linux-4.4.14/drivers/staging/lustre/lustre/mdc/ | 
| D | mdc_reint.c | 77 	int count;  in mdc_resource_get_unused()  local 111 	int count = 0, rc;  in mdc_setattr()  local 212 	int count, resends = 0;  in mdc_create()  local 309 	int count = 0, rc;  in mdc_unlink()  local 362 	int count = 0, rc;  in mdc_link()  local 407 	int count = 0, rc;  in mdc_rename()  local
  | 
| /linux-4.4.14/drivers/misc/mic/cosm/ | 
| D | cosm_sysfs.c | 104 	    const char *buf, size_t count)  in state_store() 161 		       const char *buf, size_t count)  in heartbeat_enable_store() 204 	      const char *buf, size_t count)  in cmdline_store() 250 	       const char *buf, size_t count)  in firmware_store() 295 	      const char *buf, size_t count)  in ramdisk_store() 341 	       const char *buf, size_t count)  in bootmode_store() 386 		   const char *buf, size_t count)  in log_buf_addr_store() 420 		  const char *buf, size_t count)  in log_buf_len_store()
  | 
| /linux-4.4.14/drivers/target/ | 
| D | target_core_configfs.c | 572 		const char *page, size_t count)  in emulate_model_alias_store() 601 		const char *page, size_t count)  in emulate_write_cache_store() 623 		const char *page, size_t count)  in emulate_ua_intlck_ctrl_store() 651 		const char *page, size_t count)  in emulate_tas_store() 675 		const char *page, size_t count)  in emulate_tpu_store() 701 		const char *page, size_t count)  in emulate_tpws_store() 727 		const char *page, size_t count)  in pi_prot_type_store() 788 		const char *page, size_t count)  in pi_prot_format_store() 826 		const char *page, size_t count)  in force_pr_aptpl_store() 848 		const char *page, size_t count)  in emulate_rest_reord_store() [all …] 
 | 
| /linux-4.4.14/arch/m32r/platforms/m32700ut/ | 
| D | io.c | 98 static inline void _ne_insb(void *portp, void *addr, unsigned long count)  in _ne_insb() 262 void _insb(unsigned int port, void *addr, unsigned long count)  in _insb() 288 void _insw(unsigned int port, void *addr, unsigned long count)  in _insw() 319 void _insl(unsigned int port, void *addr, unsigned long count)  in _insl() 329 void _outsb(unsigned int port, const void *addr, unsigned long count)  in _outsb() 356 void _outsw(unsigned int port, const void *addr, unsigned long count)  in _outsw() 387 void _outsl(unsigned int port, const void *addr, unsigned long count)  in _outsl()
  | 
| /linux-4.4.14/arch/m32r/platforms/mappi3/ | 
| D | io.c | 109 static inline void _ne_insb(void *portp, void * addr, unsigned long count)  in _ne_insb() 276 void _insb(unsigned int port, void * addr, unsigned long count)  in _insb() 303 void _insw(unsigned int port, void * addr, unsigned long count)  in _insw() 331 void _insl(unsigned int port, void * addr, unsigned long count)  in _insl() 341 void _outsb(unsigned int port, const void * addr, unsigned long count)  in _outsb() 369 void _outsw(unsigned int port, const void * addr, unsigned long count)  in _outsw() 397 void _outsl(unsigned int port, const void * addr, unsigned long count)  in _outsl()
  | 
| /linux-4.4.14/arch/m32r/platforms/opsput/ | 
| D | io.c | 98 static inline void _ne_insb(void *portp, void *addr, unsigned long count)  in _ne_insb() 262 void _insb(unsigned int port, void *addr, unsigned long count)  in _insb() 288 void _insw(unsigned int port, void *addr, unsigned long count)  in _insw() 319 void _insl(unsigned int port, void *addr, unsigned long count)  in _insl() 329 void _outsb(unsigned int port, const void *addr, unsigned long count)  in _outsb() 356 void _outsw(unsigned int port, const void *addr, unsigned long count)  in _outsw() 387 void _outsl(unsigned int port, const void *addr, unsigned long count)  in _outsl()
  | 
| /linux-4.4.14/arch/m32r/platforms/usrv/ | 
| D | io.c | 150 void _insb(unsigned int port, void * addr, unsigned long count)  in _insb() 162 void _insw(unsigned int port, void * addr, unsigned long count)  in _insw() 177 void _insl(unsigned int port, void * addr, unsigned long count)  in _insl() 187 void _outsb(unsigned int port, const void * addr, unsigned long count)  in _outsb() 202 void _outsw(unsigned int port, const void * addr, unsigned long count)  in _outsw() 217 void _outsl(unsigned int port, const void * addr, unsigned long count)  in _outsl()
  | 
| /linux-4.4.14/drivers/mfd/ | 
| D | da9150-core.c | 27 static int da9150_i2c_read_device(struct i2c_client *client, u8 addr, int count,  in da9150_i2c_read_device() 68 				   int count, const u8 *buf)  in da9150_i2c_write_device() 181 void da9150_read_qif(struct da9150 *da9150, u8 addr, int count, u8 *buf)  in da9150_read_qif() 192 void da9150_write_qif(struct da9150 *da9150, u8 addr, int count, const u8 *buf)  in da9150_write_qif() 238 void da9150_bulk_read(struct da9150 *da9150, u16 reg, int count, u8 *buf)  in da9150_bulk_read() 249 void da9150_bulk_write(struct da9150 *da9150, u16 reg, int count, const u8 *buf)  in da9150_bulk_write()
  | 
| /linux-4.4.14/arch/x86/lib/ | 
| D | string_32.c | 32 char *strncpy(char *dest, const char *src, size_t count)  in strncpy() 70 char *strncat(char *dest, const char *src, size_t count)  in strncat() 117 int strncmp(const char *cs, const char *ct, size_t count)  in strncmp() 179 void *memchr(const void *cs, int c, size_t count)  in memchr() 216 size_t strnlen(const char *s, size_t count)  in strnlen()
  | 
| /linux-4.4.14/sound/soc/ | 
| D | soc-jack.c | 134 int snd_soc_jack_add_zones(struct snd_soc_jack *jack, int count,  in snd_soc_jack_add_zones() 181 int snd_soc_jack_add_pins(struct snd_soc_jack *jack, int count,  in snd_soc_jack_add_pins() 306 int snd_soc_jack_add_gpios(struct snd_soc_jack *jack, int count,  in snd_soc_jack_add_gpios() 404 			    int count, struct snd_soc_jack_gpio *gpios)  in snd_soc_jack_add_gpiods() 424 void snd_soc_jack_free_gpios(struct snd_soc_jack *jack, int count,  in snd_soc_jack_free_gpios()
  | 
| /linux-4.4.14/kernel/trace/ | 
| D | trace_selftest.c | 61 static int trace_test_buffer(struct trace_buffer *buf, unsigned long *count)  in trace_test_buffer() 328 	unsigned long count;  in trace_selftest_startup_dynamic_tracing()  local 654 	unsigned long count;  in trace_selftest_startup_function()  local 751 	unsigned long count;  in trace_selftest_startup_function_graph()  local 815 	unsigned long count;  in trace_selftest_startup_irqsoff()  local 864 	unsigned long count;  in trace_selftest_startup_preemptoff()  local 926 	unsigned long count;  in trace_selftest_startup_preemptirqsoff()  local 1081 	unsigned long count;  in trace_selftest_startup_wakeup()  local 1156 	unsigned long count;  in trace_selftest_startup_sched_switch()  local 1188 	unsigned long count;  in trace_selftest_startup_branch()  local
  | 
| /linux-4.4.14/arch/ia64/sn/pci/pcibr/ | 
| D | pcibr_ate.c | 36 			 int count)  in find_free_ate() 115 int pcibr_ate_alloc(struct pcibus_info *pcibus_info, int count)  in pcibr_ate_alloc() 144 ate_write(struct pcibus_info *pcibus_info, int ate_index, int count,  in ate_write() 164 	int count;  in pcibr_ate_free()  local
  | 
| /linux-4.4.14/arch/hexagon/include/asm/ | 
| D | io.h | 208 	int count)  in memcpy_fromio() 214 	int count)  in memcpy_toio() 270 static inline void insb(unsigned long port, void *buffer, int count)  in insb() 281 static inline void insw(unsigned long port, void *buffer, int count)  in insw() 292 static inline void insl(unsigned long port, void *buffer, int count)  in insl() 303 static inline void outsb(unsigned long port, const void *buffer, int count)  in outsb() 313 static inline void outsw(unsigned long port, const void *buffer, int count)  in outsw() 323 static inline void outsl(unsigned long port, const void *buffer, int count)  in outsl()
  | 
| /linux-4.4.14/drivers/misc/eeprom/ | 
| D | at24.c | 165 		unsigned offset, size_t count)  in at24_eeprom_read() 253 		char *buf, loff_t off, size_t count)  in at24_read() 288 		char *buf, loff_t off, size_t count)  in at24_bin_read() 306 		unsigned offset, size_t count)  in at24_eeprom_write() 384 			  size_t count)  in at24_write() 419 		char *buf, loff_t off, size_t count)  in at24_bin_write() 436 			 off_t offset, size_t count)  in at24_macc_read() 444 			  off_t offset, size_t count)  in at24_macc_write()
  | 
| D | at25.c | 70 	size_t			count  in at25_ee_read() 137 	      char *buf, loff_t off, size_t count)  in at25_bin_read() 151 	      size_t count)  in at25_ee_write() 271 	       char *buf, loff_t off, size_t count)  in at25_bin_write() 287 			 off_t offset, size_t count)  in at25_mem_read() 295 			  off_t offset, size_t count)  in at25_mem_write()
  | 
| /linux-4.4.14/drivers/cpufreq/ | 
| D | cpufreq_conservative.c | 163 		const char *buf, size_t count)  in store_sampling_down_factor() 178 		size_t count)  in store_sampling_rate() 193 		size_t count)  in store_up_threshold() 208 		size_t count)  in store_down_threshold() 225 		const char *buf, size_t count)  in store_ignore_nice_load() 257 		size_t count)  in store_freq_step()
  | 
| /linux-4.4.14/security/smack/ | 
| D | smackfs.c | 469 					size_t count, loff_t *ppos,  in smk_write_rules_list() 686 			      size_t count, loff_t *ppos)  in smk_write_load() 860 				size_t count, loff_t *ppos, int format)  in smk_set_cipso() 965 			       size_t count, loff_t *ppos)  in smk_write_cipso() 1039 			      size_t count, loff_t *ppos)  in smk_write_cipso2() 1158 				size_t count, loff_t *ppos)  in smk_write_net4addr() 1428 				size_t count, loff_t *ppos)  in smk_write_net6addr() 1599 			    size_t count, loff_t *ppos)  in smk_read_doi() 1623 			     size_t count, loff_t *ppos)  in smk_write_doi() 1665 			       size_t count, loff_t *ppos)  in smk_read_direct() [all …] 
 | 
| /linux-4.4.14/sound/core/oss/ | 
| D | io.c | 28 #define pcm_write(plug,buf,count) snd_pcm_oss_write3(plug,buf,count,1)  argument 29 #define pcm_writev(plug,vec,count) snd_pcm_oss_writev3(plug,vec,count,1)  argument 30 #define pcm_read(plug,buf,count) snd_pcm_oss_read3(plug,buf,count,1)  argument 31 #define pcm_readv(plug,vec,count) snd_pcm_oss_readv3(plug,vec,count,1)  argument
  | 
| /linux-4.4.14/drivers/acpi/acpica/ | 
| D | utbuffer.c | 68 void acpi_ut_dump_buffer(u8 *buffer, u32 count, u32 display, u32 base_offset)  in acpi_ut_dump_buffer() 198 acpi_ut_debug_dump_buffer(u8 *buffer, u32 count, u32 display, u32 component_id)  in acpi_ut_debug_dump_buffer() 234 			    u8 *buffer, u32 count, u32 display, u32 base_offset)  in acpi_ut_dump_buffer_to_file()
  | 
| /linux-4.4.14/arch/m32r/platforms/mappi2/ | 
| D | io.c | 94 static inline void _ne_insb(void *portp, void * addr, unsigned long count)  in _ne_insb() 258 void _insb(unsigned int port, void * addr, unsigned long count)  in _insb() 284 void _insw(unsigned int port, void * addr, unsigned long count)  in _insw() 311 void _insl(unsigned int port, void * addr, unsigned long count)  in _insl() 321 void _outsb(unsigned int port, const void * addr, unsigned long count)  in _outsb() 348 void _outsw(unsigned int port, const void * addr, unsigned long count)  in _outsw() 375 void _outsl(unsigned int port, const void * addr, unsigned long count)  in _outsl()
  | 
| /linux-4.4.14/arch/arm/kernel/ | 
| D | io.c | 44 void _memcpy_fromio(void *to, const volatile void __iomem *from, size_t count)  in _memcpy_fromio() 60 void _memcpy_toio(volatile void __iomem *to, const void *from, size_t count)  in _memcpy_toio() 76 void _memset_io(volatile void __iomem *dst, int c, size_t count)  in _memset_io()
  | 
| /linux-4.4.14/include/uapi/xen/ | 
| D | gntdev.h | 55 	__u32 count;  member 77 	__u32 count;  member 103 	__u32 count;  member 118 	__u32 count;  member
  | 
| /linux-4.4.14/drivers/vfio/pci/ | 
| D | vfio_pci_intrs.c | 378 			      unsigned count, int32_t *fds, bool msix)  in vfio_msi_set_block() 426 				    unsigned count, uint32_t flags, void *data)  in vfio_pci_set_intx_unmask() 453 				  unsigned count, uint32_t flags, void *data)  in vfio_pci_set_intx_mask() 473 				     unsigned count, uint32_t flags, void *data)  in vfio_pci_set_intx_trigger() 516 				    unsigned count, uint32_t flags, void *data)  in vfio_pci_set_msi_trigger() 606 				    unsigned count, uint32_t flags, void *data)  in vfio_pci_set_err_trigger() 621 				    unsigned count, uint32_t flags, void *data)  in vfio_pci_set_req_trigger() 630 			    unsigned index, unsigned start, unsigned count,  in vfio_pci_set_irqs_ioctl()
  | 
| D | vfio_pci_config.c | 129 				 __le32 *val, int count)  in vfio_user_config_read() 160 				  __le32 val, int count)  in vfio_user_config_write() 181 				    int count, struct perm_bits *perm,  in vfio_default_config_read() 207 				     int count, struct perm_bits *perm,  in vfio_default_config_write() 254 				   int count, struct perm_bits *perm,  in vfio_direct_config_read() 279 				 int count, struct perm_bits *perm,  in vfio_raw_config_write() 292 				int count, struct perm_bits *perm,  in vfio_raw_config_read() 472 				  int count, struct perm_bits *perm,  in vfio_basic_config_read() 493 				   int count, struct perm_bits *perm,  in vfio_basic_config_write() 620 				int count, struct perm_bits *perm,  in vfio_pm_config_write() [all …] 
 | 
| /linux-4.4.14/drivers/s390/cio/ | 
| D | qdio_main.c | 127 			int start, int count, int auto_ack)  in qdio_do_eqbs() 181 			int count)  in qdio_do_sqbs() 217 				 unsigned char *state, unsigned int count,  in get_buf_states() 250 				 unsigned char state, int count)  in set_buf_states() 412 static inline void account_sbals(struct qdio_q *q, unsigned int count)  in account_sbals() 425 static void process_buffer_error(struct qdio_q *q, int count)  in process_buffer_error() 456 static inline void inbound_primed(struct qdio_q *q, int count)  in inbound_primed() 503 	int count, stop;  in get_inbound_buffer_frontier()  local 610 static inline void qdio_handle_aobs(struct qdio_q *q, int start, int count)  in qdio_handle_aobs() 663 	int count;  in qdio_kick_handler()  local [all …] 
 | 
| D | fcx.c | 102 	u32 count = 0;  in calc_dcw_count()  local 157 	u32 count;  in tcw_finalize()  local 295 			 void *cd, u8 cd_count, u32 count)  in tccb_add_dcw() 338 			    void *addr, u32 count)  in tcw_add_tidaw()
  | 
| /linux-4.4.14/drivers/net/ethernet/8390/ | 
| D | mac8390.c | 671 				  int count)  in dayna_memcpy_fromcard() 695 				const void *from, int count)  in dayna_memcpy_tocard() 730 static void sane_block_input(struct net_device *dev, int count,  in sane_block_input() 749 static void sane_block_output(struct net_device *dev, int count,  in sane_block_output() 768 static void dayna_block_input(struct net_device *dev, int count,  in dayna_block_input() 790 static void dayna_block_output(struct net_device *dev, int count,  in dayna_block_output() 810 static void slow_sane_block_input(struct net_device *dev, int count,  in slow_sane_block_input() 830 static void slow_sane_block_output(struct net_device *dev, int count,  in slow_sane_block_output() 838 static void word_memcpy_tocard(unsigned long tp, const void *fp, int count)  in word_memcpy_tocard() 850 static void word_memcpy_fromcard(void *tp, unsigned long fp, int count)  in word_memcpy_fromcard()
  | 
| /linux-4.4.14/arch/m32r/lib/ | 
| D | usercopy.c | 41 #define __do_strncpy_from_user(dst,src,count,res)			\  argument 75 #define __do_strncpy_from_user(dst,src,count,res)			\  argument 113 __strncpy_from_user(char *dst, const char __user *src, long count)  in __strncpy_from_user() 121 strncpy_from_user(char *dst, const char __user *src, long count)  in strncpy_from_user()
  | 
| /linux-4.4.14/drivers/net/ethernet/intel/ixgbe/ | 
| D | ixgbe_debugfs.c | 45 				    size_t count, loff_t *ppos)  in ixgbe_dbg_reg_ops_read() 81 				     size_t count, loff_t *ppos)  in ixgbe_dbg_reg_ops_write() 150 					 size_t count, loff_t *ppos)  in ixgbe_dbg_netdev_ops_read() 186 					  size_t count, loff_t *ppos)  in ixgbe_dbg_netdev_ops_write()
  | 
| /linux-4.4.14/drivers/staging/lustre/lustre/ldlm/ | 
| D | ldlm_request.c | 573 		      struct list_head *cancels, int count)  in ldlm_prep_elc_req() 636 			  struct list_head *cancels, int count)  in ldlm_prep_enqueue_req() 828 			     struct list_head *head, int count)  in ldlm_cancel_pack() 864 			       int count, ldlm_cancel_flags_t flags)  in ldlm_cli_cancel_req() 1011 	int avail, flags, count = 1;  in ldlm_cli_cancel()  local 1057 int ldlm_cli_cancel_list_local(struct list_head *cancels, int count,  in ldlm_cli_cancel_list_local() 1111 						    int count)  in ldlm_cancel_no_wait_policy() 1147 						 int count)  in ldlm_cancel_lrur_policy() 1186 						   int count)  in ldlm_cancel_passed_policy() 1206 						 int count)  in ldlm_cancel_aged_policy() [all …] 
 | 
| /linux-4.4.14/arch/x86/kernel/fpu/ | 
| D | regset.c | 28 		unsigned int pos, unsigned int count,  in xfpregs_get() 44 		unsigned int pos, unsigned int count,  in xfpregs_set() 75 		unsigned int pos, unsigned int count,  in xstateregs_get() 104 		  unsigned int pos, unsigned int count,  in xstateregs_set() 270 	       unsigned int pos, unsigned int count,  in fpregs_get() 299 	       unsigned int pos, unsigned int count,  in fpregs_set()
  | 
| /linux-4.4.14/arch/m32r/platforms/mappi/ | 
| D | io.c | 211 void _insb(unsigned int port, void *addr, unsigned long count)  in _insb() 235 void _insw(unsigned int port, void *addr, unsigned long count)  in _insw() 259 void _insl(unsigned int port, void *addr, unsigned long count)  in _insl() 269 void _outsb(unsigned int port, const void *addr, unsigned long count)  in _outsb() 293 void _outsw(unsigned int port, const void *addr, unsigned long count)  in _outsw() 317 void _outsl(unsigned int port, const void *addr, unsigned long count)  in _outsl()
  | 
| /linux-4.4.14/drivers/gpu/drm/nouveau/ | 
| D | nouveau_hwmon.c | 77 					 const char *buf, size_t count)  in nouveau_hwmon_set_temp1_auto_point1_temp() 110 					      const char *buf, size_t count)  in nouveau_hwmon_set_temp1_auto_point1_temp_hyst() 141 						const char *buf, size_t count)  in nouveau_hwmon_set_max_temp() 172 						const char *buf, size_t count)  in nouveau_hwmon_set_max_temp_hyst() 205 								size_t count)  in nouveau_hwmon_set_critical_temp() 239 				     size_t count)  in nouveau_hwmon_set_critical_temp_hyst() 271 								size_t count)  in nouveau_hwmon_set_emergency_temp() 305 				      size_t count)  in nouveau_hwmon_set_emergency_temp_hyst() 374 			   const char *buf, size_t count)  in nouveau_hwmon_set_pwm1_enable() 413 		       const char *buf, size_t count)  in nouveau_hwmon_set_pwm1() [all …] 
 | 
| /linux-4.4.14/drivers/staging/lustre/lustre/osc/ | 
| D | lproc_osc.c | 56 			    size_t count)  in active_store() 94 					size_t count)  in max_rpcs_in_flight_store() 153 				  size_t count)  in max_dirty_mb_store() 200 				       size_t count, loff_t *off)  in osc_cached_mb_seq_write() 269 				     size_t count)  in cur_grant_bytes_store() 327 					   size_t count)  in grant_shrink_interval_store() 360 			       size_t count)  in checksums_store() 401 				size_t count, loff_t *off)  in osc_checksum_type_seq_write() 447 				  size_t count)  in resend_count_store() 478 					size_t count)  in contention_seconds_store() [all …] 
 | 
| /linux-4.4.14/drivers/video/backlight/ | 
| D | adp5520_bl.c | 161 			 size_t count, int reg)  in adp5520_store() 186 			const char *buf, size_t count)  in adp5520_bl_dark_max_store() 201 			const char *buf, size_t count)  in adp5520_bl_office_max_store() 216 			const char *buf, size_t count)  in adp5520_bl_daylight_max_store() 238 			const char *buf, size_t count)  in adp5520_bl_dark_dim_store() 253 			const char *buf, size_t count)  in adp5520_bl_office_dim_store() 268 			const char *buf, size_t count)  in adp5520_bl_daylight_dim_store()
  | 
| /linux-4.4.14/drivers/firmware/ | 
| D | dcdbas.c | 135 				       const char *buf, size_t count)  in smi_data_buf_size_store() 154 			     char *buf, loff_t pos, size_t count)  in smi_data_read() 167 			      char *buf, loff_t pos, size_t count)  in smi_data_write() 196 					 const char *buf, size_t count)  in host_control_action_store() 220 					   const char *buf, size_t count)  in host_control_smi_type_store() 235 					      const char *buf, size_t count)  in host_control_on_shutdown_store() 302 				 const char *buf, size_t count)  in smi_request_store()
  | 
| D | dell_rbu.c | 471 static ssize_t read_packet_data(char *buffer, loff_t pos, size_t count)  in read_packet_data() 509 static ssize_t read_rbu_mono_data(char *buffer, loff_t pos, size_t count)  in read_rbu_mono_data() 527 			     char *buffer, loff_t pos, size_t count)  in read_rbu_data() 581 				   char *buffer, loff_t pos, size_t count)  in read_rbu_image_type() 591 				    char *buffer, loff_t pos, size_t count)  in write_rbu_image_type() 652 				    char *buffer, loff_t pos, size_t count)  in read_rbu_packet_size() 665 				     char *buffer, loff_t pos, size_t count)  in write_rbu_packet_size()
  | 
| /linux-4.4.14/arch/blackfin/kernel/ | 
| D | kgdb_test.c | 52 noinline int kgdb_test(char *name, int len, int count, int z)  in kgdb_test() 61                     size_t count, loff_t *ppos)  in kgdb_test_proc_read() 76                      size_t count, loff_t *pos)  in kgdb_test_proc_write()
  | 
| /linux-4.4.14/drivers/pcmcia/ | 
| D | socket_sysfs.c | 85 				   const char *buf, size_t count)  in pccard_store_insert() 109 					  const char *buf, size_t count)  in pccard_store_card_pm_state() 132 				  const char *buf, size_t count)  in pccard_store_eject() 156 				     const char *buf, size_t count)  in pccard_store_irq_mask() 188 				     const char *buf, size_t count)  in pccard_store_resource()
  | 
| /linux-4.4.14/drivers/edac/ | 
| D | amd64_edac_inj.c | 20 					  const char *data, size_t count)  in amd64_inject_section_store() 57 				       const char *data, size_t count)  in amd64_inject_word_store() 93 				       const char *data, size_t count)  in amd64_inject_ecc_vector_store() 119 				       const char *data, size_t count)  in amd64_inject_read_store() 152 					const char *data, size_t count)  in amd64_inject_write_store()
  | 
| /linux-4.4.14/kernel/ | 
| D | ksysfs.c | 49 				   const char *buf, size_t count)  in uevent_helper_store() 70 				   const char *buf, size_t count)  in profiling_store() 115 				   const char *buf, size_t count)  in kexec_crash_size_store() 155 				   const char *buf, size_t count)  in rcu_expedited_store() 173 			  char *buf, loff_t off, size_t count)  in notes_read()
  | 
| /linux-4.4.14/arch/hexagon/mm/ | 
| D | uaccess.c | 35 __kernel_size_t __clear_user_hexagon(void __user *dest, unsigned long count)  in __clear_user_hexagon() 53 unsigned long clear_user_hexagon(void __user *dest, unsigned long count)  in clear_user_hexagon()
  | 
| /linux-4.4.14/security/tomoyo/ | 
| D | securityfs_if.c | 40 			      size_t count, loff_t *ppos)  in tomoyo_write_self() 106 				size_t count, loff_t *ppos)  in tomoyo_read_self() 179 static ssize_t tomoyo_read(struct file *file, char __user *buf, size_t count,  in tomoyo_read() 196 			    size_t count, loff_t *ppos)  in tomoyo_write()
  | 
| /linux-4.4.14/drivers/staging/wilc1000/ | 
| D | wilc_debugfs.c | 37 static ssize_t wilc_debug_level_read(struct file *file, char __user *userbuf, size_t count, loff_t …  in wilc_debug_level_read() 52 					size_t count, loff_t *ppos)  in wilc_debug_level_write() 76 static ssize_t wilc_debug_region_read(struct file *file, char __user *userbuf, size_t count, loff_t…  in wilc_debug_region_read() 90 static ssize_t wilc_debug_region_write(struct file *filp, const char *buf, size_t count, loff_t *pp…  in wilc_debug_region_write()
  | 
| /linux-4.4.14/sound/core/ | 
| D | memory.c | 38 int copy_to_user_fromio(void __user *dst, const volatile void __iomem *src, size_t count)  in copy_to_user_fromio() 71 int copy_from_user_toio(volatile void __iomem *dst, const void __user *src, size_t count)  in copy_from_user_toio()
  | 
| D | rawmidi.c | 95 					   size_t count)  in snd_rawmidi_ready_append() 875 			const unsigned char *buffer, int count)  in snd_rawmidi_receive() 940 				     unsigned char *kernelbuf, long count)  in snd_rawmidi_kernel_read1() 979 			     unsigned char *buf, long count)  in snd_rawmidi_kernel_read() 986 static ssize_t snd_rawmidi_read(struct file *file, char __user *buf, size_t count,  in snd_rawmidi_read() 1071 			      unsigned char *buffer, int count)  in __snd_rawmidi_transmit_peek() 1125 			      unsigned char *buffer, int count)  in snd_rawmidi_transmit_peek() 1145 int __snd_rawmidi_transmit_ack(struct snd_rawmidi_substream *substream, int count)  in __snd_rawmidi_transmit_ack() 1178 int snd_rawmidi_transmit_ack(struct snd_rawmidi_substream *substream, int count)  in snd_rawmidi_transmit_ack() 1202 			 unsigned char *buffer, int count)  in snd_rawmidi_transmit() [all …] 
 | 
| /linux-4.4.14/drivers/isdn/hisax/ | 
| D | ipacx.c | 236 dch_empty_fifo(struct IsdnCardState *cs, int count)  in dch_empty_fifo() 273 	int count;  in dch_fill_fifo()  local 322 	int count;  in dch_int()  local 509 bch_empty_fifo(struct BCState *bcs, int count)  in bch_empty_fifo() 553 	int more, count, cnt;  in bch_fill_fifo()  local 598 	int count;  in bch_int()  local
  | 
| D | hscx_irq.c | 53 hscx_empty_fifo(struct BCState *bcs, int count)  in hscx_empty_fifo() 86 	int more, count;  in hscx_fill_fifo()  local 129 	int count;  in hscx_interrupt()  local
  | 
| D | jade_irq.c | 43 jade_empty_fifo(struct BCState *bcs, int count)  in jade_empty_fifo() 76 	int more, count;  in jade_fill_fifo()  local 120 	int count;  in jade_interrupt()  local
  | 
| /linux-4.4.14/drivers/misc/ibmasm/ | 
| D | ibmasmfs.c | 264 static ssize_t command_file_read(struct file *file, char __user *buf, size_t count, loff_t *offset)  in command_file_read() 301 static ssize_t command_file_write(struct file *file, const char __user *ubuff, size_t count, loff_t…  in command_file_write() 373 static ssize_t event_file_read(struct file *file, char __user *buf, size_t count, loff_t *offset)  in event_file_read() 416 static ssize_t event_file_write(struct file *file, const char __user *buf, size_t count, loff_t *of…  in event_file_write() 457 static ssize_t r_heartbeat_file_read(struct file *file, char __user *buf, size_t count, loff_t *off…  in r_heartbeat_file_read() 485 static ssize_t r_heartbeat_file_write(struct file *file, const char __user *buf, size_t count, loff…  in r_heartbeat_file_write() 507 static ssize_t remote_settings_file_read(struct file *file, char __user *buf, size_t count, loff_t …  in remote_settings_file_read() 541 static ssize_t remote_settings_file_write(struct file *file, const char __user *ubuff, size_t count…  in remote_settings_file_write()
  | 
| /linux-4.4.14/drivers/s390/scsi/ | 
| D | zfcp_sysfs.c | 103 					    const char *buf, size_t count)  in zfcp_sysfs_port_failed_store() 141 					    const char *buf, size_t count)  in zfcp_sysfs_unit_failed_store() 187 					       const char *buf, size_t count)  in zfcp_sysfs_adapter_failed_store() 216 					    const char *buf, size_t count)  in zfcp_sysfs_port_rescan_store() 242 					    const char *buf, size_t count)  in zfcp_sysfs_port_remove_store() 308 					 const char *buf, size_t count)  in zfcp_sysfs_unit_add_store() 327 					    const char *buf, size_t count)  in zfcp_sysfs_unit_remove_store() 481 					    const char *buf, size_t count)  in zfcp_sysfs_scsi_zfcp_failed_store()
  | 
| /linux-4.4.14/security/selinux/ | 
| D | selinuxfs.c | 132 				size_t count, loff_t *ppos)  in sel_read_enforce() 143 				 size_t count, loff_t *ppos)  in sel_write_enforce() 203 					size_t count, loff_t *ppos)  in sel_read_handle_unknown() 233 				      size_t count, loff_t *ppos)  in sel_read_handle_status() 275 				 size_t count, loff_t *ppos)  in sel_write_disable() 329 				   size_t count, loff_t *ppos)  in sel_read_policyvers() 353 				size_t count, loff_t *ppos)  in sel_read_mls() 436 			       size_t count, loff_t *ppos)  in sel_read_policy() 505 			      size_t count, loff_t *ppos)  in sel_write_load() 602 				     size_t count, loff_t *ppos)  in sel_read_checkreqprot() [all …] 
 | 
| /linux-4.4.14/drivers/usb/gadget/function/ | 
| D | storage_common.c | 392 		     const char *buf, size_t count)  in fsg_store_ro() 415 ssize_t fsg_store_nofua(struct fsg_lun *curlun, const char *buf, size_t count)  in fsg_store_nofua() 435 		       const char *buf, size_t count)  in fsg_store_file() 466 			const char *buf, size_t count)  in fsg_store_cdrom() 489 			    size_t count)  in fsg_store_removable()
  | 
| /linux-4.4.14/fs/ocfs2/cluster/ | 
| D | nodemanager.c | 194 				   size_t count)  in o2nm_node_num_store() 240 					 const char *page, size_t count)  in o2nm_node_ipv4_port_store() 269 					    size_t count)  in o2nm_node_ipv4_address_store() 315 				     size_t count)  in o2nm_node_local_store() 403 static ssize_t o2nm_cluster_attr_write(const char *page, ssize_t count,  in o2nm_cluster_attr_write() 430 	const char *page, size_t count)  in o2nm_cluster_idle_timeout_ms_store() 467 	struct config_item *item, const char *page, size_t count)  in o2nm_cluster_keepalive_delay_ms_store() 504 	struct config_item *item, const char *page, size_t count)  in o2nm_cluster_reconnect_delay_ms_store() 523 	struct config_item *item, const char *page, size_t count)  in o2nm_cluster_fence_method_store()
  | 
| /linux-4.4.14/arch/m68k/atari/ | 
| 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()
  | 
| /linux-4.4.14/drivers/gpu/drm/radeon/ | 
| D | r300_cmdbuf.c | 169 #define ADD_RANGE_MARK(reg, count,mark) \  in r300_init_reg_flags()  argument 176 #define ADD_RANGE(reg, count)	ADD_RANGE_MARK(reg, count, MARK_SAFE)  in r300_init_reg_flags()  argument 283 static __inline__ int r300_check_range(unsigned reg, int count)  in r300_check_range() 470 	int count, i, k;  in r300_emit_3d_load_vbpntr()  local 537 	int count, ret;  in r300_emit_bitblt_multi()  local 583 	int count;  in r300_emit_draw_indx_2()  local 656 	int count;  in r300_emit_raw_packet3()  local
  | 
| /linux-4.4.14/drivers/firmware/efi/ | 
| D | efi-pstore.c | 34 	int *count;  member 41 			     unsigned int part, int count)  in generic_id() 211 			       int *count, struct timespec *timespec,  in efi_pstore_read() 240 		unsigned int part, int count, bool compressed, size_t size,  in efi_pstore_write() 268 	int count;  member 321 static int efi_pstore_erase(enum pstore_type_id type, u64 id, int count,  in efi_pstore_erase()
  | 
| /linux-4.4.14/drivers/power/ | 
| D | ds2781_battery.c | 63 	char *buf, int addr, size_t count, int io)  in ds2781_battery_io() 69 		int addr, size_t count)  in w1_ds2781_read() 96 	u8 *val, int addr, size_t count)  in ds2781_read_block() 102 	int addr, size_t count)  in ds2781_write() 475 	size_t count)  in ds2781_set_pmod_enabled() 528 	size_t count)  in ds2781_set_sense_resistor_value() 565 	size_t count)  in ds2781_set_rsgain_setting() 609 	size_t count)  in ds2781_set_pio_pin() 636 				char *buf, loff_t off, size_t count)  in ds2781_read_param_eeprom_bin() 649 				char *buf, loff_t off, size_t count)  in ds2781_write_param_eeprom_bin() [all …] 
 | 
| D | ds2780_battery.c | 65 	char *buf, int addr, size_t count, int io)  in ds2780_battery_io() 92 	u8 *val, int addr, size_t count)  in ds2780_read_block() 98 	int addr, size_t count)  in ds2780_write() 473 	size_t count)  in ds2780_set_pmod_enabled() 526 	size_t count)  in ds2780_set_sense_resistor_value() 563 	size_t count)  in ds2780_set_rsgain_setting() 607 	size_t count)  in ds2780_set_pio_pin() 634 				char *buf, loff_t off, size_t count)  in ds2780_read_param_eeprom_bin() 647 				char *buf, loff_t off, size_t count)  in ds2780_write_param_eeprom_bin() 679 				char *buf, loff_t off, size_t count)  in ds2780_read_user_eeprom_bin() [all …] 
 | 
| /linux-4.4.14/arch/mn10300/lib/ | 
| D | usercopy.c | 33 #define __do_strncpy_from_user(dst, src, count, res)		\  argument 69 __strncpy_from_user(char *dst, const char *src, long count)  in __strncpy_from_user() 77 strncpy_from_user(char *dst, const char *src, long count)  in strncpy_from_user()
  | 
| /linux-4.4.14/arch/cris/arch-v10/drivers/ | 
| D | eeprom.c | 436 static int eeprom_read_buf(loff_t addr, char * buf, int count)  in eeprom_read_buf() 445 static ssize_t eeprom_read(struct file * file, char * buf, size_t count, loff_t *off)  in eeprom_read() 502 static int eeprom_write_buf(loff_t addr, const char * buf, int count)  in eeprom_write_buf() 510 static ssize_t eeprom_write(struct file * file, const char * buf, size_t count,  in eeprom_write() 730 static int read_from_eeprom(char * buf, int count)  in read_from_eeprom()
  | 
| /linux-4.4.14/drivers/infiniband/hw/nes/ | 
| D | nes.c | 865 	const char *buf, size_t count)  in nes_store_adapter() 890 	const char *buf, size_t count)  in nes_store_ee_cmd() 928 	const char *buf, size_t count)  in nes_store_ee_data() 966 	const char *buf, size_t count)  in nes_store_flash_cmd() 1004 	const char *buf, size_t count)  in nes_store_flash_data() 1030 	const char *buf, size_t count)  in nes_store_nonidx_addr() 1058 	const char *buf, size_t count)  in nes_store_nonidx_data() 1084 	const char *buf, size_t count)  in nes_store_idx_addr() 1112 	const char *buf, size_t count)  in nes_store_idx_data() 1158 					const char *buf, size_t count)  in nes_store_wqm_quanta()
  | 
| /linux-4.4.14/drivers/video/fbdev/ | 
| D | atafb_utils.h | 48 static inline void *fb_memclear_small(void *s, size_t count)  in fb_memclear_small() 77 static inline void *fb_memclear(void *s, size_t count)  in fb_memclear() 117 static inline void *fb_memset255(void *s, size_t count)  in fb_memset255() 144 static inline void *fb_memmove(void *d, const void *s, size_t count)  in fb_memmove()
  | 
| /linux-4.4.14/drivers/media/usb/au0828/ | 
| D | au0828-i2c.c | 56 	int count;  in i2c_wait_read_ack()  local 79 	int count;  in i2c_wait_read_done()  local 102 	int count;  in i2c_wait_write_done()  local 125 	int count;  in i2c_wait_done()  local
  | 
| /linux-4.4.14/drivers/crypto/ | 
| D | padlock-aes.c | 191 				  struct cword *control_word, int count)  in rep_xcrypt_ecb() 199 				 u8 *iv, struct cword *control_word, int count)  in rep_xcrypt_cbc() 208 			   struct cword *cword, int count)  in ecb_crypt_copy() 222 			   u8 *iv, struct cword *cword, int count)  in cbc_crypt_copy() 236 			     struct cword *cword, int count)  in ecb_crypt() 250 			    u8 *iv, struct cword *cword, int count)  in cbc_crypt() 260 				      void *control_word, u32 count)  in padlock_xcrypt_ecb() 280 				     u8 *iv, void *control_word, u32 count)  in padlock_xcrypt_cbc()
  | 
| /linux-4.4.14/drivers/mtd/onenand/ | 
| D | omap2.c | 298 					size_t count)  in omap3_onenand_read_bufferram() 376 					 int offset, size_t count)  in omap3_onenand_write_bufferram() 449 					size_t count)  in omap3_onenand_read_bufferram() 456 					 int offset, size_t count)  in omap3_onenand_write_bufferram() 467 					size_t count)  in omap2_onenand_read_bufferram() 512 					 int offset, size_t count)  in omap2_onenand_write_bufferram() 559 					size_t count)  in omap2_onenand_read_bufferram() 566 					 int offset, size_t count)  in omap2_onenand_write_bufferram()
  | 
| /linux-4.4.14/drivers/mtd/ubi/ | 
| D | wl.h | 9 static inline void ubi_fastmap_init(struct ubi_device *ubi, int *count)  in ubi_fastmap_init() 21 static inline void ubi_fastmap_init(struct ubi_device *ubi, int *count) { }  in ubi_fastmap_init()
  | 
| /linux-4.4.14/arch/powerpc/platforms/pseries/ | 
| D | hvconsole.c | 41 int hvc_get_chars(uint32_t vtermno, char *buf, int count)  in hvc_get_chars() 68 int hvc_put_chars(uint32_t vtermno, const char *buf, int count)  in hvc_put_chars()
  | 
| /linux-4.4.14/arch/m68k/emu/ | 
| D | nfcon.c | 26 static void nfputs(const char *str, unsigned int count)  in nfputs() 44 			unsigned int count)  in nfcon_write() 74 			   int count)  in nfcon_tty_write()
  | 
| /linux-4.4.14/drivers/usb/misc/ | 
| D | lvstest.c | 107 		struct device_attribute *attr, const char *buf, size_t count)  in u3_entry_store() 136 		struct device_attribute *attr, const char *buf, size_t count)  in u3_exit_store() 165 		struct device_attribute *attr, const char *buf, size_t count)  in hot_reset_store() 184 		struct device_attribute *attr, const char *buf, size_t count)  in u2_timeout_store() 213 		struct device_attribute *attr, const char *buf, size_t count)  in u1_timeout_store() 242 		struct device_attribute *attr, const char *buf, size_t count)  in get_dev_desc_store()
  | 
| /linux-4.4.14/drivers/isdn/gigaset/ | 
| D | isocdata.c | 215 			      unsigned char *bytes, int count)  in dump_bytes() 398 				  unsigned char *in, int count)  in hdlc_buildframe() 451 				   unsigned char *in, int count)  in trans_buildframe() 630 static inline void hdlc_unpack(unsigned char *src, unsigned count,  in hdlc_unpack() 836 static inline void trans_receive(unsigned char *src, unsigned count,  in trans_receive() 874 void gigaset_isoc_receive(unsigned char *src, unsigned count,  in gigaset_isoc_receive()
  | 
| /linux-4.4.14/arch/frv/kernel/ | 
| D | uaccess.c | 20 long strncpy_from_user(char *dst, const char __user *src, long count)  in strncpy_from_user() 72 long strnlen_user(const char __user *src, long count)  in strnlen_user()
  | 
| /linux-4.4.14/sound/firewire/fireworks/ | 
| D | fireworks_hwdep.c | 28 	long count = 0;  in hwdep_read_resp_buf()  local 76 hwdep_read_locked(struct snd_efw *efw, char __user *buf, long count,  in hwdep_read_locked() 96 hwdep_read(struct snd_hwdep *hwdep, char __user *buf, long count,  in hwdep_read() 125 hwdep_write(struct snd_hwdep *hwdep, const char __user *data, long count,  in hwdep_write()
  | 
| /linux-4.4.14/drivers/base/ | 
| D | devcoredump.c | 90 			       char *buffer, loff_t offset, size_t count)  in devcd_data_read() 100 				char *buffer, loff_t offset, size_t count)  in devcd_data_write() 144 			      const char *buf, size_t count)  in disabled_store() 176 static ssize_t devcd_readv(char *buffer, loff_t offset, size_t count,  in devcd_readv() 232 		   ssize_t (*read)(char *buffer, loff_t offset, size_t count,  in dev_coredumpm()
  | 
| /linux-4.4.14/drivers/regulator/ | 
| D | virtual.c | 119 			  const char *buf, size_t count)  in set_min_uV() 145 			  const char *buf, size_t count)  in set_max_uV() 171 			  const char *buf, size_t count)  in set_min_uA() 197 			  const char *buf, size_t count)  in set_max_uA() 235 			const char *buf, size_t count)  in set_mode()
  | 
| /linux-4.4.14/drivers/isdn/hardware/eicon/ | 
| D | divasproc.c | 58 divas_read(struct file *file, char __user *buf, size_t count, loff_t *off)  in divas_read() 97 divas_write(struct file *file, const char __user *buf, size_t count, loff_t *off)  in divas_write() 146 				  size_t count, loff_t *pos)  in grp_opt_proc_write() 173 				    size_t count, loff_t *pos)  in d_l1_down_proc_write() 252 			       size_t count, loff_t *pos)  in info_proc_write()
  | 
| /linux-4.4.14/drivers/staging/lustre/lustre/fid/ | 
| D | lproc_fid.c | 62 ldebugfs_fid_write_common(const char __user *buffer, size_t count,  in ldebugfs_fid_write_common() 99 			     size_t count, loff_t *off)  in ldebugfs_fid_space_seq_write() 137 			     size_t count, loff_t *off)  in ldebugfs_fid_width_seq_write()
  | 
| /linux-4.4.14/drivers/usb/host/ | 
| D | ehci-sysfs.c | 29 	int			count = PAGE_SIZE;  in show_companion()  local 52 			       const char *buf, size_t count)  in store_companion() 96 					const char *buf, size_t count)  in store_uframe_periodic_max()
  | 
| /linux-4.4.14/fs/ufs/ | 
| D | balloc.c | 37 void ufs_free_fragments(struct inode *inode, u64 fragment, unsigned count)  in ufs_free_fragments() 132 void ufs_free_blocks(struct inode *inode, u64 fragment, unsigned count)  in ufs_free_blocks() 236 			       unsigned int count, sector_t oldb,  in ufs_change_blocknr() 342 			   u64 goal, unsigned count, int *err,  in ufs_new_fragments() 504 	unsigned cgno, fragno, fragoff, count, fragsize, i;  in ufs_add_fragments()  local 574 			       u64 goal, unsigned count, int *err)  in ufs_alloc_fragments() 778 			     u64 goal, unsigned count)  in ufs_bitmap_search()
  | 
| /linux-4.4.14/drivers/gpu/drm/savage/ | 
| D | savage_state.c | 129 				   unsigned int start, unsigned int count,  in savage_verify_state_s3d() 159 				  unsigned int start, unsigned int count,  in savage_verify_state_s4() 201 	unsigned int count = cmd_header->state.count;  in savage_dispatch_state()  local 374 		unsigned int count = n > 255 ? 255 : n;  in savage_dispatch_dma_prim()  local 493 		unsigned int count = n > 255 ? 255 : n;  in savage_dispatch_vb_prim()  local 624 		unsigned int count = n > 255 ? 255 : n;  in savage_dispatch_dma_idx()  local 744 		unsigned int count = n > 255 ? 255 : n;  in savage_dispatch_vb_idx()  local
  | 
| /linux-4.4.14/drivers/staging/lustre/lustre/llite/ | 
| D | lproc_llite.c | 243 				       size_t count)  in max_read_ahead_mb_store() 291 						size_t count)  in max_read_ahead_per_file_mb_store() 336 					     size_t count)  in max_read_ahead_whole_mb_store() 390 					  size_t count, loff_t *off)  in ll_max_cached_mb_seq_write() 497 				    size_t count)  in checksum_pages_store() 540 			      size_t count,  in ll_wr_track_id() 570 				     size_t count)  in stats_track_pid_store() 586 				      size_t count)  in stats_track_ppid_store() 602 				     size_t count)  in stats_track_gid_store() 621 				   size_t count)  in statahead_max_store() [all …] 
 | 
| /linux-4.4.14/samples/seccomp/ | 
| D | bpf-helper.c | 19 		      struct sock_filter *filter, size_t count)  in bpf_resolve_jumps() 89 void seccomp_bpf_print(struct sock_filter *filter, size_t count)  in seccomp_bpf_print()
  |