Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/input/touchscreen/
Draydium_i2c_ts.c135 enum raydium_boot_mode boot_mode; member
357 ts->boot_mode = RAYDIUM_TS_BLDR; in raydium_i2c_check_fw_status()
359 ts->boot_mode = RAYDIUM_TS_MAIN; in raydium_i2c_check_fw_status()
382 if (ts->boot_mode == RAYDIUM_TS_BLDR || in raydium_i2c_initialize()
383 ts->boot_mode == RAYDIUM_TS_MAIN) { in raydium_i2c_initialize()
389 ts->boot_mode = RAYDIUM_TS_BLDR; in raydium_i2c_initialize()
391 if (ts->boot_mode == RAYDIUM_TS_BLDR) { in raydium_i2c_initialize()
680 if (ts->boot_mode == RAYDIUM_TS_MAIN) { in raydium_i2c_do_update_firmware()
692 if (ts->boot_mode == RAYDIUM_TS_BLDR) in raydium_i2c_do_update_firmware()
697 if (ts->boot_mode == RAYDIUM_TS_MAIN) { in raydium_i2c_do_update_firmware()
[all …]
/kernel/linux/linux-5.10/drivers/net/wimax/i2400m/
Ddriver.c592 i2400m->boot_mode = 1; in __i2400m_dev_reset_handle()
644 i2400m->boot_mode = 0; in __i2400m_dev_reset_handle()
778 i2400m->boot_mode = 1; in i2400m_init()
Di2400m.h570 unsigned boot_mode:1; /* is the device in boot mode? */ member
Dfw.c592 BUG_ON(i2400m->boot_mode == 0); in i2400m_bm_cmd()
1393 i2400m->boot_mode = 1; in i2400m_fw_dnload()
1457 i2400m->boot_mode = 0; in i2400m_fw_dnload()
Dcontrol.c722 if (i2400m->boot_mode) in i2400m_msg_to_dev()
/kernel/linux/linux-5.10/drivers/power/supply/
Dsc27xx_fuel_gauge.c180 int boot_mode) in sc27xx_fgu_save_boot_mode() argument
202 boot_mode << SC27XX_FGU_MODE_AREA_SHIFT); in sc27xx_fgu_save_boot_mode()
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
Dqed.h755 u8 boot_mode; member
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_main.c3409 ether_stat->feature_flags |= bp->common.boot_mode; in bnx2x_drv_info_ether_stat()
10935 u32 val, val2, val3, val4, id, boot_mode; in bnx2x_get_common_hwinfo() local
11086 boot_mode = SHMEM_RD(bp, in bnx2x_get_common_hwinfo()
11089 switch (boot_mode) { in bnx2x_get_common_hwinfo()
11091 bp->common.boot_mode = FEATURE_ETH_BOOTMODE_PXE; in bnx2x_get_common_hwinfo()
11094 bp->common.boot_mode = FEATURE_ETH_BOOTMODE_ISCSI; in bnx2x_get_common_hwinfo()
11097 bp->common.boot_mode = FEATURE_ETH_BOOTMODE_FCOE; in bnx2x_get_common_hwinfo()
11100 bp->common.boot_mode = FEATURE_ETH_BOOTMODE_NONE; in bnx2x_get_common_hwinfo()
Dbnx2x.h994 u32 boot_mode; member
/kernel/linux/patches/linux-5.10/hispark_taurus_patch/
Dhispark_taurus.patch28427 + unsigned int boot_mode : 1;
/kernel/linux/patches/linux-4.19/hispark_taurus_patch/
Dhispark_taurus.patch313411 + unsigned int boot_mode : 1;