Home
last modified time | relevance | path

Searched refs:boot_mode (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/input/touchscreen/
H A Draydium_i2c_ts.c137 enum raydium_boot_mode boot_mode; member
394 ts->boot_mode = RAYDIUM_TS_BLDR; in raydium_i2c_check_fw_status()
396 ts->boot_mode = RAYDIUM_TS_MAIN; in raydium_i2c_check_fw_status()
419 if (ts->boot_mode == RAYDIUM_TS_BLDR || in raydium_i2c_initialize()
420 ts->boot_mode == RAYDIUM_TS_MAIN) { in raydium_i2c_initialize()
426 ts->boot_mode = RAYDIUM_TS_BLDR; in raydium_i2c_initialize()
428 if (ts->boot_mode == RAYDIUM_TS_BLDR) in raydium_i2c_initialize()
714 if (ts->boot_mode == RAYDIUM_TS_MAIN) { in raydium_i2c_do_update_firmware()
726 if (ts->boot_mode == RAYDIUM_TS_BLDR) in raydium_i2c_do_update_firmware()
731 if (ts->boot_mode == RAYDIUM_TS_MAIN) { in raydium_i2c_do_update_firmware()
[all …]
/linux/drivers/media/i2c/
H A Dthp7312.c263 enum thp7312_boot_mode boot_mode; member
2048 thp7312->boot_mode = THP7312_BOOT_MODE_SPI_MASTER; in thp7312_parse_dt()
2050 &thp7312->boot_mode); in thp7312_parse_dt()
2055 if (thp7312->boot_mode != THP7312_BOOT_MODE_2WIRE_SLAVE && in thp7312_parse_dt()
2056 thp7312->boot_mode != THP7312_BOOT_MODE_SPI_MASTER) in thp7312_parse_dt()
2058 "thine,boot-mode", thp7312->boot_mode); in thp7312_parse_dt()
2119 if (thp7312->boot_mode == THP7312_BOOT_MODE_2WIRE_SLAVE) in thp7312_probe()
2209 if (thp7312->boot_mode == THP7312_BOOT_MODE_2WIRE_SLAVE) { in thp7312_remove()
/linux/sound/soc/codecs/
H A Drt1320-sdw.c2129 unsigned char boot_mode = 0; /* 0: from RAM; 1: from ROM */ in rt1320_dspfw_load_code() local
2232 boot_mode = 1; in rt1320_dspfw_load_code()
2235 dev_dbg(dev, "%s: Boot from %s for VA2\n", __func__, (boot_mode ? "ROM" : "RAM")); in rt1320_dspfw_load_code()
2239 if (!boot_mode) in rt1320_dspfw_load_code()
2276 if (!boot_mode) { in rt1320_dspfw_load_code()
/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x.h994 u32 boot_mode; member
/linux/drivers/net/wireless/realtek/rtw89/
H A Dmac.c1482 u32 boot_mode; in rtw89_mac_power_switch_boot_mode() local
1487 boot_mode = rtw89_read32_mask(rtwdev, R_AX_GPIO_MUXCFG, B_AX_BOOT_MODE); in rtw89_mac_power_switch_boot_mode()
1488 if (!boot_mode) in rtw89_mac_power_switch_boot_mode()