Searched refs:scm_device (Results  1 – 5 of 5) sorted by relevance
| /Linux-v5.4/drivers/s390/cio/ | 
| 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() 78 	struct scm_device *scmdev = aobrq->scmdev;  in scm_irq_handler() 89 	struct scm_device *scmdev = to_scm_dev(dev);			\ 128 	struct scm_device *scmdev = to_scm_dev(dev);  in scmdev_release() 133 static void scmdev_setup(struct scm_device *scmdev, struct sale *sale,  in scmdev_setup() 156 static void scmdev_update(struct scm_device *scmdev, struct sale *sale)  in scmdev_update() 179 	struct scm_device *scmdev = to_scm_dev(dev);  in check_address() 185 static struct scm_device *scmdev_find(struct sale *sale)  in scmdev_find() [all …] 
 | 
| /Linux-v5.4/arch/s390/include/asm/ | 
| D | eadm.h | 80 	struct scm_device *scmdev; 84 struct scm_device {  struct 107 	int (*probe) (struct scm_device *scmdev);  argument 108 	int (*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-v5.4/drivers/s390/block/ | 
| 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()
  | 
| 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 int scm_remove(struct scm_device *scmdev)  in scm_remove()
  | 
| D | scm_blk.c | 182 	struct scm_device *scmdev = bdev->gendisk->private_data;  in scm_request_prepare() 285 	struct scm_device *scmdev = hctx->queue->queuedata;  in scm_blk_request() 401 void scm_blk_irq(struct scm_device *scmdev, void *data, blk_status_t error)  in scm_blk_irq() 435 int scm_blk_dev_setup(struct scm_blk_dev *bdev, struct scm_device *scmdev)  in scm_blk_dev_setup()
  |