Home
last modified time | relevance | path

Searched refs:tqueue_hangup (Results 1 – 25 of 25) sorted by relevance

/linux-2.4.37.9/drivers/char/
Driscom8.h89 struct tq_struct tqueue_hangup; member
Dspecialix_io8.h128 struct tq_struct tqueue_hangup; member
Ddz.h160 struct tq_struct tqueue_hangup; member
Dsgiserial.h155 struct tq_struct tqueue_hangup; member
Ddz.c1390 info->tqueue_hangup.routine = do_serial_hangup; in dz_init()
1391 info->tqueue_hangup.data = info; in dz_init()
Driscom8.c556 if (schedule_task(&port->tqueue_hangup) == 0) in rc_check_modem()
1820 rc_port[i].tqueue_hangup.routine = do_rc_hangup; in rc_init_drivers()
1821 rc_port[i].tqueue_hangup.data = &rc_port[i]; in rc_init_drivers()
Dspecialix.c838 if (schedule_task(&port->tqueue_hangup) == 0) in sx_check_modem()
2294 sx_port[i].tqueue_hangup.routine = do_sx_hangup; in sx_init_drivers()
2295 sx_port[i].tqueue_hangup.data = &sx_port[i]; in sx_init_drivers()
Desp.c648 if (schedule_task(&info->tqueue_hangup) == 0) in check_modem_status()
2647 info->tqueue_hangup.routine = do_serial_hangup; in espserial_init()
2648 info->tqueue_hangup.data = info; in espserial_init()
Dsgiserial.c1957 info->tqueue_hangup.routine = do_serial_hangup; in rs_init()
1958 info->tqueue_hangup.data = info; in rs_init()
DChangeLog482 structure in the async_struct structure, tqueue_hangup.
/linux-2.4.37.9/drivers/sbus/char/
Daurora.h261 struct tq_struct tqueue_hangup; member
Dzs.h151 struct tq_struct tqueue_hangup; member
Daurora.c669 if (schedule_task(&port->tqueue_hangup) == 0) in aurora_check_modem()
2353 aurora_port[i].tqueue_hangup.routine = do_aurora_hangup; in aurora_init_drivers()
2354 aurora_port[i].tqueue_hangup.data = &aurora_port[i]; in aurora_init_drivers()
Dsab82532.c544 if (schedule_task(&info->tqueue_hangup) == 0) in check_status()
2315 info->tqueue_hangup.routine = do_serial_hangup; in sab82532_init()
2316 info->tqueue_hangup.data = info; in sab82532_init()
Dzs.c2666 info->tqueue_hangup.routine = do_serial_hangup; in zs_init()
2667 info->tqueue_hangup.data = info; in zs_init()
/linux-2.4.37.9/include/linux/
Dhayesesp.h106 struct tq_struct tqueue_hangup; member
/linux-2.4.37.9/drivers/char/ip2/
Di2lib.h229 struct tq_struct tqueue_hangup; member
/linux-2.4.37.9/drivers/tc/
Dzs.h154 struct tq_struct tqueue_hangup; member
/linux-2.4.37.9/drivers/macintosh/
Dmacserial.h163 struct tq_struct tqueue_hangup; member
/linux-2.4.37.9/include/asm-sparc64/
Dsab82532.h172 struct tq_struct tqueue_hangup; member
/linux-2.4.37.9/drivers/net/wan/8253x/
D8253xtty.c615 if (schedule_task(&port->tqueue_hangup) == 0) in sab8253x_check_status()
2582 p_port->tqueue_hangup.sync = 0; /* for later */ in sab8253x_setup_ttyport()
2583 p_port->tqueue_hangup.routine = sab8253x_do_serial_hangup; in sab8253x_setup_ttyport()
2584 p_port->tqueue_hangup.data = p_port; in sab8253x_setup_ttyport()
D8253x.h405 struct tq_struct tqueue_hangup; member
D8253xsyn.c314 if (schedule_task(&port->tqueue_hangup) == 0) in sab8253x_check_statusS()
/linux-2.4.37.9/arch/ppc/8xx_io/
Duart.c235 struct tq_struct tqueue_hangup; member
630 if (schedule_task(&info->tqueue_hangup) == 0) in check_modem_status()
2772 info->tqueue_hangup.routine = do_serial_hangup; in rs_8xx_init()
2773 info->tqueue_hangup.data = info; in rs_8xx_init()
/linux-2.4.37.9/arch/ppc/cpm2_io/
Duart.c221 struct tq_struct tqueue_hangup; member
612 if (schedule_task(&info->tqueue_hangup) == 0) in check_modem_status()
2751 info->tqueue_hangup.routine = do_serial_hangup; in rs_8xx_init()
2752 info->tqueue_hangup.data = info; in rs_8xx_init()