Searched refs:i_cdev (Results 26 - 50 of 72) sorted by relevance

123

/linux-master/arch/powerpc/platforms/book3s/
H A Dvas-api.c273 cp_inst->coproc = container_of(inode->i_cdev, struct coproc_dev,
/linux-master/drivers/platform/chrome/wilco_ec/
H A Devent.c308 dev_data = container_of(inode->i_cdev, struct event_device_data, cdev);
/linux-master/drivers/cxl/core/
H A Dmemdev.c731 container_of(inode->i_cdev, typeof(*cxlmd), cdev);
742 container_of(inode->i_cdev, typeof(*cxlmd), 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);
H A Dphantom.c215 struct phantom_device *dev = container_of(inode->i_cdev,
/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));
/linux-master/kernel/trace/
H A Dtrace_osnoise.c2390 long cpu = (long) inode->i_cdev;
2432 file->private_data = inode->i_cdev;
2739 d_inode(timerlat_fd)->i_cdev = (void *)(cpu);
/linux-master/drivers/media/cec/core/
H A Dcec-api.c556 container_of(inode->i_cdev, struct cec_devnode, cdev);
/linux-master/drivers/fsi/
H A Dfsi-scom.c506 struct scom_device *scom = container_of(inode->i_cdev, struct scom_device, cdev);
H A Dfsi-sbefifo.c792 struct sbefifo *sbefifo = container_of(inode->i_cdev, struct sbefifo, cdev);
/linux-master/drivers/counter/
H A Dcounter-chrdev.c416 struct counter_device *const counter = container_of(inode->i_cdev,
/linux-master/drivers/char/xilinx_hwicap/
H A Dxilinx_hwicap.c532 drvdata = container_of(inode->i_cdev, struct hwicap_drvdata, cdev);
/linux-master/drivers/staging/greybus/
H A Dfw-management.c389 struct fw_mgmt *fw_mgmt = get_fw_mgmt(inode->i_cdev);
/linux-master/fs/fuse/
H A Dcuse.c116 dev_t devt = inode->i_cdev->dev;
/linux-master/drivers/dma/idxd/
H A Dcdev.c179 struct cdev *cdev = inode->i_cdev;
/linux-master/drivers/misc/genwqe/
H A Dcard_dev.c308 cd = container_of(inode->i_cdev, struct genwqe_dev, cdev_genwqe);
395 struct genwqe_dev *cd = container_of(inode->i_cdev, struct genwqe_dev,
/linux-master/drivers/infiniband/hw/hfi1/
H A Dfile_ops.c149 struct hfi1_devdata *dd = container_of(inode->i_cdev,
631 struct hfi1_devdata *dd = container_of(inode->i_cdev,
/linux-master/drivers/infiniband/core/
H A Duser_mad.c994 port = container_of(inode->i_cdev, struct ib_umad_port, cdev);
1087 port = container_of(inode->i_cdev, struct ib_umad_port, sm_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/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/hsi/clients/
H A Dhsi_char.c597 cl_data = container_of(inode->i_cdev, struct hsc_client_data, cdev);
/linux-master/drivers/input/
H A Dmousedev.c544 mousedev = container_of(inode->i_cdev, struct mousedev, cdev);
H A Djoydev.c260 container_of(inode->i_cdev, struct joydev, cdev);
/linux-master/drivers/vfio/
H A Dgroup.c435 container_of(inode->i_cdev, struct vfio_group, cdev);
/linux-master/drivers/misc/mei/
H A Dmain.c54 dev = container_of(inode->i_cdev, struct mei_device, cdev);

Completed in 308 milliseconds

123