Home
last modified time | relevance | path

Searched refs:mpfs_mss_msg (Results 1 – 5 of 5) 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()
/linux/drivers/soc/microchip/
H A Dmpfs-sys-controller.c39 int mpfs_blocking_transaction(struct mpfs_sys_controller *sys_controller, struct mpfs_mss_msg *msg) in mpfs_blocking_transaction()
/linux/drivers/mailbox/
H A Dmailbox-mpfs.c107 struct mpfs_mss_msg *msg = data; in mpfs_mbox_send_data()