Lines Matching refs:spdev
193 static void cosm_scif_probe(struct scif_peer_dev *spdev) in cosm_scif_probe() argument
197 dev_dbg(&spdev->dev, "%s %d: dnode %d\n", in cosm_scif_probe()
198 __func__, __LINE__, spdev->dnode); in cosm_scif_probe()
201 if (spdev->dnode) in cosm_scif_probe()
204 client_spdev = spdev; in cosm_scif_probe()
211 dev_err(&spdev->dev, in cosm_scif_probe()
219 dev_err(&spdev->dev, "%s %d kthread_run rc %d\n", in cosm_scif_probe()
232 static void cosm_scif_remove(struct scif_peer_dev *spdev) in cosm_scif_remove() argument
236 dev_dbg(&spdev->dev, "%s %d: dnode %d\n", in cosm_scif_remove()
237 __func__, __LINE__, spdev->dnode); in cosm_scif_remove()
239 if (spdev->dnode) in cosm_scif_remove()