Searched refs:bcm_device (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/bluetooth/ |
H A D | hci_bcm.c | 61 * struct bcm_device - device driver resources 94 struct bcm_device { struct 104 int (*set_device_wakeup)(struct bcm_device *, bool); 105 int (*set_shutdown)(struct bcm_device *, bool); 137 struct bcm_device *dev; 206 static bool bcm_device_exists(struct bcm_device *device) in bcm_device_exists() 217 struct bcm_device *dev = list_entry(p, struct bcm_device, list); in bcm_device_exists() 226 static int bcm_gpio_set_power(struct bcm_device *dev, bool powered) in bcm_gpio_set_power() 301 struct bcm_device *bde in bcm_host_wake() [all...] |
/kernel/linux/linux-6.6/drivers/bluetooth/ |
H A D | hci_bcm.c | 69 * struct bcm_device - device driver resources 112 struct bcm_device { struct 123 int (*set_device_wakeup)(struct bcm_device *, bool); 124 int (*set_shutdown)(struct bcm_device *, bool); 159 struct bcm_device *dev; 229 static bool bcm_device_exists(struct bcm_device *device) in bcm_device_exists() 240 struct bcm_device *dev = list_entry(p, struct bcm_device, list); in bcm_device_exists() 249 static int bcm_gpio_set_power(struct bcm_device *dev, bool powered) in bcm_gpio_set_power() 324 struct bcm_device *bde in bcm_host_wake() [all...] |
Completed in 3 milliseconds