/linux/kernel/ |
H A D | relay.c | 36 struct rchan_buf *buf = vmf->vma->vm_private_data; in relay_buf_fault() local 83 static int relay_mmap_buf(struct rchan_buf *buf, struct vm_area_struct *vma) in relay_mmap_buf() 108 static void *relay_alloc_buf(struct rchan_buf *buf, size_t *size) in relay_alloc_buf() 149 struct rchan_buf *buf; in relay_create_buf() local 193 static void relay_destroy_buf(struct rchan_buf *buf) in relay_destroy_buf() 220 struct rchan_buf *buf = container_of(kref, struct rchan_buf, kref); in relay_remove_buf() local 230 static int relay_buf_empty(struct rchan_buf *buf) in relay_buf_empty() 241 int relay_buf_full(struct rchan_buf *buf) in relay_buf_full() 252 static int relay_subbuf_start(struct rchan_buf *buf, void *subbuf, in relay_subbuf_start() 270 struct rchan_buf *buf; in wakeup_readers() local [all …]
|
H A D | ksysfs.c | 40 struct kobj_attribute *attr, char *buf) in uevent_seqnum_show() argument 48 struct kobj_attribute *attr, char *buf) in cpu_byteorder_show() argument 56 struct kobj_attribute *attr, char *buf) in address_bits_show() argument 65 struct kobj_attribute *attr, char *buf) in uevent_helper_show() argument 71 const char *buf, size_t count) in uevent_helper_store() argument 86 profiling_show(struct kobject * kobj,struct kobj_attribute * attr,char * buf) profiling_show() argument 92 profiling_store(struct kobject * kobj,struct kobj_attribute * attr,const char * buf,size_t count) profiling_store() argument 124 kexec_loaded_show(struct kobject * kobj,struct kobj_attribute * attr,char * buf) kexec_loaded_show() argument 132 kexec_crash_loaded_show(struct kobject * kobj,struct kobj_attribute * attr,char * buf) kexec_crash_loaded_show() argument 139 kexec_crash_size_show(struct kobject * kobj,struct kobj_attribute * attr,char * buf) kexec_crash_size_show() argument 150 kexec_crash_size_store(struct kobject * kobj,struct kobj_attribute * attr,const char * buf,size_t count) kexec_crash_size_store() argument 169 vmcoreinfo_show(struct kobject * kobj,struct kobj_attribute * attr,char * buf) vmcoreinfo_show() argument 179 crash_elfcorehdr_size_show(struct kobject * kobj,struct kobj_attribute * attr,char * buf) crash_elfcorehdr_size_show() argument 193 fscaps_show(struct kobject * kobj,struct kobj_attribute * attr,char * buf) fscaps_show() argument 202 rcu_expedited_show(struct kobject * kobj,struct kobj_attribute * attr,char * buf) rcu_expedited_show() argument 208 rcu_expedited_store(struct kobject * kobj,struct kobj_attribute * attr,const char * buf,size_t count) rcu_expedited_store() argument 219 rcu_normal_show(struct kobject * kobj,struct kobj_attribute * attr,char * buf) rcu_normal_show() argument 225 rcu_normal_store(struct kobject * kobj,struct kobj_attribute * attr,const char * buf,size_t count) rcu_normal_store() argument 244 notes_read(struct file * filp,struct kobject * kobj,struct bin_attribute * bin_attr,char * buf,loff_t off,size_t count) notes_read() argument [all...] |
/linux/drivers/net/wireless/st/cw1200/ |
H A D | wsm.c | 27 #define WSM_SKIP(buf, size) \ argument 34 #define WSM_GET(buf, ptr, size) \ argument 42 #define __WSM_GET(buf, type, type2, cvt) \ argument 52 #define WSM_GET8(buf) __WSM_GET(buf, u8, u8, (u8)) argument 53 #define WSM_GET16(buf) __WSM_GET(buf, u16, __le16, __le16_to_cpu) argument 54 #define WSM_GET32(buf) __WSM_GET(buf, u32, __le32, __le32_to_cpu) argument 56 #define WSM_PUT(buf, ptr, size) \ argument 65 #define __WSM_PUT(buf, val, type, type2, cvt) \ argument 74 #define WSM_PUT8(buf, val) __WSM_PUT(buf, val, u8, u8, (u8)) argument 75 #define WSM_PUT16(buf, val) __WSM_PUT(buf, val, u16, __le16, __cpu_to_le16) argument [all …]
|
/linux/fs/nilfs2/ |
H A D | sysfs.c | 96 struct nilfs_root *root, char *buf) in nilfs_snapshot_inodes_count_show() 104 struct nilfs_root *root, char *buf) in nilfs_snapshot_blocks_count_show() 117 struct nilfs_root *root, char *buf) in nilfs_snapshot_README_show() 135 struct attribute *attr, char *buf) in nilfs_snapshot_attr_show() 147 const char *buf, size_t len) in nilfs_snapshot_attr_store() 219 struct the_nilfs *nilfs, char *buf) in nilfs_mounted_snapshots_README_show() 243 char *buf) in nilfs_checkpoints_checkpoints_number_show() 266 char *buf) in nilfs_checkpoints_snapshots_number_show() 289 char *buf) in nilfs_checkpoints_last_seg_checkpoint_show() 303 char *buf) in nilfs_checkpoints_next_checkpoint_show() [all …]
|
/linux/arch/mips/include/asm/ |
H A D | uasm.h | 210 # define UASM_i_ADDIU(buf, rs, rt, val) uasm_i_daddiu(buf, rs, rt, val) argument 211 # define UASM_i_ADDU(buf, rs, rt, rd) uasm_i_daddu(buf, rs, rt, rd) argument 212 # define UASM_i_LL(buf, rs, rt, off) uasm_i_lld(buf, rs, rt, off) argument 213 # define UASM_i_LW(buf, rs, rt, off) uasm_i_ld(buf, rs, rt, off) argument 214 # define UASM_i_LWX(buf, rs, rt, rd) uasm_i_ldx(buf, rs, rt, rd) argument 215 # define UASM_i_MFC0(buf, rt, rd...) uasm_i_dmfc0(buf, rt, rd) argument 216 # define UASM_i_MTC0(buf, rt, rd...) uasm_i_dmtc0(buf, rt, rd) argument 217 # define UASM_i_ROTR(buf, rs, rt, sh) uasm_i_drotr(buf, rs, rt, sh) argument 218 # define UASM_i_SC(buf, rs, rt, off) uasm_i_scd(buf, rs, rt, off) argument 219 # define UASM_i_SLL(buf, rs, rt, sh) uasm_i_dsll(buf, rs, rt, sh) argument [all …]
|
/linux/arch/arc/net/ |
H A D | bpf_jit_arcv2.c | 629 static inline void emit_2_bytes(u8 *buf, u16 bytes) in emit_2_bytes() 634 static inline void emit_4_bytes(u8 *buf, u32 bytes) in emit_4_bytes() 659 static u8 arc_movi_r(u8 *buf, u8 reg, s16 imm) in arc_movi_r() 669 static u8 arc_mov_r(u8 *buf, u8 rd, u8 rs) in arc_mov_r() 679 static u8 arc_mov_i(u8 *buf, u8 rd, s32 imm) in arc_mov_i() 694 static u8 arc_mov_i_fixed(u8 *buf, u8 rd, s32 imm) in arc_mov_i_fixed() 706 static u8 arc_mov_cc_r(u8 *buf, u8 cc, u8 rd, u8 rs) in arc_mov_cc_r() 716 static u8 arc_movu_cc_r(u8 *buf, u8 cc, u8 rd, u8 imm) in arc_movu_cc_r() 726 static u8 arc_sexb_r(u8 *buf, u8 rd, u8 rs) in arc_sexb_r() 736 static u8 arc_sexh_r(u8 *buf, u8 rd, u8 rs) in arc_sexh_r() [all …]
|
/linux/drivers/s390/net/ |
H A D | qeth_l3_sys.c | 19 static int qeth_l3_string_to_ipaddr(const char *buf, in qeth_l3_string_to_ipaddr() 31 struct qeth_routing_info *route, char *buf) in qeth_l3_dev_route_show() 59 struct device_attribute *attr, char *buf) in qeth_l3_dev_route4_show() 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() 117 struct device_attribute *attr, char *buf) in qeth_l3_dev_route6_show() 125 struct device_attribute *attr, const char *buf, size_t count) in qeth_l3_dev_route6_store() 137 struct device_attribute *attr, char *buf) in qeth_l3_dev_sniffer_show() 145 struct device_attribute *attr, const char *buf, size_t count) in qeth_l3_dev_sniffer_store() 193 struct device_attribute *attr, char *buf) in qeth_l3_dev_hsuid_show() [all …]
|
H A D | qeth_core_sys.c | 20 struct device_attribute *attr, char *buf) in qeth_dev_state_show() 41 struct device_attribute *attr, char *buf) in qeth_dev_chpid_show() 51 struct device_attribute *attr, char *buf) in qeth_dev_if_name_show() 61 struct device_attribute *attr, char *buf) in qeth_dev_card_type_show() 85 struct device_attribute *attr, char *buf) in qeth_dev_inbuf_size_show() 95 struct device_attribute *attr, char *buf) in qeth_dev_portno_show() 103 struct device_attribute *attr, const char *buf, size_t count) in qeth_dev_portno_store() 135 struct device_attribute *attr, char *buf) in qeth_dev_portname_show() 141 struct device_attribute *attr, const char *buf, size_t count) in qeth_dev_portname_store() 154 struct device_attribute *attr, char *buf) in qeth_dev_prioqing_show() [all …]
|
/linux/drivers/char/tpm/ |
H A D | tpm-buf.c | 18 int tpm_buf_init(struct tpm_buf *buf, u16 tag, u32 ordinal) in tpm_buf_init() 35 void tpm_buf_reset(struct tpm_buf *buf, u16 tag, u32 ordinal) in tpm_buf_reset() 57 int tpm_buf_init_sized(struct tpm_buf *buf) in tpm_buf_init_sized() 72 void tpm_buf_reset_sized(struct tpm_buf *buf) in tpm_buf_reset_sized() 81 void tpm_buf_destroy(struct tpm_buf *buf) in tpm_buf_destroy() 93 u32 tpm_buf_length(struct tpm_buf *buf) in tpm_buf_length() 105 void tpm_buf_append(struct tpm_buf *buf, const u8 *new_data, u16 new_length) in tpm_buf_append() 127 void tpm_buf_append_u8(struct tpm_buf *buf, const u8 value) in tpm_buf_append_u8() 133 void tpm_buf_append_u16(struct tpm_buf *buf, const u16 value) in tpm_buf_append_u16() 141 void tpm_buf_append_u32(struct tpm_buf *buf, const u32 value) in tpm_buf_append_u32() [all …]
|
/linux/drivers/net/bonding/ |
H A D | bond_sysfs.c | 36 char *buf) in bonding_show_bonds() 166 struct device_attribute *attr, char *buf) in bonding_show_slaves() 198 struct device_attribute *attr, char *buf) in bonding_show_mode() 212 char *buf) in bonding_show_xmit_hash() 227 char *buf) in bonding_show_arp_validate() 243 char *buf) in bonding_show_arp_all_targets() 259 char *buf) in bonding_show_fail_over_mac() 275 char *buf) in bonding_show_arp_interval() 287 char *buf) in bonding_show_arp_targets() 308 char *buf) in bonding_show_missed_max() [all …]
|
/linux/tools/perf/util/intel-pt-decoder/ |
H A D | intel-pt-pkt-decoder.c | 73 static int intel_pt_get_long_tnt(const unsigned char *buf, size_t len, in intel_pt_get_long_tnt() 96 static int intel_pt_get_pip(const unsigned char *buf, size_t len, in intel_pt_get_pip() 117 static int intel_pt_get_cbr(const unsigned char *buf, size_t len, in intel_pt_get_cbr() 127 static int intel_pt_get_vmcs(const unsigned char *buf, size_t len, in intel_pt_get_vmcs() 146 static int intel_pt_get_psb(const unsigned char *buf, size_t len, in intel_pt_get_psb() 169 static int intel_pt_get_tma(const unsigned char *buf, size_t len, in intel_pt_get_tma() 187 static int intel_pt_get_mnt(const unsigned char *buf, size_t len, in intel_pt_get_mnt() 197 static int intel_pt_get_3byte(const unsigned char *buf, size_t len, in intel_pt_get_3byte() 211 static int intel_pt_get_ptwrite(const unsigned char *buf, size_t len, in intel_pt_get_ptwrite() 246 static int intel_pt_get_mwait(const unsigned char *buf, size_t len, in intel_pt_get_mwait() [all …]
|
/linux/drivers/dma/idxd/ |
H A D | sysfs.c | 21 struct device_attribute *attr, char *buf) in engine_group_id_show() argument 33 const char *buf, size_t count) in engine_group_id_store() argument 117 char *buf) in group_read_buffers_reserved_show() argument 126 char *buf) in group_tokens_reserved_show() argument 134 const char *buf, size_ in group_read_buffers_reserved_store() argument 167 group_tokens_reserved_store(struct device * dev,struct device_attribute * attr,const char * buf,size_t count) group_tokens_reserved_store() argument 183 group_read_buffers_allowed_show(struct device * dev,struct device_attribute * attr,char * buf) group_read_buffers_allowed_show() argument 192 group_tokens_allowed_show(struct device * dev,struct device_attribute * attr,char * buf) group_tokens_allowed_show() argument 200 group_read_buffers_allowed_store(struct device * dev,struct device_attribute * attr,const char * buf,size_t count) group_read_buffers_allowed_store() argument 230 group_tokens_allowed_store(struct device * dev,struct device_attribute * attr,const char * buf,size_t count) group_tokens_allowed_store() argument 246 group_use_read_buffer_limit_show(struct device * dev,struct device_attribute * attr,char * buf) group_use_read_buffer_limit_show() argument 255 group_use_token_limit_show(struct device * dev,struct device_attribute * attr,char * buf) group_use_token_limit_show() argument 263 group_use_read_buffer_limit_store(struct device * dev,struct device_attribute * attr,const char * buf,size_t count) group_use_read_buffer_limit_store() argument 292 group_use_token_limit_store(struct device * dev,struct device_attribute * attr,const char * buf,size_t count) group_use_token_limit_store() argument 307 group_engines_show(struct device * dev,struct device_attribute * attr,char * buf) group_engines_show() argument 335 group_work_queues_show(struct device * dev,struct device_attribute * attr,char * buf) group_work_queues_show() argument 364 group_traffic_class_a_show(struct device * dev,struct device_attribute * attr,char * buf) group_traffic_class_a_show() argument 373 group_traffic_class_a_store(struct device * dev,struct device_attribute * attr,const char * buf,size_t count) group_traffic_class_a_store() argument 406 group_traffic_class_b_show(struct device * dev,struct device_attribute * attr,char * buf) group_traffic_class_b_show() argument 415 group_traffic_class_b_store(struct device * dev,struct device_attribute * attr,const char * buf,size_t count) group_traffic_class_b_store() argument 448 group_desc_progress_limit_show(struct device * dev,struct device_attribute * attr,char * buf) group_desc_progress_limit_show() argument 457 group_desc_progress_limit_store(struct device * dev,struct device_attribute * attr,const char * buf,size_t count) group_desc_progress_limit_store() argument 479 group_batch_progress_limit_show(struct device * dev,struct device_attribute * attr,char * buf) group_batch_progress_limit_show() argument 488 group_batch_progress_limit_store(struct device * dev,struct device_attribute * attr,const char * buf,size_t count) group_batch_progress_limit_store() argument 588 wq_clients_show(struct device * dev,struct device_attribute * attr,char * buf) wq_clients_show() argument 599 wq_state_show(struct device * dev,struct device_attribute * attr,char * buf) wq_state_show() argument 617 wq_group_id_show(struct device * dev,struct device_attribute * attr,char * buf) wq_group_id_show() argument 629 wq_group_id_store(struct device * dev,struct device_attribute * attr,const char * buf,size_t count) wq_group_id_store() argument 672 wq_mode_show(struct device * dev,struct device_attribute * attr,char * buf) wq_mode_show() argument 680 wq_mode_store(struct device * dev,struct device_attribute * attr,const char * buf,size_t count) wq_mode_store() argument 708 wq_size_show(struct device * dev,struct device_attribute * attr,char * buf) wq_size_show() argument 730 wq_size_store(struct device * dev,struct device_attribute * attr,const char * buf,size_t count) wq_size_store() argument 759 wq_priority_show(struct device * dev,struct device_attribute * attr,char * buf) wq_priority_show() argument 768 wq_priority_store(struct device * dev,struct device_attribute * attr,const char * buf,size_t count) wq_priority_store() argument 796 wq_block_on_fault_show(struct device * dev,struct device_attribute * attr,char * buf) wq_block_on_fault_show() argument 805 wq_block_on_fault_store(struct device * dev,struct device_attribute * attr,const char * buf,size_t count) wq_block_on_fault_store() argument 842 wq_threshold_show(struct device * dev,struct device_attribute * attr,char * buf) wq_threshold_show() argument 851 wq_threshold_store(struct device * dev,struct device_attribute * attr,const char * buf,size_t count) wq_threshold_store() argument 883 wq_type_show(struct device * dev,struct device_attribute * attr,char * buf) wq_type_show() argument 901 wq_type_store(struct device * dev,struct device_attribute * attr,const char * buf,size_t count) wq_type_store() argument 931 wq_name_show(struct device * dev,struct device_attribute * attr,char * buf) wq_name_show() argument 939 wq_name_store(struct device * dev,struct device_attribute * attr,const char * buf,size_t count) wq_name_store() argument 966 wq_cdev_minor_show(struct device * dev,struct device_attribute * attr,char * buf) wq_cdev_minor_show() argument 984 __get_sysfs_u64(const char * buf,u64 * val) __get_sysfs_u64() argument 1000 wq_max_transfer_size_show(struct device * dev,struct device_attribute * attr,char * buf) wq_max_transfer_size_show() argument 1008 wq_max_transfer_size_store(struct device * dev,struct device_attribute * attr,const char * buf,size_t count) wq_max_transfer_size_store() argument 1037 wq_max_batch_size_show(struct device * dev,struct device_attribute * attr,char * buf) wq_max_batch_size_show() argument 1045 wq_max_batch_size_store(struct device * dev,struct device_attribute * attr,const char * buf,size_t count) wq_max_batch_size_store() argument 1073 wq_ats_disable_show(struct device * dev,struct device_attribute * attr,char * buf) wq_ats_disable_show() argument 1081 wq_ats_disable_store(struct device * dev,struct device_attribute * attr,const char * buf,size_t count) wq_ats_disable_store() argument 1109 wq_prs_disable_show(struct device * dev,struct device_attribute * attr,char * buf) wq_prs_disable_show() argument 1117 wq_prs_disable_store(struct device * dev,struct device_attribute * attr,const char * buf,size_t count) wq_prs_disable_store() argument 1147 wq_occupancy_show(struct device * dev,struct device_attribute * attr,char * buf) wq_occupancy_show() argument 1166 wq_enqcmds_retries_show(struct device * dev,struct device_attribute * attr,char * buf) wq_enqcmds_retries_show() argument 1177 wq_enqcmds_retries_store(struct device * dev,struct device_attribute * attr,const char * buf,size_t count) wq_enqcmds_retries_store() argument 1200 op_cap_show_common(struct device * dev,char * buf,unsigned long * opcap_bmap) op_cap_show_common() argument 1224 wq_op_config_show(struct device * dev,struct device_attribute * attr,char * buf) wq_op_config_show() argument 1250 wq_op_config_store(struct device * dev,struct device_attribute * attr,const char * buf,size_t count) wq_op_config_store() argument 1285 wq_driver_name_show(struct device * dev,struct device_attribute * attr,char * buf) wq_driver_name_show() argument 1293 wq_driver_name_store(struct device * dev,struct device_attribute * attr,const char * buf,size_t count) wq_driver_name_store() argument 1403 version_show(struct device * dev,struct device_attribute * attr,char * buf) version_show() argument 1413 max_work_queues_size_show(struct device * dev,struct device_attribute * attr,char * buf) max_work_queues_size_show() argument 1422 max_groups_show(struct device * dev,struct device_attribute * attr,char * buf) max_groups_show() argument 1431 max_work_queues_show(struct device * dev,struct device_attribute * attr,char * buf) max_work_queues_show() argument 1440 max_engines_show(struct device * dev,struct device_attribute * attr,char * buf) max_engines_show() argument 1449 numa_node_show(struct device * dev,struct device_attribute * attr,char * buf) numa_node_show() argument 1458 max_batch_size_show(struct device * dev,struct device_attribute * attr,char * buf) max_batch_size_show() argument 1468 max_transfer_size_show(struct device * dev,struct device_attribute * attr,char * buf) max_transfer_size_show() argument 1477 op_cap_show(struct device * dev,struct device_attribute * attr,char * buf) op_cap_show() argument 1486 gen_cap_show(struct device * dev,struct device_attribute * attr,char * buf) gen_cap_show() argument 1495 configurable_show(struct device * dev,struct device_attribute * attr,char * buf) configurable_show() argument 1504 clients_show(struct device * dev,struct device_attribute * attr,char * buf) clients_show() argument 1522 pasid_enabled_show(struct device * dev,struct device_attribute * attr,char * buf) pasid_enabled_show() argument 1531 state_show(struct device * dev,struct device_attribute * attr,char * buf) state_show() argument 1549 errors_show(struct device * dev,struct device_attribute * attr,char * buf) errors_show() argument 1563 max_read_buffers_show(struct device * dev,struct device_attribute * attr,char * buf) max_read_buffers_show() argument 1571 max_tokens_show(struct device * dev,struct device_attribute * attr,char * buf) max_tokens_show() argument 1581 read_buffer_limit_show(struct device * dev,struct device_attribute * attr,char * buf) read_buffer_limit_show() argument 1589 token_limit_show(struct device * dev,struct device_attribute * attr,char * buf) token_limit_show() argument 1597 read_buffer_limit_store(struct device * dev,struct device_attribute * attr,const char * buf,size_t count) read_buffer_limit_store() argument 1625 token_limit_store(struct device * dev,struct device_attribute * attr,const char * buf,size_t count) token_limit_store() argument 1635 cdev_major_show(struct device * dev,struct device_attribute * attr,char * buf) cdev_major_show() argument 1644 cmd_status_show(struct device * dev,struct device_attribute * attr,char * buf) cmd_status_show() argument 1652 cmd_status_store(struct device * dev,struct device_attribute * attr,const char * buf,size_t count) cmd_status_store() argument 1662 iaa_cap_show(struct device * dev,struct device_attribute * attr,char * buf) iaa_cap_show() argument 1674 event_log_size_show(struct device * dev,struct device_attribute * attr,char * buf) event_log_size_show() argument 1686 event_log_size_store(struct device * dev,struct device_attribute * attr,const char * buf,size_t count) event_log_size_store() argument [all...] |
/linux/drivers/md/dm-vdo/ |
H A D | message-stats.c | 15 static void write_u64(char *prefix, u64 value, char *suffix, char **buf, in write_u64() 26 static void write_u32(char *prefix, u32 value, char *suffix, char **buf, in write_u32() 38 char **buf, unsigned int *maxlen) in write_block_count_t() 48 static void write_string(char *prefix, char *value, char *suffix, char **buf, in write_string() 59 static void write_bool(char *prefix, bool value, char *suffix, char **buf, in write_bool() 70 static void write_u8(char *prefix, u8 value, char *suffix, char **buf, in write_u8() 83 char *suffix, char **buf, in write_block_allocator_statistics() 97 char *suffix, char **buf, unsigned int *maxlen) in write_commit_statistics() 111 char *suffix, char **buf, in write_recovery_journal_statistics() 128 char *suffix, char **buf, unsigned int *maxlen) in write_packer_statistics() [all …]
|
/linux/drivers/hwtracing/coresight/ |
H A D | coresight-etm3x-sysfs.c | 14 struct device_attribute *attr, char *buf) in nr_addr_cmp_show() 25 struct device_attribute *attr, char *buf) in nr_cntr_show() 35 struct device_attribute *attr, char *buf) in nr_ctxid_cmp_show() 46 struct device_attribute *attr, char *buf) in etmsr_show() 67 const char *buf, size_t size) in reset_store() 97 struct device_attribute *attr, char *buf) in mode_show() 109 const char *buf, size_t size) in mode_store() 182 struct device_attribute *attr, char *buf) in trigger_event_show() 194 const char *buf, size_t size) in trigger_event_store() 212 struct device_attribute *attr, char *buf) in enable_event_show() [all …]
|
H A D | coresight-etm4x-sysfs.c | 59 char *buf) in nr_pe_cmp_show() argument 71 char *buf) in nr_addr_cmp_show() argument 83 char *buf) in nr_cntr_show() argument 95 char *buf) in nr_ext_inp_show() argument 107 char *buf) in numcidc_show() argument 119 numvmidc_show(struct device * dev,struct device_attribute * attr,char * buf) numvmidc_show() argument 131 nrseqstate_show(struct device * dev,struct device_attribute * attr,char * buf) nrseqstate_show() argument 143 nr_resource_show(struct device * dev,struct device_attribute * attr,char * buf) nr_resource_show() argument 155 nr_ss_cmp_show(struct device * dev,struct device_attribute * attr,char * buf) nr_ss_cmp_show() argument 167 reset_store(struct device * dev,struct device_attribute * attr,const char * buf,size_t size) reset_store() argument 282 mode_show(struct device * dev,struct device_attribute * attr,char * buf) mode_show() argument 294 mode_store(struct device * dev,struct device_attribute * attr,const char * buf,size_t size) mode_store() argument 448 pe_show(struct device * dev,struct device_attribute * attr,char * buf) pe_show() argument 460 pe_store(struct device * dev,struct device_attribute * attr,const char * buf,size_t size) pe_store() argument 483 event_show(struct device * dev,struct device_attribute * attr,char * buf) event_show() argument 495 event_store(struct device * dev,struct device_attribute * attr,const char * buf,size_t size) event_store() argument 532 event_instren_show(struct device * dev,struct device_attribute * attr,char * buf) event_instren_show() argument 544 event_instren_store(struct device * dev,struct device_attribute * attr,const char * buf,size_t size) event_instren_store() argument 588 event_ts_show(struct device * dev,struct device_attribute * attr,char * buf) event_ts_show() argument 600 event_ts_store(struct device * dev,struct device_attribute * attr,const char * buf,size_t size) event_ts_store() argument 618 syncfreq_show(struct device * dev,struct device_attribute * attr,char * buf) syncfreq_show() argument 630 syncfreq_store(struct device * dev,struct device_attribute * attr,const char * buf,size_t size) syncfreq_store() argument 648 cyc_threshold_show(struct device * dev,struct device_attribute * attr,char * buf) cyc_threshold_show() argument 660 cyc_threshold_store(struct device * dev,struct device_attribute * attr,const char * buf,size_t size) cyc_threshold_store() argument 681 bb_ctrl_show(struct device * dev,struct device_attribute * attr,char * buf) bb_ctrl_show() argument 693 bb_ctrl_store(struct device * dev,struct device_attribute * attr,const char * buf,size_t size) bb_ctrl_store() argument 721 event_vinst_show(struct device * dev,struct device_attribute * attr,char * buf) event_vinst_show() argument 733 event_vinst_store(struct device * dev,struct device_attribute * attr,const char * buf,size_t size) event_vinst_store() argument 753 s_exlevel_vinst_show(struct device * dev,struct device_attribute * attr,char * buf) s_exlevel_vinst_show() argument 765 s_exlevel_vinst_store(struct device * dev,struct device_attribute * attr,const char * buf,size_t size) s_exlevel_vinst_store() argument 787 ns_exlevel_vinst_show(struct device * dev,struct device_attribute * attr,char * buf) ns_exlevel_vinst_show() argument 800 ns_exlevel_vinst_store(struct device * dev,struct device_attribute * attr,const char * buf,size_t size) ns_exlevel_vinst_store() argument 822 addr_idx_show(struct device * dev,struct device_attribute * attr,char * buf) addr_idx_show() argument 834 addr_idx_store(struct device * dev,struct device_attribute * attr,const char * buf,size_t size) addr_idx_store() argument 858 addr_instdatatype_show(struct device * dev,struct device_attribute * attr,char * buf) addr_instdatatype_show() argument 879 addr_instdatatype_store(struct device * dev,struct device_attribute * attr,const char * buf,size_t size) addr_instdatatype_store() argument 904 addr_single_show(struct device * dev,struct device_attribute * attr,char * buf) addr_single_show() argument 925 addr_single_store(struct device * dev,struct device_attribute * attr,const char * buf,size_t size) addr_single_store() argument 952 addr_range_show(struct device * dev,struct device_attribute * attr,char * buf) addr_range_show() argument 981 addr_range_store(struct device * dev,struct device_attribute * attr,const char * buf,size_t size) addr_range_store() argument 1033 addr_start_show(struct device * dev,struct device_attribute * attr,char * buf) addr_start_show() argument 1056 addr_start_store(struct device * dev,struct device_attribute * attr,const char * buf,size_t size) addr_start_store() argument 1088 addr_stop_show(struct device * dev,struct device_attribute * attr,char * buf) addr_stop_show() argument 1111 addr_stop_store(struct device * dev,struct device_attribute * attr,const char * buf,size_t size) addr_stop_store() argument 1143 addr_ctxtype_show(struct device * dev,struct device_attribute * attr,char * buf) addr_ctxtype_show() argument 1163 addr_ctxtype_store(struct device * dev,struct device_attribute * attr,const char * buf,size_t size) addr_ctxtype_store() argument 1209 addr_context_show(struct device * dev,struct device_attribute * attr,char * buf) addr_context_show() argument 1226 addr_context_store(struct device * dev,struct device_attribute * attr,const char * buf,size_t size) addr_context_store() argument 1253 addr_exlevel_s_ns_show(struct device * dev,struct device_attribute * attr,char * buf) addr_exlevel_s_ns_show() argument 1269 addr_exlevel_s_ns_store(struct device * dev,struct device_attribute * attr,const char * buf,size_t size) addr_exlevel_s_ns_store() argument 1301 addr_cmp_view_show(struct device * dev,struct device_attribute * attr,char * buf) addr_cmp_view_show() argument 1345 vinst_pe_cmp_start_stop_show(struct device * dev,struct device_attribute * attr,char * buf) vinst_pe_cmp_start_stop_show() argument 1358 vinst_pe_cmp_start_stop_store(struct device * dev,struct device_attribute * attr,const char * buf,size_t size) vinst_pe_cmp_start_stop_store() argument 1378 seq_idx_show(struct device * dev,struct device_attribute * attr,char * buf) seq_idx_show() argument 1390 seq_idx_store(struct device * dev,struct device_attribute * attr,const char * buf,size_t size) seq_idx_store() argument 1414 seq_state_show(struct device * dev,struct device_attribute * attr,char * buf) seq_state_show() argument 1426 seq_state_store(struct device * dev,struct device_attribute * attr,const char * buf,size_t size) seq_state_store() argument 1444 seq_event_show(struct device * dev,struct device_attribute * attr,char * buf) seq_event_show() argument 1460 seq_event_store(struct device * dev,struct device_attribute * attr,const char * buf,size_t size) seq_event_store() argument 1481 seq_reset_event_show(struct device * dev,struct device_attribute * attr,char * buf) seq_reset_event_show() argument 1493 seq_reset_event_store(struct device * dev,struct device_attribute * attr,const char * buf,size_t size) seq_reset_event_store() argument 1511 cntr_idx_show(struct device * dev,struct device_attribute * attr,char * buf) cntr_idx_show() argument 1523 cntr_idx_store(struct device * dev,struct device_attribute * attr,const char * buf,size_t size) cntr_idx_store() argument 1547 cntrldvr_show(struct device * dev,struct device_attribute * attr,char * buf) cntrldvr_show() argument 1563 cntrldvr_store(struct device * dev,struct device_attribute * attr,const char * buf,size_t size) cntrldvr_store() argument 1585 cntr_val_show(struct device * dev,struct device_attribute * attr,char * buf) cntr_val_show() argument 1601 cntr_val_store(struct device * dev,struct device_attribute * attr,const char * buf,size_t size) cntr_val_store() argument 1623 cntr_ctrl_show(struct device * dev,struct device_attribute * attr,char * buf) cntr_ctrl_show() argument 1639 cntr_ctrl_store(struct device * dev,struct device_attribute * attr,const char * buf,size_t size) cntr_ctrl_store() argument 1659 res_idx_show(struct device * dev,struct device_attribute * attr,char * buf) res_idx_show() argument 1671 res_idx_store(struct device * dev,struct device_attribute * attr,const char * buf,size_t size) res_idx_store() argument 1699 res_ctrl_show(struct device * dev,struct device_attribute * attr,char * buf) res_ctrl_show() argument 1715 res_ctrl_store(struct device * dev,struct device_attribute * attr,const char * buf,size_t size) res_ctrl_store() argument 1741 sshot_idx_show(struct device * dev,struct device_attribute * attr,char * buf) sshot_idx_show() argument 1753 sshot_idx_store(struct device * dev,struct device_attribute * attr,const char * buf,size_t size) sshot_idx_store() argument 1773 sshot_ctrl_show(struct device * dev,struct device_attribute * attr,char * buf) sshot_ctrl_show() argument 1787 sshot_ctrl_store(struct device * dev,struct device_attribute * attr,const char * buf,size_t size) sshot_ctrl_store() argument 1808 sshot_status_show(struct device * dev,struct device_attribute * attr,char * buf) sshot_status_show() argument 1823 sshot_pe_ctrl_show(struct device * dev,struct device_attribute * attr,char * buf) sshot_pe_ctrl_show() argument 1837 sshot_pe_ctrl_store(struct device * dev,struct device_attribute * attr,const char * buf,size_t size) sshot_pe_ctrl_store() argument 1859 ctxid_idx_show(struct device * dev,struct device_attribute * attr,char * buf) ctxid_idx_show() argument 1871 ctxid_idx_store(struct device * dev,struct device_attribute * attr,const char * buf,size_t size) ctxid_idx_store() argument 1895 ctxid_pid_show(struct device * dev,struct device_attribute * attr,char * buf) ctxid_pid_show() argument 1918 ctxid_pid_store(struct device * dev,struct device_attribute * attr,const char * buf,size_t size) ctxid_pid_store() argument 1957 ctxid_masks_show(struct device * dev,struct device_attribute * attr,char * buf) ctxid_masks_show() argument 1979 ctxid_masks_store(struct device * dev,struct device_attribute * attr,const char * buf,size_t size) ctxid_masks_store() argument 2085 vmid_idx_show(struct device * dev,struct device_attribute * attr,char * buf) vmid_idx_show() argument 2097 vmid_idx_store(struct device * dev,struct device_attribute * attr,const char * buf,size_t size) vmid_idx_store() argument 2121 vmid_val_show(struct device * dev,struct device_attribute * attr,char * buf) vmid_val_show() argument 2142 vmid_val_store(struct device * dev,struct device_attribute * attr,const char * buf,size_t size) vmid_val_store() argument 2172 vmid_masks_show(struct device * dev,struct device_attribute * attr,char * buf) vmid_masks_show() argument 2194 vmid_masks_store(struct device * dev,struct device_attribute * attr,const char * buf,size_t size) vmid_masks_store() argument 2299 cpu_show(struct device * dev,struct device_attribute * attr,char * buf) cpu_show() argument 2312 ts_source_show(struct device * dev,struct device_attribute * attr,char * buf) ts_source_show() argument 2403 trctraceid_show(struct device * dev,struct device_attribute * attr,char * buf) trctraceid_show() argument 2453 coresight_etm4x_reg_show(struct device * dev,struct device_attribute * d_attr,char * buf) coresight_etm4x_reg_show() argument [all...] |
/linux/drivers/ufs/core/ |
H A D | ufs-sysfs.c | 86 const char *buf, size_t count, in ufs_sysfs_pm_lvl_store() 114 struct device_attribute *attr, char *buf) in rpm_lvl_show() 122 struct device_attribute *attr, const char *buf, size_t count) in rpm_lvl_store() 128 struct device_attribute *attr, char *buf) in rpm_target_dev_state_show() 137 struct device_attribute *attr, char *buf) in rpm_target_link_state_show() 146 struct device_attribute *attr, char *buf) in spm_lvl_show() 154 struct device_attribute *attr, const char *buf, size_t count) in spm_lvl_store() 160 struct device_attribute *attr, char *buf) in spm_target_dev_state_show() 169 struct device_attribute *attr, char *buf) in spm_target_link_state_show() 220 struct device_attribute *attr, char *buf) in auto_hibern8_show() [all …]
|
/linux/drivers/nvme/host/ |
H A D | sysfs.c | 14 struct device_attribute *attr, const char *buf, in nvme_sysfs_reset() 28 struct device_attribute *attr, const char *buf, in nvme_sysfs_rescan() 39 struct device_attribute *attr, char *buf) in nvme_adm_passthru_err_log_enabled_show() 48 struct device_attribute *attr, const char *buf, size_t count) in nvme_adm_passthru_err_log_enabled_store() 73 struct device_attribute *attr, char *buf) in nvme_io_passthru_err_log_enabled_show() 81 struct device_attribute *attr, const char *buf, size_t count) in nvme_io_passthru_err_log_enabled_store() 104 char *buf) in wwid_show() 135 char *buf) in nguid_show() 142 char *buf) in uuid_show() 159 char *buf) in eui_show() [all …]
|
/linux/net/bridge/ |
H A D | br_sysfs_if.c | 84 static ssize_t show_path_cost(struct net_bridge_port *p, char *buf) in show_path_cost() 92 static ssize_t show_priority(struct net_bridge_port *p, char *buf) in show_priority() 100 static ssize_t show_designated_root(struct net_bridge_port *p, char *buf) in show_designated_root() 106 static ssize_t show_designated_bridge(struct net_bridge_port *p, char *buf) in show_designated_bridge() 112 static ssize_t show_designated_port(struct net_bridge_port *p, char *buf) in show_designated_port() 118 static ssize_t show_designated_cost(struct net_bridge_port *p, char *buf) in show_designated_cost() 124 static ssize_t show_port_id(struct net_bridge_port *p, char *buf) in show_port_id() 130 static ssize_t show_port_no(struct net_bridge_port *p, char *buf) in show_port_no() 137 static ssize_t show_change_ack(struct net_bridge_port *p, char *buf) in show_change_ack() 143 static ssize_t show_config_pending(struct net_bridge_port *p, char *buf) in show_config_pending() [all …]
|
/linux/drivers/accel/habanalabs/common/ |
H A D | sysfs.c | 13 static ssize_t clk_max_freq_mhz_show(struct device *dev, struct device_attribute *attr, char *buf) in clk_max_freq_mhz_show() 31 const char *buf, size_t count) in clk_max_freq_mhz_store() 56 static ssize_t clk_cur_freq_mhz_show(struct device *dev, struct device_attribute *attr, char *buf) in clk_cur_freq_mhz_show() 80 static ssize_t vrm_ver_show(struct device *dev, struct device_attribute *attr, char *buf) in vrm_ver_show() 117 char *buf) in uboot_ver_show() 125 struct device_attribute *attr, char *buf) in armcp_kernel_ver_show() 133 char *buf) in armcp_ver_show() 141 char *buf) in cpld_ver_show() 151 struct device_attribute *attr, char *buf) in cpucp_kernel_ver_show() 159 char *buf) in cpucp_ver_show() [all …]
|
/linux/drivers/scsi/qla2xxx/ |
H A D | qla_tmpl.c | 15 qla27xx_insert16(uint16_t value, void *buf, ulong *len) in qla27xx_insert16() 25 qla27xx_insert32(uint32_t value, void *buf, ulong *len) in qla27xx_insert32() 35 qla27xx_insertbuf(void *mem, ulong size, void *buf, ulong *len) in qla27xx_insertbuf() 45 qla27xx_read8(void __iomem *window, void *buf, ulong *len) in qla27xx_read8() 56 qla27xx_read16(void __iomem *window, void *buf, ulong *len) in qla27xx_read16() 67 qla27xx_read32(void __iomem *window, void *buf, ulong *len) in qla27xx_read32() 87 uint offset, void *buf, ulong *len) in qla27xx_read_reg() 96 uint offset, uint32_t data, void *buf) in qla27xx_write_reg() 107 uint32_t addr, uint offset, uint count, uint width, void *buf, in qla27xx_read_window() 123 qla27xx_skip_entry(struct qla27xx_fwdt_entry *ent, void *buf) in qla27xx_skip_entry() [all …]
|
/linux/drivers/net/wireless/ath/ath11k/ |
H A D | debugfs_htt_stats.c | 43 u8 *buf = stats_req->buf; in htt_print_stats_string_tlv() local 74 u8 *buf = stats_req->buf; in htt_print_tx_pdev_stats_cmn_tlv() local 194 u8 *buf = stats_req->buf; in htt_print_tx_pdev_stats_urrn_tlv_v() local 218 u8 *buf = stats_req->buf; in htt_print_tx_pdev_stats_flush_tlv_v() local 242 u8 *buf = stats_req->buf; in htt_print_tx_pdev_stats_sifs_tlv_v() local 266 u8 *buf = stats_req->buf; in htt_print_tx_pdev_stats_phy_err_tlv_v() local 290 u8 *buf = stats_req->buf; in htt_print_tx_pdev_stats_sifs_hist_tlv_v() local 314 u8 *buf = stats_req->buf; in htt_print_tx_pdev_stats_tx_ppdu_stats_tlv_v() local 350 u8 *buf = stats_req->buf; in htt_print_tx_pdev_stats_tried_mpdu_cnt_hist_tlv_v() local 375 u8 *buf = stats_req->buf; in htt_print_hw_stats_intr_misc_tlv() local [all …]
|
/linux/fs/xfs/ |
H A D | xfs_sysfs.c | 43 char *buf) in xfs_sysfs_object_show() 54 const char *buf, in xfs_sysfs_object_store() 84 const char *buf, in bug_on_assert_store() 107 char *buf) in bug_on_assert_show() 116 const char *buf, in log_recovery_delay_store() 137 char *buf) in log_recovery_delay_show() 146 const char *buf, in mount_delay_store() 167 char *buf) in mount_delay_show() 176 const char *buf, in always_cow_store() 190 char *buf) in always_cow_show() [all …]
|
/linux/drivers/net/dsa/sja1105/ |
H A D | sja1105_dynamic_config.c | 199 sja1105et_vl_lookup_cmd_packing(void *buf, struct sja1105_dyn_cmd *cmd, in sja1105et_vl_lookup_cmd_packing() 212 sja1105pqrs_vl_lookup_cmd_packing(void *buf, struct sja1105_dyn_cmd *cmd, in sja1105pqrs_vl_lookup_cmd_packing() 225 sja1110_vl_lookup_cmd_packing(void *buf, struct sja1105_dyn_cmd *cmd, in sja1110_vl_lookup_cmd_packing() 237 static size_t sja1105et_vl_lookup_entry_packing(void *buf, void *entry_ptr, in sja1105et_vl_lookup_entry_packing() 249 sja1110_vl_policing_cmd_packing(void *buf, struct sja1105_dyn_cmd *cmd, in sja1110_vl_policing_cmd_packing() 261 sja1105pqrs_common_l2_lookup_cmd_packing(void *buf, struct sja1105_dyn_cmd *cmd, in sja1105pqrs_common_l2_lookup_cmd_packing() 310 sja1105pqrs_l2_lookup_cmd_packing(void *buf, struct sja1105_dyn_cmd *cmd, in sja1105pqrs_l2_lookup_cmd_packing() 329 sja1110_l2_lookup_cmd_packing(void *buf, struct sja1105_dyn_cmd *cmd, in sja1110_l2_lookup_cmd_packing() 385 sja1105pqrs_dyn_l2_lookup_entry_packing(void *buf, void *entry_ptr, in sja1105pqrs_dyn_l2_lookup_entry_packing() 397 static size_t sja1110_dyn_l2_lookup_entry_packing(void *buf, void *entry_ptr, in sja1110_dyn_l2_lookup_entry_packing() [all …]
|
/linux/fs/gfs2/ |
H A D | sys.c | 37 char *buf) in gfs2_attr_show() 45 const char *buf, size_t len) in gfs2_attr_store() 60 static ssize_t id_show(struct gfs2_sbd *sdp, char *buf) in id_show() 66 static ssize_t status_show(struct gfs2_sbd *sdp, char *buf) in status_show() 141 static ssize_t fsname_show(struct gfs2_sbd *sdp, char *buf) in fsname_show() 146 static ssize_t uuid_show(struct gfs2_sbd *sdp, char *buf) in uuid_show() 156 static ssize_t freeze_show(struct gfs2_sbd *sdp, char *buf) in freeze_show() 164 static ssize_t freeze_store(struct gfs2_sbd *sdp, const char *buf, size_t len) in freeze_store() 194 static ssize_t withdraw_show(struct gfs2_sbd *sdp, char *buf) in withdraw_show() 200 static ssize_t withdraw_store(struct gfs2_sbd *sdp, const char *buf, size_t len) in withdraw_store() [all …]
|
/linux/drivers/video/fbdev/omap2/omapfb/dss/ |
H A D | overlay-sysfs.c | 24 static ssize_t overlay_name_show(struct omap_overlay *ovl, char *buf) in overlay_name_show() 29 static ssize_t overlay_manager_show(struct omap_overlay *ovl, char *buf) in overlay_manager_show() 35 static ssize_t overlay_manager_store(struct omap_overlay *ovl, const char *buf, in overlay_manager_store() 106 static ssize_t overlay_input_size_show(struct omap_overlay *ovl, char *buf) in overlay_input_size_show() 116 static ssize_t overlay_screen_width_show(struct omap_overlay *ovl, char *buf) in overlay_screen_width_show() 125 static ssize_t overlay_position_show(struct omap_overlay *ovl, char *buf) in overlay_position_show() 136 const char *buf, size_t size) in overlay_position_store() 164 static ssize_t overlay_output_size_show(struct omap_overlay *ovl, char *buf) in overlay_output_size_show() 175 const char *buf, size_t size) in overlay_output_size_store() 203 static ssize_t overlay_enabled_show(struct omap_overlay *ovl, char *buf) in overlay_enabled_show() [all …]
|