Searched refs:vendor_info (Results 1 – 8 of 8) sorted by relevance
248 info->vendor_info.rx_skb = skb; in st21nfca_hci_loopback_event_received()253 complete(&info->vendor_info.req_completion); in st21nfca_hci_loopback_event_received()269 reinit_completion(&info->vendor_info.req_completion); in st21nfca_hci_loopback()270 info->vendor_info.rx_skb = NULL; in st21nfca_hci_loopback()279 wait_for_completion_interruptible(&info->vendor_info.req_completion); in st21nfca_hci_loopback()280 if (!info->vendor_info.rx_skb || in st21nfca_hci_loopback()281 info->vendor_info.rx_skb->len != data_len) { in st21nfca_hci_loopback()289 info->vendor_info.rx_skb->len); in st21nfca_hci_loopback()295 if (nla_put(msg, NFC_ATTR_VENDOR_DATA, info->vendor_info.rx_skb->len, in st21nfca_hci_loopback()296 info->vendor_info.rx_skb->data)) { in st21nfca_hci_loopback()[all …]
174 struct st21nfca_vendor_info vendor_info; member
343 info->vendor_info.rx_skb = skb; in st_nci_hci_loopback_event_received()348 complete(&info->vendor_info.req_completion); in st_nci_hci_loopback_event_received()363 reinit_completion(&info->vendor_info.req_completion); in st_nci_hci_loopback()364 info->vendor_info.rx_skb = NULL; in st_nci_hci_loopback()373 wait_for_completion_interruptible(&info->vendor_info.req_completion); in st_nci_hci_loopback()375 if (!info->vendor_info.rx_skb || in st_nci_hci_loopback()376 info->vendor_info.rx_skb->len != data_len) { in st_nci_hci_loopback()384 info->vendor_info.rx_skb->len); in st_nci_hci_loopback()390 if (nla_put(msg, NFC_ATTR_VENDOR_DATA, info->vendor_info.rx_skb->len, in st_nci_hci_loopback()391 info->vendor_info.rx_skb->data)) { in st_nci_hci_loopback()[all …]
137 struct st_nci_vendor_info vendor_info; member
11 struct vendor_info { struct63 static struct vendor_info const vendor_info_table[] = {
1307 static struct hw_vendor_info vendor_info[] = { variable1344 for (v_info = vendor_info; v_info->valid; v_info++) { in intel_pstate_platform_pwr_mgmt_exists()
652 u8 vendor_info[BFA_FCS_FDMI_VENDOR_INFO_LEN]; member
2098 templen = sizeof(fcs_hba_attr->vendor_info); in bfa_fcs_lport_fdmi_build_rhba_pyld()2099 memcpy(attr->value, &fcs_hba_attr->vendor_info, templen); in bfa_fcs_lport_fdmi_build_rhba_pyld()2656 strcpy(hba_attr->vendor_info, "BROCADE"); in bfa_fcs_fdmi_get_hbaattr()