Searched refs:fwtype (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/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-v4.19/drivers/media/usb/dvb-usb/ |
D | dib0700_core.c | 25 u32 *romversion, u32 *ramversion, u32 *fwtype) in dib0700_get_version() argument 48 if (fwtype != NULL) in dib0700_get_version() 49 *fwtype = (st->buf[12] << 24) | (st->buf[13] << 16) | in dib0700_get_version() 889 u32 hwversion, romversion, fw_version, fwtype; in dib0700_probe() local 892 &fw_version, &fwtype); in dib0700_probe() 895 hwversion, romversion, fw_version, fwtype); in dib0700_probe()
|
D | dib0700.h | 59 u32 *romversion, u32 *ramversion, u32 *fwtype);
|
/Linux-v4.19/drivers/net/can/ |
D | janz-ican3.c | 244 enum ican3_fwtype fwtype; member 796 if (mod->fwtype == ICAN3_FWTYPE_ICANOS) { in ican3_set_bus_state() 819 } else if (mod->fwtype == ICAN3_FWTYPE_CAL_CANOPEN) { in ican3_set_bus_state() 889 if (mod->fwtype == ICAN3_FWTYPE_ICANOS) { in ican3_set_buserror() 895 } else if (mod->fwtype == ICAN3_FWTYPE_CAL_CANOPEN) { in ican3_set_buserror() 1582 mod->fwtype = ICAN3_FWTYPE_CAL_CANOPEN; in ican3_startup_module() 1584 mod->fwtype = ICAN3_FWTYPE_ICANOS; in ican3_startup_module()
|
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu.h | 1108 int (*check_fw_load_finish)(struct amdgpu_device *adev, uint32_t fwtype); 1110 int (*request_smu_specific_fw)(struct amdgpu_device *adev, uint32_t fwtype);
|
/Linux-v4.19/drivers/net/ethernet/broadcom/ |
D | tg3.c | 15968 char *fwtype; in tg3_read_dash_ver() local 15973 fwtype = "NCSI"; in tg3_read_dash_ver() 15975 fwtype = "SMASH"; in tg3_read_dash_ver() 15977 fwtype = "DASH"; in tg3_read_dash_ver() 15982 fwtype, in tg3_read_dash_ver()
|