Home
last modified time | relevance | path

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

/linux-4.4.14/include/net/irda/
Dircomm_param.h55 #define IRCOMM_3_WIRE 0x02 macro
/linux-4.4.14/net/irda/ircomm/
Dircomm_param.c187 else if (service_type & IRCOMM_3_WIRE) in ircomm_param_service_type()
188 self->settings.service_type = IRCOMM_3_WIRE; in ircomm_param_service_type()
Dircomm_core.c534 if(self->service_type & IRCOMM_3_WIRE) in ircomm_seq_show()
Dircomm_tty.c447 self->service_type = IRCOMM_3_WIRE | IRCOMM_9_WIRE; in ircomm_tty_open()
1167 else if (self->service_type & IRCOMM_3_WIRE) in ircomm_tty_line_info()
Dircomm_tty_attach.c331 if (self->settings.service_type == IRCOMM_3_WIRE) { in ircomm_tty_send_initial_parameters()