swim_priv
struct swim_priv *swd;
struct swim_priv *swd = fs->swd;
static int swim_add_floppy(struct swim_priv *swd, enum drive_location location)
static int swim_floppy_init(struct swim_priv *swd)
struct swim_priv *swd;
swd = kzalloc_obj(struct swim_priv);
struct swim_priv *swd = platform_get_drvdata(dev);