Searched refs:ieee1284 (Results 1 – 10 of 10) sorted by relevance
44 up (&port->physport->ieee1284.irq); in parport_ieee1284_wakeup()86 ret = down_interruptible (&port->physport->ieee1284.irq); in parport_wait_event()233 switch (port->ieee1284.mode) { in parport_ieee1284_terminate()255 if (port->ieee1284.phase != IEEE1284_PH_FWD_IDLE) { in parport_ieee1284_terminate()274 port->ieee1284.phase = IEEE1284_PH_FWD_IDLE; in parport_ieee1284_terminate()311 port->ieee1284.mode = IEEE1284_MODE_COMPAT; in parport_ieee1284_terminate()312 port->ieee1284.phase = IEEE1284_PH_FWD_IDLE; in parport_ieee1284_terminate()349 if (port->ieee1284.mode == mode) in parport_negotiate()353 if ((port->ieee1284.mode & ~IEEE1284_ADDR) == (mode & ~IEEE1284_ADDR)){ in parport_negotiate()354 port->ieee1284.mode = mode; in parport_negotiate()[all …]
57 port->physport->ieee1284.phase = IEEE1284_PH_FWD_DATA; in parport_ieee1284_write_compat()143 port->physport->ieee1284.phase = IEEE1284_PH_FWD_IDLE; in parport_ieee1284_write_compat()176 port->ieee1284.phase = IEEE1284_PH_REV_DATA; in parport_ieee1284_read_nibble()229 port->physport->ieee1284.phase = IEEE1284_PH_REV_IDLE; in parport_ieee1284_read_nibble()232 port->physport->ieee1284.phase = IEEE1284_PH_HBUSY_DAVAIL; in parport_ieee1284_read_nibble()267 port->physport->ieee1284.phase = IEEE1284_PH_REV_DATA; in parport_ieee1284_read_byte()317 port->physport->ieee1284.phase = IEEE1284_PH_REV_IDLE; in parport_ieee1284_read_byte()320 port->physport->ieee1284.phase = IEEE1284_PH_HBUSY_DAVAIL; in parport_ieee1284_read_byte()357 port->ieee1284.phase = IEEE1284_PH_REV_IDLE; in ecp_forward_to_reverse()361 port->ieee1284.phase = IEEE1284_PH_ECP_DIR_UNKNOWN; in ecp_forward_to_reverse()[all …]
5 parport-objs := share.o ieee1284.o ieee1284_ops.o procfs.o
306 tmp->ieee1284.mode = IEEE1284_MODE_COMPAT; in parport_register_port()307 tmp->ieee1284.phase = IEEE1284_PH_FWD_IDLE; in parport_register_port()308 sema_init(&tmp->ieee1284.irq, 0); in parport_register_port()
1650 physport->ieee1284.phase = IEEE1284_PH_FWD_DATA; in parport_ip32_compat_write_data()1680 physport->ieee1284.phase = IEEE1284_PH_FWD_IDLE; in parport_ip32_compat_write_data()1711 if (physport->ieee1284.phase != IEEE1284_PH_FWD_IDLE) { in parport_ip32_ecp_write_data()1720 physport->ieee1284.phase = IEEE1284_PH_ECP_DIR_UNKNOWN; in parport_ip32_ecp_write_data()1731 physport->ieee1284.phase = IEEE1284_PH_FWD_DATA; in parport_ip32_ecp_write_data()1761 physport->ieee1284.phase = IEEE1284_PH_FWD_IDLE; in parport_ip32_ecp_write_data()
201 if (port->physport->ieee1284.phase != IEEE1284_PH_HBUSY_DAVAIL) { in parport_read_device_id()
731 port->physport->ieee1284.phase = IEEE1284_PH_FWD_DATA; in parport_pc_compat_write_block_pio()776 port->physport->ieee1284.phase = IEEE1284_PH_FWD_IDLE; in parport_pc_compat_write_block_pio()799 if (port->physport->ieee1284.phase != IEEE1284_PH_FWD_IDLE) { in parport_pc_ecp_write_block_pio()827 port->physport->ieee1284.phase = IEEE1284_PH_FWD_DATA; in parport_pc_ecp_write_block_pio()891 port->physport->ieee1284.phase = IEEE1284_PH_FWD_IDLE; in parport_pc_ecp_write_block_pio()
132 mode = pport->ieee1284.mode & ~(IEEE1284_DEVICEID | IEEE1284_ADDR); in pp_read()153 if (pport->ieee1284.mode & IEEE1284_ADDR) { in pp_read()211 mode = pport->ieee1284.mode & ~(IEEE1284_DEVICEID | IEEE1284_ADDR); in pp_write()228 if (pport->ieee1284.mode & IEEE1284_ADDR) { in pp_write()363 info = &pp->pdev->port->ieee1284; in pp_do_ioctl()398 pp->pdev->port->ieee1284.mode = mode; in pp_do_ioctl()399 pp->pdev->port->ieee1284.phase = pp->state.phase; in pp_do_ioctl()409 mode = pp->pdev->port->ieee1284.mode; in pp_do_ioctl()428 pp->pdev->port->ieee1284.phase = phase; in pp_do_ioctl()438 phase = pp->pdev->port->ieee1284.phase; in pp_do_ioctl()[all …]
2 …io.c include/linux/uio_driver.h include/linux/parport.h drivers/parport/ieee1284.c drivers/parport…
227 struct ieee1284_info ieee1284; member