Home
last modified time | relevance | path

Searched refs:fls_type (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/drivers/net/wwan/iosm/
Diosm_ipc_devlink.c60 enum iosm_flash_comp_type fls_type; in ipc_devlink_get_flash_comp_type() local
63 fls_type = FLASH_COMP_TYPE_PSI; in ipc_devlink_get_flash_comp_type()
65 fls_type = FLASH_COMP_TYPE_EBL; in ipc_devlink_get_flash_comp_type()
67 fls_type = FLASH_COMP_TYPE_FLS; in ipc_devlink_get_flash_comp_type()
69 fls_type = FLASH_COMP_TYPE_INVAL; in ipc_devlink_get_flash_comp_type()
71 return fls_type; in ipc_devlink_get_flash_comp_type()
83 enum iosm_flash_comp_type fls_type; in ipc_devlink_flash_update() local
99 fls_type = ipc_devlink_get_flash_comp_type(header->image_type, in ipc_devlink_flash_update()
102 switch (fls_type) { in ipc_devlink_flash_update()