Home
last modified time | relevance | path

Searched defs:buf (Results 1 – 25 of 3638) sorted by relevance

12345678910>>...146

/linux/drivers/net/wireless/st/cw1200/
H A Dwsm.c27 #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 Dsysfs.c96 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 Duasm.h210 # 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/net/bridge/
H A Dbr_sysfs_br.c32 store_bridge_parm(struct device * d,const char * buf,size_t len,int (* set)(struct net_bridge * br,unsigned long val,struct netlink_ext_ack * extack)) store_bridge_parm() argument
67 forward_delay_show(struct device * d,struct device_attribute * attr,char * buf) forward_delay_show() argument
81 forward_delay_store(struct device * d,struct device_attribute * attr,const char * buf,size_t len) forward_delay_store() argument
88 hello_time_show(struct device * d,struct device_attribute * attr,char * buf) hello_time_show() argument
101 hello_time_store(struct device * d,struct device_attribute * attr,const char * buf,size_t len) hello_time_store() argument
109 max_age_show(struct device * d,struct device_attribute * attr,char * buf) max_age_show() argument
122 max_age_store(struct device * d,struct device_attribute * attr,const char * buf,size_t len) max_age_store() argument
129 ageing_time_show(struct device * d,struct device_attribute * attr,char * buf) ageing_time_show() argument
143 ageing_time_store(struct device * d,struct device_attribute * attr,const char * buf,size_t len) ageing_time_store() argument
150 stp_state_show(struct device * d,struct device_attribute * attr,char * buf) stp_state_show() argument
164 stp_state_store(struct device * d,struct device_attribute * attr,const char * buf,size_t len) stp_state_store() argument
173 group_fwd_mask_show(struct device * d,struct device_attribute * attr,char * buf) group_fwd_mask_show() argument
192 group_fwd_mask_store(struct device * d,struct device_attribute * attr,const char * buf,size_t len) group_fwd_mask_store() argument
200 priority_show(struct device * d,struct device_attribute * attr,char * buf) priority_show() argument
215 priority_store(struct device * d,struct device_attribute * attr,const char * buf,size_t len) priority_store() argument
222 root_id_show(struct device * d,struct device_attribute * attr,char * buf) root_id_show() argument
229 bridge_id_show(struct device * d,struct device_attribute * attr,char * buf) bridge_id_show() argument
236 root_port_show(struct device * d,struct device_attribute * attr,char * buf) root_port_show() argument
243 root_path_cost_show(struct device * d,struct device_attribute * attr,char * buf) root_path_cost_show() argument
250 topology_change_show(struct device * d,struct device_attribute * attr,char * buf) topology_change_show() argument
258 topology_change_detected_show(struct device * d,struct device_attribute * attr,char * buf) topology_change_detected_show() argument
266 hello_timer_show(struct device * d,struct device_attribute * attr,char * buf) hello_timer_show() argument
274 tcn_timer_show(struct device * d,struct device_attribute * attr,char * buf) tcn_timer_show() argument
283 topology_change_timer_show(struct device * d,struct device_attribute * attr,char * buf) topology_change_timer_show() argument
291 gc_timer_show(struct device * d,struct device_attribute * attr,char * buf) gc_timer_show() argument
299 group_addr_show(struct device * d,struct device_attribute * attr,char * buf) group_addr_show() argument
307 group_addr_store(struct device * d,struct device_attribute * attr,const char * buf,size_t len) group_addr_store() argument
357 flush_store(struct device * d,struct device_attribute * attr,const char * buf,size_t len) flush_store() argument
365 no_linklocal_learn_show(struct device * d,struct device_attribute * attr,char * buf) no_linklocal_learn_show() argument
379 no_linklocal_learn_store(struct device * d,struct device_attribute * attr,const char * buf,size_t len) no_linklocal_learn_store() argument
387 multicast_router_show(struct device * d,struct device_attribute * attr,char * buf) multicast_router_show() argument
401 multicast_router_store(struct device * d,struct device_attribute * attr,const char * buf,size_t len) multicast_router_store() argument
409 multicast_snooping_show(struct device * d,struct device_attribute * attr,char * buf) multicast_snooping_show() argument
417 multicast_snooping_store(struct device * d,struct device_attribute * attr,const char * buf,size_t len) multicast_snooping_store() argument
425 multicast_query_use_ifaddr_show(struct device * d,struct device_attribute * attr,char * buf) multicast_query_use_ifaddr_show() argument
442 multicast_query_use_ifaddr_store(struct device * d,struct device_attribute * attr,const char * buf,size_t len) multicast_query_use_ifaddr_store() argument
450 multicast_querier_show(struct device * d,struct device_attribute * attr,char * buf) multicast_querier_show() argument
464 multicast_querier_store(struct device * d,struct device_attribute * attr,const char * buf,size_t len) multicast_querier_store() argument
471 hash_elasticity_show(struct device * d,struct device_attribute * attr,char * buf) hash_elasticity_show() argument
487 hash_elasticity_store(struct device * d,struct device_attribute * attr,const char * buf,size_t len) hash_elasticity_store() argument
494 hash_max_show(struct device * d,struct device_attribute * attr,char * buf) hash_max_show() argument
508 hash_max_store(struct device * d,struct device_attribute * attr,const char * buf,size_t len) hash_max_store() argument
516 multicast_igmp_version_show(struct device * d,struct device_attribute * attr,char * buf) multicast_igmp_version_show() argument
531 multicast_igmp_version_store(struct device * d,struct device_attribute * attr,const char * buf,size_t len) multicast_igmp_version_store() argument
539 multicast_last_member_count_show(struct device * d,struct device_attribute * attr,char * buf) multicast_last_member_count_show() argument
554 multicast_last_member_count_store(struct device * d,struct device_attribute * attr,const char * buf,size_t len) multicast_last_member_count_store() argument
561 multicast_startup_query_count_show(struct device * d,struct device_attribute * attr,char * buf) multicast_startup_query_count_show() argument
575 multicast_startup_query_count_store(struct device * d,struct device_attribute * attr,const char * buf,size_t len) multicast_startup_query_count_store() argument
583 multicast_last_member_interval_show(struct device * d,struct device_attribute * attr,char * buf) multicast_last_member_interval_show() argument
598 multicast_last_member_interval_store(struct device * d,struct device_attribute * attr,const char * buf,size_t len) multicast_last_member_interval_store() argument
606 multicast_membership_interval_show(struct device * d,struct device_attribute * attr,char * buf) multicast_membership_interval_show() argument
621 multicast_membership_interval_store(struct device * d,struct device_attribute * attr,const char * buf,size_t len) multicast_membership_interval_store() argument
630 multicast_querier_interval_show(struct device * d,struct device_attribute * attr,char * buf) multicast_querier_interval_show() argument
646 multicast_querier_interval_store(struct device * d,struct device_attribute * attr,const char * buf,size_t len) multicast_querier_interval_store() argument
654 multicast_query_interval_show(struct device * d,struct device_attribute * attr,char * buf) multicast_query_interval_show() argument
670 multicast_query_interval_store(struct device * d,struct device_attribute * attr,const char * buf,size_t len) multicast_query_interval_store() argument
677 multicast_query_response_interval_show(struct device * d,struct device_attribute * attr,char * buf) multicast_query_response_interval_show() argument
693 multicast_query_response_interval_store(struct device * d,struct device_attribute * attr,const char * buf,size_t len) multicast_query_response_interval_store() argument
701 multicast_startup_query_interval_show(struct device * d,struct device_attribute * attr,char * buf) multicast_startup_query_interval_show() argument
717 multicast_startup_query_interval_store(struct device * d,struct device_attribute * attr,const char * buf,size_t len) multicast_startup_query_interval_store() argument
726 multicast_stats_enabled_show(struct device * d,struct device_attribute * attr,char * buf) multicast_stats_enabled_show() argument
743 multicast_stats_enabled_store(struct device * d,struct device_attribute * attr,const char * buf,size_t len) multicast_stats_enabled_store() argument
753 multicast_mld_version_show(struct device * d,struct device_attribute * attr,char * buf) multicast_mld_version_show() argument
768 multicast_mld_version_store(struct device * d,struct device_attribute * attr,const char * buf,size_t len) multicast_mld_version_store() argument
777 nf_call_iptables_show(struct device * d,struct device_attribute * attr,char * buf) nf_call_iptables_show() argument
791 nf_call_iptables_store(struct device * d,struct device_attribute * attr,const char * buf,size_t len) nf_call_iptables_store() argument
799 nf_call_ip6tables_show(struct device * d,struct device_attribute * attr,char * buf) nf_call_ip6tables_show() argument
813 nf_call_ip6tables_store(struct device * d,struct device_attribute * attr,const char * buf,size_t len) nf_call_ip6tables_store() argument
821 nf_call_arptables_show(struct device * d,struct device_attribute * attr,char * buf) nf_call_arptables_show() argument
835 nf_call_arptables_store(struct device * d,struct device_attribute * attr,const char * buf,size_t len) nf_call_arptables_store() argument
845 vlan_filtering_show(struct device * d,struct device_attribute * attr,char * buf) vlan_filtering_show() argument
853 vlan_filtering_store(struct device * d,struct device_attribute * attr,const char * buf,size_t len) vlan_filtering_store() argument
861 vlan_protocol_show(struct device * d,struct device_attribute * attr,char * buf) vlan_protocol_show() argument
869 vlan_protocol_store(struct device * d,struct device_attribute * attr,const char * buf,size_t len) vlan_protocol_store() argument
877 default_pvid_show(struct device * d,struct device_attribute * attr,char * buf) default_pvid_show() argument
885 default_pvid_store(struct device * d,struct device_attribute * attr,const char * buf,size_t len) default_pvid_store() argument
893 vlan_stats_enabled_show(struct device * d,struct device_attribute * attr,char * buf) vlan_stats_enabled_show() argument
907 vlan_stats_enabled_store(struct device * d,struct device_attribute * attr,const char * buf,size_t len) vlan_stats_enabled_store() argument
915 vlan_stats_per_port_show(struct device * d,struct device_attribute * attr,char * buf) vlan_stats_per_port_show() argument
929 vlan_stats_per_port_store(struct device * d,struct device_attribute * attr,const char * buf,size_t len) vlan_stats_per_port_store() argument
1006 brforward_read(struct file * filp,struct kobject * kobj,const struct bin_attribute * bin_attr,char * buf,loff_t off,size_t count) brforward_read() argument
[all...]
H A Dbr_sysfs_if.c84 static ssize_t show_path_cost(struct net_bridge_port *p, char *buf) in show_path_cost() argument
92 static ssize_t show_priority(struct net_bridge_port *p, char *buf) in show_priority() argument
100 static ssize_t show_designated_root(struct net_bridge_port *p, char *buf) in show_designated_root() argument
106 static ssize_t show_designated_bridge(struct net_bridge_port *p, char *buf) in show_designated_bridge() argument
112 show_designated_port(struct net_bridge_port * p,char * buf) show_designated_port() argument
118 show_designated_cost(struct net_bridge_port * p,char * buf) show_designated_cost() argument
124 show_port_id(struct net_bridge_port * p,char * buf) show_port_id() argument
130 show_port_no(struct net_bridge_port * p,char * buf) show_port_no() argument
137 show_change_ack(struct net_bridge_port * p,char * buf) show_change_ack() argument
143 show_config_pending(struct net_bridge_port * p,char * buf) show_config_pending() argument
149 show_port_state(struct net_bridge_port * p,char * buf) show_port_state() argument
156 show_message_age_timer(struct net_bridge_port * p,char * buf) show_message_age_timer() argument
163 show_forward_delay_timer(struct net_bridge_port * p,char * buf) show_forward_delay_timer() argument
170 show_hold_timer(struct net_bridge_port * p,char * buf) show_hold_timer() argument
183 show_group_fwd_mask(struct net_bridge_port * p,char * buf) show_group_fwd_mask() argument
200 show_backup_port(struct net_bridge_port * p,char * buf) show_backup_port() argument
214 store_backup_port(struct net_bridge_port * p,char * buf) store_backup_port() argument
245 show_multicast_router(struct net_bridge_port * p,char * buf) show_multicast_router() argument
302 brport_show(struct kobject * kobj,struct attribute * attr,char * buf) brport_show() argument
315 brport_store(struct kobject * kobj,struct attribute * attr,const char * buf,size_t count) brport_store() argument
[all...]
/linux/arch/arc/net/
H A Dbpf_jit_arcv2.c629 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/kernel/
H A Drelay.c35 struct rchan_buf *buf = vmf->vma->vm_private_data; in relay_buf_fault() local
82 static int relay_mmap_prepare_buf(struct rchan_buf *buf, in relay_mmap_prepare_buf()
108 static void *relay_alloc_buf(struct rchan_buf *buf, size_t *size) in relay_alloc_buf()
148 struct rchan_buf *buf; in relay_create_buf() local
191 static void relay_destroy_buf(struct rchan_buf *buf) in relay_destroy_buf()
218 struct rchan_buf *buf = container_of(kref, struct rchan_buf, kref); in relay_remove_buf() local
228 static int relay_buf_empty(struct rchan_buf *buf) in relay_buf_empty()
239 int relay_buf_full(struct rchan_buf *buf) in relay_buf_full()
250 static int relay_subbuf_start(struct rchan_buf *buf, void *subbuf, in relay_subbuf_start()
273 struct rchan_buf *buf; in wakeup_readers() local
[all …]
/linux/drivers/s390/net/
H A Dqeth_l3_sys.c19 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 …]
/linux/drivers/char/tpm/
H A Dtpm-buf.c18 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/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-pkt-decoder.c73 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/md/dm-vdo/
H A Dmessage-stats.c15 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 Dcoresight-etm3x-sysfs.c14 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 …]
/linux/drivers/nvme/host/
H A Dsysfs.c14 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/drivers/net/dsa/sja1105/
H A Dsja1105_static_config.c17 void sja1105_pack(void *buf, const u64 *val, int start, int end, size_t len) in sja1105_pack()
35 void sja1105_unpack(const void *buf, u64 *val, int start, int end, size_t len) in sja1105_unpack()
52 void sja1105_packing(void *buf, u64 *val, int start, int end, in sja1105_packing()
75 u32 sja1105_crc32(const void *buf, size_t len) in sja1105_crc32()
90 static size_t sja1105et_avb_params_entry_packing(void *buf, void *entry_ptr, in sja1105et_avb_params_entry_packing()
101 size_t sja1105pqrs_avb_params_entry_packing(void *buf, void *entry_ptr, in sja1105pqrs_avb_params_entry_packing()
113 static size_t sja1105et_general_params_entry_packing(void *buf, void *entry_ptr, in sja1105et_general_params_entry_packing()
145 size_t sja1105pqrs_general_params_entry_packing(void *buf, void *entry_ptr, in sja1105pqrs_general_params_entry_packing()
179 size_t sja1110_general_params_entry_packing(void *buf, void *entry_ptr, in sja1110_general_params_entry_packing()
217 sja1105_l2_forwarding_params_entry_packing(void *buf, void *entry_ptr, in sja1105_l2_forwarding_params_entry_packing()
[all …]
H A Dsja1105_dynamic_config.c199 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/drivers/base/power/
H A Dsysfs.c101 char *buf) in control_show()
108 const char * buf, size_t n) in control_store()
125 char *buf) in runtime_active_time_show()
138 char *buf) in runtime_suspended_time_show()
150 struct device_attribute *attr, char *buf) in runtime_status_show()
183 char *buf) in autosuspend_delay_ms_show()
192 struct device_attribute *attr, const char *buf, size_t n) in autosuspend_delay_ms_store()
212 char *buf) in pm_qos_resume_latency_us_show()
226 const char *buf, size_t n) in pm_qos_resume_latency_us_store()
256 char *buf) in pm_qos_latency_tolerance_us_show()
[all …]
/linux/drivers/scsi/qla2xxx/
H A Dqla_tmpl.c15 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 Ddebugfs_htt_stats.c44 u8 *buf = stats_req->buf; in htt_print_stats_string_tlv() local
75 u8 *buf = stats_req->buf; in htt_print_tx_pdev_stats_cmn_tlv() local
195 u8 *buf = stats_req->buf; in htt_print_tx_pdev_stats_urrn_tlv_v() local
219 u8 *buf = stats_req->buf; in htt_print_tx_pdev_stats_flush_tlv_v() local
243 u8 *buf = stats_req->buf; in htt_print_tx_pdev_stats_sifs_tlv_v() local
267 u8 *buf = stats_req->buf; in htt_print_tx_pdev_stats_phy_err_tlv_v() local
291 u8 *buf = stats_req->buf; in htt_print_tx_pdev_stats_sifs_hist_tlv_v() local
315 u8 *buf = stats_req->buf; in htt_print_tx_pdev_stats_tx_ppdu_stats_tlv_v() local
351 u8 *buf = stats_req->buf; in htt_print_tx_pdev_stats_tried_mpdu_cnt_hist_tlv_v() local
376 u8 *buf = stats_req->buf; in htt_print_hw_stats_intr_misc_tlv() local
[all …]
/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Doverlay-sysfs.c24 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 …]
H A Dmanager-sysfs.c24 static ssize_t manager_name_show(struct omap_overlay_manager *mgr, char *buf) in manager_name_show()
29 static ssize_t manager_display_show(struct omap_overlay_manager *mgr, char *buf) in manager_display_show()
45 const char *buf, size_t size) in manager_display_store()
118 char *buf) in manager_default_color_show()
128 const char *buf, size_t size) in manager_default_color_store()
159 char *buf) in manager_trans_key_type_show()
173 const char *buf, size_t size) in manager_trans_key_type_store()
198 char *buf) in manager_trans_key_value_show()
208 const char *buf, size_t size) in manager_trans_key_value_store()
234 char *buf) in manager_trans_key_enabled_show()
[all …]
/linux/drivers/usb/gadget/
H A Du_os_desc.h35 static inline u8 *__usb_ext_prop_ptr(u8 *buf, size_t offset) in __usb_ext_prop_ptr()
40 static inline u8 *usb_ext_prop_size_ptr(u8 *buf) in usb_ext_prop_size_ptr()
45 static inline u8 *usb_ext_prop_type_ptr(u8 *buf) in usb_ext_prop_type_ptr()
50 static inline u8 *usb_ext_prop_name_len_ptr(u8 *buf) in usb_ext_prop_name_len_ptr()
55 static inline u8 *usb_ext_prop_name_ptr(u8 *buf) in usb_ext_prop_name_ptr()
60 static inline u8 *usb_ext_prop_data_len_ptr(u8 *buf, size_t off) in usb_ext_prop_data_len_ptr()
66 static inline u8 *usb_ext_prop_data_ptr(u8 *buf, size_t off) in usb_ext_prop_data_ptr()
71 static inline void usb_ext_prop_put_size(u8 *buf, int dw_size) in usb_ext_prop_put_size()
76 static inline void usb_ext_prop_put_type(u8 *buf, int type) in usb_ext_prop_put_type()
81 static inline int usb_ext_prop_put_name(u8 *buf, const char *name, int pnl) in usb_ext_prop_put_name()
[all …]
/linux/drivers/usb/core/
H A Dsysfs.c53 struct device_attribute *attr, char *buf) in bMaxPower_show()
72 struct device_attribute *attr, char *buf) in configuration_show()
95 const char *buf, size_t count) in bConfigurationValue_store()
114 char *buf) in devspec_show()
146 char *buf) in speed_show()
181 char *buf) in rx_lanes_show()
191 char *buf) in tx_lanes_show()
201 char *buf) in busnum_show()
211 char *buf) in devnum_show()
221 char *buf) in devpath_show()
[all …]
/linux/drivers/gpu/drm/amd/pm/
H A Damdgpu_pm.c216 char *buf) in amdgpu_get_power_dpm_state()
238 const char *buf, in amdgpu_set_power_dpm_state()
328 char *buf) in amdgpu_get_power_dpm_force_performance_level()
358 const char *buf, in amdgpu_set_power_dpm_force_performance_level()
410 char *buf) in amdgpu_get_pp_num_states()
440 char *buf) in amdgpu_get_pp_cur_state()
474 char *buf) in amdgpu_get_pp_force_state()
487 const char *buf, in amdgpu_set_pp_force_state()
552 char *buf) in amdgpu_get_pp_table()
580 const char *buf, in amdgpu_set_pp_table()
[all …]
/linux/drivers/gpu/drm/i915/gt/
H A Dsysfs_engines.c26 name_show(struct kobject *kobj, struct kobj_attribute *attr, char *buf) in name_show()
35 class_show(struct kobject *kobj, struct kobj_attribute *attr, char *buf) in class_show()
44 inst_show(struct kobject *kobj, struct kobj_attribute *attr, char *buf) in inst_show()
53 mmio_show(struct kobject *kobj, struct kobj_attribute *attr, char *buf) in mmio_show()
70 static ssize_t repr_trim(char *buf, ssize_t len) in repr_trim()
83 unsigned long caps, char *buf, bool show_unknown) in __caps_show()
122 caps_show(struct kobject *kobj, struct kobj_attribute *attr, char *buf) in caps_show()
133 all_caps_show(struct kobject *kobj, struct kobj_attribute *attr, char *buf) in all_caps_show()
143 const char *buf, size_t count) in max_spin_store()
180 max_spin_show(struct kobject *kobj, struct kobj_attribute *attr, char *buf) in max_spin_show()
[all …]
/linux/drivers/xen/
H A Dxen-front-pgdir-shbuf.c75 xen_front_pgdir_shbuf_get_dir_start(struct xen_front_pgdir_shbuf *buf) in xen_front_pgdir_shbuf_get_dir_start()
95 int xen_front_pgdir_shbuf_map(struct xen_front_pgdir_shbuf *buf) in xen_front_pgdir_shbuf_map()
116 int xen_front_pgdir_shbuf_unmap(struct xen_front_pgdir_shbuf *buf) in xen_front_pgdir_shbuf_unmap()
131 void xen_front_pgdir_shbuf_free(struct xen_front_pgdir_shbuf *buf) in xen_front_pgdir_shbuf_free()
158 static int get_num_pages_dir(struct xen_front_pgdir_shbuf *buf) in get_num_pages_dir()
169 static void backend_calc_num_grefs(struct xen_front_pgdir_shbuf *buf) in backend_calc_num_grefs()
181 static void guest_calc_num_grefs(struct xen_front_pgdir_shbuf *buf) in guest_calc_num_grefs()
200 static int backend_unmap(struct xen_front_pgdir_shbuf *buf) in backend_unmap()
246 static int backend_map(struct xen_front_pgdir_shbuf *buf) in backend_map()
330 static void backend_fill_page_dir(struct xen_front_pgdir_shbuf *buf) in backend_fill_page_dir()
[all …]

12345678910>>...146