Searched refs:set_shutdown (Results 1 - 13 of 13) sorted by relevance
/kernel/linux/linux-5.10/drivers/bluetooth/ |
H A D | hci_bcm.c | 73 * @set_shutdown: callback to toggle BT_REG_ON pin 105 int (*set_shutdown)(struct bcm_device *, bool); member 257 err = dev->set_shutdown(dev, powered); in bcm_gpio_set_power() 285 dev->set_shutdown(dev, !powered); in bcm_gpio_set_power() 967 dev->set_shutdown = bcm_apple_set_shutdown; in bcm_apple_get_resources() 1053 dev->set_shutdown = bcm_gpio_set_shutdown; in bcm_get_resources()
|
/kernel/linux/linux-6.6/drivers/bluetooth/ |
H A D | hci_bcm.c | 83 * @set_shutdown: callback to toggle BT_REG_ON pin 124 int (*set_shutdown)(struct bcm_device *, bool); member 280 err = dev->set_shutdown(dev, powered); in bcm_gpio_set_power() 308 dev->set_shutdown(dev, !powered); in bcm_gpio_set_power() 1033 dev->set_shutdown = bcm_apple_set_shutdown; in bcm_apple_get_resources() 1134 dev->set_shutdown = bcm_gpio_set_shutdown; in bcm_get_resources()
|
/kernel/linux/linux-6.6/include/net/bluetooth/ |
H A D | l2cap.h | 622 void (*set_shutdown) (struct l2cap_chan *chan); member
|
/kernel/linux/linux-5.10/include/net/bluetooth/ |
H A D | l2cap.h | 663 void (*set_shutdown) (struct l2cap_chan *chan); member
|
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | a2mp.c | 762 .set_shutdown = l2cap_chan_no_set_shutdown,
|
H A D | 6lowpan.c | 910 .set_shutdown = l2cap_chan_no_set_shutdown,
|
H A D | smp.c | 3234 .set_shutdown = l2cap_chan_no_set_shutdown, 3282 .set_shutdown = l2cap_chan_no_set_shutdown,
|
H A D | l2cap_sock.c | 1744 .set_shutdown = l2cap_sock_set_shutdown_cb,
|
H A D | l2cap_core.c | 4672 chan->ops->set_shutdown(chan); in l2cap_disconnect_req()
|
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | 6lowpan.c | 880 .set_shutdown = l2cap_chan_no_set_shutdown,
|
H A D | smp.c | 3240 .set_shutdown = l2cap_chan_no_set_shutdown, 3288 .set_shutdown = l2cap_chan_no_set_shutdown,
|
H A D | l2cap_sock.c | 1710 .set_shutdown = l2cap_sock_set_shutdown_cb,
|
H A D | l2cap_core.c | 4437 chan->ops->set_shutdown(chan); in l2cap_disconnect_req()
|
Completed in 39 milliseconds