Searched refs:fwtype (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/media/usb/dvb-usb/ |
H A 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()
|
H A D | dib0700.h | 56 u32 *romversion, u32 *ramversion, u32 *fwtype);
|
/linux/drivers/net/can/ |
H A 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/drivers/net/ethernet/broadcom/ |
H A D | tg3.c | 16056 char *fwtype; in tg3_read_dash_ver() local 16061 fwtype = "NCSI"; in tg3_read_dash_ver() 16063 fwtype = "SMASH"; in tg3_read_dash_ver() 16065 fwtype = "DASH"; in tg3_read_dash_ver() 16070 fwtype, in tg3_read_dash_ver()
|