Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/greybus/
H A Dfw-core.c19 struct gb_connection *cap_connection; member
143 if (fw_core->cap_connection) { in gb_fw_core_probe()
155 fw_core->cap_connection = connection; in gb_fw_core_probe()
192 ret = gb_cap_connection_init(fw_core->cap_connection); in gb_fw_core_probe()
197 gb_connection_destroy(fw_core->cap_connection); in gb_fw_core_probe()
198 fw_core->cap_connection = NULL; in gb_fw_core_probe()
218 gb_cap_connection_exit(fw_core->cap_connection); in gb_fw_core_probe()
223 gb_connection_destroy(fw_core->cap_connection); in gb_fw_core_probe()
244 gb_cap_connection_exit(fw_core->cap_connection); in gb_fw_core_disconnect()
249 gb_connection_destroy(fw_core->cap_connection); in gb_fw_core_disconnect()