Home
last modified time | relevance | path

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

/linux/drivers/net/wwan/iosm/
A Diosm_ipc_devlink.c58 enum iosm_flash_comp_type fls_type; in ipc_devlink_get_flash_comp_type() local
61 fls_type = FLASH_COMP_TYPE_PSI; in ipc_devlink_get_flash_comp_type()
63 fls_type = FLASH_COMP_TYPE_EBL; in ipc_devlink_get_flash_comp_type()
65 fls_type = FLASH_COMP_TYPE_FLS; in ipc_devlink_get_flash_comp_type()
67 fls_type = FLASH_COMP_TYPE_INVAL; in ipc_devlink_get_flash_comp_type()
69 return fls_type; in ipc_devlink_get_flash_comp_type()
81 enum iosm_flash_comp_type fls_type; in ipc_devlink_flash_update() local
97 fls_type = ipc_devlink_get_flash_comp_type(header->image_type, in ipc_devlink_flash_update()
100 switch (fls_type) { in ipc_devlink_flash_update()

Completed in 4 milliseconds