Home
last modified time | relevance | path

Searched refs:service_type (Results 1 – 13 of 13) sorted by relevance

/linux-2.6.39/net/irda/ircomm/
Dircomm_param.c117 if (self->service_type == IRCOMM_3_WIRE_RAW) in ircomm_param_request()
169 __u8 service_type = (__u8) param->pv.i; in ircomm_param_service_type() local
175 param->pv.i = self->settings.service_type; in ircomm_param_service_type()
180 service_type &= self->service_type; in ircomm_param_service_type()
181 if (!service_type) { in ircomm_param_service_type()
187 service_type); in ircomm_param_service_type()
192 if (service_type & IRCOMM_CENTRONICS) in ircomm_param_service_type()
193 self->settings.service_type = IRCOMM_CENTRONICS; in ircomm_param_service_type()
194 else if (service_type & IRCOMM_9_WIRE) in ircomm_param_service_type()
195 self->settings.service_type = IRCOMM_9_WIRE; in ircomm_param_service_type()
[all …]
Dircomm_core.c110 struct ircomm_cb *ircomm_open(notify_t *notify, __u8 service_type, int line) in ircomm_open() argument
116 service_type); in ircomm_open()
128 if (service_type & IRCOMM_3_WIRE_RAW) { in ircomm_open()
139 self->service_type = service_type; in ircomm_open()
215 __u8 service_type) in ircomm_connect_request() argument
225 self->service_type= service_type; in ircomm_connect_request()
513 if (self->service_type == IRCOMM_3_WIRE_RAW) in ircomm_flow_request()
567 if(self->service_type & IRCOMM_3_WIRE_RAW) in ircomm_seq_show()
569 if(self->service_type & IRCOMM_3_WIRE) in ircomm_seq_show()
571 if(self->service_type & IRCOMM_9_WIRE) in ircomm_seq_show()
[all …]
Dircomm_tty_attach.c218 if (self->service_type & IRCOMM_3_WIRE_RAW) in ircomm_tty_ias_register()
234 if (self->service_type & IRCOMM_3_WIRE_RAW) { in ircomm_tty_ias_register()
247 IRCOMM_SERVICE_TYPE, 1, self->service_type, in ircomm_tty_ias_register()
305 if (self->service_type & IRCOMM_3_WIRE_RAW) in ircomm_tty_send_initial_parameters()
335 if (self->settings.service_type == IRCOMM_3_WIRE) { in ircomm_tty_send_initial_parameters()
750 if (self->service_type == IRCOMM_3_WIRE_RAW) { in ircomm_tty_state_search()
872 NULL, self->service_type); in ircomm_tty_state_query_lsap_sel()
Dircomm_tty.c217 self->ircomm = ircomm_open(&notify, self->service_type, in ircomm_tty_startup()
461 self->service_type = IRCOMM_3_WIRE | IRCOMM_9_WIRE; in ircomm_tty_open()
462 self->settings.service_type = IRCOMM_9_WIRE; /* 9 wire as default */ in ircomm_tty_open()
468 self->service_type = IRCOMM_3_WIRE_RAW; in ircomm_tty_open()
469 self->settings.service_type = IRCOMM_3_WIRE_RAW; /* Default */ in ircomm_tty_open()
1250 if (self->service_type & IRCOMM_9_WIRE) in ircomm_tty_line_info()
1252 else if (self->service_type & IRCOMM_3_WIRE) in ircomm_tty_line_info()
1254 else if (self->service_type & IRCOMM_3_WIRE_RAW) in ircomm_tty_line_info()
Dircomm_event.c249 ircomm_state[self->state], self->service_type); in ircomm_next_state()
Dircomm_tty_ioctl.c96 if (self->service_type == IRCOMM_3_WIRE_RAW) in ircomm_tty_change_speed()
/linux-2.6.39/include/net/irda/
Dircomm_core.h81 __u8 service_type; member
86 struct ircomm_cb *ircomm_open(notify_t *notify, __u8 service_type, int line);
95 __u8 service_type);
Dircomm_param.h119 __u8 service_type; member
Dircomm_tty.h78 __u8 service_type; /* The service that we support */ member
/linux-2.6.39/drivers/staging/hv/
Drndis.h540 u32 service_type; member
/linux-2.6.39/drivers/staging/ath6kl/include/common/
Da_hci.h352 u8 service_type; member
/linux-2.6.39/include/net/bluetooth/
Dhci.h784 __u8 service_type; member
/linux-2.6.39/Documentation/PCI/
DPCIEBUS-HOWTO.txt119 .service_type = PCIE_PORT_SERVICE_AER,