Searched refs:IRCOMM_3_WIRE (Results 1 – 5 of 5) sorted by relevance
57 #define IRCOMM_3_WIRE 0x02 macro
211 else if (service_type & IRCOMM_3_WIRE) in ircomm_param_service_type()212 self->settings.service_type = IRCOMM_3_WIRE; in ircomm_param_service_type()
515 if(self->service_type & IRCOMM_3_WIRE) in ircomm_proc_read()
470 self->service_type = IRCOMM_3_WIRE | IRCOMM_9_WIRE; in ircomm_tty_open()1255 else if (self->service_type & IRCOMM_3_WIRE) in ircomm_tty_line_info()
284 if (self->settings.service_type == IRCOMM_3_WIRE) { in ircomm_tty_send_initial_parameters()