Home
last modified time | relevance | path

Searched defs:fd_data_type (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-4.19/include/linux/
Damifd.h14 struct fd_data_type { struct
15 char *name; /* description of data type */
16 int sects; /* sectors per track */
18 int (*read_fkt)(int);
19 void (*write_fkt)(int);
21 int (*read_fkt)(); /* read whole track */
22 void (*write_fkt)(); /* write whole track */
/kernel/linux/linux-5.10/drivers/block/
Damiflop.c168 struct fd_data_type { struct
192 struct fd_data_type *dtype; /* type of floppy for this unit */ argument