Home
last modified time | relevance | path

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

12345678910>>...227

/openbmc/linux/fs/nilfs2/
H A Dsysfs.c266 char *buf) in nilfs_checkpoints_snapshots_number_show()
303 char *buf) in nilfs_checkpoints_next_checkpoint_show()
365 char *buf) in nilfs_segments_blocks_per_segment_show()
462 char *buf) in nilfs_segctor_last_seg_sequence_show()
476 char *buf) in nilfs_segctor_last_seg_checkpoint_show()
490 char *buf) in nilfs_segctor_current_seg_sequence_show()
518 char *buf) in nilfs_segctor_next_full_seg_show()
532 char *buf) in nilfs_segctor_next_pseg_offset_show()
546 char *buf) in nilfs_segctor_next_checkpoint_show()
560 char *buf) in nilfs_segctor_last_seg_write_time_show()
[all …]
/openbmc/linux/arch/mips/include/asm/
H A Duasm.h217 # define UASM_i_MFC0(buf, rt, rd...) uasm_i_dmfc0(buf, rt, rd) argument
233 # define UASM_i_MFC0(buf, rt, rd...) uasm_i_mfc0(buf, rt, rd) argument
234 # define UASM_i_MTC0(buf, rt, rd...) uasm_i_mtc0(buf, rt, rd) argument
245 #define uasm_i_b(buf, off) uasm_i_beq(buf, 0, 0, off) argument
246 #define uasm_i_beqz(buf, rs, off) uasm_i_beq(buf, rs, 0, off) argument
248 #define uasm_i_bnez(buf, rs, off) uasm_i_bne(buf, rs, 0, off) argument
250 #define uasm_i_ehb(buf) uasm_i_sll(buf, 0, 0, 3) argument
251 #define uasm_i_move(buf, a, b) UASM_i_ADDU(buf, a, 0, b) argument
253 #define uasm_i_nop(buf) uasm_i_or(buf, 1, 1, 0) argument
255 #define uasm_i_nop(buf) uasm_i_sll(buf, 0, 0, 0) argument
[all …]
/openbmc/linux/drivers/net/wireless/st/cw1200/
H A Dwsm.c93 struct wsm_buf *buf) in wsm_generic_confirm()
185 void *buf; member
216 struct wsm_buf *buf) in wsm_read_mib_confirm()
269 struct wsm_buf *buf) in wsm_write_mib_confirm()
353 struct wsm_buf *buf, in wsm_tx_confirm()
811 struct wsm_buf *buf) in wsm_startup_indication()
967 struct wsm_buf *buf) in wsm_set_pm_indication()
993 struct wsm_buf *buf) in wsm_scan_complete_indication()
1008 struct wsm_buf *buf) in wsm_join_complete_indication()
1073 struct wsm_buf *buf, in wsm_cmd_send()
[all …]
/openbmc/google-misc/subprojects/ncsid/src/platforms/nemora/portable/
H A Dncsi_client.c121 uint32_t ncsi_cmd_clear_initial_state(uint8_t* buf, uint8_t channel) in ncsi_cmd_clear_initial_state()
165 uint32_t ncsi_cmd_enable_channel(uint8_t* buf, uint8_t channel) in ncsi_cmd_enable_channel()
171 uint32_t ncsi_cmd_get_link_status(uint8_t* buf, uint8_t channel) in ncsi_cmd_get_link_status()
177 uint32_t ncsi_cmd_reset_channel(uint8_t* buf, uint8_t channel) in ncsi_cmd_reset_channel()
183 uint32_t ncsi_cmd_enable_tx(uint8_t* buf, uint8_t channel) in ncsi_cmd_enable_tx()
190 uint32_t ncsi_cmd_get_version(uint8_t* buf, uint8_t channel) in ncsi_cmd_get_version()
196 uint32_t ncsi_cmd_get_capabilities(uint8_t* buf, uint8_t channel) in ncsi_cmd_get_capabilities()
202 uint32_t ncsi_cmd_get_parameters(uint8_t* buf, uint8_t channel) in ncsi_cmd_get_parameters()
208 uint32_t ncsi_cmd_get_passthrough_stats(uint8_t* buf, uint8_t channel) in ncsi_cmd_get_passthrough_stats()
217 uint32_t ncsi_oem_cmd_get_host_mac(uint8_t* buf, uint8_t channel) in ncsi_oem_cmd_get_host_mac()
[all …]
/openbmc/qemu/contrib/vhost-user-gpu/
H A Dvugbm.c14 mem_alloc_bo(struct vugbm_buffer *buf) in mem_alloc_bo()
22 mem_free_bo(struct vugbm_buffer *buf) in mem_free_bo()
28 mem_map_bo(struct vugbm_buffer *buf) in mem_map_bo()
34 mem_unmap_bo(struct vugbm_buffer *buf) in mem_unmap_bo()
54 udmabuf_get_size(struct vugbm_buffer *buf) in udmabuf_get_size()
60 udmabuf_alloc_bo(struct vugbm_buffer *buf) in udmabuf_alloc_bo()
93 udmabuf_map_bo(struct vugbm_buffer *buf) in udmabuf_map_bo()
133 alloc_bo(struct vugbm_buffer *buf) in alloc_bo()
152 free_bo(struct vugbm_buffer *buf) in free_bo()
158 map_bo(struct vugbm_buffer *buf) in map_bo()
[all …]
/openbmc/linux/net/bridge/
H A Dbr_sysfs_br.c88 char *buf) in hello_time_show()
109 char *buf) in max_age_show()
173 char *buf) in group_fwd_mask_show()
200 char *buf) in priority_show()
222 char *buf) in root_id_show()
283 char *buf) in topology_change_timer_show()
291 char *buf) in gc_timer_show()
539 char *buf) in multicast_last_member_count_show()
861 char *buf) in vlan_protocol_show()
877 char *buf) in default_pvid_show()
[all …]
H A Dbr_sysfs_if.c84 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()
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()
156 char *buf) in show_message_age_timer()
163 char *buf) in show_forward_delay_timer()
170 char *buf) in show_hold_timer()
214 static int store_backup_port(struct net_bridge_port *p, char *buf) in store_backup_port()
302 struct attribute *attr, char *buf) in brport_show()
[all …]
/openbmc/linux/drivers/s390/net/
H A Dqeth_l3_sys.c31 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()
117 struct device_attribute *attr, char *buf) in qeth_l3_dev_route6_show()
137 struct device_attribute *attr, char *buf) in qeth_l3_dev_sniffer_show()
193 struct device_attribute *attr, char *buf) in qeth_l3_dev_hsuid_show()
338 const char *buf, size_t count) in qeth_l3_dev_ipato_invert4_store()
595 char *buf) in qeth_l3_dev_vipa_add4_show()
636 char *buf) in qeth_l3_dev_vipa_add6_show()
676 char *buf) in qeth_l3_dev_rxip_add4_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()
135 struct device_attribute *attr, char *buf) in qeth_dev_portname_show()
154 struct device_attribute *attr, char *buf) in qeth_dev_prioqing_show()
241 struct device_attribute *attr, char *buf) in qeth_dev_bufcnt_show()
299 struct device_attribute *attr, char *buf) in qeth_dev_performance_stats_show()
[all …]
/openbmc/linux/drivers/net/bonding/
H A Dbond_sysfs.c36 char *buf) in bonding_show_bonds()
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()
357 char *buf) in bonding_show_lacp_active()
487 char *buf) in bonding_show_active_slave()
540 char *buf) in bonding_show_ad_num_ports()
669 char *buf) in bonding_show_resend_igmp()
[all …]
/openbmc/linux/kernel/
H A Dksysfs.c40 struct kobj_attribute *attr, char *buf) in uevent_seqnum_show()
48 struct kobj_attribute *attr, char *buf) in cpu_byteorder_show()
56 struct kobj_attribute *attr, char *buf) in address_bits_show()
65 struct kobj_attribute *attr, char *buf) in uevent_helper_show()
71 const char *buf, size_t count) in uevent_helper_store()
92 const char *buf, size_t count) in profiling_store()
117 struct kobj_attribute *attr, char *buf) in kexec_loaded_show()
142 const char *buf, size_t count) in kexec_crash_size_store()
199 const char *buf, size_t count) in rcu_expedited_store()
216 const char *buf, size_t count) in rcu_normal_store()
[all …]
H A Drelay.c149 struct rchan_buf *buf; in relay_create_buf() local
270 struct rchan_buf *buf; in wakeup_readers() local
321 struct rchan_buf *buf; in relay_reset() local
378 struct rchan_buf *buf; in relay_open_buf() local
436 struct rchan_buf *buf; in relay_prepare_cpu() local
483 struct rchan_buf *buf; in relay_open() local
540 struct rchan_buf *buf; member
575 struct rchan_buf *buf; in relay_late_setup_files() local
730 struct rchan_buf *buf; in relay_subbufs_consumed() local
754 struct rchan_buf *buf; in relay_close() local
[all …]
/openbmc/linux/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-pkt-decoder.c100 static int intel_pt_get_pip(const unsigned char *buf, size_t len, in intel_pt_get_pip()
121 static int intel_pt_get_cbr(const unsigned char *buf, size_t len, in intel_pt_get_cbr()
131 static int intel_pt_get_vmcs(const unsigned char *buf, size_t len, in intel_pt_get_vmcs()
155 static int intel_pt_get_psb(const unsigned char *buf, size_t len, in intel_pt_get_psb()
178 static int intel_pt_get_tma(const unsigned char *buf, size_t len, in intel_pt_get_tma()
196 static int intel_pt_get_mnt(const unsigned char *buf, size_t len, in intel_pt_get_mnt()
285 static int intel_pt_get_bbp(const unsigned char *buf, size_t len, in intel_pt_get_bbp()
334 static int intel_pt_get_cfe(const unsigned char *buf, size_t len, in intel_pt_get_cfe()
345 static int intel_pt_get_evd(const unsigned char *buf, size_t len, in intel_pt_get_evd()
453 const unsigned char *buf, size_t len, in intel_pt_get_ip()
[all …]
/openbmc/linux/drivers/gpu/drm/amd/pm/
H A Damdgpu_pm.c324 char *buf) in amdgpu_get_pp_num_states()
362 char *buf) in amdgpu_get_pp_cur_state()
404 char *buf) in amdgpu_get_pp_force_state()
495 char *buf) in amdgpu_get_pp_table()
818 char *buf) in amdgpu_get_pp_od_clk_voltage()
982 char *buf) in amdgpu_get_pp_dpm_clock()
1086 char *buf) in amdgpu_get_pp_dpm_sclk()
1101 char *buf) in amdgpu_get_pp_dpm_mclk()
1116 char *buf) in amdgpu_get_pp_dpm_socclk()
1131 char *buf) in amdgpu_get_pp_dpm_fclk()
[all …]
/openbmc/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 …]
/openbmc/linux/drivers/dma/idxd/
H A Dsysfs.c117 char *buf) in group_read_buffers_reserved_show()
126 char *buf) in group_tokens_reserved_show()
192 char *buf) in group_tokens_allowed_show()
246 char *buf) in group_use_read_buffer_limit_show()
255 char *buf) in group_use_token_limit_show()
364 char *buf) in group_traffic_class_a_show()
406 char *buf) in group_traffic_class_b_show()
672 char *buf) in wq_mode_show()
708 char *buf) in wq_size_show()
1000 char *buf) in wq_max_transfer_size_show()
[all …]
/openbmc/linux/drivers/base/power/
H A Dsysfs.c102 char *buf) in control_show()
126 char *buf) in runtime_active_time_show()
184 char *buf) in autosuspend_delay_ms_show()
257 char *buf) in pm_qos_latency_tolerance_us_show()
296 char *buf) in pm_qos_no_power_off_show()
325 char *buf) in wakeup_show()
371 char *buf) in wakeup_active_count_show()
413 char *buf) in wakeup_expire_count_show()
495 char *buf) in wakeup_last_time_ms_show()
562 char *buf) in runtime_active_kids_show()
[all …]
/openbmc/linux/drivers/hwtracing/coresight/
H A Dcoresight-etm3x-sysfs.c67 const char *buf, size_t size) in reset_store()
109 const char *buf, size_t size) in mode_store()
194 const char *buf, size_t size) in trigger_event_store()
224 const char *buf, size_t size) in enable_event_store()
334 const char *buf, size_t size) in addr_single_store()
455 const char *buf, size_t size) in addr_start_store()
555 const char *buf, size_t size) in addr_acctype_store()
628 const char *buf, size_t size) in cntr_rld_val_store()
663 const char *buf, size_t size) in cntr_event_store()
997 const char *buf, size_t size) in ctxid_idx_store()
[all …]
H A Dcoresight-etm4x-sysfs.c59 char *buf) in nr_pe_cmp_show()
71 char *buf) in nr_addr_cmp_show()
83 char *buf) in nr_cntr_show()
107 char *buf) in numcidc_show()
119 char *buf) in numvmidc_show()
143 char *buf) in nr_resource_show()
282 char *buf) in mode_show()
483 char *buf) in event_show()
721 char *buf) in event_vinst_show()
904 char *buf) in addr_single_show()
[all …]
/openbmc/linux/drivers/accel/habanalabs/common/
H A Dsysfs.c30 const char *buf, size_t count) in clk_max_freq_mhz_store()
101 char *buf) in uboot_ver_show()
117 char *buf) in armcp_ver_show()
125 char *buf) in cpld_ver_show()
142 char *buf) in cpucp_ver_show()
150 char *buf) in fuse_ver_show()
211 const char *buf, size_t count) in hard_reset_store()
233 struct device_attribute *attr, char *buf) in device_type_show()
267 char *buf) in pci_addr_show()
279 char *buf) in status_show()
[all …]
/openbmc/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()
56 void sja1105_packing(void *buf, u64 *val, int start, int end, in sja1105_packing()
79 u32 sja1105_crc32(const void *buf, size_t len) in sja1105_crc32()
105 size_t sja1105pqrs_avb_params_entry_packing(void *buf, void *entry_ptr, in sja1105pqrs_avb_params_entry_packing()
287 sja1105et_l2_lookup_params_entry_packing(void *buf, void *entry_ptr, in sja1105et_l2_lookup_params_entry_packing()
388 size_t sja1110_l2_lookup_entry_packing(void *buf, void *entry_ptr, in sja1110_l2_lookup_entry_packing()
706 size_t sja1105_vl_lookup_entry_packing(void *buf, void *entry_ptr, in sja1105_vl_lookup_entry_packing()
740 size_t sja1110_vl_lookup_entry_packing(void *buf, void *entry_ptr, in sja1110_vl_lookup_entry_packing()
871 size_t sja1105_retagging_entry_packing(void *buf, void *entry_ptr, in sja1105_retagging_entry_packing()
887 size_t sja1110_retagging_entry_packing(void *buf, void *entry_ptr, in sja1110_retagging_entry_packing()
[all …]
/openbmc/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()
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()
175 const char *buf, size_t size) in overlay_output_size_store()
240 const char *buf, size_t size) in overlay_global_alpha_store()
271 char *buf) in overlay_pre_mult_alpha_show()
282 const char *buf, size_t size) in overlay_pre_mult_alpha_store()
322 const char *buf, size_t size) in overlay_zorder_store()
397 char *buf) in overlay_attr_show()
[all …]
/openbmc/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()
45 qla27xx_read8(void __iomem *window, void *buf, ulong *len) in qla27xx_read8()
87 uint offset, void *buf, ulong *len) in qla27xx_read_reg()
96 uint offset, uint32_t data, void *buf) in qla27xx_write_reg()
137 struct qla27xx_fwdt_entry *ent, void *buf, ulong *len) in qla27xx_fwdt_entry_t0()
148 struct qla27xx_fwdt_entry *ent, void *buf, ulong *len) in qla27xx_fwdt_entry_t255()
920 __le32 *buf = p; in qla27xx_template_checksum() local
948 struct qla27xx_fwdt_template *tmp, void *buf) in qla27xx_execute_fwdt_template()
1017 void *buf = vha->hw->mpi_fw_dump; in qla27xx_mpi_fwdump() local
[all …]
/openbmc/linux/drivers/nvme/host/
H A Dsysfs.c49 char *buf) in wwid_show()
80 char *buf) in nguid_show()
87 char *buf) in uuid_show()
104 char *buf) in eui_show()
111 char *buf) in nsid_show()
216 char *buf) in nvme_sysfs_show_transport()
226 char *buf) in nvme_sysfs_show_state()
250 char *buf) in nvme_sysfs_show_subsysnqn()
260 char *buf) in nvme_sysfs_show_hostnqn()
270 char *buf) in nvme_sysfs_show_hostid()
[all …]
/openbmc/linux/drivers/xen/
H A Dxen-front-pgdir-shbuf.c95 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()
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()
247 static int backend_map(struct xen_front_pgdir_shbuf *buf) in backend_map()
359 static void guest_fill_page_dir(struct xen_front_pgdir_shbuf *buf) in guest_fill_page_dir()
430 static int grant_references(struct xen_front_pgdir_shbuf *buf) in grant_references()
475 static int alloc_storage(struct xen_front_pgdir_shbuf *buf) in alloc_storage()
[all …]

12345678910>>...227