bcm_device         93 drivers/bluetooth/hci_bcm.c 	int			(*set_device_wakeup)(struct bcm_device *, bool);
bcm_device         94 drivers/bluetooth/hci_bcm.c 	int			(*set_shutdown)(struct bcm_device *, bool);
bcm_device        122 drivers/bluetooth/hci_bcm.c 	struct bcm_device	*dev;
bcm_device        191 drivers/bluetooth/hci_bcm.c static bool bcm_device_exists(struct bcm_device *device)
bcm_device        202 drivers/bluetooth/hci_bcm.c 		struct bcm_device *dev = list_entry(p, struct bcm_device, list);
bcm_device        211 drivers/bluetooth/hci_bcm.c static int bcm_gpio_set_power(struct bcm_device *dev, bool powered)
bcm_device        286 drivers/bluetooth/hci_bcm.c 	struct bcm_device *bdev = data;
bcm_device        299 drivers/bluetooth/hci_bcm.c 	struct bcm_device *bdev = bcm->dev;
bcm_device        431 drivers/bluetooth/hci_bcm.c 		struct bcm_device *dev = list_entry(p, struct bcm_device, list);
bcm_device        472 drivers/bluetooth/hci_bcm.c 	struct bcm_device *bdev = NULL;
bcm_device        673 drivers/bluetooth/hci_bcm.c 	struct bcm_device *bdev = NULL;
bcm_device        698 drivers/bluetooth/hci_bcm.c 	struct bcm_device *bdev = dev_get_drvdata(dev);
bcm_device        728 drivers/bluetooth/hci_bcm.c 	struct bcm_device *bdev = dev_get_drvdata(dev);
bcm_device        757 drivers/bluetooth/hci_bcm.c 	struct bcm_device *bdev = dev_get_drvdata(dev);
bcm_device        791 drivers/bluetooth/hci_bcm.c 	struct bcm_device *bdev = dev_get_drvdata(dev);
bcm_device        862 drivers/bluetooth/hci_bcm.c 	struct bcm_device *dev = data;
bcm_device        899 drivers/bluetooth/hci_bcm.c static int bcm_apple_set_device_wakeup(struct bcm_device *dev, bool awake)
bcm_device        907 drivers/bluetooth/hci_bcm.c static int bcm_apple_set_shutdown(struct bcm_device *dev, bool powered)
bcm_device        916 drivers/bluetooth/hci_bcm.c static int bcm_apple_get_resources(struct bcm_device *dev)
bcm_device        937 drivers/bluetooth/hci_bcm.c static inline int bcm_apple_get_resources(struct bcm_device *dev)
bcm_device        943 drivers/bluetooth/hci_bcm.c static int bcm_gpio_set_device_wakeup(struct bcm_device *dev, bool awake)
bcm_device        949 drivers/bluetooth/hci_bcm.c static int bcm_gpio_set_shutdown(struct bcm_device *dev, bool powered)
bcm_device        974 drivers/bluetooth/hci_bcm.c static int bcm_get_resources(struct bcm_device *dev)
bcm_device       1051 drivers/bluetooth/hci_bcm.c static int bcm_acpi_probe(struct bcm_device *dev)
bcm_device       1105 drivers/bluetooth/hci_bcm.c static int bcm_acpi_probe(struct bcm_device *dev)
bcm_device       1111 drivers/bluetooth/hci_bcm.c static int bcm_of_probe(struct bcm_device *bdev)
bcm_device       1119 drivers/bluetooth/hci_bcm.c 	struct bcm_device *dev;
bcm_device       1157 drivers/bluetooth/hci_bcm.c 	struct bcm_device *dev = platform_get_drvdata(pdev);
bcm_device       1374 drivers/bluetooth/hci_bcm.c 	struct bcm_device *bcmdev;
bcm_device       1414 drivers/bluetooth/hci_bcm.c 	struct bcm_device *bcmdev = serdev_device_get_drvdata(serdev);