Home
last modified time | relevance | path

Searched refs:mpfs_mss_response (Results 1 – 4 of 4) 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/mailbox/
H A Dmailbox-mpfs.c70 struct mpfs_mss_response *response;
86 struct mpfs_mss_response *response = mbox->response; in mpfs_mbox_last_tx_done()
154 struct mpfs_mss_response *response = mbox->response; in mpfs_mbox_rx_data()
/linux/drivers/char/hw_random/
H A Dmpfs-rng.c34 struct mpfs_mss_response response = { in mpfs_rng_read()