Home
last modified time | relevance | path

Searched refs:hci_leds_init (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/net/bluetooth/
H A Dleds.h9 void hci_leds_init(struct hci_dev *hdev);
18 static inline void hci_leds_init(struct hci_dev *hdev) {} in hci_leds_init() function
H A Dleds.c86 void hci_leds_init(struct hci_dev *hdev) in hci_leds_init() function
H A Dhci_core.c2630 hci_leds_init(hdev); in hci_register_dev()