Searched refs:service_type (Results 1 – 13 of 13) sorted by relevance
/linux-2.6.39/net/irda/ircomm/ |
D | ircomm_param.c | 117 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 …]
|
D | ircomm_core.c | 110 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 …]
|
D | ircomm_tty_attach.c | 218 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()
|
D | ircomm_tty.c | 217 self->ircomm = ircomm_open(¬ify, 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()
|
D | ircomm_event.c | 249 ircomm_state[self->state], self->service_type); in ircomm_next_state()
|
D | ircomm_tty_ioctl.c | 96 if (self->service_type == IRCOMM_3_WIRE_RAW) in ircomm_tty_change_speed()
|
/linux-2.6.39/include/net/irda/ |
D | ircomm_core.h | 81 __u8 service_type; member 86 struct ircomm_cb *ircomm_open(notify_t *notify, __u8 service_type, int line); 95 __u8 service_type);
|
D | ircomm_param.h | 119 __u8 service_type; member
|
D | ircomm_tty.h | 78 __u8 service_type; /* The service that we support */ member
|
/linux-2.6.39/drivers/staging/hv/ |
D | rndis.h | 540 u32 service_type; member
|
/linux-2.6.39/drivers/staging/ath6kl/include/common/ |
D | a_hci.h | 352 u8 service_type; member
|
/linux-2.6.39/include/net/bluetooth/ |
D | hci.h | 784 __u8 service_type; member
|
/linux-2.6.39/Documentation/PCI/ |
D | PCIEBUS-HOWTO.txt | 119 .service_type = PCIE_PORT_SERVICE_AER,
|