Searched refs:service_type (Results 1 – 14 of 14) sorted by relevance
/linux-4.1.27/net/irda/ircomm/ |
D | ircomm_param.c | 108 if (self->service_type == IRCOMM_3_WIRE_RAW) in ircomm_param_request() 161 __u8 service_type = (__u8) param->pv.i; in ircomm_param_service_type() local 167 param->pv.i = self->settings.service_type; in ircomm_param_service_type() 172 service_type &= self->service_type; in ircomm_param_service_type() 173 if (!service_type) { in ircomm_param_service_type() 178 service_type); in ircomm_param_service_type() 183 if (service_type & IRCOMM_CENTRONICS) in ircomm_param_service_type() 184 self->settings.service_type = IRCOMM_CENTRONICS; in ircomm_param_service_type() 185 else if (service_type & IRCOMM_9_WIRE) in ircomm_param_service_type() 186 self->settings.service_type = IRCOMM_9_WIRE; in ircomm_param_service_type() [all …]
|
D | ircomm_core.c | 107 struct ircomm_cb *ircomm_open(notify_t *notify, __u8 service_type, int line) in ircomm_open() argument 113 service_type); in ircomm_open() 125 if (service_type & IRCOMM_3_WIRE_RAW) { in ircomm_open() 136 self->service_type = service_type; in ircomm_open() 208 __u8 service_type) in ircomm_connect_request() argument 216 self->service_type= service_type; in ircomm_connect_request() 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() 534 if(self->service_type & IRCOMM_3_WIRE) in ircomm_seq_show() 536 if(self->service_type & IRCOMM_9_WIRE) in ircomm_seq_show() [all …]
|
D | ircomm_tty_attach.c | 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() 243 IRCOMM_SERVICE_TYPE, 1, self->service_type, in ircomm_tty_ias_register() 301 if (self->service_type & IRCOMM_3_WIRE_RAW) in ircomm_tty_send_initial_parameters() 331 if (self->settings.service_type == IRCOMM_3_WIRE) { in ircomm_tty_send_initial_parameters() 741 if (self->service_type == IRCOMM_3_WIRE_RAW) { in ircomm_tty_state_search() 863 NULL, self->service_type); in ircomm_tty_state_query_lsap_sel()
|
D | ircomm_tty.c | 243 self->ircomm = ircomm_open(¬ify, self->service_type, in ircomm_tty_startup() 476 self->service_type = IRCOMM_3_WIRE | IRCOMM_9_WIRE; in ircomm_tty_open() 477 self->settings.service_type = IRCOMM_9_WIRE; /* 9 wire as default */ in ircomm_tty_open() 483 self->service_type = IRCOMM_3_WIRE_RAW; in ircomm_tty_open() 484 self->settings.service_type = IRCOMM_3_WIRE_RAW; /* Default */ in ircomm_tty_open() 1194 if (self->service_type & IRCOMM_9_WIRE) in ircomm_tty_line_info() 1196 else if (self->service_type & IRCOMM_3_WIRE) in ircomm_tty_line_info() 1198 else if (self->service_type & IRCOMM_3_WIRE_RAW) in ircomm_tty_line_info()
|
D | ircomm_event.c | 245 ircomm_state[self->state], self->service_type); in ircomm_next_state()
|
D | ircomm_tty_ioctl.c | 93 if (self->service_type == IRCOMM_3_WIRE_RAW) in ircomm_tty_change_speed()
|
/linux-4.1.27/include/net/irda/ |
D | ircomm_core.h | 79 __u8 service_type; member 84 struct ircomm_cb *ircomm_open(notify_t *notify, __u8 service_type, int line); 93 __u8 service_type);
|
D | ircomm_tty.h | 71 __u8 service_type; /* The service that we support */ member
|
D | ircomm_param.h | 117 __u8 service_type; member
|
/linux-4.1.27/drivers/crypto/qat/qat_common/ |
D | icp_qat_fw.h | 119 uint8_t service_type; member 165 icp_qat_fw_comn_req_hdr_t.service_type 168 icp_qat_fw_comn_req_hdr_t.service_type = val
|
D | qat_algs.c | 267 header->service_type = ICP_QAT_FW_COMN_REQ_CPM_FW_LA; in qat_alg_init_common_hdr()
|
/linux-4.1.27/drivers/net/hyperv/ |
D | hyperv_net.h | 1072 u32 service_type; member
|
/linux-4.1.27/Documentation/PCI/ |
D | PCIEBUS-HOWTO.txt | 119 .service_type = PCIE_PORT_SERVICE_AER,
|
/linux-4.1.27/include/net/bluetooth/ |
D | hci.h | 1548 __u8 service_type; member
|