Searched refs:fwtype (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.4/drivers/net/wireless/intersil/orinoco/ |
D | orinoco.h | 52 enum fwtype { enum 94 enum fwtype firmware_type;
|
D | hw.c | 50 static inline enum fwtype determine_firmware_type(struct comp_id *nic_id) in determine_firmware_type()
|
/Linux-v5.4/drivers/media/usb/dvb-usb/ |
D | dib0700_core.c | 22 u32 *romversion, u32 *ramversion, u32 *fwtype) in dib0700_get_version() argument 45 if (fwtype != NULL) in dib0700_get_version() 46 *fwtype = (st->buf[12] << 24) | (st->buf[13] << 16) | in dib0700_get_version() 886 u32 hwversion, romversion, fw_version, fwtype; in dib0700_probe() local 889 &fw_version, &fwtype); in dib0700_probe() 892 hwversion, romversion, fw_version, fwtype); in dib0700_probe()
|
D | dib0700.h | 56 u32 *romversion, u32 *ramversion, u32 *fwtype);
|
/Linux-v5.4/drivers/net/can/ |
D | janz-ican3.c | 240 enum ican3_fwtype fwtype; member 792 if (mod->fwtype == ICAN3_FWTYPE_ICANOS) { in ican3_set_bus_state() 815 } else if (mod->fwtype == ICAN3_FWTYPE_CAL_CANOPEN) { in ican3_set_bus_state() 885 if (mod->fwtype == ICAN3_FWTYPE_ICANOS) { in ican3_set_buserror() 891 } else if (mod->fwtype == ICAN3_FWTYPE_CAL_CANOPEN) { in ican3_set_buserror() 1578 mod->fwtype = ICAN3_FWTYPE_CAL_CANOPEN; in ican3_startup_module() 1580 mod->fwtype = ICAN3_FWTYPE_ICANOS; in ican3_startup_module()
|
/Linux-v5.4/drivers/net/ethernet/broadcom/ |
D | tg3.c | 15964 char *fwtype; in tg3_read_dash_ver() local 15969 fwtype = "NCSI"; in tg3_read_dash_ver() 15971 fwtype = "SMASH"; in tg3_read_dash_ver() 15973 fwtype = "DASH"; in tg3_read_dash_ver() 15978 fwtype, in tg3_read_dash_ver()
|