Home
last modified time | relevance | path

Searched defs:count (Results 1 – 25 of 4161) sorted by relevance

12345678910>>...167

/Linux-v4.19/arch/mips/include/asm/mach-generic/
Dide.h60 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-v4.19/drivers/scsi/pcmcia/
Dnsp_io.h70 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-v4.19/drivers/net/ethernet/amd/xgbe/
Dxgbe-debugfs.c124 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-v4.19/arch/sh/kernel/
Diomap.c80 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 …]
/Linux-v4.19/arch/mips/lib/
Diomap.c105 static inline void mmio_insb(void __iomem *addr, u8 *dst, int count) in mmio_insb()
114 static inline void mmio_insw(void __iomem *addr, u16 *dst, int count) in mmio_insw()
123 static inline void mmio_insl(void __iomem *addr, u32 *dst, int count) in mmio_insl()
132 static inline void mmio_outsb(void __iomem *addr, const u8 *src, int count) in mmio_outsb()
140 static inline void mmio_outsw(void __iomem *addr, const u16 *src, int count) in mmio_outsw()
148 static inline void mmio_outsl(void __iomem *addr, const u32 *src, int count) in mmio_outsl()
156 void ioread8_rep(void __iomem *addr, void *dst, unsigned long count) in ioread8_rep()
163 void ioread16_rep(void __iomem *addr, void *dst, unsigned long count) in ioread16_rep()
170 void ioread32_rep(void __iomem *addr, void *dst, unsigned long count) in ioread32_rep()
177 void iowrite8_rep(void __iomem *addr, const void *src, unsigned long count) in iowrite8_rep()
[all …]
/Linux-v4.19/arch/parisc/lib/
Dio.c19 void memcpy_toio(volatile void __iomem *dst, const void *src, int count) in memcpy_toio()
54 void memcpy_fromio(void *dst, const volatile void __iomem *src, int count) in memcpy_fromio()
106 void memset_io(volatile void __iomem *addr, unsigned char val, int count) in memset_io()
127 void insb (unsigned long port, void *dst, unsigned long count) in insb()
167 void insw (unsigned long port, void *dst, unsigned long count) in insw()
239 void insl (unsigned long port, void *dst, unsigned long count) in insl()
319 void outsb(unsigned long port, const void * src, unsigned long count) in outsb()
337 void outsw (unsigned long port, const void *src, unsigned long count) in outsw()
409 void outsl (unsigned long port, const void *src, unsigned long count) in outsl()
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/mvm/
Ddebugfs.c81 size_t count, loff_t *ppos) in iwl_dbgfs_ctdp_budget_read()
107 size_t count, loff_t *ppos) in iwl_dbgfs_stop_ctdp_write()
126 size_t count, loff_t *ppos) in iwl_dbgfs_force_ctkill_write()
138 size_t count, loff_t *ppos) in iwl_dbgfs_tx_flush_write()
171 size_t count, loff_t *ppos) in iwl_dbgfs_sta_drain_write()
202 size_t count, loff_t *ppos) in iwl_dbgfs_sram_read()
237 size_t count, loff_t *ppos) in iwl_dbgfs_sram_write()
269 size_t count, loff_t *ppos) in iwl_dbgfs_set_nic_temperature_read()
291 char *buf, size_t count, in iwl_dbgfs_set_nic_temperature_write()
336 size_t count, loff_t *ppos) in iwl_dbgfs_nic_temp_read()
[all …]
Ddebugfs-vif.c134 size_t count, loff_t *ppos) in iwl_dbgfs_pm_params_write()
198 size_t count, loff_t *ppos) in iwl_dbgfs_tx_pwr_lmt_read()
213 size_t count, loff_t *ppos) in iwl_dbgfs_pm_params_read()
229 size_t count, loff_t *ppos) in iwl_dbgfs_mac_params_read()
357 size_t count, loff_t *ppos) in iwl_dbgfs_bf_params_write()
455 size_t count, loff_t *ppos) in iwl_dbgfs_bf_params_read()
511 size_t count, loff_t *ppos) in iwl_dbgfs_os_device_timediff_read()
533 size_t count, loff_t *ppos) in iwl_dbgfs_tof_enable_write()
592 size_t count, loff_t *ppos) in iwl_dbgfs_tof_enable_read()
622 size_t count, loff_t *ppos) in iwl_dbgfs_tof_responder_params_write()
[all …]
/Linux-v4.19/drivers/net/wireless/ti/wlcore/
Ddebugfs.c45 int wl1271_format_buffer(char __user *userbuf, size_t count, in wl1271_format_buffer()
95 size_t count, loff_t *ppos) in tx_queue_len_read()
202 size_t count, loff_t *ppos) in gpio_power_read()
217 size_t count, loff_t *ppos) in gpio_power_write()
249 size_t count, loff_t *ppos) in start_recovery_write()
267 size_t count, loff_t *ppos) in dynamic_ps_timeout_read()
278 size_t count, loff_t *ppos) in dynamic_ps_timeout_write()
334 size_t count, loff_t *ppos) in forced_ps_read()
345 size_t count, loff_t *ppos) in forced_ps_write()
406 size_t count, loff_t *ppos) in split_scan_timeout_read()
[all …]
/Linux-v4.19/drivers/net/wireless/marvell/libertas/
Ddebugfs.c26 size_t count, loff_t *ppos) in write_file_dummy()
34 size_t count, loff_t *ppos) in lbs_dev_info()
56 const char __user *user_buf, size_t count, in lbs_sleepparams_write()
93 size_t count, loff_t *ppos) in lbs_sleepparams_read()
121 const char __user *user_buf, size_t count, in lbs_host_sleep_write()
163 size_t count, loff_t *ppos) in lbs_host_sleep_read()
219 size_t count, loff_t *ppos) in lbs_threshold_read()
271 const char __user *userbuf, size_t count, in lbs_threshold_write()
339 size_t count, loff_t *ppos) in lbs_lowrssi_read()
347 size_t count, loff_t *ppos) in lbs_lowrssi_write()
[all …]
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/dvm/
Ddebugfs.c97 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-v4.19/lib/
Diomap.c41 static int count = 10; in bad_io_access() local
146 static inline void mmio_insb(void __iomem *addr, u8 *dst, int count) in mmio_insb()
154 static inline void mmio_insw(void __iomem *addr, u16 *dst, int count) in mmio_insw()
162 static inline void mmio_insl(void __iomem *addr, u32 *dst, int count) in mmio_insl()
173 static inline void mmio_outsb(void __iomem *addr, const u8 *src, int count) in mmio_outsb()
180 static inline void mmio_outsw(void __iomem *addr, const u16 *src, int count) in mmio_outsw()
187 static inline void mmio_outsl(void __iomem *addr, const u32 *src, int count) in mmio_outsl()
196 void ioread8_rep(void __iomem *addr, void *dst, unsigned long count) in ioread8_rep()
200 void ioread16_rep(void __iomem *addr, void *dst, unsigned long count) in ioread16_rep()
204 void ioread32_rep(void __iomem *addr, void *dst, unsigned long count) in ioread32_rep()
[all …]
Dstring.c113 char *strncpy(char *dest, const char *src, size_t count) in strncpy()
178 ssize_t strscpy(char *dest, const char *src, size_t count) in strscpy()
269 char *strncat(char *dest, const char *src, size_t count) in strncat()
295 size_t strlcat(char *dest, const char *src, size_t count) in strlcat()
346 int strncmp(const char *cs, const char *ct, size_t count) in strncmp()
423 char *strnchr(const char *s, size_t count, int c) in strnchr()
495 size_t strnlen(const char *s, size_t count) in strnlen()
516 size_t count = 0; in strspn() local
543 size_t count = 0; in strcspn() local
695 void *memset(void *s, int c, size_t count) in memset()
[all …]
/Linux-v4.19/drivers/oprofile/
Doprofile_files.c31 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()
/Linux-v4.19/drivers/net/wireless/intel/iwlegacy/
Ddebug.c229 il_dbgfs_tx_stats_read(struct file *file, char __user *user_buf, size_t count, in il_dbgfs_tx_stats_read()
270 const char __user *user_buf, size_t count, in il_dbgfs_clear_traffic_stats_write()
290 il_dbgfs_rx_stats_read(struct file *file, char __user *user_buf, size_t count, in il_dbgfs_rx_stats_read()
334 il_dbgfs_sram_read(struct file *file, char __user *user_buf, size_t count, in il_dbgfs_sram_read()
394 size_t count, loff_t *ppos) in il_dbgfs_sram_write()
418 il_dbgfs_stations_read(struct file *file, char __user *user_buf, size_t count, in il_dbgfs_stations_read()
482 il_dbgfs_nvm_read(struct file *file, char __user *user_buf, size_t count, in il_dbgfs_nvm_read()
526 il_dbgfs_channels_read(struct file *file, char __user *user_buf, size_t count, in il_dbgfs_channels_read()
605 il_dbgfs_status_read(struct file *file, char __user *user_buf, size_t count, in il_dbgfs_status_read()
666 il_dbgfs_interrupt_read(struct file *file, char __user *user_buf, size_t count, in il_dbgfs_interrupt_read()
[all …]
/Linux-v4.19/drivers/net/wireless/marvell/mwifiex/
Ddebugfs.c75 size_t count, loff_t *ppos) in mwifiex_info_read()
179 size_t count, loff_t *ppos) in mwifiex_getlog_read()
255 size_t count, loff_t *ppos) in mwifiex_histogram_read()
331 size_t count, loff_t *ppos) in mwifiex_histogram_write()
391 size_t count, loff_t *ppos) in mwifiex_debug_read()
427 const char __user *ubuf, size_t count, loff_t *ppos) in mwifiex_regrdwr_write()
462 size_t count, loff_t *ppos) in mwifiex_regrdwr_read()
516 size_t count, loff_t *ppos) in mwifiex_debug_mask_read()
542 size_t count, loff_t *ppos) in mwifiex_debug_mask_write()
570 size_t count, loff_t *ppos) in mwifiex_verext_write()
[all …]
/Linux-v4.19/drivers/s390/net/
Dqeth_l3_sys.c71 const char *buf, size_t count) in qeth_l3_dev_route_store()
108 struct device_attribute *attr, const char *buf, size_t count) in qeth_l3_dev_route4_store()
134 struct device_attribute *attr, const char *buf, size_t count) in qeth_l3_dev_route6_store()
160 struct device_attribute *attr, const char *buf, size_t count) in qeth_l3_dev_fake_broadcast_store()
201 struct device_attribute *attr, const char *buf, size_t count) in qeth_l3_dev_sniffer_store()
272 struct device_attribute *attr, const char *buf, size_t count) in qeth_l3_dev_hsuid_store()
349 struct device_attribute *attr, const char *buf, size_t count) in qeth_l3_dev_ipato_enable_store()
400 const char *buf, size_t count) in qeth_l3_dev_ipato_invert4_store()
500 static ssize_t qeth_l3_dev_ipato_add_store(const char *buf, size_t count, in qeth_l3_dev_ipato_add_store()
531 struct device_attribute *attr, const char *buf, size_t count) in qeth_l3_dev_ipato_add4_store()
[all …]
/Linux-v4.19/arch/alpha/kernel/
Dio.c214 void ioread8_rep(void __iomem *port, void *dst, unsigned long count) in ioread8_rep()
242 void insb(unsigned long port, void *dst, unsigned long count) in insb()
257 void ioread16_rep(void __iomem *port, void *dst, unsigned long count) in ioread16_rep()
282 void insw(unsigned long port, void *dst, unsigned long count) in insw()
297 void ioread32_rep(void __iomem *port, void *dst, unsigned long count) in ioread32_rep()
314 void insl(unsigned long port, void *dst, unsigned long count) in insl()
329 void iowrite8_rep(void __iomem *port, const void *xsrc, unsigned long count) in iowrite8_rep()
336 void outsb(unsigned long port, const void *src, unsigned long count) in outsb()
351 void iowrite16_rep(void __iomem *port, const void *src, unsigned long count) in iowrite16_rep()
376 void outsw(unsigned long port, const void *src, unsigned long count) in outsw()
[all …]
/Linux-v4.19/drivers/net/wireless/broadcom/b43/
Ddebugfs.c82 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 …]
/Linux-v4.19/arch/powerpc/kernel/
Dptrace.c331 unsigned int pos, unsigned int count, in gpr_get()
372 unsigned int pos, unsigned int count, in gpr_set()
439 unsigned int pos, unsigned int count, in fpr_get()
478 unsigned int pos, unsigned int count, in fpr_set()
547 unsigned int pos, unsigned int count, in vr_get()
594 unsigned int pos, unsigned int count, in vr_set()
656 unsigned int pos, unsigned int count, in vsr_get()
689 unsigned int pos, unsigned int count, in vsr_set()
733 unsigned int pos, unsigned int count, in evr_get()
756 unsigned int pos, unsigned int count, in evr_set()
[all …]
/Linux-v4.19/arch/sparc/lib/
DPeeCeeI.c13 void outsb(unsigned long __addr, const void *src, unsigned long count) in outsb()
23 void outsw(unsigned long __addr, const void *src, unsigned long count) in outsw()
34 void outsl(unsigned long __addr, const void *src, unsigned long count) in outsl()
88 void insb(unsigned long __addr, void *dst, unsigned long count) in insb()
116 void insw(unsigned long __addr, void *dst, unsigned long count) in insw()
144 void insl(unsigned long __addr, void *dst, unsigned long count) in insl()
/Linux-v4.19/drivers/net/wireless/broadcom/b43legacy/
Dsysfs.c38 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()
/Linux-v4.19/drivers/net/wireless/ath/ath10k/
Ddebug.c162 size_t count, loff_t *ppos) in ath10k_read_wmi_services()
452 size_t count, loff_t *ppos) in ath10k_fw_stats_read()
470 size_t count, loff_t *ppos) in ath10k_debug_fw_reset_stats_read()
530 size_t count, loff_t *ppos) in ath10k_read_simulate_fw_crash()
551 size_t count, loff_t *ppos) in ath10k_write_simulate_fw_crash()
622 size_t count, loff_t *ppos) in ath10k_read_chip_id()
642 size_t count, loff_t *ppos) in ath10k_reg_addr_read()
660 size_t count, loff_t *ppos) in ath10k_reg_addr_write()
690 size_t count, loff_t *ppos) in ath10k_reg_value_read()
721 size_t count, loff_t *ppos) in ath10k_reg_value_write()
[all …]
/Linux-v4.19/arch/s390/kernel/
Dptrace.c895 unsigned int pos, unsigned int count, in s390_regs_get()
922 unsigned int pos, unsigned int count, in s390_regs_set()
958 unsigned int count, void *kbuf, void __user *ubuf) in s390_fpregs_get()
974 unsigned int count, const void *kbuf, in s390_fpregs_set()
1016 unsigned int pos, unsigned int count, in s390_last_break_get()
1034 unsigned int pos, unsigned int count, in s390_last_break_set()
1042 unsigned int pos, unsigned int count, in s390_tdb_get()
1056 unsigned int pos, unsigned int count, in s390_tdb_set()
1064 unsigned int pos, unsigned int count, in s390_vxrs_low_get()
1081 unsigned int pos, unsigned int count, in s390_vxrs_low_set()
[all …]
/Linux-v4.19/arch/riscv/include/asm/
Dio.h260 #define readsb(addr, buffer, count) __readsb(addr, buffer, count) argument
261 #define readsw(addr, buffer, count) __readsw(addr, buffer, count) argument
262 #define readsl(addr, buffer, count) __readsl(addr, buffer, count) argument
267 #define insb(addr, buffer, count) __insb((void __iomem *)(long)addr, buffer, count) argument
268 #define insw(addr, buffer, count) __insw((void __iomem *)(long)addr, buffer, count) argument
269 #define insl(addr, buffer, count) __insl((void __iomem *)(long)addr, buffer, count) argument
274 #define writesb(addr, buffer, count) __writesb(addr, buffer, count) argument
275 #define writesw(addr, buffer, count) __writesw(addr, buffer, count) argument
276 #define writesl(addr, buffer, count) __writesl(addr, buffer, count) argument
281 #define outsb(addr, buffer, count) __outsb((void __iomem *)(long)addr, buffer, count) argument
[all …]

12345678910>>...167