Searched refs:fwtype (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/drivers/net/wireless/orinoco/ |
D | orinoco.h | 52 enum fwtype { enum 95 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-4.4.14/drivers/media/usb/dvb-usb/ |
D | dib0700_core.c | 28 u32 *romversion, u32 *ramversion, u32 *fwtype) in dib0700_get_version() argument 51 if (fwtype != NULL) in dib0700_get_version() 52 *fwtype = (st->buf[12] << 24) | (st->buf[13] << 16) | in dib0700_get_version() 849 u32 hwversion, romversion, fw_version, fwtype; in dib0700_probe() local 852 &fw_version, &fwtype); in dib0700_probe() 855 hwversion, romversion, fw_version, fwtype); in dib0700_probe()
|
D | dib0700.h | 57 u32 *romversion, u32 *ramversion, u32 *fwtype);
|
/linux-4.4.14/drivers/net/can/ |
D | janz-ican3.c | 227 enum ican3_fwtype fwtype; member 779 if (mod->fwtype == ICAN3_FWTYPE_ICANOS) { in ican3_set_bus_state() 802 } else if (mod->fwtype == ICAN3_FWTYPE_CAL_CANOPEN) { in ican3_set_bus_state() 1496 mod->fwtype = ICAN3_FWTYPE_CAL_CANOPEN; in ican3_startup_module() 1498 mod->fwtype = ICAN3_FWTYPE_ICANOS; in ican3_startup_module()
|
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu.h | 1791 int (*check_fw_load_finish)(struct amdgpu_device *adev, uint32_t fwtype); 1793 int (*request_smu_specific_fw)(struct amdgpu_device *adev, uint32_t fwtype);
|
/linux-4.4.14/drivers/net/ethernet/broadcom/ |
D | tg3.c | 15895 char *fwtype; in tg3_read_dash_ver() local 15900 fwtype = "NCSI"; in tg3_read_dash_ver() 15902 fwtype = "SMASH"; in tg3_read_dash_ver() 15904 fwtype = "DASH"; in tg3_read_dash_ver() 15909 fwtype, in tg3_read_dash_ver()
|