Home
last modified time | relevance | path

Searched defs:buff (Results 1 – 25 of 215) sorted by relevance

123456789

/linux/drivers/gpu/drm/xe/
H A Dxe_gt_throttle.c119 char *buff) in status_show()
130 char *buff) in reason_pl1_show()
141 char *buff) in reason_pl2_show()
152 char *buff) in reason_pl4_show()
163 char *buff) in reason_thermal_show()
174 char *buff) in reason_prochot_show()
185 char *buff) in reason_ratl_show()
196 char *buff) in reason_vr_thermalert_show()
207 char *buff) in reason_vr_tdc_show()
H A Dxe_gt_idle.c251 struct device_attribute *attr, char *buff) in name_show()
266 struct device_attribute *attr, char *buff) in idle_status_show()
281 struct device_attribute *attr, char *buff) in idle_residency_ms_show()
/linux/drivers/net/ethernet/aquantia/atlantic/
H A Daq_ring.c23 static void aq_get_rxpages_xdp(struct aq_ring_buff_s *buff, in aq_get_rxpages_xdp()
292 struct aq_ring_buff_s *buff = &self->buff_ring[self->sw_head]; in aq_ring_tx_clean() local
340 struct aq_ring_buff_s *buff, in aq_rx_checksum()
388 struct aq_ring_buff_s *buff) in aq_xdp_build_skb()
408 struct aq_ring_buff_s *buff) in aq_xdp_run_prog()
486 struct aq_ring_buff_s *buff, in aq_add_rx_fragment()
537 struct aq_ring_buff_s *buff = &self->buff_ring[self->sw_head]; in __aq_ring_rx_clean() local
713 struct aq_ring_buff_s *buff = &rx_ring->buff_ring[rx_ring->sw_head]; in __aq_ring_xdp_clean() local
866 struct aq_ring_buff_s *buff = NULL; in aq_ring_rx_fill() local
900 struct aq_ring_buff_s *buff = &self->buff_ring[self->sw_head]; in aq_ring_rx_deinit() local
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtailcalls.c23 char buff[128] = {}; in test_tailcall_1() local
159 char buff[128] = {}; in test_tailcall_2() local
236 char buff[128] = {}; in test_tailcall_count() local
419 char buff[128] = {}; in test_tailcall_4() local
509 char buff[128] = {}; in test_tailcall_5() local
682 char buff[128] = {}; in test_tailcall_bpf2bpf_2() local
1020 char buff[128] = {}; in test_tailcall_bpf2bpf_fentry_entry() local
1204 char buff[128] = {}; in test_tailcall_hierarchy_count() local
1510 char buff[128] = {}; in test_tailcall_freplace() local
1567 char buff[128] = {}; in test_tailcall_bpf2bpf_freplace() local
H A Dassign_reuse.c39 char buff[1] = {}; in echo_test_udp() local
63 char buff[1] = {}; in echo_test_tcp() local
/linux/tools/testing/selftests/bpf/progs/
H A Dverifier_const.c18 char buff[] = { '8', '4', '\0' }; in tcx1() local
28 char buff[] = { '8', '4', '\0' }; in tcx2() local
38 char buff[] = { '8', '4', '\0' }; in tcx3() local
/linux/drivers/gpu/drm/i915/gt/
H A Dintel_gt_sysfs_pm.c181 char *buff) in rc6_enable_show()
190 char *buff) in rc6_enable_dev_show()
432 char *buff) in punit_req_freq_mhz_show()
442 char *buff) in slpc_ignore_eff_freq_show()
452 const char *buff, size_t count) in slpc_ignore_eff_freq_store()
477 char *buff) in throttle_reason_bool_show()
560 char *buff) in freq_factor_scale_show()
573 char *buff) in media_freq_factor_show()
595 const char *buff, size_t count) in media_freq_factor_store()
624 char *buff) in media_RP0_freq_mhz_show()
[all …]
/linux/drivers/gpu/drm/nouveau/dispnv04/
H A Dnvreg.h471 #define NV_PVIDEO_UVPLANE_BASE(buff) (0x00008800+(buff)*4) argument
472 #define NV_PVIDEO_UVPLANE_LIMIT(buff) (0x00008808+(buff)*4) argument
473 #define NV_PVIDEO_UVPLANE_OFFSET_BUFF(buff) (0x00008820+(buff)*4) argument
474 #define NV_PVIDEO_BASE(buff) (0x00008900+(buff)*4) argument
475 #define NV_PVIDEO_LIMIT(buff) (0x00008908+(buff)*4) argument
476 #define NV_PVIDEO_LUMINANCE(buff) (0x00008910+(buff)*4) argument
477 #define NV_PVIDEO_CHROMINANCE(buff) (0x00008918+(buff)*4) argument
478 #define NV_PVIDEO_OFFSET_BUFF(buff) (0x00008920+(buff)*4) argument
479 #define NV_PVIDEO_SIZE_IN(buff) (0x00008928+(buff)*4) argument
480 #define NV_PVIDEO_POINT_IN(buff) (0x00008930+(buff)*4) argument
[all …]
/linux/fs/squashfs/
H A Dlz4_wrapper.c33 void *buff, int len) in lz4_comp_opts()
52 static void *lz4_init(struct squashfs_sb_info *msblk, void *buff) in lz4_init()
98 void *buff = stream->input, *data; in lz4_uncompress() local
H A Dlzo_wrapper.c28 static void *lzo_init(struct squashfs_sb_info *msblk, void *buff) in lzo_init()
72 void *buff = stream->input, *data; in lzo_uncompress() local
H A Dxz_wrapper.c39 void *buff, int len) in squashfs_xz_comp_opts()
81 static void *squashfs_xz_init(struct squashfs_sb_info *msblk, void *buff) in squashfs_xz_init()
/linux/arch/riscv/lib/
H A Dcsum.c130 do_csum_with_alignment(const unsigned char *buff, int len) in do_csum_with_alignment()
234 do_csum_no_alignment(const unsigned char *buff, int len) in do_csum_no_alignment()
306 unsigned int do_csum(const unsigned char *buff, int len) in do_csum()
/linux/tools/testing/selftests/connector/
H A Dproc_filter.c42 char buff[NL_MESSAGE_SIZE]; in send_message() local
134 int handle_packet(char *buff, int fd, struct proc_event *event) in handle_packet()
215 char buff[CONNECTOR_MAX_MSG_SIZE]; in handle_events() local
/linux/drivers/net/wireless/ath/ath12k/
H A Ddbring.c12 struct ath12k_dbring_element *buff, in ath12k_dbring_bufs_replenish()
79 struct ath12k_dbring_element *buff; in ath12k_dbring_fill_bufs() local
236 struct ath12k_dbring_element *buff; in ath12k_dbring_buffer_release_event() local
344 struct ath12k_dbring_element *buff; in ath12k_dbring_buf_cleanup() local
/linux/drivers/rtc/
H A Drtc-rc5t619.c119 u8 buff[7]; in rc5t619_rtc_read_time() local
165 u8 buff[7]; in rc5t619_rtc_set_time() local
227 u8 buff[6]; in rc5t619_rtc_read_alarm() local
275 u8 buff[6]; in rc5t619_rtc_set_alarm() local
H A Drtc-tps6586x.c61 u8 buff[6]; in tps6586x_rtc_read_time() local
87 u8 buff[5]; in tps6586x_rtc_set_time() local
143 u8 buff[3]; in tps6586x_rtc_set_alarm() local
189 u8 buff[3]; in tps6586x_rtc_read_alarm() local
/linux/tools/usb/usbip/libsrc/
H A Dusbip_common.c101 char buff[100]; in dump_usb_interface() local
112 char buff[100]; in dump_usb_device() local
278 void usbip_names_get_product(char *buff, size_t size, uint16_t vendor, in usbip_names_get_product()
295 void usbip_names_get_class(char *buff, size_t size, uint8_t class, in usbip_names_get_class()
/linux/arch/x86/lib/
H A Dcsum-partial_64.c44 __wsum csum_partial(const void *buff, int len, __wsum sum) in csum_partial()
119 __sum16 ip_compute_csum(const void *buff, int len) in ip_compute_csum()
/linux/drivers/net/wireless/ath/ath11k/
H A Ddbring.c41 struct ath11k_dbring_element *buff, in ath11k_dbring_bufs_replenish()
110 struct ath11k_dbring_element *buff; in ath11k_dbring_fill_bufs() local
272 struct ath11k_dbring_element *buff; in ath11k_dbring_buffer_release_event() local
386 struct ath11k_dbring_element *buff; in ath11k_dbring_buf_cleanup() local
/linux/tools/usb/usbip/src/
H A Dusbip_network.c95 static ssize_t usbip_net_xmit(int sockfd, void *buff, size_t bufflen, in usbip_net_xmit()
122 ssize_t usbip_net_recv(int sockfd, void *buff, size_t bufflen) in usbip_net_recv()
127 ssize_t usbip_net_send(int sockfd, void *buff, size_t bufflen) in usbip_net_send()
/linux/drivers/net/ethernet/alacritech/
H A Dslicoss.c346 struct slic_tx_buffer *buff; in slic_xmit_complete() local
398 struct slic_rx_buffer *buff; in slic_refill_rx_queue() local
551 struct slic_rx_buffer *buff; in slic_handle_receive() local
839 struct slic_tx_buffer *buff; in slic_init_tx_queue() local
897 struct slic_tx_buffer *buff; in slic_free_tx_queue() local
919 struct slic_rx_buffer *buff; in slic_init_rx_queue() local
938 struct slic_rx_buffer *buff; in slic_free_rx_queue() local
1411 struct slic_tx_buffer *buff; in slic_xmit() local
/linux/tools/testing/selftests/bpf/map_tests/
H A Dlpm_trie_map_batch_ops.c27 char buff[16] = { 0 }; in map_batch_update() local
47 char buff[16] = { 0 }; in map_batch_verify() local
/linux/kernel/trace/rv/
H A Drv.c216 const char *buff; in monitor_enable_read_data() local
320 char buff[256]; in monitor_desc_read_data() local
513 char buff[MAX_RV_MONITOR_NAME_SIZE + 2]; in enabled_monitors_write() local
597 const char *buff; in monitoring_on_read_data() local
/linux/drivers/infiniband/hw/qib/
H A Dqib_eeprom.c54 void *buff, int len) in qib_eeprom_read()
101 const void *buff, int len) in qib_eeprom_write()
/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcudbg_lib.c1691 u32 *buff = ch_tp_pio->outbuf; in cudbg_collect_tp_indirect() local
1717 u32 *buff = ch_tp_pio->outbuf; in cudbg_collect_tp_indirect() local
1745 u32 *buff = ch_tp_pio->outbuf; in cudbg_collect_tp_indirect() local
1773 u32 *buff, i; in cudbg_read_sge_qbase_indirect_reg() local
1823 u32 *buff = ch_sge_dbg->outbuf; in cudbg_collect_sge_indirect() local
2028 u32 *buff = ch_pcie->outbuf; in cudbg_collect_pcie_indirect() local
2047 u32 *buff = ch_pcie->outbuf; in cudbg_collect_pcie_indirect() local
2084 u32 *buff = ch_pm->outbuf; in cudbg_collect_pm_indirect() local
2103 u32 *buff = ch_pm->outbuf; in cudbg_collect_pm_indirect() local
2366 struct cudbg_ch_cntxt *buff = *out_buff; in cudbg_get_sge_ctxt_fw() local
[all …]

123456789