Home
last modified time | relevance | path

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

/linux/include/soc/microchip/
H A Dmpfs.h23 struct mpfs_mss_response *response;
29 struct mpfs_mss_response { struct
/linux/drivers/firmware/microchip/
H A Dmpfs-auto-update.c164 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()
/linux/drivers/char/hw_random/
H A Dmpfs-rng.c34 struct mpfs_mss_response response = { in mpfs_rng_read()