Home
last modified time | relevance | path

Searched refs:vendor_info (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/drivers/nfc/st21nfca/
Dvendor_cmds.c248 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 …]
Dst21nfca.h174 struct st21nfca_vendor_info vendor_info; member
/linux-4.4.14/drivers/nfc/st-nci/
Dvendor_cmds.c343 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 …]
Dst-nci.h137 struct st_nci_vendor_info vendor_info; member
/linux-4.4.14/arch/mips/lasat/
Dlasat_models.h11 struct vendor_info { struct
63 static struct vendor_info const vendor_info_table[] = {
/linux-4.4.14/drivers/cpufreq/
Dintel_pstate.c1307 static struct hw_vendor_info vendor_info[] = { variable
1344 for (v_info = vendor_info; v_info->valid; v_info++) { in intel_pstate_platform_pwr_mgmt_exists()
/linux-4.4.14/drivers/scsi/bfa/
Dbfa_fcs.h652 u8 vendor_info[BFA_FCS_FDMI_VENDOR_INFO_LEN]; member
Dbfa_fcs_lport.c2098 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()