Home
last modified time | relevance | path

Searched refs:fw_vsc_cfg (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/nfc/fdp/
A Di2c.c221 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()
A Dfdp.c55 const u8 *fw_vsc_cfg; member
526 if (info->fw_vsc_cfg && info->fw_vsc_cfg[0]) { in fdp_nci_post_setup()
529 r = fdp_nci_set_production_data(ndev, info->fw_vsc_cfg[3], in fdp_nci_post_setup()
530 &info->fw_vsc_cfg[4]); in fdp_nci_post_setup()
694 const u8 *fw_vsc_cfg) in fdp_nci_probe() argument
710 info->fw_vsc_cfg = fw_vsc_cfg; in fdp_nci_probe()
A Dfdp.h26 u8 clock_type, u32 clock_freq, const u8 *fw_vsc_cfg);

Completed in 6 milliseconds