Home
last modified time | relevance | path

Searched refs:patch_func (Results 1 – 7 of 7) sorted by relevance

/linux-2.4.37.9/drivers/scsi/aic7xxx/aicasm/
Daicasm.c68 int patch_func; member
431 cur_patch->patch_func, cur_patch->begin, in output_code()
508 new_patch->patch_func = scope->func_num; in emit_patch()
511 new_patch->patch_func = 0; in emit_patch()
648 if (func_vals[cur_patch->patch_func] == 0) { in check_patch()
/linux-2.4.37.9/drivers/scsi/aic7xxx_old/
Daic7xxx_seq.c726 int (*patch_func)(struct aic7xxx_host *); member
/linux-2.4.37.9/drivers/scsi/aic7xxx/
Daic79xx_seq.h982 ahd_patch_func_t *patch_func; member
Daic7xxx_seq.h1084 ahc_patch_func_t *patch_func; member
Daic7xxx_core.c6452 if (cur_patch->patch_func(ahc) == 0) { in ahc_check_patch()
Daic79xx_core.c8255 if (cur_patch->patch_func(ahd) == 0) { in ahd_check_patch()
/linux-2.4.37.9/drivers/scsi/
Daic7xxx_old.c1653 if (cur_patch->patch_func(p) == 0) in aic7xxx_check_patch()