Home
last modified time | relevance | path

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

/Linux-v5.15/include/net/bluetooth/
Dhci_core.h222 struct adv_info { struct
223 struct list_head list;
224 bool enabled;
225 bool pending;
226 __u8 instance;
227 __u32 flags;
228 __u16 timeout;
229 __u16 remaining_time;
230 __u16 duration;
231 __u16 adv_data_len;
[all …]
/Linux-v5.15/drivers/media/i2c/adv748x/
Dadv748x.h205 #define adv_info(a, fmt, arg...) dev_info(a->dev, fmt, ##arg) macro