Home
last modified time | relevance | path

Searched refs:PARPORT_EPP_FAST (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dparport.h91 #define PARPORT_EPP_FAST (1<<0) /* Unreliable counts. */ macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dparport.h91 #define PARPORT_EPP_FAST (1<<0) /* Unreliable counts. */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dparport.h91 #define PARPORT_EPP_FAST (1<<0) /* Unreliable counts. */ macro
/OK3568_Linux_fs/kernel/drivers/char/
H A Dppdev.c157 flags |= PARPORT_EPP_FAST; in pp_read()
234 kbuffer, n, PARPORT_EPP_FAST); in pp_write()
237 kbuffer, n, PARPORT_EPP_FAST); in pp_write()
/OK3568_Linux_fs/kernel/Documentation/driver-api/
H A Dparport-lowlevel.rst1495 PARPORT_EPP_FAST Use fast transfers. Some chips provide 16-bit and
1533 PARPORT_EPP_FAST Use fast transfers. Some chips provide 16-bit and
1571 PARPORT_EPP_FAST Use fast transfers. Some chips provide 16-bit and
1576 (Does PARPORT_EPP_FAST make sense for this function?)
1611 PARPORT_EPP_FAST Use fast transfers. Some chips provide 16-bit and
1616 (Does PARPORT_EPP_FAST make sense for this function?)
/OK3568_Linux_fs/kernel/drivers/parport/
H A Dparport_pc.c301 if ((flags & PARPORT_EPP_FAST) && (length > 1)) { in parport_pc_epp_read_data()
330 if ((flags & PARPORT_EPP_FAST) && (length > 1)) { in parport_pc_epp_write_data()
358 if ((flags & PARPORT_EPP_FAST) && (length > 1)) { in parport_pc_epp_read_addr()
384 if ((flags & PARPORT_EPP_FAST) && (length > 1)) { in parport_pc_epp_write_addr()
H A Dparport_ip32.c1108 if ((flags & PARPORT_EPP_FAST) && (len > 1)) { in parport_ip32_epp_read()
1147 if ((flags & PARPORT_EPP_FAST) && (len > 1)) { in parport_ip32_epp_write()