Searched refs:HSC_CH_READ (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/hsi/clients/ |
H A D | hsi_char.c | 54 HSC_CH_READ, enumerator 230 if (test_bit(HSC_CH_READ, &channel->flags)) { in hsc_rx_completed() 283 if (!test_bit(HSC_CH_READ, &channel->flags)) in hsc_break_received() 288 clear_bit(HSC_CH_READ, &channel->flags); in hsc_break_received() 427 if (test_and_set_bit(HSC_CH_READ, &channel->flags)) in hsc_read() 446 clear_bit(HSC_CH_READ, &channel->flags); in hsc_read() 466 clear_bit(HSC_CH_READ, &channel->flags); in hsc_read() 646 clear_bit(HSC_CH_READ, &channel->flags); in hsc_release()
|
/kernel/linux/linux-6.6/drivers/hsi/clients/ |
H A D | hsi_char.c | 54 HSC_CH_READ, enumerator 230 if (test_bit(HSC_CH_READ, &channel->flags)) { in hsc_rx_completed() 283 if (!test_bit(HSC_CH_READ, &channel->flags)) in hsc_break_received() 288 clear_bit(HSC_CH_READ, &channel->flags); in hsc_break_received() 427 if (test_and_set_bit(HSC_CH_READ, &channel->flags)) in hsc_read() 446 clear_bit(HSC_CH_READ, &channel->flags); in hsc_read() 466 clear_bit(HSC_CH_READ, &channel->flags); in hsc_read() 646 clear_bit(HSC_CH_READ, &channel->flags); in hsc_release()
|
Completed in 2 milliseconds