Searched refs:fw_vsc_cfg (Results 1 – 3 of 3) sorted by relevance
| /linux-4.4.14/drivers/nfc/fdp/ |
| D | i2c.c | 236 u8 **fw_vsc_cfg) in fdp_nci_i2c_read_device_properties() argument 263 *fw_vsc_cfg = devm_kmalloc(dev, in fdp_nci_i2c_read_device_properties() 264 len * sizeof(**fw_vsc_cfg), in fdp_nci_i2c_read_device_properties() 268 *fw_vsc_cfg, len); in fdp_nci_i2c_read_device_properties() 271 devm_kfree(dev, fw_vsc_cfg); in fdp_nci_i2c_read_device_properties() 277 *fw_vsc_cfg = NULL; in fdp_nci_i2c_read_device_properties() 281 *clock_type, *clock_freq, *fw_vsc_cfg != NULL ? "yes" : "no"); in fdp_nci_i2c_read_device_properties() 289 u8 *fw_vsc_cfg; in fdp_nci_i2c_probe() local 336 &fw_vsc_cfg); in fdp_nci_i2c_probe() 341 clock_type, clock_freq, fw_vsc_cfg); in fdp_nci_i2c_probe()
|
| D | fdp.c | 63 u8 *fw_vsc_cfg; member 573 if (info->fw_vsc_cfg && info->fw_vsc_cfg[0]) { in fdp_nci_post_setup() 576 r = fdp_nci_set_production_data(ndev, info->fw_vsc_cfg[3], in fdp_nci_post_setup() 577 &info->fw_vsc_cfg[4]); in fdp_nci_post_setup() 744 u8 *fw_vsc_cfg) in fdp_nci_probe() argument 762 info->fw_vsc_cfg = fw_vsc_cfg; in fdp_nci_probe()
|
| D | fdp.h | 34 u8 clock_type, u32 clock_freq, u8 *fw_vsc_cfg);
|