Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/bluetooth/
Dbtmtkuart.c78 u8 stp_cursor; member
301 if (!bdev->stp_dlen && bdev->stp_cursor >= 6) in mtk_stp_split()
302 bdev->stp_cursor = 0; in mtk_stp_split()
305 while (bdev->stp_cursor < 6 && count > 0) { in mtk_stp_split()
306 bdev->stp_pad[bdev->stp_cursor] = *data; in mtk_stp_split()
307 bdev->stp_cursor++; in mtk_stp_split()
313 if (!bdev->stp_dlen && bdev->stp_cursor >= 6) { in mtk_stp_split()
321 bdev->stp_cursor = 2; in mtk_stp_split()
441 bdev->stp_cursor = 2; in btmtkuart_open()
496 bdev->stp_cursor = 2; in btmtkuart_flush()