Searched refs:sym_fw (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/scsi/sym53c8xx_2/ |
D | sym_fw.c | 258 sym_fw_setup_bus_addresses(struct sym_hcb *np, struct sym_fw *fw) in sym_fw_setup_bus_addresses() 295 sym_fw1_setup(struct sym_hcb *np, struct sym_fw *fw) in sym_fw1_setup() 317 sym_fw2_setup(struct sym_hcb *np, struct sym_fw *fw) in sym_fw2_setup() 338 static struct sym_fw sym_fw1 = SYM_FW_ENTRY(sym_fw1, "NCR-generic"); 340 static struct sym_fw sym_fw2 = SYM_FW_ENTRY(sym_fw2, "LOAD/STORE-based"); 345 struct sym_fw *
|
D | Makefile | 3 sym53c8xx-objs := sym_fw.o sym_glue.o sym_hipd.o sym_malloc.o sym_nvram.o
|
D | sym_fw.h | 130 struct sym_fw { struct 145 void (*setup)(struct sym_hcb *, struct sym_fw *); argument
|
D | sym_hipd.h | 916 void (*fw_setup)(struct sym_hcb *np, struct sym_fw *fw); 1048 struct sym_fw * sym_find_firmware(struct sym_chip *chip); 1074 int sym_hcb_attach(struct Scsi_Host *shost, struct sym_fw *fw, struct sym_nvram *nvram);
|
D | sym_glue.c | 1257 struct sym_fw *fw; in sym_attach()
|
D | sym_hipd.c | 5575 int sym_hcb_attach(struct Scsi_Host *shost, struct sym_fw *fw, struct sym_nvram *nvram)
|