Home
last modified time | relevance | path

Searched defs:adv_info (Results 1 – 2 of 2) sorted by relevance

/linux/include/net/bluetooth/
H A Dhci_core.h240 struct adv_info { struct
241 struct list_head list;
242 bool enabled;
243 bool pending;
244 bool periodic;
245 __u8 mesh;
246 __u8 instance;
247 __u8 handle;
248 __u8 sid;
249 __u32 flags;
[all …]
/linux/drivers/media/i2c/adv748x/
H A Dadv748x.h203 #define adv_info(a, fmt, arg...) dev_info(a->dev, fmt, ##arg) macro