Home
last modified time | relevance | path

Searched refs:__lpc_dev_init (Results 1 – 2 of 2) sorted by relevance

/openbmc/hiomapd/
H A Dlpc.c35 int __lpc_dev_init(struct mbox_context *context, const char *path) in __lpc_dev_init() function
84 return __lpc_dev_init(context, LPC_CTRL_PATH); in lpc_dev_init()
/openbmc/hiomapd/test/
H A Dmbox.c216 int __lpc_dev_init(struct mbox_context *context, const char *path);
265 rc = __lpc_dev_init(&test.context, test.lpc.path); in mbox_create_frontend_context()