Searched refs:fwtype (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.1/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-v6.1/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-v6.1/drivers/net/can/ |
D | janz-ican3.c | 241 enum ican3_fwtype fwtype; member 793 if (mod->fwtype == ICAN3_FWTYPE_ICANOS) { in ican3_set_bus_state() 816 } else if (mod->fwtype == ICAN3_FWTYPE_CAL_CANOPEN) { in ican3_set_bus_state() 886 if (mod->fwtype == ICAN3_FWTYPE_ICANOS) { in ican3_set_buserror() 892 } else if (mod->fwtype == ICAN3_FWTYPE_CAL_CANOPEN) { in ican3_set_buserror() 1583 mod->fwtype = ICAN3_FWTYPE_CAL_CANOPEN; in ican3_startup_module() 1585 mod->fwtype = ICAN3_FWTYPE_ICANOS; in ican3_startup_module()
|
/Linux-v6.1/drivers/net/ethernet/broadcom/ |
D | tg3.c | 15896 char *fwtype; in tg3_read_dash_ver() local 15901 fwtype = "NCSI"; in tg3_read_dash_ver() 15903 fwtype = "SMASH"; in tg3_read_dash_ver() 15905 fwtype = "DASH"; in tg3_read_dash_ver() 15910 fwtype, in tg3_read_dash_ver()
|