Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/bluetooth/
Dhci_core.h162 struct adv_info { struct
163 struct list_head list;
164 bool pending;
165 __u8 instance;
166 __u32 flags;
167 __u16 timeout;
168 __u16 remaining_time;
169 __u16 duration;
170 __u16 adv_data_len;
171 __u8 adv_data[HCI_MAX_AD_LENGTH];
[all …]
/Linux-v4.19/drivers/media/i2c/adv748x/
Dadv748x.h186 #define adv_info(a, fmt, arg...) dev_info(a->dev, fmt, ##arg) macro