/openbmc/slpd-lite/ |
H A D | slp_parser.cpp | 19 std::tuple<int, Message> parseHeader(const buffer& buff) in parseHeader() 101 int parseSrvTypeRqst(const buffer& buff, Message& req) in parseSrvTypeRqst() 212 int parseSrvRqst(const buffer& buff, Message& req) in parseSrvRqst() 370 std::tuple<int, Message> parseBuffer(const buffer& buff) in parseBuffer()
|
H A D | slp_message_handler.cpp | 31 buffer buff(length, 0); in prepareHeader() local 79 buffer buff; in processSrvTypeRequest() local 179 buffer buff; in processSrvRequest() local 411 buffer buff(length, 0); in processError() local
|
/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/ |
H A D | aq_ring.c | 23 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
|
/openbmc/linux/lib/ |
H A D | checksum.c | 46 static unsigned int do_csum(const unsigned char *buff, int len) in do_csum() 125 __wsum csum_partial(const void *buff, int len, __wsum wsum) in csum_partial() 142 __sum16 ip_compute_csum(const void *buff, int len) in ip_compute_csum()
|
/openbmc/u-boot/cmd/ |
H A D | trace.c | 12 static int get_args(int argc, char * const argv[], char **buff, in get_args() 35 char *buff; in create_func_list() local 59 char *buff; in create_call_list() local
|
/openbmc/linux/arch/alpha/lib/ |
H A D | checksum.c | 79 static inline unsigned long do_csum(const unsigned char * buff, int len) in do_csum() 163 __wsum csum_partial(const void *buff, int len, __wsum sum) in csum_partial() 180 __sum16 ip_compute_csum(const void *buff, int len) in ip_compute_csum()
|
/openbmc/linux/fs/squashfs/ |
H A D | lz4_wrapper.c | 33 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
|
/openbmc/linux/drivers/gpu/drm/i915/gt/ |
H A D | intel_gt_sysfs_pm.c | 195 char *buff) in rc6_enable_show() 204 char *buff) in rc6_enable_dev_show() 446 char *buff) in punit_req_freq_mhz_show() 456 char *buff) in slpc_ignore_eff_freq_show() 466 const char *buff, size_t count) in slpc_ignore_eff_freq_store() 491 char *buff) in throttle_reason_bool_show() 574 char *buff) in freq_factor_scale_show() 587 char *buff) in media_freq_factor_show() 618 const char *buff, size_t count) in media_freq_factor_store() 647 char *buff) in media_RP0_freq_mhz_show() [all …]
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | tailcalls.c | 16 char buff[128] = {}; in test_tailcall_1() local 152 char buff[128] = {}; in test_tailcall_2() local 227 char buff[128] = {}; in test_tailcall_count() local 324 char buff[128] = {}; in test_tailcall_4() local 414 char buff[128] = {}; in test_tailcall_5() local 587 char buff[128] = {}; in test_tailcall_bpf2bpf_2() local
|
/openbmc/linux/tools/testing/selftests/connector/ |
H A D | proc_filter.c | 42 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
|
/openbmc/u-boot/drivers/power/pmic/ |
H A D | max8997.c | 19 static int max8997_write(struct udevice *dev, uint reg, const uint8_t *buff, in max8997_write() 31 static int max8997_read(struct udevice *dev, uint reg, uint8_t *buff, int len) in max8997_read()
|
H A D | max8998.c | 19 static int max8998_write(struct udevice *dev, uint reg, const uint8_t *buff, in max8998_write() 31 static int max8998_read(struct udevice *dev, uint reg, uint8_t *buff, int len) in max8998_read()
|
H A D | rn5t567.c | 20 static int rn5t567_write(struct udevice *dev, uint reg, const uint8_t *buff, in rn5t567_write() 34 static int rn5t567_read(struct udevice *dev, uint reg, uint8_t *buff, int len) in rn5t567_read()
|
H A D | sandbox.c | 28 const uint8_t *buff, int len) in sandbox_pmic_write() 39 uint8_t *buff, int len) in sandbox_pmic_read()
|
H A D | lp873x.c | 23 static int lp873x_write(struct udevice *dev, uint reg, const uint8_t *buff, in lp873x_write() 34 static int lp873x_read(struct udevice *dev, uint reg, uint8_t *buff, int len) in lp873x_read()
|
H A D | act8846.c | 25 static int act8846_write(struct udevice *dev, uint reg, const uint8_t *buff, in act8846_write() 36 static int act8846_read(struct udevice *dev, uint reg, uint8_t *buff, int len) in act8846_read()
|
H A D | fan53555.c | 20 u8 *buff, int len) in pmic_fan53555_read() 31 const u8 *buff, int len) in pmic_fan53555_write()
|
H A D | lp87565.c | 22 static int lp87565_write(struct udevice *dev, uint reg, const uint8_t *buff, in lp87565_write() 34 static int lp87565_read(struct udevice *dev, uint reg, uint8_t *buff, int len) in lp87565_read()
|
H A D | max77686.c | 27 static int max77686_write(struct udevice *dev, uint reg, const uint8_t *buff, in max77686_write() 38 static int max77686_read(struct udevice *dev, uint reg, uint8_t *buff, int len) in max77686_read()
|
H A D | pfuze100.c | 30 static int pfuze100_write(struct udevice *dev, uint reg, const uint8_t *buff, in pfuze100_write() 41 static int pfuze100_read(struct udevice *dev, uint reg, uint8_t *buff, int len) in pfuze100_read()
|
H A D | tps65090.c | 25 static int tps65090_write(struct udevice *dev, uint reg, const uint8_t *buff, in tps65090_write() 36 static int tps65090_read(struct udevice *dev, uint reg, uint8_t *buff, int len) in tps65090_read()
|
/openbmc/linux/arch/x86/lib/ |
H A D | csum-partial_64.c | 44 __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()
|
/openbmc/linux/drivers/gpu/drm/nouveau/dispnv04/ |
H A D | nvreg.h | 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 479 #define NV_PVIDEO_SIZE_IN(buff) (0x00008928+(buff)*4) argument 480 #define NV_PVIDEO_POINT_IN(buff) (0x00008930+(buff)*4) argument 481 #define NV_PVIDEO_DS_DX(buff) (0x00008938+(buff)*4) argument 482 #define NV_PVIDEO_DT_DY(buff) (0x00008940+(buff)*4) argument 483 #define NV_PVIDEO_POINT_OUT(buff) (0x00008948+(buff)*4) argument 484 #define NV_PVIDEO_SIZE_OUT(buff) (0x00008950+(buff)*4) argument [all …]
|
/openbmc/linux/drivers/rtc/ |
H A D | rtc-rc5t619.c | 119 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
|
/openbmc/linux/drivers/net/wireless/ath/ath12k/ |
H A D | dbring.c | 12 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
|