Searched refs:sym_nvram (Results 1 – 6 of 6) sorted by relevance
/linux-2.4.37.9/drivers/scsi/sym53c8xx_2/ |
D | Makefile | 5 sym53c8xx_2-objs := sym_fw.o sym_glue.o sym_hipd.o sym_malloc.o sym_misc.o sym_nvram.o
|
D | sym_hipd.h | 221 struct sym_nvram { struct 1142 void sym_nvram_setup_host (hcb_p np, struct sym_nvram *nvram); 1143 void sym_nvram_setup_target (hcb_p np, int target, struct sym_nvram *nvp); 1144 int sym_read_nvram (sdev_p np, struct sym_nvram *nvp); 1178 int sym_hcb_attach(hcb_p np, struct sym_fw *fw, struct sym_nvram *nvram);
|
D | sym_glue.h | 505 typedef struct sym_nvram sym_nvram; typedef 512 sym_nvram *nvram;
|
D | sym_nvram.c | 73 void sym_nvram_setup_host (hcb_p np, struct sym_nvram *nvram) in sym_nvram_setup_host() 109 void sym_nvram_setup_target (hcb_p np, int target, struct sym_nvram *nvp) in sym_nvram_setup_target() 272 int sym_read_nvram (sdev_p np, struct sym_nvram *nvp) in sym_read_nvram()
|
D | sym_glue.c | 1939 sym_nvram *nvram = dev->nvram; in sym_attach() 2184 static void __init sym_get_nvram(sym_device *devp, sym_nvram *nvp) in sym_get_nvram() 2740 sym_nvram nvram; in sym53c8xx_detect() 2742 sym_nvram nvram0, *nvp; in sym53c8xx_detect()
|
D | sym_hipd.c | 741 static int sym_prepare_setting(hcb_p np, struct sym_nvram *nvram) 5706 int sym_hcb_attach(hcb_p np, struct sym_fw *fw, struct sym_nvram *nvram) 5712 struct sym_nvram nvram_buf, *nvram = &nvram_buf;
|