Searched refs:telem_pdev (Results 1 – 2 of 2) sorted by relevance
112 ec->telem_pdev = platform_device_register_data(dev, "wilco_telem", in wilco_ec_probe()115 if (IS_ERR(ec->telem_pdev)) { in wilco_ec_probe()117 ret = PTR_ERR(ec->telem_pdev); in wilco_ec_probe()140 platform_device_unregister(ec->telem_pdev); in wilco_ec_remove()
50 struct platform_device *telem_pdev; member