Searched refs:chdev (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/rapidio/devices/
H A Drio_mport_cdev.c1883 struct mport_dev *chdev; local
1892 chdev = container_of(inode->i_cdev, struct mport_dev, cdev);
1894 rmcd_debug(INIT, "%s filp=%p", dev_name(&chdev->dev), filp);
1896 if (atomic_read(&chdev->active) == 0)
1899 get_device(&chdev->dev);
1903 put_device(&chdev->dev);
1907 priv->md = chdev;
1917 put_device(&chdev->dev);
1918 dev_err(&chdev->dev, DRV_NAME ": kfifo_alloc failed\n");
1928 mutex_lock(&chdev
2015 struct mport_dev *chdev; local
2545 struct mport_dev *chdev = NULL; local
2565 struct mport_dev *chdev; local
[all...]

Completed in 98 milliseconds