Searched refs:chp_event (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/s390/cio/ |
D | css.h | 86 int (*chp_event)(struct subchannel *, struct chp_link *, int); member
|
D | chsc.c | 220 if (sch->driver && sch->driver->chp_event) in s390_subchannel_remove_chpid() 221 if (sch->driver->chp_event(sch, data, CHP_OFFLINE) != 0) in s390_subchannel_remove_chpid() 259 if (sch->driver && sch->driver->chp_event) in __s390_process_res_acc() 260 sch->driver->chp_event(sch, data, CHP_ONLINE); in __s390_process_res_acc() 729 if (sch->driver && sch->driver->chp_event) in __s390_subchannel_vary_chpid() 730 sch->driver->chp_event(sch, &link, in __s390_subchannel_vary_chpid()
|
D | vfio_ccw_drv.c | 396 .chp_event = vfio_ccw_chp_event,
|
D | device.c | 185 .chp_event = io_subchannel_chp_event,
|