Searched refs:IRCOMM_9_WIRE (Results 1 – 4 of 4) sorted by relevance
56 #define IRCOMM_9_WIRE 0x04 macro
185 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()
476 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()
536 if(self->service_type & IRCOMM_9_WIRE) in ircomm_seq_show()