Home
last modified time | relevance | path

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

/linux-4.1.27/include/net/irda/
Dircomm_param.h56 #define IRCOMM_9_WIRE 0x04 macro
/linux-4.1.27/net/irda/ircomm/
Dircomm_param.c185 else if (service_type & IRCOMM_9_WIRE) in ircomm_param_service_type()
186 self->settings.service_type = IRCOMM_9_WIRE; in ircomm_param_service_type()
Dircomm_tty.c476 self->service_type = IRCOMM_3_WIRE | IRCOMM_9_WIRE; in ircomm_tty_open()
477 self->settings.service_type = IRCOMM_9_WIRE; /* 9 wire as default */ in ircomm_tty_open()
1194 if (self->service_type & IRCOMM_9_WIRE) in ircomm_tty_line_info()
Dircomm_core.c536 if(self->service_type & IRCOMM_9_WIRE) in ircomm_seq_show()