Home
last modified time | relevance | path

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

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