Searched refs:fwtype (Results 1 – 3 of 3) 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/ethernet/broadcom/ |
| H A D | tg3.c | 16014 char *fwtype; in tg3_read_dash_ver() local 16019 fwtype = "NCSI"; in tg3_read_dash_ver() 16021 fwtype = "SMASH"; in tg3_read_dash_ver() 16023 fwtype = "DASH"; in tg3_read_dash_ver() 16028 fwtype, in tg3_read_dash_ver()
|