Home
last modified time | relevance | path

Searched refs:scm_device (Results 1 – 3 of 3) sorted by relevance

/linux/arch/s390/include/asm/
H A Deadm.h81 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 Dscm_blk.h21 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 Dscm_drv.c17 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()