Lines Matching +full:instance +full:- +full:specific
4 * SPDX-License-Identifier: Apache-2.0
45 * The corresponding BC1.2 emulator updates the vendor specific registers
49 * @param target Pointer to the emulator structure for the BC1.2 emulator instance.
54 * @retval -EINVAL if the partner type is not supported.
60 (const struct bc12_emul_driver_api *)target->backend_api; in bc12_emul_set_charging_partner()
62 return backend_api->set_charging_partner(target, partner_type); in bc12_emul_set_charging_partner()
68 * The corresponding BC1.2 emulator updates the vendor specific registers
73 * @param target Pointer to the emulator structure for the BC1.2 emulator instance.
78 * @retval -EINVAL if the connection/disconnection of PD partner is not supported.
83 (const struct bc12_emul_driver_api *)target->backend_api; in bc12_emul_set_pd_partner()
85 return backend_api->set_pd_partner(target, connected); in bc12_emul_set_pd_partner()