Home
last modified time | relevance | path

Searched refs:burst_req (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/iio/imu/
H A Dadis16475.c1678 static void adis16575_update_msg_for_burst(struct adis *adis, u8 burst_req) in adis16575_update_msg_for_burst() argument
1689 tx[0] = ADIS_READ_REG(burst_req); in adis16575_update_msg_for_burst()
1692 static int adis16575_custom_burst_read(struct iio_poll_func *pf, u8 burst_req) in adis16575_custom_burst_read() argument
1698 adis16575_update_msg_for_burst(adis, burst_req); in adis16575_custom_burst_read()
1700 if (burst_req) in adis16575_custom_burst_read()