Searched refs:data_buff (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/iio/imu/bmi270/ |
H A D | bmi270_spi.c | 27 u8 *data_buff = (u8 *)data; in bmi270_regmap_spi_write() local 33 data_buff[1] = data_buff[0]; in bmi270_regmap_spi_write() 34 return spi_write_then_read(spi, data_buff + 1, count - 1, NULL, 0); in bmi270_regmap_spi_write()
|
/linux/drivers/iio/imu/bmi323/ |
H A D | bmi323_spi.c | 33 u8 *data_buff = (u8 *)data; in bmi323_regmap_spi_write() local 35 data_buff[1] = data_buff[0]; in bmi323_regmap_spi_write() 36 return spi_write(spi, data_buff + 1, count - 1); in bmi323_regmap_spi_write()
|
/linux/tools/testing/selftests/net/lib/ |
H A D | xdp_native.bpf.c | 458 char data_buff[MAX_ADJST_OFFSET]; in xdp_adjst_head_grow_data() local 477 __builtin_memcpy(&data_buff[i], &tag, 1); in xdp_adjst_head_grow_data() 484 udp_csum = bpf_csum_diff(0, 0, (__be32 *)data_buff, offset, udp_csum); in xdp_adjst_head_grow_data() 508 if (bpf_xdp_store_bytes(ctx, hdr_len, data_buff, offset) < 0) in xdp_adjst_head_grow_data()
|