Searched refs:scm_device (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/drivers/s390/cio/ |
D | scm.c | 19 #define to_scm_dev(n) container_of(n, struct scm_device, dev) 24 struct scm_device *scmdev = to_scm_dev(dev); in scmdev_probe() 32 struct scm_device *scmdev = to_scm_dev(dev); in scmdev_remove() 77 struct scm_device *scmdev = aobrq->scmdev; in scm_irq_handler() 88 struct scm_device *scmdev = to_scm_dev(dev); \ 127 struct scm_device *scmdev = to_scm_dev(dev); in scmdev_release() 132 static void scmdev_setup(struct scm_device *scmdev, struct sale *sale, in scmdev_setup() 155 static void scmdev_update(struct scm_device *scmdev, struct sale *sale) in scmdev_update() 178 struct scm_device *scmdev = to_scm_dev(dev); in check_address() 184 static struct scm_device *scmdev_find(struct sale *sale) in scmdev_find() [all …]
|
/linux-4.4.14/arch/s390/include/asm/ |
D | eadm.h | 78 struct scm_device *scmdev; 82 struct scm_device { struct 105 int (*probe) (struct scm_device *scmdev); argument 106 int (*remove) (struct scm_device *scmdev); 107 void (*notify) (struct scm_device *scmdev, enum scm_event event); 108 void (*handler) (struct scm_device *scmdev, void *data, int error);
|
/linux-4.4.14/drivers/s390/block/ |
D | scm_blk.h | 20 struct scm_device *scmdev; 50 int scm_blk_dev_setup(struct scm_blk_dev *, struct scm_device *); 53 void scm_blk_irq(struct scm_device *, void *, int); 121 static inline void SCM_LOG_STATE(int level, struct scm_device *scmdev) in SCM_LOG_STATE()
|
D | scm_drv.c | 16 static void scm_notify(struct scm_device *scmdev, enum scm_event event) in scm_notify() 35 static int scm_probe(struct scm_device *scmdev) in scm_probe() 62 static int scm_remove(struct scm_device *scmdev) in scm_remove()
|
D | scm_blk.c | 184 struct scm_device *scmdev = bdev->gendisk->private_data; in scm_request_prepare() 297 struct scm_device *scmdev = rq->queuedata; in scm_blk_request() 387 void scm_blk_irq(struct scm_device *scmdev, void *data, int error) in scm_blk_irq() 472 int scm_blk_dev_setup(struct scm_blk_dev *bdev, struct scm_device *scmdev) in scm_blk_dev_setup()
|
D | scm_blk_cluster.c | 133 struct scm_device *scmdev = bdev->gendisk->private_data; in scm_prepare_cluster_request()
|