Lines Matching refs:spdev
187 static void cosm_scif_probe(struct scif_peer_dev *spdev) in cosm_scif_probe() argument
191 dev_dbg(&spdev->dev, "%s %d: dnode %d\n", in cosm_scif_probe()
192 __func__, __LINE__, spdev->dnode); in cosm_scif_probe()
195 if (spdev->dnode) in cosm_scif_probe()
198 client_spdev = spdev; in cosm_scif_probe()
205 dev_err(&spdev->dev, in cosm_scif_probe()
213 dev_err(&spdev->dev, "%s %d kthread_run rc %d\n", in cosm_scif_probe()
226 static void cosm_scif_remove(struct scif_peer_dev *spdev) in cosm_scif_remove() argument
230 dev_dbg(&spdev->dev, "%s %d: dnode %d\n", in cosm_scif_remove()
231 __func__, __LINE__, spdev->dnode); in cosm_scif_remove()
233 if (spdev->dnode) in cosm_scif_remove()