Searched refs:mpfs_mss_msg (Results 1 – 5 of 5) sorted by relevance
20 struct mpfs_mss_msg { struct37 int mpfs_blocking_transaction(struct mpfs_sys_controller *mpfs_client, struct mpfs_mss_msg *msg); argument
166 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()
39 struct mpfs_mss_msg msg = { in mpfs_rng_read()
39 int mpfs_blocking_transaction(struct mpfs_sys_controller *sys_controller, struct mpfs_mss_msg *msg) in mpfs_blocking_transaction()
107 struct mpfs_mss_msg *msg = data; in mpfs_mbox_send_data()