Home
last modified time | relevance | path

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

12345678910>>...279

/OK3568_Linux_fs/kernel/net/bridge/
H A Dbr_sysfs_br.c28 const char *buf, size_t len, in store_bridge_parm()
56 struct device_attribute *attr, char *buf) in forward_delay_show()
64 const char *buf, size_t len) in forward_delay_store()
71 char *buf) in hello_time_show()
78 struct device_attribute *attr, const char *buf, in hello_time_store()
86 char *buf) in max_age_show()
93 const char *buf, size_t len) in max_age_store()
100 struct device_attribute *attr, char *buf) in ageing_time_show()
113 const char *buf, size_t len) in ageing_time_store()
120 struct device_attribute *attr, char *buf) in stp_state_show()
[all …]
H A Dbr_sysfs_if.c77 static ssize_t show_path_cost(struct net_bridge_port *p, char *buf) in show_path_cost()
85 static ssize_t show_priority(struct net_bridge_port *p, char *buf) in show_priority()
93 static ssize_t show_designated_root(struct net_bridge_port *p, char *buf) in show_designated_root()
99 static ssize_t show_designated_bridge(struct net_bridge_port *p, char *buf) in show_designated_bridge()
105 static ssize_t show_designated_port(struct net_bridge_port *p, char *buf) in show_designated_port()
111 static ssize_t show_designated_cost(struct net_bridge_port *p, char *buf) in show_designated_cost()
117 static ssize_t show_port_id(struct net_bridge_port *p, char *buf) in show_port_id()
123 static ssize_t show_port_no(struct net_bridge_port *p, char *buf) in show_port_no()
130 static ssize_t show_change_ack(struct net_bridge_port *p, char *buf) in show_change_ack()
136 static ssize_t show_config_pending(struct net_bridge_port *p, char *buf) in show_config_pending()
[all …]
/OK3568_Linux_fs/kernel/fs/nilfs2/
H A Dsysfs.c22 #define NILFS_SHOW_TIME(time_t_val, buf) ({ \ argument
109 struct nilfs_root *root, char *buf) in nilfs_snapshot_inodes_count_show()
117 struct nilfs_root *root, char *buf) in nilfs_snapshot_blocks_count_show()
130 struct nilfs_root *root, char *buf) in nilfs_snapshot_README_show()
147 struct attribute *attr, char *buf) in nilfs_snapshot_attr_show()
159 const char *buf, size_t len) in nilfs_snapshot_attr_store()
231 struct the_nilfs *nilfs, char *buf) in nilfs_mounted_snapshots_README_show()
254 char *buf) in nilfs_checkpoints_checkpoints_number_show()
277 char *buf) in nilfs_checkpoints_snapshots_number_show()
300 char *buf) in nilfs_checkpoints_last_seg_checkpoint_show()
[all …]
/OK3568_Linux_fs/kernel/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 …]
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Duasm.h211 # define UASM_i_ADDIU(buf, rs, rt, val) uasm_i_daddiu(buf, rs, rt, val) argument
212 # define UASM_i_ADDU(buf, rs, rt, rd) uasm_i_daddu(buf, rs, rt, rd) argument
213 # define UASM_i_LL(buf, rs, rt, off) uasm_i_lld(buf, rs, rt, off) argument
214 # define UASM_i_LW(buf, rs, rt, off) uasm_i_ld(buf, rs, rt, off) argument
215 # define UASM_i_LWX(buf, rs, rt, rd) uasm_i_ldx(buf, rs, rt, rd) argument
216 # define UASM_i_MFC0(buf, rt, rd...) uasm_i_dmfc0(buf, rt, rd) argument
217 # define UASM_i_MTC0(buf, rt, rd...) uasm_i_dmtc0(buf, rt, rd) argument
218 # define UASM_i_ROTR(buf, rs, rt, sh) uasm_i_drotr(buf, rs, rt, sh) argument
219 # define UASM_i_SC(buf, rs, rt, off) uasm_i_scd(buf, rs, rt, off) argument
220 # define UASM_i_SLL(buf, rs, rt, sh) uasm_i_dsll(buf, rs, rt, sh) argument
[all …]
/OK3568_Linux_fs/kernel/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 …]
H A Dqeth_core_sys.c20 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 …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_linux_exportfs.c186 show_wklock_trace(struct dhd_info *dev, char *buf) in show_wklock_trace()
200 wklock_trace_onoff(struct dhd_info *dev, const char *buf, size_t count) in wklock_trace_onoff()
226 show_logdump_periodic_flush(struct dhd_info *dev, char *buf) in show_logdump_periodic_flush()
237 logdump_periodic_flush_onoff(struct dhd_info *dev, const char *buf, size_t count) in logdump_periodic_flush_onoff()
252 show_logdump_ecntr(struct dhd_info *dev, char *buf) in show_logdump_ecntr()
263 logdump_ecntr_onoff(struct dhd_info *dev, const char *buf, size_t count) in logdump_ecntr_onoff()
281 show_enable_ecounter(struct dhd_info *dev, char *buf) in show_enable_ecounter()
293 ecounter_onoff(struct dhd_info *dev, const char *buf, size_t count) in ecounter_onoff()
331 show_sock_qos_onoff(struct dhd_info *dev, char *buf) in show_sock_qos_onoff()
344 update_sock_qos_onoff(struct dhd_info *dev, const char *buf, size_t count) in update_sock_qos_onoff()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_linux_exportfs.c188 show_wklock_trace(struct dhd_info *dev, char *buf) in show_wklock_trace()
202 wklock_trace_onoff(struct dhd_info *dev, const char *buf, size_t count) in wklock_trace_onoff()
228 show_logdump_periodic_flush(struct dhd_info *dev, char *buf) in show_logdump_periodic_flush()
239 logdump_periodic_flush_onoff(struct dhd_info *dev, const char *buf, size_t count) in logdump_periodic_flush_onoff()
254 show_logdump_ecntr(struct dhd_info *dev, char *buf) in show_logdump_ecntr()
265 logdump_ecntr_onoff(struct dhd_info *dev, const char *buf, size_t count) in logdump_ecntr_onoff()
283 show_enable_ecounter(struct dhd_info *dev, char *buf) in show_enable_ecounter()
295 ecounter_onoff(struct dhd_info *dev, const char *buf, size_t count) in ecounter_onoff()
333 show_sock_qos_onoff(struct dhd_info *dev, char *buf) in show_sock_qos_onoff()
346 update_sock_qos_onoff(struct dhd_info *dev, const char *buf, size_t count) in update_sock_qos_onoff()
[all …]
/OK3568_Linux_fs/kernel/kernel/
H A Drelay.c35 struct rchan_buf *buf = vma->vm_private_data; in relay_file_mmap_close() local
45 struct rchan_buf *buf = vmf->vma->vm_private_data; in relay_buf_fault() local
96 static int relay_mmap_buf(struct rchan_buf *buf, struct vm_area_struct *vma) in relay_mmap_buf()
123 static void *relay_alloc_buf(struct rchan_buf *buf, size_t *size) in relay_alloc_buf()
164 struct rchan_buf *buf; in relay_create_buf() local
208 static void relay_destroy_buf(struct rchan_buf *buf) in relay_destroy_buf()
235 struct rchan_buf *buf = container_of(kref, struct rchan_buf, kref); in relay_remove_buf() local
245 static int relay_buf_empty(struct rchan_buf *buf) in relay_buf_empty()
256 int relay_buf_full(struct rchan_buf *buf) in relay_buf_full()
275 static int subbuf_start_default_callback (struct rchan_buf *buf, in subbuf_start_default_callback()
[all …]
H A Dksysfs.c32 struct kobj_attribute *attr, char *buf) in uevent_seqnum_show()
41 struct kobj_attribute *attr, char *buf) in uevent_helper_show()
47 const char *buf, size_t count) in uevent_helper_store()
62 struct kobj_attribute *attr, char *buf) in profiling_show()
68 const char *buf, size_t count) in profiling_store()
93 struct kobj_attribute *attr, char *buf) in kexec_loaded_show()
100 struct kobj_attribute *attr, char *buf) in kexec_crash_loaded_show()
107 struct kobj_attribute *attr, char *buf) in kexec_crash_size_show()
113 const char *buf, size_t count) in kexec_crash_size_store()
131 struct kobj_attribute *attr, char *buf) in vmcoreinfo_show()
[all …]
/OK3568_Linux_fs/kernel/drivers/hwtracing/coresight/
H A Dcoresight-etm4x-sysfs.c58 char *buf) in nr_pe_cmp_show()
70 char *buf) in nr_addr_cmp_show()
82 char *buf) in nr_cntr_show()
94 char *buf) in nr_ext_inp_show()
106 char *buf) in numcidc_show()
118 char *buf) in numvmidc_show()
130 char *buf) in nrseqstate_show()
142 char *buf) in nr_resource_show()
154 char *buf) in nr_ss_cmp_show()
166 const char *buf, size_t size) in reset_store()
[all …]
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()
96 struct device_attribute *attr, char *buf) in mode_show()
108 const char *buf, size_t size) in mode_store()
181 struct device_attribute *attr, char *buf) in trigger_event_show()
193 const char *buf, size_t size) in trigger_event_store()
211 struct device_attribute *attr, char *buf) in enable_event_show()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/bonding/
H A Dbond_sysfs.c36 char *buf) in bonding_show_bonds()
166 struct device_attribute *attr, char *buf) in bonding_show_slaves()
199 struct device_attribute *attr, char *buf) in bonding_show_mode()
213 char *buf) in bonding_show_xmit_hash()
228 char *buf) in bonding_show_arp_validate()
244 char *buf) in bonding_show_arp_all_targets()
260 char *buf) in bonding_show_fail_over_mac()
276 char *buf) in bonding_show_arp_interval()
288 char *buf) in bonding_show_arp_targets()
309 char *buf) in bonding_show_downdelay()
[all …]
/OK3568_Linux_fs/kernel/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-pkt-decoder.c76 static int intel_pt_get_long_tnt(const unsigned char *buf, size_t len, in intel_pt_get_long_tnt()
99 static int intel_pt_get_pip(const unsigned char *buf, size_t len, in intel_pt_get_pip()
122 static int intel_pt_get_cbr(const unsigned char *buf, size_t len, in intel_pt_get_cbr()
132 static int intel_pt_get_vmcs(const unsigned char *buf, size_t len, in intel_pt_get_vmcs()
156 static int intel_pt_get_psb(const unsigned char *buf, size_t len, in intel_pt_get_psb()
179 static int intel_pt_get_tma(const unsigned char *buf, size_t len, in intel_pt_get_tma()
197 static int intel_pt_get_mnt(const unsigned char *buf, size_t len, in intel_pt_get_mnt()
208 static int intel_pt_get_3byte(const unsigned char *buf, size_t len, in intel_pt_get_3byte()
222 static int intel_pt_get_ptwrite(const unsigned char *buf, size_t len, in intel_pt_get_ptwrite()
257 static int intel_pt_get_mwait(const unsigned char *buf, size_t len, in intel_pt_get_mwait()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Ddhd_linux_exportfs.c195 show_wklock_trace(struct dhd_info *dev, char *buf) in show_wklock_trace()
209 wklock_trace_onoff(struct dhd_info *dev, const char *buf, size_t count) in wklock_trace_onoff()
233 show_lbtxp(struct dhd_info *dev, char *buf) in show_lbtxp()
246 lbtxp_onoff(struct dhd_info *dev, const char *buf, size_t count) in lbtxp_onoff()
273 show_lbrxp(struct dhd_info *dev, char *buf) in show_lbrxp()
286 lbrxp_onoff(struct dhd_info *dev, const char *buf, size_t count) in lbrxp_onoff()
316 show_logdump_periodic_flush(struct dhd_info *dev, char *buf) in show_logdump_periodic_flush()
327 logdump_periodic_flush_onoff(struct dhd_info *dev, const char *buf, size_t count) in logdump_periodic_flush_onoff()
342 show_logdump_ecntr(struct dhd_info *dev, char *buf) in show_logdump_ecntr()
353 logdump_ecntr_onoff(struct dhd_info *dev, const char *buf, size_t count) in logdump_ecntr_onoff()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Ddhd_linux_exportfs.c203 show_wklock_trace(struct dhd_info *dev, char *buf) in show_wklock_trace()
217 wklock_trace_onoff(struct dhd_info *dev, const char *buf, size_t count) in wklock_trace_onoff()
241 show_lbtxp(struct dhd_info *dev, char *buf) in show_lbtxp()
254 lbtxp_onoff(struct dhd_info *dev, const char *buf, size_t count) in lbtxp_onoff()
281 show_lbrxp(struct dhd_info *dev, char *buf) in show_lbrxp()
294 lbrxp_onoff(struct dhd_info *dev, const char *buf, size_t count) in lbrxp_onoff()
324 show_logdump_periodic_flush(struct dhd_info *dev, char *buf) in show_logdump_periodic_flush()
335 logdump_periodic_flush_onoff(struct dhd_info *dev, const char *buf, size_t count) in logdump_periodic_flush_onoff()
350 show_logdump_ecntr(struct dhd_info *dev, char *buf) in show_logdump_ecntr()
361 logdump_ecntr_onoff(struct dhd_info *dev, const char *buf, size_t count) in logdump_ecntr_onoff()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Ddhd_linux_exportfs.c203 show_wklock_trace(struct dhd_info *dev, char *buf) in show_wklock_trace()
217 wklock_trace_onoff(struct dhd_info *dev, const char *buf, size_t count) in wklock_trace_onoff()
241 show_lbtxp(struct dhd_info *dev, char *buf) in show_lbtxp()
254 lbtxp_onoff(struct dhd_info *dev, const char *buf, size_t count) in lbtxp_onoff()
281 show_lbrxp(struct dhd_info *dev, char *buf) in show_lbrxp()
294 lbrxp_onoff(struct dhd_info *dev, const char *buf, size_t count) in lbrxp_onoff()
324 show_logdump_periodic_flush(struct dhd_info *dev, char *buf) in show_logdump_periodic_flush()
335 logdump_periodic_flush_onoff(struct dhd_info *dev, const char *buf, size_t count) in logdump_periodic_flush_onoff()
350 show_logdump_ecntr(struct dhd_info *dev, char *buf) in show_logdump_ecntr()
361 logdump_ecntr_onoff(struct dhd_info *dev, const char *buf, size_t count) in logdump_ecntr_onoff()
[all …]
/OK3568_Linux_fs/kernel/drivers/base/power/
H A Dsysfs.c102 char *buf) in control_show()
109 const char * buf, size_t n) in control_store()
126 char *buf) in runtime_active_time_show()
139 char *buf) in runtime_suspended_time_show()
151 struct device_attribute *attr, char *buf) in runtime_status_show()
184 char *buf) in autosuspend_delay_ms_show()
193 struct device_attribute *attr, const char *buf, size_t n) in autosuspend_delay_ms_store()
213 char *buf) in pm_qos_resume_latency_us_show()
227 const char *buf, size_t n) in pm_qos_resume_latency_us_store()
257 char *buf) in pm_qos_latency_tolerance_us_show()
[all …]
/OK3568_Linux_fs/kernel/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 …]
/OK3568_Linux_fs/kernel/fs/gfs2/
H A Dsys.c37 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 fsname_show(struct gfs2_sbd *sdp, char *buf) in fsname_show()
71 static ssize_t uuid_show(struct gfs2_sbd *sdp, char *buf) in uuid_show()
81 static ssize_t freeze_show(struct gfs2_sbd *sdp, char *buf) in freeze_show()
89 static ssize_t freeze_store(struct gfs2_sbd *sdp, const char *buf, size_t len) in freeze_store()
119 static ssize_t withdraw_show(struct gfs2_sbd *sdp, char *buf) in withdraw_show()
125 static ssize_t withdraw_store(struct gfs2_sbd *sdp, const char *buf, size_t len) in withdraw_store()
145 static ssize_t statfs_sync_store(struct gfs2_sbd *sdp, const char *buf, in statfs_sync_store()
[all …]
/OK3568_Linux_fs/kernel/lib/
H A Dtest_firmware.c117 static ssize_t test_fw_misc_read(struct file *f, char __user *buf, in test_fw_misc_read()
211 const char *buf, size_t count) in reset_store()
239 char *buf) in config_show()
289 const char *buf, size_t count) in config_name_store()
316 static int test_dev_config_update_bool(const char *buf, size_t size, in test_dev_config_update_bool()
331 static ssize_t test_dev_config_show_bool(char *buf, bool val) in test_dev_config_show_bool()
336 static int test_dev_config_update_size_t(const char *buf, in test_dev_config_update_size_t()
355 static ssize_t test_dev_config_show_size_t(char *buf, size_t val) in test_dev_config_show_size_t()
360 static ssize_t test_dev_config_show_int(char *buf, int val) in test_dev_config_show_int()
365 static int test_dev_config_update_u8(const char *buf, size_t size, u8 *cfg) in test_dev_config_update_u8()
[all …]
/OK3568_Linux_fs/kernel/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 …]
/OK3568_Linux_fs/kernel/drivers/usb/core/
H A Dsysfs.c52 struct device_attribute *attr, char *buf) in bMaxPower_show()
71 struct device_attribute *attr, char *buf) in configuration_show()
94 const char *buf, size_t count) in bConfigurationValue_store()
113 char *buf) in devspec_show()
145 char *buf) in speed_show()
180 char *buf) in rx_lanes_show()
190 char *buf) in tx_lanes_show()
200 char *buf) in busnum_show()
210 char *buf) in devnum_show()
220 char *buf) in devpath_show()
[all …]
/OK3568_Linux_fs/kernel/kernel/power/
H A Dmain.c101 char *buf) in pm_async_show()
107 const char *buf, size_t n) in pm_async_store()
125 char *buf) in mem_sleep_show()
147 static suspend_state_t decode_suspend_state(const char *buf, size_t n) in decode_suspend_state()
167 const char *buf, size_t n) in mem_sleep_store()
203 struct kobj_attribute *attr, char *buf) in sync_on_suspend_show()
210 const char *buf, size_t n) in sync_on_suspend_store()
240 char *buf) in pm_test_show()
261 const char *buf, size_t n) in pm_test_store()
330 struct kobj_attribute *attr, char *buf) in last_failed_dev_show()
[all …]

12345678910>>...279