Home
last modified time | relevance | path

Searched refs:ccw_driver (Results 1 – 9 of 9) sorted by relevance

/linux/arch/s390/include/asm/
H A Dccwdev.h94 struct ccw_driver *drv;
135 struct ccw_driver { struct
149 extern struct ccw_device *get_ccwdev_by_busid(struct ccw_driver *cdrv, argument
155 extern int ccw_driver_register (struct ccw_driver *driver);
156 extern void ccw_driver_unregister (struct ccw_driver *driver);
213 #define to_ccwdrv(n) container_of_const(n, struct ccw_driver, driver)
215 extern struct ccw_device *ccw_device_create_console(struct ccw_driver *);
H A Dccwgroup.h6 struct ccw_driver;
49 struct ccw_driver *ccw_driver; member
/linux/Documentation/arch/s390/
H A Ddriver-model.rst83 The basic struct ccw_device and struct ccw_driver data structures can be found
91 struct ccw_driver *drv;
99 struct ccw_driver {
129 The functions in ccw_driver should be used in the following way:
222 instead of ccw_driver.
H A Dcds.rst49 * All drivers must define a ccw_driver (see driver-model.txt) and the associated
53 of the ccw_driver.
55 functions of the ccw_driver.
/linux/drivers/s390/scsi/
H A Dzfcp_ext.h28 extern struct ccw_driver zfcp_ccw_driver;
/linux/drivers/s390/char/
H A Draw3270.c793 static struct ccw_driver raw3270_ccw_driver;
1303 static struct ccw_driver raw3270_ccw_driver = {
H A Dvmur.c70 static struct ccw_driver ur_driver = {
H A Dcon3215.c814 static struct ccw_driver raw3215_ccw_driver = {
/linux/drivers/s390/virtio/
H A Dvirtio_ccw.c1463 static struct ccw_driver virtio_ccw_driver = {