Home
last modified time | relevance | path

Searched refs:hci_uart_proto (Results 1 - 25 of 28) sorted by relevance

12

/kernel/linux/linux-6.6/drivers/bluetooth/
H A Dhci_uart.h48 struct hci_uart_proto { struct
74 const struct hci_uart_proto *proto;
98 int hci_uart_register_proto(const struct hci_uart_proto *p);
99 int hci_uart_unregister_proto(const struct hci_uart_proto *p);
102 const struct hci_uart_proto *p,
106 const struct hci_uart_proto *p) in hci_uart_register_device()
H A Dhci_ldisc.c40 static const struct hci_uart_proto *hup[HCI_UART_MAX_PROTO];
42 int hci_uart_register_proto(const struct hci_uart_proto *p) in hci_uart_register_proto()
57 int hci_uart_unregister_proto(const struct hci_uart_proto *p) in hci_uart_unregister_proto()
70 static const struct hci_uart_proto *hci_uart_get_proto(unsigned int id) in hci_uart_get_proto()
703 const struct hci_uart_proto *p; in hci_uart_set_proto()
H A Dhci_mrvl.c434 static const struct hci_uart_proto mrvl_proto_8897 = {
448 static const struct hci_uart_proto mrvl_proto_8997 = {
465 const struct hci_uart_proto *mrvl_proto = device_get_match_data(&serdev->dev); in mrvl_serdev_probe()
H A Dhci_ath.c247 static const struct hci_uart_proto athp = {
H A Dhci_h4.c133 static const struct hci_uart_proto h4p = {
H A Dhci_ll.c683 static const struct hci_uart_proto llp;
798 static const struct hci_uart_proto llp = {
H A Dhci_ag6xx.c300 static const struct hci_uart_proto ag6xx_proto = {
H A Dhci_serdev.c304 const struct hci_uart_proto *p, in hci_uart_register_device_priv()
H A Dhci_bcsp.c759 static const struct hci_uart_proto bcsp = {
H A Dhci_nokia.c670 static const struct hci_uart_proto nokia_proto = {
H A Dhci_intel.c1046 static const struct hci_uart_proto intel_proto = {
H A Dhci_bcm.c1309 static const struct hci_uart_proto bcm_proto = {
/kernel/linux/linux-5.10/drivers/bluetooth/
H A Dhci_uart.h48 struct hci_uart_proto { struct
74 const struct hci_uart_proto *proto;
97 int hci_uart_register_proto(const struct hci_uart_proto *p);
98 int hci_uart_unregister_proto(const struct hci_uart_proto *p);
99 int hci_uart_register_device(struct hci_uart *hu, const struct hci_uart_proto *p);
H A Dhci_ldisc.c40 static const struct hci_uart_proto *hup[HCI_UART_MAX_PROTO];
42 int hci_uart_register_proto(const struct hci_uart_proto *p) in hci_uart_register_proto()
57 int hci_uart_unregister_proto(const struct hci_uart_proto *p) in hci_uart_unregister_proto()
70 static const struct hci_uart_proto *hci_uart_get_proto(unsigned int id) in hci_uart_get_proto()
700 const struct hci_uart_proto *p; in hci_uart_set_proto()
H A Dhci_ath.c247 static const struct hci_uart_proto athp = {
H A Dhci_h4.c133 static const struct hci_uart_proto h4p = {
H A Dhci_ll.c682 static const struct hci_uart_proto llp;
797 static const struct hci_uart_proto llp = {
H A Dhci_ag6xx.c301 static const struct hci_uart_proto ag6xx_proto = {
H A Dhci_serdev.c295 const struct hci_uart_proto *p) in hci_uart_register_device()
H A Dhci_mrvl.c383 static const struct hci_uart_proto mrvl_proto = {
H A Dhci_bcsp.c759 static const struct hci_uart_proto bcsp = {
H A Dhci_nokia.c670 static const struct hci_uart_proto nokia_proto = {
H A Dhci_h5.c778 static const struct hci_uart_proto h5p = {
H A Dhci_intel.c1043 static const struct hci_uart_proto intel_proto = {
H A Dhci_bcm.c1216 static const struct hci_uart_proto bcm_proto = {

Completed in 23 milliseconds

12