Searched refs:service_type (Results 1 – 17 of 17) sorted by relevance
/linux-4.4.14/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() 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()
|
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.4.14/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.4.14/drivers/soc/qcom/ |
D | smd-rpm.c | 48 __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/ |
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 | icp_qat_fw_pke.h | 67 u8 service_type; member
|
D | qat_asym_algs.c | 266 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()
|
D | qat_algs.c | 258 header->service_type = ICP_QAT_FW_COMN_REQ_CPM_FW_LA; in qat_alg_init_common_hdr()
|
/linux-4.4.14/drivers/net/hyperv/ |
D | hyperv_net.h | 1115 u32 service_type; member
|
/linux-4.4.14/Documentation/PCI/ |
D | PCIEBUS-HOWTO.txt | 119 .service_type = PCIE_PORT_SERVICE_AER,
|
/linux-4.4.14/include/net/bluetooth/ |
D | hci.h | 1572 __u8 service_type; member
|