Searched refs:gbphy_host (Results 1 – 1 of 1) sorted by relevance
22 struct gbphy_host { struct261 struct gbphy_host *gbphy_host = greybus_get_drvdata(bundle); in gb_gbphy_disconnect() local269 list_for_each_entry_safe(gbphy_dev, temp, &gbphy_host->devices, list) { in gb_gbphy_disconnect()274 kfree(gbphy_host); in gb_gbphy_disconnect()280 struct gbphy_host *gbphy_host; in gb_gbphy_probe() local287 gbphy_host = kzalloc(sizeof(*gbphy_host), GFP_KERNEL); in gb_gbphy_probe()288 if (!gbphy_host) in gb_gbphy_probe()291 gbphy_host->bundle = bundle; in gb_gbphy_probe()292 INIT_LIST_HEAD(&gbphy_host->devices); in gb_gbphy_probe()293 greybus_set_drvdata(bundle, gbphy_host); in gb_gbphy_probe()[all …]