Searched refs:PARPORT_CONTROL_INIT (Results 1 – 12 of 12) sorted by relevance
/Linux-v5.4/drivers/parport/ |
D | ieee1284_ops.c | 51 | PARPORT_CONTROL_INIT); in parport_ieee1284_write_compat() 348 PARPORT_CONTROL_INIT, in ecp_forward_to_reverse() 375 PARPORT_CONTROL_INIT in ecp_reverse_to_forward() 377 PARPORT_CONTROL_INIT in ecp_reverse_to_forward() 427 | PARPORT_CONTROL_INIT, in parport_ieee1284_ecp_write_data() 428 PARPORT_CONTROL_INIT); in parport_ieee1284_ecp_write_data() 455 parport_frob_control (port, PARPORT_CONTROL_INIT, in parport_ieee1284_ecp_write_data() 456 PARPORT_CONTROL_INIT); in parport_ieee1284_ecp_write_data() 460 parport_frob_control (port, PARPORT_CONTROL_INIT, 0); in parport_ieee1284_ecp_write_data() 464 parport_frob_control (port, PARPORT_CONTROL_INIT, 0); in parport_ieee1284_ecp_write_data() [all …]
|
D | parport_gsc.h | 124 PARPORT_CONTROL_INIT | in parport_gsc_write_control() 141 PARPORT_CONTROL_INIT | in parport_gsc_read_control() 153 PARPORT_CONTROL_INIT | in parport_gsc_frob_control()
|
D | parport_sunbpp.c | 121 bits |= PARPORT_CONTROL_INIT; in control_sunbpp_to_pc() 159 if (mask & PARPORT_CONTROL_INIT) { in parport_sunbpp_frob_control() 160 if (val & PARPORT_CONTROL_INIT) { in parport_sunbpp_frob_control() 185 PARPORT_CONTROL_INIT | in parport_sunbpp_write_control()
|
D | ieee1284.c | 233 parport_frob_control (port, PARPORT_CONTROL_INIT, 0); in parport_ieee1284_terminate() 239 | PARPORT_CONTROL_INIT, in parport_ieee1284_terminate() 241 | PARPORT_CONTROL_INIT); in parport_ieee1284_terminate() 251 PARPORT_CONTROL_INIT in parport_ieee1284_terminate() 253 PARPORT_CONTROL_INIT in parport_ieee1284_terminate()
|
D | parport_mfc3.c | 106 if (control & PARPORT_CONTROL_INIT) /* INITP */ in control_pc_to_mfc3() 121 ret |= PARPORT_CONTROL_INIT; in control_mfc3_to_pc()
|
D | parport_ax88796.c | 81 ret |= PARPORT_CONTROL_INIT; in parport_ax88796_read_control() 103 if (control & PARPORT_CONTROL_INIT) in parport_ax88796_write_control()
|
D | daisy.c | 165 PARPORT_CONTROL_INIT); in parport_daisy_init()
|
D | parport_pc.c | 803 PARPORT_CONTROL_INIT in parport_pc_ecp_write_block_pio() 805 PARPORT_CONTROL_INIT in parport_pc_ecp_write_block_pio() 867 parport_frob_control(port, PARPORT_CONTROL_INIT, 0); in parport_pc_ecp_write_block_pio() 874 PARPORT_CONTROL_INIT, in parport_pc_ecp_write_block_pio() 875 PARPORT_CONTROL_INIT); in parport_pc_ecp_write_block_pio()
|
/Linux-v5.4/include/linux/ |
D | parport_pc.h | 161 PARPORT_CONTROL_INIT | in parport_pc_write_control() 178 PARPORT_CONTROL_INIT | in parport_pc_read_control() 190 PARPORT_CONTROL_INIT | in parport_pc_frob_control()
|
/Linux-v5.4/include/uapi/linux/ |
D | parport.h | 27 #define PARPORT_CONTROL_INIT 0x4 macro
|
/Linux-v5.4/drivers/spi/ |
D | spi-butterfly.c | 123 if (spi_cs_bit == PARPORT_CONTROL_INIT) in butterfly_chipselect()
|
/Linux-v5.4/Documentation/driver-api/ |
D | parport-lowlevel.rst | 1304 - PARPORT_CONTROL_INIT (nInit)
|