Searched refs:i_cdev (Results 1 - 25 of 72) sorted by path

123

/linux-master/drivers/char/tpm/
H A Dtpm-dev.c23 chip = container_of(inode->i_cdev, struct tpm_chip, cdev);
H A Dtpmrm-dev.c19 chip = container_of(inode->i_cdev, struct tpm_chip, cdevs);
/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);
/linux-master/arch/powerpc/platforms/book3s/
H A Dvas-api.c273 cp_inst->coproc = container_of(inode->i_cdev, struct coproc_dev,
/linux-master/block/
H A Dbsg.c35 return container_of(inode->i_cdev, struct bsg_device, cdev);
/linux-master/drivers/block/
H A Dublk_drv.c1281 struct ublk_device *ub = container_of(inode->i_cdev,
/linux-master/drivers/char/
H A Dbsr.c141 struct cdev *cdev = inode->i_cdev;
H A Dvirtio_console.c1021 struct cdev *cdev = 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/counter/
H A Dcounter-chrdev.c416 struct counter_device *const counter = container_of(inode->i_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/dax/
H A Ddevice.c453 cdev = inode->i_cdev;
H A Dsuper.c439 inode->i_cdev = &dax_dev->cdev;
508 * @inode: An inode with i_cdev pointing to a dax_dev
515 struct cdev *cdev = inode->i_cdev;
/linux-master/drivers/dma/idxd/
H A Dcdev.c179 struct cdev *cdev = inode->i_cdev;
/linux-master/drivers/fpga/
H A Ddfl.h406 pdata = container_of(inode->i_cdev, struct dfl_feature_platform_data,
/linux-master/drivers/fsi/
H A Dfsi-core.c750 struct fsi_slave *slave = container_of(inode->i_cdev, struct fsi_slave, cdev);
H A Dfsi-sbefifo.c792 struct sbefifo *sbefifo = container_of(inode->i_cdev, struct sbefifo, cdev);
H A Dfsi-scom.c506 struct scom_device *scom = container_of(inode->i_cdev, struct scom_device, cdev);
/linux-master/drivers/gnss/
H A Dcore.c41 gdev = container_of(inode->i_cdev, struct gnss_device, cdev);
/linux-master/drivers/gpio/
H A Dgpiolib-cdev.c2733 struct gpio_device *gdev = container_of(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/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);
H A Duverbs_main.c902 dev = container_of(inode->i_cdev, struct ib_uverbs_device, cdev);
/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,

Completed in 434 milliseconds

123