Searched refs:boot_mode (Results 1 – 7 of 7) sorted by relevance
| /drivers/input/touchscreen/ |
| A D | raydium_i2c_ts.c | 137 enum raydium_boot_mode boot_mode; member 397 ts->boot_mode = RAYDIUM_TS_BLDR; in raydium_i2c_check_fw_status() 399 ts->boot_mode = RAYDIUM_TS_MAIN; in raydium_i2c_check_fw_status() 429 ts->boot_mode = RAYDIUM_TS_BLDR; in raydium_i2c_initialize() 431 if (ts->boot_mode == RAYDIUM_TS_BLDR) in raydium_i2c_initialize() 717 if (ts->boot_mode == RAYDIUM_TS_MAIN) { in raydium_i2c_do_update_firmware() 840 ts->boot_mode = RAYDIUM_TS_BLDR; in raydium_i2c_fw_update() 849 ts->boot_mode = RAYDIUM_TS_BLDR; in raydium_i2c_fw_update() 853 ts->boot_mode = RAYDIUM_TS_MAIN; in raydium_i2c_fw_update() 907 if (ts->boot_mode != RAYDIUM_TS_MAIN) in raydium_i2c_irq() [all …]
|
| /drivers/media/i2c/ |
| A D | thp7312.c | 263 enum thp7312_boot_mode boot_mode; member 2051 thp7312->boot_mode = THP7312_BOOT_MODE_SPI_MASTER; in thp7312_parse_dt() 2053 &thp7312->boot_mode); in thp7312_parse_dt() 2058 if (thp7312->boot_mode != THP7312_BOOT_MODE_2WIRE_SLAVE && in thp7312_parse_dt() 2059 thp7312->boot_mode != THP7312_BOOT_MODE_SPI_MASTER) in thp7312_parse_dt() 2061 "thine,boot-mode", thp7312->boot_mode); in thp7312_parse_dt() 2122 if (thp7312->boot_mode == THP7312_BOOT_MODE_2WIRE_SLAVE) in thp7312_probe() 2213 if (thp7312->boot_mode == THP7312_BOOT_MODE_2WIRE_SLAVE) { in thp7312_remove()
|
| /drivers/power/supply/ |
| A D | sc27xx_fuel_gauge.c | 180 int boot_mode) in sc27xx_fgu_save_boot_mode() argument 202 boot_mode << SC27XX_FGU_MODE_AREA_SHIFT); in sc27xx_fgu_save_boot_mode()
|
| /drivers/net/ethernet/qlogic/qed/ |
| A D | qed.h | 745 u8 boot_mode; member
|
| /drivers/net/ethernet/broadcom/bnx2x/ |
| A D | bnx2x_main.c | 3410 ether_stat->feature_flags |= bp->common.boot_mode; in bnx2x_drv_info_ether_stat() 10938 u32 val, val2, val3, val4, id, boot_mode; in bnx2x_get_common_hwinfo() local 11089 boot_mode = SHMEM_RD(bp, in bnx2x_get_common_hwinfo() 11092 switch (boot_mode) { in bnx2x_get_common_hwinfo() 11094 bp->common.boot_mode = FEATURE_ETH_BOOTMODE_PXE; in bnx2x_get_common_hwinfo() 11097 bp->common.boot_mode = FEATURE_ETH_BOOTMODE_ISCSI; in bnx2x_get_common_hwinfo() 11100 bp->common.boot_mode = FEATURE_ETH_BOOTMODE_FCOE; in bnx2x_get_common_hwinfo() 11103 bp->common.boot_mode = FEATURE_ETH_BOOTMODE_NONE; in bnx2x_get_common_hwinfo()
|
| A D | bnx2x.h | 994 u32 boot_mode; member
|
| /drivers/net/wireless/realtek/rtw89/ |
| A D | mac.c | 1445 u32 boot_mode; in rtw89_mac_power_switch_boot_mode() local 1450 boot_mode = rtw89_read32_mask(rtwdev, R_AX_GPIO_MUXCFG, B_AX_BOOT_MODE); in rtw89_mac_power_switch_boot_mode() 1451 if (!boot_mode) in rtw89_mac_power_switch_boot_mode()
|
Completed in 58 milliseconds