Home
last modified time | relevance | path

Searched refs:flash_mode (Results 1 – 8 of 8) sorted by relevance

/linux-6.15/drivers/net/wireless/mediatek/mt76/mt7915/
H A Deeprom.c21 if (!dev->flash_mode || !val) in mt7915_eeprom_load_precal()
115 dev->flash_mode = true; in mt7915_eeprom_load_default()
133 dev->flash_mode = true; in mt7915_eeprom_load()
190 dev->flash_mode = true; in mt7915_eeprom_parse_band_config()
H A Dmt7915.h296 bool flash_mode; member
H A Dmcu.c2855 if (dev->flash_mode) in mt7915_mcu_set_eeprom()
/linux-6.15/drivers/net/wireless/mediatek/mt76/mt7996/
H A Deeprom.c150 dev->flash_mode = true; in mt7996_eeprom_check_or_use_default()
168 dev->flash_mode = true; in mt7996_eeprom_load()
172 if (!dev->flash_mode) { in mt7996_eeprom_load()
H A Dmt7996.h355 bool flash_mode:1; member
H A Dmcu.c3695 if (dev->flash_mode) in mt7996_mcu_set_eeprom()
/linux-6.15/drivers/usb/typec/ucsi/
H A Ducsi_ccg.c1314 static int ccg_fw_update(struct ucsi_ccg *uc, enum enum_flash_mode flash_mode) in ccg_fw_update() argument
1318 while (flash_mode != FLASH_NOT_NEEDED) { in ccg_fw_update()
1319 err = do_flash(uc, flash_mode); in ccg_fw_update()
1322 err = ccg_fw_update_needed(uc, &flash_mode); in ccg_fw_update()
1361 enum enum_flash_mode flash_mode; in ccg_update_firmware() local
1364 status = ccg_fw_update_needed(uc, &flash_mode); in ccg_update_firmware()
1368 if (flash_mode != FLASH_NOT_NEEDED) { in ccg_update_firmware()
1373 ccg_fw_update(uc, flash_mode); in ccg_update_firmware()
/linux-6.15/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_sysfs.c1123 static int flash_mode; in qlcnic_83xx_sysfs_flash_write_handler() local
1134 flash_mode = QLC_83XX_ERASE_MODE; in qlcnic_83xx_sysfs_flash_write_handler()
1144 flash_mode = QLC_83XX_BULK_WRITE_MODE; in qlcnic_83xx_sysfs_flash_write_handler()
1148 flash_mode = QLC_83XX_WRITE_MODE; in qlcnic_83xx_sysfs_flash_write_handler()
1151 if (flash_mode == QLC_83XX_BULK_WRITE_MODE) { in qlcnic_83xx_sysfs_flash_write_handler()
1162 if (flash_mode == QLC_83XX_WRITE_MODE) { in qlcnic_83xx_sysfs_flash_write_handler()