Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/bluetooth/
Dbtmtkuart.c73 u8 stp_cursor; member
279 if (!bdev->stp_dlen && bdev->stp_cursor >= 6) in mtk_stp_split()
280 bdev->stp_cursor = 0; in mtk_stp_split()
283 while (bdev->stp_cursor < 6 && count > 0) { in mtk_stp_split()
284 bdev->stp_pad[bdev->stp_cursor] = *data; in mtk_stp_split()
285 bdev->stp_cursor++; in mtk_stp_split()
291 if (!bdev->stp_dlen && bdev->stp_cursor >= 6) { in mtk_stp_split()
299 bdev->stp_cursor = 2; in mtk_stp_split()
407 bdev->stp_cursor = 2; in btmtkuart_open()
462 bdev->stp_cursor = 2; in btmtkuart_flush()