Home | History | Annotate | Download | only in ieee1394

Lines Matching refs:hand

322 		void (*hand)(struct fw_xfer *))
327 xfer = fwmem_xfer_req(fwdev, (void *)sc, spd, 0, 4, hand);
353 void (*hand)(struct fw_xfer *))
358 xfer = fwmem_xfer_req(fwdev, sc, spd, 0, 0, hand);
384 void (*hand)(struct fw_xfer *))
389 xfer = fwmem_xfer_req(fwdev, sc, spd, 0, roundup2(len, 4), hand);
416 void (*hand)(struct fw_xfer *))
421 xfer = fwmem_xfer_req(fwdev, sc, spd, len, 0, hand);
448 void *hand)
462 xfer->hand = hand;