Home
last modified time | relevance | path

Searched refs:auto_learn_mode (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/usr.sbin/mfiutil/
Dmfi_bbu.c204 props.auto_learn_mode = 0; in update_bbu_props()
206 props.auto_learn_mode = 1; in update_bbu_props()
208 props.auto_learn_mode = mode[0] - '0'; in update_bbu_props()
Dmfi_show.c225 if (props.auto_learn_mode != 0) in show_battery()
234 mfi_autolearn_mode(props.auto_learn_mode, buf, sizeof(buf)); in show_battery()
/freebsd-12-stable/sys/dev/mfi/
Dmfireg.h1385 uint8_t auto_learn_mode; member