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

/linux-4.1.27/include/linux/
H A Dfd.h17 unsigned char spec1; member in struct:compat_floppy_struct
/linux-4.1.27/block/
H A Dcompat_ioctl.c253 compat_int_t spec1; member in struct:compat_floppy_fdc_state
341 err |= __get_user(f->spec1, &uf->spec1); compat_fd_ioctl()
425 err |= __put_user(f->spec1, &uf->spec1); compat_fd_ioctl()
487 err = __put_user(f->spec1, &uf->spec1); compat_fd_ioctl()
/linux-4.1.27/include/uapi/linux/
H A Dfd.h39 spec1, /* stepping rate, head unload time */ member in struct:floppy_struct
255 int spec1; /* spec1 value last used */ member in struct:floppy_fdc_state
/linux-4.1.27/include/video/
H A Dexynos_mipi_dsim.h88 * start packet to MIPI DSI slave at MIPI DSI spec1.1r02.
/linux-4.1.27/drivers/block/
H A Dfloppy.c838 FDCS->spec1 = FDCS->spec2 = -1; reset_fdc_info()
1259 unsigned char spec1; fdc_specify() local
1321 spec1 = (srt << 4) | hut; fdc_specify()
1325 if (FDCS->spec1 != spec1 || FDCS->spec2 != spec2) { fdc_specify()
1326 /* Go ahead and set spec1 and spec2 */ fdc_specify()
1328 output_byte(FDCS->spec1 = spec1); fdc_specify()

Completed in 290 milliseconds