Home
last modified time | relevance | path

Searched refs:service_type (Results 1 – 17 of 17) 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()
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 …]
Dircomm_core.c107 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 …]
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()
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()
Dircomm_tty.c243 self->ircomm = ircomm_open(&notify, self->service_type, in ircomm_tty_startup()
447 self->service_type = IRCOMM_3_WIRE | IRCOMM_9_WIRE; in ircomm_tty_open()
448 self->settings.service_type = IRCOMM_9_WIRE; /* 9 wire as default */ in ircomm_tty_open()
454 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()
1165 if (self->service_type & IRCOMM_9_WIRE) in ircomm_tty_line_info()
1167 else if (self->service_type & IRCOMM_3_WIRE) in ircomm_tty_line_info()
1169 else if (self->service_type & IRCOMM_3_WIRE_RAW) in ircomm_tty_line_info()
Dircomm_event.c245 ircomm_state[self->state], self->service_type); in ircomm_next_state()
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_core.h79 __u8 service_type; member
84 struct ircomm_cb *ircomm_open(notify_t *notify, __u8 service_type, int line);
93 __u8 service_type);
Dircomm_tty.h71 __u8 service_type; /* The service that we support */ member
Dircomm_param.h117 __u8 service_type; member
/linux-4.4.14/drivers/soc/qcom/
Dsmd-rpm.c48 __le32 service_type; member
125 pkt->hdr.service_type = cpu_to_le32(RPM_SERVICE_TYPE_REQUEST); in qcom_rpm_smd_write()
166 if (le32_to_cpu(hdr->service_type) != RPM_SERVICE_TYPE_REQUEST || in qcom_smd_rpm_callback()
/linux-4.4.14/drivers/crypto/qat/qat_common/
Dicp_qat_fw.h119 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
Dicp_qat_fw_pke.h67 u8 service_type; member
Dqat_asym_algs.c266 msg->pke_hdr.service_type = ICP_QAT_FW_COMN_REQ_CPM_FW_PKE; in qat_rsa_enc()
397 msg->pke_hdr.service_type = ICP_QAT_FW_COMN_REQ_CPM_FW_PKE; in qat_rsa_dec()
Dqat_algs.c258 header->service_type = ICP_QAT_FW_COMN_REQ_CPM_FW_LA; in qat_alg_init_common_hdr()
/linux-4.4.14/drivers/net/hyperv/
Dhyperv_net.h1115 u32 service_type; member
/linux-4.4.14/Documentation/PCI/
DPCIEBUS-HOWTO.txt119 .service_type = PCIE_PORT_SERVICE_AER,
/linux-4.4.14/include/net/bluetooth/
Dhci.h1572 __u8 service_type; member