Searched refs:fw_vsc_cfg (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/nfc/fdp/ |
| H A D | i2c.c | 221 u8 **fw_vsc_cfg) in fdp_nci_i2c_read_device_properties() argument 248 *fw_vsc_cfg = devm_kmalloc_array(dev, in fdp_nci_i2c_read_device_properties() 249 len, sizeof(**fw_vsc_cfg), in fdp_nci_i2c_read_device_properties() 253 *fw_vsc_cfg, len); in fdp_nci_i2c_read_device_properties() 256 devm_kfree(dev, *fw_vsc_cfg); in fdp_nci_i2c_read_device_properties() 262 *fw_vsc_cfg = NULL; in fdp_nci_i2c_read_device_properties() 266 *clock_type, *clock_freq, *fw_vsc_cfg != NULL ? "yes" : "no"); in fdp_nci_i2c_read_device_properties() 280 u8 *fw_vsc_cfg; in fdp_nci_i2c_probe() local 327 &fw_vsc_cfg); in fdp_nci_i2c_probe() 332 clock_type, clock_freq, fw_vsc_cfg); in fdp_nci_i2c_probe()
|
| H A D | fdp.c | 55 u8 *fw_vsc_cfg; member 550 if (info->fw_vsc_cfg && info->fw_vsc_cfg[0]) { in fdp_nci_post_setup() 553 r = fdp_nci_set_production_data(ndev, info->fw_vsc_cfg[3], in fdp_nci_post_setup() 554 &info->fw_vsc_cfg[4]); in fdp_nci_post_setup() 717 u8 *fw_vsc_cfg) in fdp_nci_probe() argument 733 info->fw_vsc_cfg = fw_vsc_cfg; in fdp_nci_probe()
|
| H A D | fdp.h | 26 u8 clock_type, u32 clock_freq, u8 *fw_vsc_cfg);
|