Searched refs:use_bounce_buf (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/net/wireless/ath/ath11k/
H A Dmhi.c80 .use_bounce_buf = false,
145 .use_bounce_buf = false,
/linux-master/drivers/net/wireless/ath/ath12k/
H A Dmhi.c105 .use_bounce_buf = false,
198 .use_bounce_buf = false,
/linux-master/include/linux/
H A Dmhi.h275 * @use_bounce_buf: Use a bounce buffer pool due to limited DDR access
287 bool use_bounce_buf; member in struct:mhi_controller_config
/linux-master/drivers/mtd/nand/raw/
H A Dnand_base.c3576 int use_bounce_buf; local
3607 use_bounce_buf = 1;
3609 use_bounce_buf = !virt_addr_valid(buf) ||
3613 use_bounce_buf = 0;
3617 bufpoi = use_bounce_buf ? chip->data_buf : buf;
3619 if (use_bounce_buf && aligned)
3640 if (use_bounce_buf)
3650 if (use_bounce_buf) {
4489 int use_bounce_buf; local
4493 use_bounce_buf
[all...]
/linux-master/drivers/accel/qaic/
H A Dmhi_controller.c433 .use_bounce_buf = false,
/linux-master/drivers/bus/mhi/host/
H A Dinit.c892 mhi_cntrl->bounce_buf = config->use_bounce_buf;

Completed in 143 milliseconds