Searched refs:parport_frob_control (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/parport/ |
A D | ieee1284_ops.c | 166 parport_frob_control (port, in parport_ieee1284_read_nibble() 218 parport_frob_control (port, in parport_ieee1284_read_nibble() 254 parport_frob_control (port, in parport_ieee1284_read_byte() 286 parport_frob_control (port, in parport_ieee1284_read_byte() 328 parport_frob_control (port, in ecp_forward_to_reverse() 335 parport_frob_control (port, in ecp_forward_to_reverse() 360 parport_frob_control (port, in ecp_reverse_to_forward() 408 parport_frob_control (port, in parport_ieee1284_ecp_write_data() 638 parport_frob_control (port, in parport_ieee1284_ecp_write_addr() 717 parport_frob_control (port, in parport_ieee1284_epp_write_data() [all …]
|
A D | ieee1284.c | 231 parport_frob_control (port, in parport_ieee1284_terminate() 244 parport_frob_control (port, in parport_ieee1284_terminate() 269 parport_frob_control (port, in parport_ieee1284_terminate() 280 parport_frob_control (port, in parport_ieee1284_terminate() 367 parport_frob_control (port, in parport_negotiate() 380 parport_frob_control (port, in parport_negotiate() 395 parport_frob_control (port, in parport_negotiate() 406 parport_frob_control (port, in parport_negotiate() 412 parport_frob_control (port, in parport_negotiate() 447 parport_frob_control (port, in parport_negotiate() [all …]
|
A D | daisy.c | 334 parport_frob_control(port, in cpp_daisy() 339 parport_frob_control(port, PARPORT_CONTROL_STROBE, 0); in cpp_daisy() 473 parport_frob_control(port, in assign_addrs() 477 parport_frob_control(port, PARPORT_CONTROL_STROBE, 0); in assign_addrs()
|
A D | parport_pc.c | 794 parport_frob_control(port, in parport_pc_ecp_write_block_pio() 859 parport_frob_control(port, PARPORT_CONTROL_INIT, 0); in parport_pc_ecp_write_block_pio() 865 parport_frob_control(port, in parport_pc_ecp_write_block_pio()
|
/linux/drivers/spi/ |
A D | spi-butterfly.c | 126 parport_frob_control(pp->port, spi_cs_bit, value ? spi_cs_bit : 0); in butterfly_chipselect() 235 parport_frob_control(pp->port, spi_cs_bit, 0); in butterfly_attach()
|
/linux/include/linux/ |
A D | parport.h | 529 #define parport_frob_control(p,m,v) parport_pc_frob_control(p,m,v) macro 543 #define parport_frob_control(p,m,v) (p)->ops->frob_control(p,m,v) macro
|
/linux/drivers/char/ |
A D | ppdev.c | 570 parport_frob_control(port, mask, reg); in pp_do_ioctl()
|
Completed in 16 milliseconds