Searched defs:bt_drv (Results 1 – 3 of 3) sorted by relevance
130 struct bt_drv { struct131 struct bt_table *devices_table;132 struct bt_mng_file *mng_file;133 struct bt_io_file **io_files;134 u32 bitmap;135 struct mutex bitmap_lock; // lock for bitmap136 struct class *bt_class;
974 struct ad714x_button_drv *bt_drv; in ad714x_probe() local