Home
last modified time | relevance | path

Searched refs:sch_set_cdev (Results 1 – 2 of 2) sorted by relevance

/drivers/s390/cio/
Ddevice.c784 sch_set_cdev(sch, cdev); in sch_attach_device()
811 sch_set_cdev(other_sch, NULL); in sch_attach_disconnected_device()
860 sch_set_cdev(sch, cdev); in sch_create_and_recog_new_device()
865 sch_set_cdev(sch, NULL); in sch_create_and_recog_new_device()
993 sch_set_cdev(sch, NULL); in io_subchannel_register()
1078 sch_set_cdev(sch, cdev); in io_subchannel_recog()
1147 sch_set_cdev(former_parent, NULL); in ccw_device_move_to_sch()
1326 sch_set_cdev(sch, NULL); in io_subchannel_remove()
Dio_sch.h66 #define sch_set_cdev(n, c) (dev_set_drvdata(&n->dev, c)) macro