Home
last modified time | relevance | path

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

/Linux-v6.6/include/net/bluetooth/
Dhci_core.h238 struct adv_info { struct
239 struct list_head list;
240 bool enabled;
241 bool pending;
242 bool periodic;
243 __u8 mesh;
244 __u8 instance;
245 __u32 flags;
246 __u16 timeout;
247 __u16 remaining_time;
[all …]
/Linux-v6.6/drivers/media/i2c/adv748x/
Dadv748x.h205 #define adv_info(a, fmt, arg...) dev_info(a->dev, fmt, ##arg) macro