Lines Matching +full:dead +full:- +full:battery
3 * SPDX-License-Identifier: Apache-2.0
10 /** Macro used to iterate over USB-C connector and call a function if the node has PPC property */
45 printk("PPC %s:\n", dev->name); in print_status()
46 printk(" Dead battery: %d\n", ppc_is_dead_battery_mode(dev)); in print_status()
78 * @brief Command that requests one or all of the PPCs to try exiting the dead battery mode
111 entry->syntax = (dev != NULL) ? dev->name : NULL; in device_name_get()
112 entry->handler = NULL; in device_name_get()
113 entry->help = NULL; in device_name_get()
114 entry->subcmd = NULL; in device_name_get()
129 "Exit from the dead battery mode\n"
134 SHELL_CMD_REGISTER(ppc, &sub_ppc_cmds, "PPC (USB-C PD) diagnostics", NULL);