Lines Matching +full:cmd +full:- +full:max +full:- +full:name
1 /* SPDX-License-Identifier: GPL-2.0-only
3 * Copyright (C) 2020-2021 Intel Corporation.
15 /* Image ext max len */
27 /* MAX file name length */
31 /* MAX number of regions supported */
33 /* MAX number of SNAPSHOTS supported */
44 * enum iosm_devlink_param_id - Enum type to different devlink params
55 * enum iosm_rpsi_cmd_code - Enum type for RPSI command list
70 * enum iosm_flash_comp_type - Enum for different flash component types
84 * struct iosm_devlink_sio - SIO instance
100 * struct iosm_flash_params - List of flash params required for flashing
112 * struct iosm_devlink_image - Structure with Fls file header info
130 * struct iosm_ebl_ctx_data - EBL ctx data used during flashing
140 * struct iosm_coredump_file_info - Coredump file info
141 * @filename: Name of coredump file
154 * struct iosm_devlink - IOSM Devlink structure
178 * union iosm_rpsi_param_u - RPSI cmd param for CRC calculation
188 * struct iosm_rpsi_cmd - Structure for RPSI Command
190 * @cmd: Stores the RPSI command
195 __le16 cmd; member
203 int ipc_devlink_send_cmd(struct iosm_devlink *ipc_devlink, u16 cmd, u32 entry);