Searched refs:chp_event (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/drivers/s390/cio/ |
D | chsc.c | 223 if (sch->driver && sch->driver->chp_event) in s390_subchannel_remove_chpid() 224 if (sch->driver->chp_event(sch, data, CHP_OFFLINE) != 0) in s390_subchannel_remove_chpid() 262 if (sch->driver && sch->driver->chp_event) in __s390_process_res_acc() 263 sch->driver->chp_event(sch, data, CHP_ONLINE); in __s390_process_res_acc() 296 if (sch->driver && sch->driver->chp_event) in process_fces_event() 297 sch->driver->chp_event(sch, data, CHP_FCES_EVENT); in process_fces_event() 773 if (sch->driver && sch->driver->chp_event) in __s390_subchannel_vary_chpid() 774 sch->driver->chp_event(sch, &link, in __s390_subchannel_vary_chpid()
|
D | css.h | 89 int (*chp_event)(struct subchannel *, struct chp_link *, int); member
|
D | vfio_ccw_drv.c | 393 .chp_event = vfio_ccw_chp_event,
|
D | device.c | 172 .chp_event = io_subchannel_chp_event,
|