Home
last modified time | relevance | path

Searched refs:pi_do_claimed (Results 1 – 5 of 5) sorted by relevance

/linux-2.6.39/drivers/block/paride/
DTransition-notes24 * in do_pd_request1(): to calls of pi_do_claimed() and return in
28 * in do_pd_read_start(): to calls of pi_do_claimed(), next_request()
30 * in do_pd_read_drq(): to calls of pi_do_claimed() and next_request()
32 * in do_pd_write_start(): to calls of pi_do_claimed(), next_request()
34 * in do_pd_write_done(): to calls of pi_do_claimed() and next_request()
39 * in pi_schedule_claimed() when called from pi_do_claimed() called from
42 * in pi_do_claimed() when called from pd.c, everything until the call
43 of pi_do_claimed() plus the everything until the call of cont() if
44 pi_do_claimed() has returned 1.
67 c) pi_do_claimed() is called by pd.c only from the area.
[all …]
Dpf.c802 pi_do_claimed(pf_current->pi, do_pf_read); in do_pf_request()
804 pi_do_claimed(pf_current->pi, do_pf_write); in do_pf_request()
859 pi_do_claimed(pf_current->pi, do_pf_read_start); in do_pf_read_start()
878 pi_do_claimed(pf_current->pi, do_pf_read_start); in do_pf_read_drq()
905 pi_do_claimed(pf_current->pi, do_pf_write_start); in do_pf_write_start()
918 pi_do_claimed(pf_current->pi, do_pf_write_start); in do_pf_write_start()
938 pi_do_claimed(pf_current->pi, do_pf_write_start); in do_pf_write_done()
Dparide.h95 extern void pi_do_claimed(PIA *pi, void (*cont)(void));
Dparide.c110 void pi_do_claimed(PIA * pi, void (*cont) (void)) in pi_do_claimed() function
116 EXPORT_SYMBOL(pi_do_claimed);
Dpcd.c823 pi_do_claimed(pcd_current->pi, pcd_start); in do_pcd_read()
834 pi_do_claimed(pcd_current->pi, pcd_start); in do_pcd_read_drq()