Searched refs:g_busintf (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dbus.c | 183 static dbus_intf_t *g_busintf = NULL; variable 1409 dbus_disconnect, NULL, &g_busintf, NULL, NULL); in dhd_bus_register() 1448 if ((g_busintf == NULL) || (g_busintf->attach == NULL) || (cbs == NULL)) in dbus_attach() 1465 dhd_bus->drvintf = g_busintf; in dbus_attach() 1499 dhd_bus->bus_info = (void *)g_busintf->attach(&dhd_bus->pub, in dbus_attach()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | dbus.c | 182 static dbus_intf_t *g_busintf = NULL; variable 1399 dbus_disconnect, NULL, &g_busintf, NULL, NULL); in dhd_bus_register() 1438 if ((g_busintf == NULL) || (g_busintf->attach == NULL) || (cbs == NULL)) in dbus_attach() 1455 dhd_bus->drvintf = g_busintf; in dbus_attach() 1489 dhd_bus->bus_info = (void *)g_busintf->attach(&dhd_bus->pub, in dbus_attach()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dbus.c | 189 static dbus_intf_t *g_busintf = NULL; variable 1399 err = dbus_bus_register(&dhd_dbus, &g_busintf); in dhd_bus_register() 1434 if ((g_busintf == NULL) || (g_busintf->attach == NULL) || (cbs == NULL)) in dbus_attach() 1451 dhd_bus->drvintf = g_busintf; in dbus_attach() 1485 dhd_bus->bus_info = (void *)g_busintf->attach(&dhd_bus->pub, in dbus_attach()
|