Searched refs:NCI_OP_CORE_SET_CONFIG_CMD (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/nfc/nfcmrvl/ |
H A D | fw_dnld.c | 173 nci_send_cmd(priv->ndev, NCI_OP_CORE_SET_CONFIG_CMD, 3 + cmd.param.len, in process_state_init() 229 nci_send_cmd(priv->ndev, NCI_OP_CORE_SET_CONFIG_CMD, 3 + cmd.param.len, in process_state_set_ref_clock()
|
/kernel/linux/linux-6.6/drivers/nfc/nfcmrvl/ |
H A D | fw_dnld.c | 161 nci_send_cmd(priv->ndev, NCI_OP_CORE_SET_CONFIG_CMD, 3 + cmd.param.len, in process_state_init() 217 nci_send_cmd(priv->ndev, NCI_OP_CORE_SET_CONFIG_CMD, 3 + cmd.param.len, in process_state_set_ref_clock()
|
/kernel/linux/linux-5.10/include/net/nfc/ |
H A D | nci.h | 224 #define NCI_OP_CORE_SET_CONFIG_CMD nci_opcode_pack(NCI_GID_CORE, 0x02) macro
|
/kernel/linux/linux-6.6/include/net/nfc/ |
H A D | nci.h | 234 #define NCI_OP_CORE_SET_CONFIG_CMD nci_opcode_pack(NCI_GID_CORE, 0x02) macro
|
/kernel/linux/linux-5.10/net/nfc/nci/ |
H A D | core.c | 228 nci_send_cmd(ndev, NCI_OP_CORE_SET_CONFIG_CMD, (3 + param->len), &cmd); in nci_set_config_req()
|
/kernel/linux/linux-6.6/net/nfc/nci/ |
H A D | core.c | 234 nci_send_cmd(ndev, NCI_OP_CORE_SET_CONFIG_CMD, (3 + param->len), &cmd); in nci_set_config_req()
|
Completed in 9 milliseconds