Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/misc/
Dsmpro-misc.c28 u16 boot_progress[3] = { 0 }; in boot_progress_show() local
65 boot_progress[0] = bootstage; in boot_progress_show()
66 boot_progress[1] = swab16(reg); in boot_progress_show()
67 boot_progress[2] = swab16(reg_lo); in boot_progress_show()
69 return sysfs_emit(buf, "%*phN\n", (int)sizeof(boot_progress), boot_progress); in boot_progress_show()
72 static DEVICE_ATTR_RO(boot_progress);
/linux-6.6.21/drivers/net/ethernet/qlogic/qed/
Dqed_mng_tlv.c1132 p_buf->p_val = &p_drv_buf->boot_progress; in qed_mfw_get_iscsi_tlv_value()
1133 return sizeof(p_drv_buf->boot_progress); in qed_mfw_get_iscsi_tlv_value()
/linux-6.6.21/Documentation/ABI/testing/
Dsysfs-bus-platform-devices-ampere-smpro278 What: /sys/bus/platform/devices/smpro-misc.*/boot_progress
/linux-6.6.21/include/linux/qed/
Dqed_if.h415 u8 boot_progress; member