Home
last modified time | relevance | path

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

/wlan-driver/platform/cnss2/
Dbus.c29 u32 bus_type_dt = CNSS_BUS_NONE; in cnss_get_bus_type() local
34 &bus_type_dt); in cnss_get_bus_type()
36 if (bus_type_dt < CNSS_BUS_MAX) in cnss_get_bus_type()
38 bus_type_dt); in cnss_get_bus_type()
40 bus_type_dt = CNSS_BUS_NONE; in cnss_get_bus_type()
44 return bus_type_dt; in cnss_get_bus_type()