Home
last modified time | relevance | path

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

/linux/include/soc/microchip/
H A Dmpfs.h21 struct mpfs_mss_msg { struct
38 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.c162 struct mpfs_mss_msg *message __free(kfree) = in mpfs_auto_update_verify_image()
163 kzalloc_obj(struct mpfs_mss_msg); in mpfs_auto_update_verify_image()
364 struct mpfs_mss_msg *message __free(kfree) = in mpfs_auto_update_available()
365 kzalloc_obj(struct mpfs_mss_msg); 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.c44 int mpfs_blocking_transaction(struct mpfs_sys_controller *sys_controller, struct mpfs_mss_msg *msg) in mpfs_blocking_transaction()