Lines Matching +full:multi +full:- +full:function
1 /* SPDX-License-Identifier: GPL-2.0 */
5 * Utility definitions for the ecm function
19 * struct f_ecm_opts - ECM function options
20 * @func_inst: USB function instance.
21 * @net: The net_device associated with the ECM function.
22 * @bound: True if the net_device is shared and pre-registered during the
23 * legacy composite driver's bind phase (e.g., multi.c). If false,
24 * the ECM function will register the net_device during its own
26 * @bind_count: Tracks the number of configurations the ECM function is
27 * bound to, preventing double-registration of the @net device.
30 * @refcnt: Reference counter for the function instance.