Home
last modified time | relevance | path

Searched refs:to_subchannel (Results 1 – 11 of 11) sorted by relevance

/kernel/linux/linux-5.10/drivers/s390/cio/
Ddevice_pgid.c35 struct subchannel *sch = to_subchannel(cdev->dev.parent); in verify_done()
74 struct subchannel *sch = to_subchannel(cdev->dev.parent); in nop_do()
106 struct subchannel *sch = to_subchannel(cdev->dev.parent); in nop_callback()
169 struct subchannel *sch = to_subchannel(cdev->dev.parent); in pgid_wipeout_start()
196 struct subchannel *sch = to_subchannel(cdev->dev.parent); in spid_do()
229 struct subchannel *sch = to_subchannel(cdev->dev.parent); in spid_callback()
334 struct subchannel *sch = to_subchannel(cdev->dev.parent); in pgid_to_donepm()
381 struct subchannel *sch = to_subchannel(cdev->dev.parent); in snid_done()
455 struct subchannel *sch = to_subchannel(cdev->dev.parent); in snid_do()
512 struct subchannel *sch = to_subchannel(cdev->dev.parent); in verify_start()
[all …]
Ddevice_ops.c144 sch = to_subchannel(cdev->dev.parent); in ccw_device_clear()
200 sch = to_subchannel(cdev->dev.parent); in ccw_device_start_timeout_key()
377 sch = to_subchannel(cdev->dev.parent); in ccw_device_halt()
411 sch = to_subchannel(cdev->dev.parent); in ccw_device_resume()
462 sch = to_subchannel(cdev->dev.parent); in ccw_device_get_path_mask()
480 sch = to_subchannel(cdev->dev.parent); in ccw_device_get_chp_desc()
496 struct subchannel *sch = to_subchannel(cdev->dev.parent); in ccw_device_get_util_str()
546 sch = to_subchannel(cdev->dev.parent); in ccw_device_tm_start_timeout_key()
642 struct subchannel *sch = to_subchannel(cdev->dev.parent); in ccw_device_get_mdc()
687 struct subchannel *sch = to_subchannel(cdev->dev.parent); in ccw_device_tm_intrg()
[all …]
Dcss.c72 struct subchannel *sch = to_subchannel(dev); in call_fn_known_sch()
166 struct subchannel *sch = to_subchannel(dev); in css_subchannel_release()
315 struct subchannel *sch = to_subchannel(dev); in type_show()
325 struct subchannel *sch = to_subchannel(dev); in modalias_show()
336 struct subchannel *sch = to_subchannel(dev); in driver_override_store()
369 struct subchannel *sch = to_subchannel(dev); in driver_override_show()
399 struct subchannel *sch = to_subchannel(dev); in chpids_show()
421 struct subchannel *sch = to_subchannel(dev); in pimpampom_show()
433 struct subchannel *sch = to_subchannel(dev); in dev_busid_show()
521 sch = to_subchannel(dev); in check_subchannel()
[all …]
Ddevice_fsm.c45 sch = to_subchannel(cdev->dev.parent); in ccw_timeout_log()
134 sch = to_subchannel(cdev->dev.parent); in ccw_device_cancel_halt_clear()
199 sch = to_subchannel(cdev->dev.parent); in ccw_device_recog_done()
321 struct subchannel *sch = to_subchannel(cdev->dev.parent); in ccw_device_oper_notify()
343 sch = to_subchannel(cdev->dev.parent); in ccw_device_done()
400 struct subchannel *sch = to_subchannel(cdev->dev.parent); in ccw_device_recognition()
441 struct subchannel *sch = to_subchannel(cdev->dev.parent); in ccw_device_report_path_events()
486 struct subchannel *sch = to_subchannel(cdev->dev.parent); in ccw_device_handle_broken_paths()
499 sch = to_subchannel(cdev->dev.parent); in ccw_device_verify_done()
562 sch = to_subchannel(cdev->dev.parent); in ccw_device_online()
[all …]
Ddevice.c256 return sch_is_pseudo_sch(to_subchannel(cdev->dev.parent)); in ccw_device_is_orphan()
301 sch = to_subchannel(cdev->dev.parent); in ccw_device_set_offline()
564 sch = to_subchannel(dev->parent); in available_show()
579 struct subchannel *sch = to_subchannel(dev); in initiate_logging()
596 struct subchannel *sch = to_subchannel(dev); in vpm_show()
819 sch = to_subchannel(cdev->dev.parent); in io_subchannel_register()
884 sch = to_subchannel(cdev->dev.parent); in ccw_device_call_sch_unregister()
937 old_sch = to_subchannel(cdev->dev.parent); in ccw_device_move_to_sch()
996 struct subchannel *sch = to_subchannel(cdev->dev.parent); in ccw_device_move_to_orph()
1267 sch = to_subchannel(cdev->dev.parent); in recovery_check()
[all …]
Dccwreq.c78 struct subchannel *sch = to_subchannel(cdev->dev.parent); in ccwreq_do()
153 struct subchannel *sch = to_subchannel(cdev->dev.parent); in ccw_request_cancel()
329 struct subchannel *sch = to_subchannel(cdev->dev.parent); in ccw_request_timeout()
Ddevice_status.c30 struct subchannel *sch = to_subchannel(cdev->dev.parent); in ccw_device_msg_control_check()
57 sch = to_subchannel(cdev->dev.parent); in ccw_device_path_notoper()
317 sch = to_subchannel(cdev->dev.parent); in ccw_device_do_sense()
Dcio.h122 #define to_subchannel(n) container_of(n, struct subchannel, dev) macro
Ddevice_id.c203 struct subchannel *sch = to_subchannel(cdev->dev.parent); in ccw_device_sense_id_start()
Dchsc_sch.c208 struct subchannel *sch = to_subchannel(dev); in chsc_subchannel_match_next_free()
220 return dev ? to_subchannel(dev) : NULL; in chsc_get_next_subchannel()
Dcmf.c178 struct subchannel *sch = to_subchannel(cdev->dev.parent); in set_schib()
271 struct subchannel *sch = to_subchannel(cdev->dev.parent); in cmf_copy_block()