Searched refs:i_cdev (Results 1 - 25 of 72) sorted by last modified time

123

/linux-master/drivers/nvme/host/
H A Dmultipath.c465 if (!nvme_tryget_ns_head(cdev_to_ns_head(inode->i_cdev)))
472 nvme_put_ns_head(cdev_to_ns_head(inode->i_cdev));
H A Dcore.c3349 container_of(inode->i_cdev, struct nvme_ctrl, cdev);
3371 container_of(inode->i_cdev, struct nvme_ctrl, cdev);
3467 return nvme_ns_open(container_of(inode->i_cdev, struct nvme_ns, cdev));
3472 nvme_ns_release(container_of(inode->i_cdev, struct nvme_ns, cdev));
/linux-master/drivers/block/
H A Dublk_drv.c1281 struct ublk_device *ub = container_of(inode->i_cdev,
/linux-master/drivers/dma/idxd/
H A Dcdev.c179 struct cdev *cdev = inode->i_cdev;
/linux-master/fs/fuse/
H A Dcuse.c116 dev_t devt = inode->i_cdev->dev;
/linux-master/include/linux/
H A Dfs.h721 struct cdev *i_cdev; member in union:inode::__anon232
/linux-master/drivers/gpio/
H A Dgpiolib-cdev.c2733 struct gpio_device *gdev = container_of(inode->i_cdev,
/linux-master/drivers/scsi/
H A Dpmcraid.c3361 pinstance = container_of(inode->i_cdev, struct pmcraid_instance, cdev);
/linux-master/drivers/scsi/cxlflash/
H A Dmain.c3258 cfg = container_of(inode->i_cdev, struct cxlflash_cfg, cdev);
/linux-master/kernel/time/
H A Dposix-clock.c117 container_of(inode->i_cdev, struct posix_clock, cdev);
/linux-master/drivers/mmc/core/
H A Dblock.c2672 struct mmc_rpmb_data *rpmb = container_of(inode->i_cdev,
2684 struct mmc_rpmb_data *rpmb = container_of(inode->i_cdev,
/linux-master/drivers/staging/greybus/
H A Draw.c262 struct cdev *cdev = inode->i_cdev;
H A Dfw-management.c389 struct fw_mgmt *fw_mgmt = get_fw_mgmt(inode->i_cdev);
H A Dauthentication.c187 struct gb_cap *cap = get_cap(inode->i_cdev);
/linux-master/drivers/staging/fieldbus/
H A Ddev_core.c168 struct fieldbus_dev *fbdev = container_of(inode->i_cdev,
/linux-master/drivers/rpmsg/
H A Drpmsg_char.c40 #define cdev_to_eptdev(i_cdev) container_of(i_cdev, struct rpmsg_eptdev, cdev)
137 struct rpmsg_eptdev *eptdev = cdev_to_eptdev(inode->i_cdev);
181 struct rpmsg_eptdev *eptdev = cdev_to_eptdev(inode->i_cdev);
H A Drpmsg_ctrl.c39 #define cdev_to_ctrldev(i_cdev) container_of(i_cdev, struct rpmsg_ctrldev, cdev)
57 struct rpmsg_ctrldev *ctrldev = cdev_to_ctrldev(inode->i_cdev);
67 struct rpmsg_ctrldev *ctrldev = cdev_to_ctrldev(inode->i_cdev);
/linux-master/drivers/misc/
H A Dhpilo.c539 hw = container_of(ip->i_cdev, struct ilo_hwinfo, cdev);
570 hw = container_of(ip->i_cdev, struct ilo_hwinfo, cdev);
/linux-master/drivers/iio/
H A Dindustrialio-core.c1748 container_of(inode->i_cdev, struct iio_dev_opaque, chrdev);
1783 container_of(inode->i_cdev, struct iio_dev_opaque, chrdev);
/linux-master/drivers/char/xilinx_hwicap/
H A Dxilinx_hwicap.c532 drvdata = container_of(inode->i_cdev, struct hwicap_drvdata, cdev);
/linux-master/drivers/s390/crypto/
H A Dzcrypt_api.c504 if (filp->f_inode->i_cdev == &zcrypt_cdev) {
528 if (filp->f_inode->i_cdev == &zcrypt_cdev) {
/linux-master/kernel/trace/
H A Dtrace.c4578 * ensures that i_cdev was already initialized.
4582 if (inode->i_cdev) /* See trace_create_cpu_file() */
4583 return (long)inode->i_cdev - 1;
8534 d_inode(ret)->i_cdev = (void *)(cpu + 1);
/linux-master/drivers/vhost/
H A Dvdpa.c1403 v = container_of(inode->i_cdev, struct vhost_vdpa, cdev);
/linux-master/fs/
H A Dinode.c183 inode->i_cdev = NULL;
672 if (S_ISCHR(inode->i_mode) && inode->i_cdev)
/linux-master/drivers/media/mc/
H A Dmc-devnode.c154 devnode = container_of(inode->i_cdev, struct media_devnode, cdev);

Completed in 378 milliseconds

123