Lines Matching refs:spdev
181 static void cosm_scif_probe(struct scif_peer_dev *spdev) in cosm_scif_probe() argument
185 dev_dbg(&spdev->dev, "%s %d: dnode %d\n", in cosm_scif_probe()
186 __func__, __LINE__, spdev->dnode); in cosm_scif_probe()
189 if (spdev->dnode) in cosm_scif_probe()
192 client_spdev = spdev; in cosm_scif_probe()
199 dev_err(&spdev->dev, in cosm_scif_probe()
207 dev_err(&spdev->dev, "%s %d kthread_run rc %d\n", in cosm_scif_probe()
220 static void cosm_scif_remove(struct scif_peer_dev *spdev) in cosm_scif_remove() argument
224 dev_dbg(&spdev->dev, "%s %d: dnode %d\n", in cosm_scif_remove()
225 __func__, __LINE__, spdev->dnode); in cosm_scif_remove()
227 if (spdev->dnode) in cosm_scif_remove()