Home
last modified time | relevance | path

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

/linux-6.15/drivers/bluetooth/
H A Dbtqca.h172 int qca_send_pre_shutdown_cmd(struct hci_dev *hdev);
201 static inline int qca_send_pre_shutdown_cmd(struct hci_dev *hdev) in qca_send_pre_shutdown_cmd() function
H A Dbtqca.c253 int qca_send_pre_shutdown_cmd(struct hci_dev *hdev) in qca_send_pre_shutdown_cmd() function
273 EXPORT_SYMBOL_GPL(qca_send_pre_shutdown_cmd);
H A Dhci_qca.c2248 qca_send_pre_shutdown_cmd(hdev); in qca_power_off()