Home
last modified time | relevance | path

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

/linux/drivers/input/touchscreen/
H A Draydium_i2c_ts.c137 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()
422 if (ts->boot_mode == RAYDIUM_TS_BLDR || in raydium_i2c_initialize()
423 ts->boot_mode == RAYDIUM_TS_MAIN) { in raydium_i2c_initialize()
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()
729 if (ts->boot_mode == RAYDIUM_TS_BLDR) in raydium_i2c_do_update_firmware()
734 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/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_main.c3413 ether_stat->feature_flags |= bp->common.boot_mode; in bnx2x_drv_info_ether_stat()
10940 u32 val, val2, val3, val4, id, boot_mode; in bnx2x_get_common_hwinfo() local
11091 boot_mode = SHMEM_RD(bp, in bnx2x_get_common_hwinfo()
11094 switch (boot_mode) { in bnx2x_get_common_hwinfo()
11096 bp->common.boot_mode = FEATURE_ETH_BOOTMODE_PXE; in bnx2x_get_common_hwinfo()
11099 bp->common.boot_mode = FEATURE_ETH_BOOTMODE_ISCSI; in bnx2x_get_common_hwinfo()
11102 bp->common.boot_mode = FEATURE_ETH_BOOTMODE_FCOE; in bnx2x_get_common_hwinfo()
11105 bp->common.boot_mode = FEATURE_ETH_BOOTMODE_NONE; in bnx2x_get_common_hwinfo()
H A Dbnx2x.h994 u32 boot_mode; member