Home
last modified time | relevance | path

Searched refs:IRCOMM_3_WIRE_RAW (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/net/irda/ircomm/
Dircomm_param.c108 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()
Dircomm_core.c125 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()
Dircomm_tty_attach.c214 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()
Dircomm_tty.c454 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()
Dircomm_tty_ioctl.c93 if (self->service_type == IRCOMM_3_WIRE_RAW) in ircomm_tty_change_speed()
/linux-4.4.14/include/net/irda/
Dircomm_param.h54 #define IRCOMM_3_WIRE_RAW 0x01 macro