Home
last modified time | relevance | path

Searched refs:h8_cmd_q_t (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/char/
Dh8.c74 static void h8_cmd_done(h8_cmd_q_t *qp);
162 h8_cmd_q_t *qp = list_entry(h8_actq.next, h8_cmd_q_t, link); in h8_intr()
413 h8_cmd_q_t *qp; in h8_alloc_queues()
417 qp = (h8_cmd_q_t *)kmalloc((sizeof (h8_cmd_q_t) * H8_Q_ALLOC_AMOUNT), in h8_alloc_queues()
440 h8_cmd_q_t *qp; in h8_q_cmd()
453 qp = list_entry(h8_freeq.next, h8_cmd_q_t, link); in h8_q_cmd()
479 h8_cmd_q_t *qp; in h8_start_new_cmd()
504 qp = list_entry(h8_cmdq.next, h8_cmd_q_t, link); in h8_start_new_cmd()
522 h8_cmd_q_t *qp = list_entry(h8_actq.next, h8_cmd_q_t, link); in h8_send_next_cmd_byte()
670 h8_cmd_done(h8_cmd_q_t *qp) in h8_cmd_done()
Dh8.h239 } h8_cmd_q_t; typedef