Home
last modified time | relevance | path

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

/openbmc/linux/drivers/soc/microchip/
H A Dmpfs-sys-controller.c29 struct mpfs_sys_controller { struct
36 int mpfs_blocking_transaction(struct mpfs_sys_controller *sys_controller, struct mpfs_mss_msg *msg) in mpfs_blocking_transaction() argument
80 struct mpfs_sys_controller *sys_controller = in mpfs_sys_controller_rx_callback()
81 container_of(client, struct mpfs_sys_controller, client); in mpfs_sys_controller_rx_callback()
88 struct mpfs_sys_controller *sys_controller = in mpfs_sys_controller_delete()
89 container_of(kref, struct mpfs_sys_controller, consumers); in mpfs_sys_controller_delete()
97 struct mpfs_sys_controller *sys_controller = data; in mpfs_sys_controller_put()
116 struct mpfs_sys_controller *sys_controller; in mpfs_sys_controller_probe()
154 struct mpfs_sys_controller *sys_controller = platform_get_drvdata(pdev); in mpfs_sys_controller_remove()
167 struct mpfs_sys_controller *mpfs_sys_controller_get(struct device *dev) in mpfs_sys_controller_get()
[all …]
/openbmc/linux/include/soc/microchip/
H A Dmpfs.h18 struct mpfs_sys_controller;
37 int mpfs_blocking_transaction(struct mpfs_sys_controller *mpfs_client, struct mpfs_mss_msg *msg);
39 struct mpfs_sys_controller *mpfs_sys_controller_get(struct device *dev);
/openbmc/linux/drivers/char/hw_random/
H A Dmpfs-rng.c23 struct mpfs_sys_controller *sys_controller;