Home
last modified time | relevance | path

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

/Linux-v5.4/include/net/bluetooth/
Dhci_core.h170 struct adv_info { struct
171 struct list_head list;
172 bool pending;
173 __u8 instance;
174 __u32 flags;
175 __u16 timeout;
176 __u16 remaining_time;
177 __u16 duration;
178 __u16 adv_data_len;
179 __u8 adv_data[HCI_MAX_AD_LENGTH];
[all …]
/Linux-v5.4/drivers/media/i2c/adv748x/
Dadv748x.h204 #define adv_info(a, fmt, arg...) dev_info(a->dev, fmt, ##arg) macro