Home
last modified time | relevance | path

Searched refs:H5_RX_ESC (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/bluetooth/
H A Dhci_h5.c54 H5_RX_ESC, /* SLIP escape mode */ enumerator
506 if (!test_bit(H5_RX_ESC, &h5->flags) && c == SLIP_ESC) { in h5_unslip_one_byte()
507 set_bit(H5_RX_ESC, &h5->flags); in h5_unslip_one_byte()
511 if (test_and_clear_bit(H5_RX_ESC, &h5->flags)) { in h5_unslip_one_byte()
541 clear_bit(H5_RX_ESC, &h5->flags); in h5_reset_rx()
/kernel/linux/linux-6.6/drivers/bluetooth/
H A Dhci_h5.c57 H5_RX_ESC, /* SLIP escape mode */ enumerator
523 if (!test_bit(H5_RX_ESC, &h5->flags) && c == SLIP_ESC) { in h5_unslip_one_byte()
524 set_bit(H5_RX_ESC, &h5->flags); in h5_unslip_one_byte()
528 if (test_and_clear_bit(H5_RX_ESC, &h5->flags)) { in h5_unslip_one_byte()
558 clear_bit(H5_RX_ESC, &h5->flags); in h5_reset_rx()

Completed in 4 milliseconds