Searched refs:IRCOMM_3_WIRE_RAW (Results 1 – 6 of 6) sorted by relevance
108 if (self->service_type == IRCOMM_3_WIRE_RAW) in ircomm_param_request()189 else if (service_type & IRCOMM_3_WIRE_RAW) in ircomm_param_service_type()190 self->settings.service_type = IRCOMM_3_WIRE_RAW; in ircomm_param_service_type()206 (self->settings.service_type != IRCOMM_3_WIRE_RAW)) in ircomm_param_service_type()
125 if (service_type & IRCOMM_3_WIRE_RAW) { in ircomm_open()478 if (self->service_type == IRCOMM_3_WIRE_RAW) in ircomm_flow_request()532 if(self->service_type & IRCOMM_3_WIRE_RAW) in ircomm_seq_show()
214 if (self->service_type & IRCOMM_3_WIRE_RAW) in ircomm_tty_ias_register()230 if (self->service_type & IRCOMM_3_WIRE_RAW) { in ircomm_tty_ias_register()301 if (self->service_type & IRCOMM_3_WIRE_RAW) in ircomm_tty_send_initial_parameters()741 if (self->service_type == IRCOMM_3_WIRE_RAW) { in ircomm_tty_state_search()
454 self->service_type = IRCOMM_3_WIRE_RAW; in ircomm_tty_open()455 self->settings.service_type = IRCOMM_3_WIRE_RAW; /* Default */ in ircomm_tty_open()1169 else if (self->service_type & IRCOMM_3_WIRE_RAW) in ircomm_tty_line_info()
93 if (self->service_type == IRCOMM_3_WIRE_RAW) in ircomm_tty_change_speed()
54 #define IRCOMM_3_WIRE_RAW 0x01 macro