| /linux/arch/riscv/include/asm/ |
| H A D | io.h | 101 #define readsb(addr, buffer, count) __readsb(addr, buffer, count) argument 102 #define readsw(addr, buffer, count) __readsw(addr, buffer, count) argument 103 #define readsl(addr, buffer, count) __readsl(addr, buffer, count) argument 108 #define insb(addr, buffer, count) __insb(PCI_IOBASE + (addr), buffer, count) argument 109 #define insw(addr, buffer, count) __insw(PCI_IOBASE + (addr), buffer, count) argument 110 #define insl(addr, buffer, count) __insl(PCI_IOBASE + (addr), buffer, count) argument 115 #define writesb(addr, buffer, count) __writesb(addr, buffer, count) argument 116 #define writesw(addr, buffer, count) __writesw(addr, buffer, count) argument 117 #define writesl(addr, buffer, count) __writesl(addr, buffer, count) argument 122 #define outsb(addr, buffer, count) __outsb(PCI_IOBASE + (addr), buffer, count) argument [all …]
|
| /linux/drivers/scsi/pcmcia/ |
| H A 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/drivers/net/wireless/marvell/libertas/ |
| H A D | debugfs.c | 26 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/drivers/net/wireless/intel/iwlegacy/ |
| H A D | debug.c | 200 il_dbgfs_tx_stats_read(struct file *file, char __user *user_buf, size_t count, in il_dbgfs_tx_stats_read() 241 const char __user *user_buf, size_t count, in il_dbgfs_clear_traffic_stats_write() 261 il_dbgfs_rx_stats_read(struct file *file, char __user *user_buf, size_t count, in il_dbgfs_rx_stats_read() 305 il_dbgfs_sram_read(struct file *file, char __user *user_buf, size_t count, in il_dbgfs_sram_read() 365 size_t count, loff_t *ppos) in il_dbgfs_sram_write() 389 il_dbgfs_stations_read(struct file *file, char __user *user_buf, size_t count, in il_dbgfs_stations_read() 453 il_dbgfs_nvm_read(struct file *file, char __user *user_buf, size_t count, in il_dbgfs_nvm_read() 497 il_dbgfs_channels_read(struct file *file, char __user *user_buf, size_t count, in il_dbgfs_channels_read() 576 il_dbgfs_status_read(struct file *file, char __user *user_buf, size_t count, in il_dbgfs_status_read() 637 il_dbgfs_interrupt_read(struct file *file, char __user *user_buf, size_t count, in il_dbgfs_interrupt_read() [all …]
|
| /linux/drivers/s390/net/ |
| H A D | qeth_l3_sys.c | 68 const char *buf, size_t count) in qeth_l3_dev_route_store() 105 struct device_attribute *attr, const char *buf, size_t count) in qeth_l3_dev_route4_store() 125 struct device_attribute *attr, const char *buf, size_t count) in qeth_l3_dev_route6_store() 145 struct device_attribute *attr, const char *buf, size_t count) in qeth_l3_dev_sniffer_store() 207 struct device_attribute *attr, const char *buf, size_t count) in qeth_l3_dev_hsuid_store() 292 struct device_attribute *attr, const char *buf, size_t count) in qeth_l3_dev_ipato_enable_store() 338 const char *buf, size_t count) in qeth_l3_dev_ipato_invert4_store() 422 static ssize_t qeth_l3_dev_ipato_add_store(const char *buf, size_t count, in qeth_l3_dev_ipato_add_store() 450 struct device_attribute *attr, const char *buf, size_t count) in qeth_l3_dev_ipato_add4_store() 461 static ssize_t qeth_l3_dev_ipato_del_store(const char *buf, size_t count, in qeth_l3_dev_ipato_del_store() [all …]
|
| /linux/drivers/net/wireless/marvell/mwifiex/ |
| H A D | debugfs.c | 63 size_t count, loff_t *ppos) in mwifiex_info_read() 167 size_t count, loff_t *ppos) in mwifiex_getlog_read() 243 size_t count, loff_t *ppos) in mwifiex_histogram_read() 322 size_t count, loff_t *ppos) in mwifiex_histogram_write() 382 size_t count, loff_t *ppos) in mwifiex_debug_read() 418 const char __user *ubuf, size_t count, loff_t *ppos) in mwifiex_regrdwr_write() 456 size_t count, loff_t *ppos) in mwifiex_regrdwr_read() 510 size_t count, loff_t *ppos) in mwifiex_debug_mask_read() 536 size_t count, loff_t *ppos) in mwifiex_debug_mask_write() 564 size_t count, loff_t *ppos) in mwifiex_verext_write() [all …]
|
| /linux/arch/alpha/kernel/ |
| H A D | io.c | 277 void ioread8_rep(const void __iomem *port, void *dst, unsigned long count) in ioread8_rep() 305 void insb(unsigned long port, void *dst, unsigned long count) in insb() 320 void ioread16_rep(const void __iomem *port, void *dst, unsigned long count) in ioread16_rep() 345 void insw(unsigned long port, void *dst, unsigned long count) in insw() 360 void ioread32_rep(const void __iomem *port, void *dst, unsigned long count) in ioread32_rep() 377 void insl(unsigned long port, void *dst, unsigned long count) in insl() 392 void iowrite8_rep(void __iomem *port, const void *xsrc, unsigned long count) in iowrite8_rep() 399 void outsb(unsigned long port, const void *src, unsigned long count) in outsb() 414 void iowrite16_rep(void __iomem *port, const void *src, unsigned long count) in iowrite16_rep() 439 void outsw(unsigned long port, const void *src, unsigned long count) in outsw() [all …]
|
| /linux/tools/testing/selftests/drivers/ntsync/ |
| H A D | ntsync.c | 17 static int read_sem_state(int sem, __u32 *count, __u32 *max) in read_sem_state() 29 #define check_sem_state(sem, count, max) \ argument 38 static int release_sem(int sem, __u32 *count) in release_sem() 43 static int read_mutex_state(int mutex, __u32 *count, __u32 *owner) in read_mutex_state() 55 #define check_mutex_state(mutex, count, owner) \ argument 64 static int unlock_mutex(int mutex, __u32 owner, __u32 *count) in unlock_mutex() 97 static int wait_objs(int fd, unsigned long request, __u32 count, in wait_objs() 117 static int wait_any(int fd, __u32 count, const int *objs, __u32 owner, __u32 *index) in wait_any() 122 static int wait_all(int fd, __u32 count, const int *objs, __u32 owner, __u32 *index) in wait_all() 127 static int wait_any_alert(int fd, __u32 count, const int *objs, in wait_any_alert() [all …]
|
| /linux/drivers/nvme/target/ |
| H A D | configfs.c | 81 const char *page, size_t count) in nvmet_addr_adrfam_store() 113 const char *page, size_t count) in nvmet_addr_portid_store() 141 const char *page, size_t count) in nvmet_addr_traddr_store() 186 const char *page, size_t count) in nvmet_addr_treq_store() 234 const char *page, size_t count) in nvmet_addr_trsvcid_store() 261 const char *page, size_t count) in nvmet_param_inline_data_size_store() 287 const char *page, size_t count) in nvmet_param_max_queue_size_store() 314 const char *page, size_t count) in nvmet_param_pi_enable_store() 360 const char *page, size_t count) in nvmet_addr_trtype_store() 441 const char *page, size_t count) in nvmet_addr_tsas_store() [all …]
|
| /linux/drivers/net/wireless/ath/ath10k/ |
| H A D | debug.c | 155 size_t count, loff_t *ppos) in ath10k_read_wmi_services() 448 size_t count, loff_t *ppos) in ath10k_fw_stats_read() 466 size_t count, loff_t *ppos) in ath10k_debug_fw_reset_stats_read() 526 size_t count, loff_t *ppos) in ath10k_read_simulate_fw_crash() 547 size_t count, loff_t *ppos) in ath10k_write_simulate_fw_crash() 618 size_t count, loff_t *ppos) in ath10k_read_chip_id() 638 size_t count, loff_t *ppos) in ath10k_reg_addr_read() 656 size_t count, loff_t *ppos) in ath10k_reg_addr_write() 686 size_t count, loff_t *ppos) in ath10k_reg_value_read() 717 size_t count, loff_t *ppos) in ath10k_reg_value_write() [all …]
|
| /linux/lib/ |
| H A D | string.c | 92 char *strncpy(char *dest, const char *src, size_t count) in strncpy() 113 ssize_t sized_strscpy(char *dest, const char *src, size_t count) in sized_strscpy() 232 char *strncat(char *dest, const char *src, size_t count) in strncat() 252 size_t strlcat(char *dest, const char *src, size_t count) in strlcat() 302 int strncmp(const char *cs, const char *ct, size_t count) in strncmp() 367 char *strnchrnul(const char *s, size_t count, int c) in strnchrnul() 402 char *strnchr(const char *s, size_t count, int c) in strnchr() 428 size_t strnlen(const char *s, size_t count) in strnlen() 534 void *memset(void *s, int c, size_t count) in memset() 556 void *memset16(uint16_t *s, uint16_t v, size_t count) in memset16() [all …]
|
| H A D | iomap.c | 42 static int count = 10; in bad_io_access() local 310 static inline void mmio_insb(const void __iomem *addr, u8 *dst, int count) in mmio_insb() 318 static inline void mmio_insw(const void __iomem *addr, u16 *dst, int count) in mmio_insw() 326 static inline void mmio_insl(const void __iomem *addr, u32 *dst, int count) in mmio_insl() 337 static inline void mmio_outsb(void __iomem *addr, const u8 *src, int count) in mmio_outsb() 344 static inline void mmio_outsw(void __iomem *addr, const u16 *src, int count) in mmio_outsw() 351 static inline void mmio_outsl(void __iomem *addr, const u32 *src, int count) in mmio_outsl() 360 void ioread8_rep(const void __iomem *addr, void *dst, unsigned long count) in ioread8_rep() 366 void ioread16_rep(const void __iomem *addr, void *dst, unsigned long count) in ioread16_rep() 372 void ioread32_rep(const void __iomem *addr, void *dst, unsigned long count) in ioread32_rep() [all …]
|
| /linux/drivers/net/wireless/ath/ath11k/ |
| H A D | debugfs.c | 181 size_t count, loff_t *ppos) in ath11k_read_pdev_stats() 252 size_t count, loff_t *ppos) in ath11k_read_vdev_stats() 336 size_t count, loff_t *ppos) in ath11k_read_bcn_stats() 354 size_t count, loff_t *ppos) in ath11k_read_simulate_fw_crash() 373 size_t count, loff_t *ppos) in ath11k_write_simulate_fw_crash() 442 size_t count, loff_t *ppos) in ath11k_write_enable_extd_tx_stats() 473 size_t count, loff_t *ppos) in ath11k_read_enable_extd_tx_stats() 496 size_t count, loff_t *ppos) in ath11k_write_extd_rx_stats() 572 size_t count, loff_t *ppos) in ath11k_read_extd_rx_stats() 660 size_t count, loff_t *ppos) in ath11k_debugfs_dump_soc_dp_stats() [all …]
|
| H A D | debugfs_sta.c | 138 size_t count, loff_t *ppos) in ath11k_dbg_sta_dump_tx_stats() 245 size_t count, loff_t *ppos) in ath11k_dbg_sta_dump_rx_stats() 394 size_t count, loff_t *ppos) in ath11k_dbg_sta_read_htt_peer_stats() 415 size_t count, loff_t *ppos) in ath11k_dbg_sta_write_peer_pktlog() 455 size_t count, loff_t *ppos) in ath11k_dbg_sta_read_peer_pktlog() 482 size_t count, loff_t *ppos) in ath11k_dbg_sta_write_delba() 533 size_t count, loff_t *ppos) in ath11k_dbg_sta_write_addba_resp() 583 size_t count, loff_t *ppos) in ath11k_dbg_sta_write_addba() 634 size_t count, loff_t *ppos) in ath11k_dbg_sta_read_aggr_mode() 654 size_t count, loff_t *ppos) in ath11k_dbg_sta_write_aggr_mode() [all …]
|
| /linux/drivers/char/ |
| H A 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 …]
|
| /linux/drivers/net/wireless/ath/ath6kl/ |
| H A 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/arch/sparc/lib/ |
| H A D | PeeCeeI.c | 13 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/arch/sh/include/asm/ |
| H A D | io_noioport.h | 49 static inline void insb(unsigned long port, void *dst, unsigned long count) in insb() 54 static inline void insw(unsigned long port, void *dst, unsigned long count) in insw() 59 static inline void insl(unsigned long port, void *dst, unsigned long count) in insl() 64 static inline void outsb(unsigned long port, const void *src, unsigned long count) in outsb() 69 static inline void outsw(unsigned long port, const void *src, unsigned long count) in outsw() 74 static inline void outsl(unsigned long port, const void *src, unsigned long count) in outsl()
|
| /linux/drivers/net/wireless/broadcom/b43legacy/ |
| H A D | sysfs.c | 25 static int get_integer(const char *buf, size_t count) in get_integer() 41 static int get_boolean(const char *buf, size_t count) in get_boolean() 69 ssize_t count = 0; in b43legacy_attr_interfmode_show() local 98 const char *buf, size_t count) in b43legacy_attr_interfmode_store() 148 ssize_t count; in b43legacy_attr_preamble_show() local 167 const char *buf, size_t count) in b43legacy_attr_preamble_store()
|
| /linux/drivers/media/usb/pvrusb2/ |
| H A D | pvrusb2-debugifc.c | 14 unsigned int count) in debugifc_count_whitespace() 31 unsigned int count) in debugifc_count_nonwhitespace() 46 static unsigned int debugifc_isolate_word(const char *buf,unsigned int count, in debugifc_isolate_word() 74 static int debugifc_parse_unsigned_number(const char *buf,unsigned int count, in debugifc_parse_unsigned_number() 100 static int debugifc_match_keyword(const char *buf,unsigned int count, in debugifc_match_keyword() 175 unsigned int count) in pvr2_debugifc_do1cmd() 285 unsigned int count) in pvr2_debugifc_docmd()
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_guc_id_mgr.c | 107 unsigned int count) in find_last_zero_area() 122 unsigned int count, unsigned int retain) in idm_reserve_chunk_locked() 160 unsigned int start, unsigned int count) in idm_release_chunk_locked() 188 int xe_guc_id_mgr_reserve_locked(struct xe_guc_id_mgr *idm, unsigned int count) in xe_guc_id_mgr_reserve_locked() 203 unsigned int count) in xe_guc_id_mgr_release_locked() 222 unsigned int count, unsigned int retain) in xe_guc_id_mgr_reserve() 243 unsigned int start, unsigned int count) in xe_guc_id_mgr_release()
|
| /linux/drivers/w1/slaves/ |
| H A D | w1_ds2408.c | 69 loff_t off, size_t count) in state_read() 81 loff_t off, size_t count) in output_read() 94 loff_t off, size_t count) in activity_read() 107 char *buf, loff_t off, size_t count) in cond_search_mask_read() 121 char *buf, loff_t off, size_t count) in cond_search_polarity_read() 131 char *buf, loff_t off, size_t count) in status_control_read() 164 loff_t off, size_t count) in output_write() 214 loff_t off, size_t count) in activity_write() 244 char *buf, loff_t off, size_t count) in status_control_write()
|
| /linux/drivers/target/ |
| H A D | target_core_configfs.c | 108 const char *page, size_t count) in target_core_item_dbroot_store() 662 const char *page, size_t count) in emulate_model_alias_store() 690 const char *page, size_t count) in emulate_write_cache_store() 712 const char *page, size_t count) in emulate_ua_intlck_ctrl_store() 742 const char *page, size_t count) in emulate_tas_store() 789 const char *page, size_t count) in emulate_tpu_store() 817 const char *page, size_t count) in emulate_tpws_store() 845 const char *page, size_t count) in pi_prot_type_store() 914 const char *page, size_t count) in pi_prot_format_store() 952 const char *page, size_t count) in pi_prot_verify_store() [all …]
|
| /linux/drivers/net/wireless/ath/ath5k/ |
| H A D | debug.c | 176 size_t count, loff_t *ppos) in read_file_beacon() 225 size_t count, loff_t *ppos) in write_file_beacon() 258 size_t count, loff_t *ppos) in write_file_reset() 297 size_t count, loff_t *ppos) in read_file_debug() 326 size_t count, loff_t *ppos) in write_file_debug() 359 size_t count, loff_t *ppos) in read_file_antenna() 431 size_t count, loff_t *ppos) in write_file_antenna() 472 size_t count, loff_t *ppos) in read_file_misc() 527 size_t count, loff_t *ppos) in read_file_frameerrors() 604 size_t count, loff_t *ppos) in write_file_frameerrors() [all …]
|
| /linux/drivers/counter/ |
| H A D | stm32-timer-cnt.c | 60 struct counter_count *count, u64 *val) in stm32_count_read() 72 struct counter_count *count, const u64 val) in stm32_count_write() 85 struct counter_count *count, in stm32_count_function_read() 112 struct counter_count *count, in stm32_count_function_write() 158 struct counter_count *count, in stm32_count_direction_read() 172 struct counter_count *count, u64 *ceiling) in stm32_count_ceiling_read() 185 struct counter_count *count, u64 ceiling) in stm32_count_ceiling_write() 200 struct counter_count *count, u8 *enable) in stm32_count_enable_read() 213 struct counter_count *count, u8 enable) in stm32_count_enable_write() 245 struct counter_count *count, u64 *prescaler) in stm32_count_prescaler_read() [all …]
|