Lines Matching +full:fw +full:- +full:cfg
1 /* SPDX-License-Identifier: GPL-2.0 */
3 * Copyright (c) 2012-2022, Intel Corporation. All rights reserved.
18 * mei_cfg - mei device configuration
20 * @fw_status: FW status
24 * @fw_ver_supported: is fw version retrievable from FW
37 #define MEI_PCI_DEVICE(dev, cfg) \ argument
40 .driver_data = (kernel_ulong_t)(cfg),
45 * struct mei_me_hw - me hw specific data
47 * @cfg: per device generation config and ops
53 * @read_fws: read FW status register handler
59 const struct mei_cfg *cfg; member
72 #define to_me_hw(dev) (struct mei_me_hw *)((dev)->hw)
76 return hw->irq < 0; in mei_me_hw_use_polling()
80 * enum mei_cfg_idx - indices to platform specific configurations.
139 const struct mei_cfg *cfg, bool slow_fw);