Searched refs:mpfs_mss_response (Results 1 – 3 of 3) sorted by relevance
23 struct mpfs_mss_response *response;29 struct mpfs_mss_response { struct
164 struct mpfs_mss_response *response __free(kfree) = in mpfs_auto_update_verify_image()165 kzalloc(sizeof(struct mpfs_mss_response), GFP_KERNEL); in mpfs_auto_update_verify_image()366 struct mpfs_mss_response *response __free(kfree) = in mpfs_auto_update_available()367 kzalloc(sizeof(struct mpfs_mss_response), GFP_KERNEL); in mpfs_auto_update_available()
34 struct mpfs_mss_response response = { in mpfs_rng_read()