Searched refs:scm_device (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/s390/cio/ |
| H A D | scm.c | 21 #define to_scm_dev(n) container_of(n, struct scm_device, dev) 26 struct scm_device *scmdev = to_scm_dev(dev); in scmdev_probe() 34 struct scm_device *scmdev = to_scm_dev(dev); in scmdev_remove() 80 struct scm_device *scmdev = aobrq->scmdev; in scm_irq_handler() 91 struct scm_device *scmdev = to_scm_dev(dev); \ 130 struct scm_device *scmdev = to_scm_dev(dev); in scmdev_release() 135 static void scmdev_setup(struct scm_device *scmdev, struct sale *sale, in scmdev_setup() 158 static void scmdev_update(struct scm_device *scmdev, struct sale *sale) in scmdev_update() 181 struct scm_device *scmdev = to_scm_dev(dev); in check_address() 187 static struct scm_device *scmdev_find(struct sale *sale) in scmdev_find() [all …]
|
| /linux/arch/s390/include/asm/ |
| H A D | eadm.h | 81 struct scm_device *scmdev; 85 struct scm_device { struct 108 int (*probe) (struct scm_device *scmdev); argument 109 void (*remove) (struct scm_device *scmdev); 110 void (*notify) (struct scm_device *scmdev, enum scm_event event); 111 void (*handler) (struct scm_device *scmdev, void *data,
|
| /linux/drivers/s390/block/ |
| H A D | scm_blk.h | 21 struct scm_device *scmdev; 40 int scm_blk_dev_setup(struct scm_blk_dev *, struct scm_device *); 43 void scm_blk_irq(struct scm_device *, void *, blk_status_t); 61 static inline void SCM_LOG_STATE(int level, struct scm_device *scmdev) in SCM_LOG_STATE()
|
| H A 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 void scm_remove(struct scm_device *scmdev) in scm_remove()
|
| H A D | scm_blk.c | 180 struct scm_device *scmdev = bdev->gendisk->private_data; in scm_request_prepare() 284 struct scm_device *scmdev = hctx->queue->queuedata; in scm_blk_request() 400 void scm_blk_irq(struct scm_device *scmdev, void *data, blk_status_t error) in scm_blk_irq() 434 int scm_blk_dev_setup(struct scm_blk_dev *bdev, struct scm_device *scmdev) in scm_blk_dev_setup()
|