Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/bluetooth/
Dbtmtkuart.c138 u8 stp_cursor; member
432 if (!bdev->stp_dlen && bdev->stp_cursor >= 6) in mtk_stp_split()
433 bdev->stp_cursor = 0; in mtk_stp_split()
436 while (bdev->stp_cursor < 6 && count > 0) { in mtk_stp_split()
437 bdev->stp_pad[bdev->stp_cursor] = *data; in mtk_stp_split()
438 bdev->stp_cursor++; in mtk_stp_split()
444 if (!bdev->stp_dlen && bdev->stp_cursor >= 6) { in mtk_stp_split()
452 bdev->stp_cursor = 2; in mtk_stp_split()
577 bdev->stp_cursor = 2; in btmtkuart_open()
632 bdev->stp_cursor = 2; in btmtkuart_flush()