Searched refs:scm_device (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/s390/cio/ |
A D | scm.c | 20 #define to_scm_dev(n) container_of(n, struct scm_device, dev) 25 struct scm_device *scmdev = to_scm_dev(dev); in scmdev_probe() 33 struct scm_device *scmdev = to_scm_dev(dev); in scmdev_remove() 79 struct scm_device *scmdev = aobrq->scmdev; in scm_irq_handler() 90 struct scm_device *scmdev = to_scm_dev(dev); \ 129 struct scm_device *scmdev = to_scm_dev(dev); in scmdev_release() 134 static void scmdev_setup(struct scm_device *scmdev, struct sale *sale, in scmdev_setup() 180 struct scm_device *scmdev = to_scm_dev(dev); in check_address() 186 static struct scm_device *scmdev_find(struct sale *sale) in scmdev_find() 198 struct scm_device *scmdev; in scm_add() [all …]
|
/linux/arch/s390/include/asm/ |
A D | eadm.h | 80 struct scm_device *scmdev; 84 struct scm_device { struct 107 int (*probe) (struct scm_device *scmdev); argument 108 void (*remove) (struct scm_device *scmdev); 109 void (*notify) (struct scm_device *scmdev, enum scm_event event); 110 void (*handler) (struct scm_device *scmdev, void *data,
|
/linux/drivers/s390/block/ |
A D | scm_blk.h | 22 struct scm_device *scmdev; 41 int scm_blk_dev_setup(struct scm_blk_dev *, struct scm_device *); 44 void scm_blk_irq(struct scm_device *, void *, blk_status_t); 62 static inline void SCM_LOG_STATE(int level, struct scm_device *scmdev) in SCM_LOG_STATE()
|
A D | scm_drv.c | 17 static void scm_notify(struct scm_device *scmdev, enum scm_event event) in scm_notify() 36 static int scm_probe(struct scm_device *scmdev) in scm_probe() 63 static void scm_remove(struct scm_device *scmdev) in scm_remove()
|
A D | scm_blk.c | 182 struct scm_device *scmdev = bdev->gendisk->private_data; in scm_request_prepare() 286 struct scm_device *scmdev = hctx->queue->queuedata; in scm_blk_request() 402 void scm_blk_irq(struct scm_device *scmdev, void *data, blk_status_t error) in scm_blk_irq() 436 int scm_blk_dev_setup(struct scm_blk_dev *bdev, struct scm_device *scmdev) in scm_blk_dev_setup()
|
Completed in 8 milliseconds