Home
last modified time | relevance | path

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

/linux/include/soc/microchip/
H A Dmpfs.h20 struct mpfs_mss_msg { struct
37 int mpfs_blocking_transaction(struct mpfs_sys_controller *mpfs_client, struct mpfs_mss_msg *msg); argument
/linux/drivers/firmware/microchip/
H A Dmpfs-auto-update.c166 struct mpfs_mss_msg *message __free(kfree) = in mpfs_auto_update_verify_image()
167 kzalloc(sizeof(struct mpfs_mss_msg), GFP_KERNEL); in mpfs_auto_update_verify_image()
368 struct mpfs_mss_msg *message __free(kfree) = in mpfs_auto_update_available()
369 kzalloc(sizeof(struct mpfs_mss_msg), GFP_KERNEL); in mpfs_auto_update_available()
/linux/drivers/char/hw_random/
H A Dmpfs-rng.c39 struct mpfs_mss_msg msg = { in mpfs_rng_read()