Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/hsi/clients/
Dhsi_char.c360 if ((rxc->mode != HSI_MODE_STREAM) && (rxc->mode != HSI_MODE_FRAME)) in hsc_rx_set()
377 if (rxc->mode == HSI_MODE_FRAME) in hsc_rx_set()
395 if ((txc->mode != HSI_MODE_STREAM) && (txc->mode != HSI_MODE_FRAME)) in hsc_tx_set()
/linux-4.4.14/include/linux/hsi/
Dhsi.h40 HSI_MODE_FRAME, enumerator
/linux-4.4.14/drivers/hsi/
Dhsi.c162 *result = HSI_MODE_FRAME; in hsi_of_property_parse_mode()