/kernel/linux/linux-5.10/drivers/net/wireless/intersil/orinoco/ |
H A D | orinoco.h | 52 enum fwtype { enum 94 enum fwtype firmware_type;
|
H A D | hw.c | 50 static inline enum fwtype determine_firmware_type(struct comp_id *nic_id) in determine_firmware_type()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intersil/orinoco/ |
H A D | orinoco.h | 52 enum fwtype { enum 94 enum fwtype firmware_type;
|
H A D | hw.c | 50 static inline enum fwtype determine_firmware_type(struct comp_id *nic_id) in determine_firmware_type()
|
/kernel/linux/linux-5.10/drivers/media/usb/dvb-usb/ |
H A D | dib0700_core.c | 22 u32 *romversion, u32 *ramversion, u32 *fwtype) in dib0700_get_version() 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() 21 dib0700_get_version(struct dvb_usb_device *d, u32 *hwversion, u32 *romversion, u32 *ramversion, u32 *fwtype) dib0700_get_version() argument
|
H A D | dib0700.h | 56 u32 *romversion, u32 *ramversion, u32 *fwtype);
|
/kernel/linux/linux-6.6/drivers/media/usb/dvb-usb/ |
H A D | dib0700_core.c | 22 u32 *romversion, u32 *ramversion, u32 *fwtype) in dib0700_get_version() 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() 21 dib0700_get_version(struct dvb_usb_device *d, u32 *hwversion, u32 *romversion, u32 *ramversion, u32 *fwtype) dib0700_get_version() argument
|
H A D | dib0700.h | 56 u32 *romversion, u32 *ramversion, u32 *fwtype);
|
/kernel/linux/linux-5.10/drivers/net/can/ |
H A 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()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/ |
H A D | tg3.c | 16007 char *fwtype; in tg3_read_dash_ver() local 16012 fwtype = "NCSI"; in tg3_read_dash_ver() 16014 fwtype = "SMASH"; in tg3_read_dash_ver() 16016 fwtype = "DASH"; in tg3_read_dash_ver() 16021 fwtype, in tg3_read_dash_ver()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/ |
H A D | tg3.c | 15931 char *fwtype; in tg3_read_dash_ver() local 15936 fwtype = "NCSI"; in tg3_read_dash_ver() 15938 fwtype = "SMASH"; in tg3_read_dash_ver() 15940 fwtype = "DASH"; in tg3_read_dash_ver() 15945 fwtype, in tg3_read_dash_ver()
|