Symbol: hci_uart_proto
drivers/bluetooth/hci_ag6xx.c
300
static const struct hci_uart_proto ag6xx_proto = {
drivers/bluetooth/hci_aml.c
666
static const struct hci_uart_proto aml_hci_proto = {
drivers/bluetooth/hci_ath.c
247
static const struct hci_uart_proto athp = {
drivers/bluetooth/hci_bcm.c
1294
static const struct hci_uart_proto bcm_proto = {
drivers/bluetooth/hci_bcsp.c
762
static const struct hci_uart_proto bcsp = {
drivers/bluetooth/hci_h4.c
130
static const struct hci_uart_proto h4p = {
drivers/bluetooth/hci_h5.c
840
static const struct hci_uart_proto h5p = {
drivers/bluetooth/hci_intel.c
1042
static const struct hci_uart_proto intel_proto = {
drivers/bluetooth/hci_ldisc.c
40
static const struct hci_uart_proto *hup[HCI_UART_MAX_PROTO];
drivers/bluetooth/hci_ldisc.c
42
int hci_uart_register_proto(const struct hci_uart_proto *p)
drivers/bluetooth/hci_ldisc.c
57
int hci_uart_unregister_proto(const struct hci_uart_proto *p)
drivers/bluetooth/hci_ldisc.c
70
static const struct hci_uart_proto *hci_uart_get_proto(unsigned int id)
drivers/bluetooth/hci_ldisc.c
708
const struct hci_uart_proto *p;
drivers/bluetooth/hci_ll.c
685
static const struct hci_uart_proto llp;
drivers/bluetooth/hci_ll.c
800
static const struct hci_uart_proto llp = {
drivers/bluetooth/hci_mrvl.c
434
static const struct hci_uart_proto mrvl_proto_8897 = {
drivers/bluetooth/hci_mrvl.c
448
static const struct hci_uart_proto mrvl_proto_8997 = {
drivers/bluetooth/hci_mrvl.c
465
const struct hci_uart_proto *mrvl_proto = device_get_match_data(&serdev->dev);
drivers/bluetooth/hci_nokia.c
665
static const struct hci_uart_proto nokia_proto = {
drivers/bluetooth/hci_qca.c
2084
static const struct hci_uart_proto qca_proto = {
drivers/bluetooth/hci_serdev.c
304
const struct hci_uart_proto *p,
drivers/bluetooth/hci_uart.h
100
int hci_uart_unregister_proto(const struct hci_uart_proto *p);
drivers/bluetooth/hci_uart.h
103
const struct hci_uart_proto *p,
drivers/bluetooth/hci_uart.h
107
const struct hci_uart_proto *p)
drivers/bluetooth/hci_uart.h
74
const struct hci_uart_proto *proto;
drivers/bluetooth/hci_uart.h
99
int hci_uart_register_proto(const struct hci_uart_proto *p);