Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/net/irda/
Dircomm_param.h57 #define IRCOMM_3_WIRE 0x02 macro
/linux-2.4.37.9/net/irda/ircomm/
Dircomm_param.c211 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()
Dircomm_core.c515 if(self->service_type & IRCOMM_3_WIRE) in ircomm_proc_read()
Dircomm_tty.c470 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()
Dircomm_tty_attach.c284 if (self->settings.service_type == IRCOMM_3_WIRE) { in ircomm_tty_send_initial_parameters()