Searched refs:new_chandev (Results 1 - 1 of 1) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/s390/misc/
H A Dchandev.c1070 chandev *new_chandev=NULL; local
1072 if((new_chandev=chandev_alloc(sizeof(chandev))))
1074 new_chandev->model_info=newmodelinfo;
1075 new_chandev->sch.devno=newdevinfo->devno;
1076 new_chandev->sch.irq=newdevinfo->irq;
1077 new_chandev->sch.cu_type=newdevinfo->sid_data.cu_type; /* control unit type */
1078 new_chandev->sch.cu_model=newdevinfo->sid_data.cu_model; /* control unit model */
1079 new_chandev->sch.dev_type=newdevinfo->sid_data.dev_type; /* device type */
1080 new_chandev->sch.dev_model=newdevinfo->sid_data.dev_model; /* device model */
1081 chandev_add_schib_info(newdevinfo->irq,&new_chandev
[all...]

Completed in 40 milliseconds