Searched refs:fwtype (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/media/usb/dvb-usb/
H A Ddib0700.h56 u32 *romversion, u32 *ramversion, u32 *fwtype);
H A Ddib0700_core.c22 u32 *romversion, u32 *ramversion, u32 *fwtype)
45 if (fwtype != NULL)
46 *fwtype = (st->buf[12] << 24) | (st->buf[13] << 16) |
886 u32 hwversion, romversion, fw_version, fwtype; local
889 &fw_version, &fwtype);
892 hwversion, romversion, fw_version, fwtype);
21 dib0700_get_version(struct dvb_usb_device *d, u32 *hwversion, u32 *romversion, u32 *ramversion, u32 *fwtype) argument
/linux-master/drivers/net/can/
H A Djanz-ican3.c241 enum ican3_fwtype fwtype; member in struct:ican3_dev
793 if (mod->fwtype == ICAN3_FWTYPE_ICANOS) {
816 } else if (mod->fwtype == ICAN3_FWTYPE_CAL_CANOPEN) {
886 if (mod->fwtype == ICAN3_FWTYPE_ICANOS) {
892 } else if (mod->fwtype == ICAN3_FWTYPE_CAL_CANOPEN) {
1583 mod->fwtype = ICAN3_FWTYPE_CAL_CANOPEN;
1585 mod->fwtype = ICAN3_FWTYPE_ICANOS;
/linux-master/drivers/net/ethernet/broadcom/
H A Dtg3.c16005 char *fwtype; local
16010 fwtype = "NCSI";
16012 fwtype = "SMASH";
16014 fwtype = "DASH";
16019 fwtype,

Completed in 167 milliseconds