Searched refs:fw_core (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/staging/greybus/
H A Dfw-core.c26 struct gb_fw_core *fw_core = dev_get_drvdata(dev); local
28 return fw_core->mgmt_connection;
66 struct gb_fw_core *fw_core; local
71 fw_core = kzalloc(sizeof(*fw_core), GFP_KERNEL);
72 if (!fw_core)
84 if (fw_core->mgmt_connection) {
101 fw_core->mgmt_connection = connection;
105 if (fw_core->download_connection) {
118 fw_core
233 struct gb_fw_core *fw_core = greybus_get_drvdata(bundle); local
[all...]

Completed in 114 milliseconds