Lines Matching refs:bcm_device

107 struct bcm_device {  struct
118 int (*set_device_wakeup)(struct bcm_device *, bool); argument
119 int (*set_shutdown)(struct bcm_device *, bool); argument
153 struct bcm_device *dev; argument
222 static bool bcm_device_exists(struct bcm_device *device) in bcm_device_exists()
233 struct bcm_device *dev = list_entry(p, struct bcm_device, list); in bcm_device_exists()
242 static int bcm_gpio_set_power(struct bcm_device *dev, bool powered) in bcm_gpio_set_power()
317 struct bcm_device *bdev = data; in bcm_host_wake()
330 struct bcm_device *bdev = bcm->dev; in bcm_request_irq()
464 struct bcm_device *dev = list_entry(p, struct bcm_device, list); in bcm_open()
523 struct bcm_device *bdev = NULL; in bcm_close()
731 struct bcm_device *bdev = NULL; in bcm_dequeue()
756 struct bcm_device *bdev = dev_get_drvdata(dev); in bcm_suspend_device()
786 struct bcm_device *bdev = dev_get_drvdata(dev); in bcm_resume_device()
815 struct bcm_device *bdev = dev_get_drvdata(dev); in bcm_suspend()
849 struct bcm_device *bdev = dev_get_drvdata(dev); in bcm_resume()
936 struct bcm_device *dev = data; in bcm_resource()
973 static int bcm_apple_set_device_wakeup(struct bcm_device *dev, bool awake) in bcm_apple_set_device_wakeup()
981 static int bcm_apple_set_shutdown(struct bcm_device *dev, bool powered) in bcm_apple_set_shutdown()
990 static int bcm_apple_get_resources(struct bcm_device *dev) in bcm_apple_get_resources()
1011 static inline int bcm_apple_get_resources(struct bcm_device *dev) in bcm_apple_get_resources()
1017 static int bcm_gpio_set_device_wakeup(struct bcm_device *dev, bool awake) in bcm_gpio_set_device_wakeup()
1023 static int bcm_gpio_set_shutdown(struct bcm_device *dev, bool powered) in bcm_gpio_set_shutdown()
1057 static int bcm_get_resources(struct bcm_device *dev) in bcm_get_resources()
1150 static int bcm_acpi_probe(struct bcm_device *dev) in bcm_acpi_probe()
1204 static int bcm_acpi_probe(struct bcm_device *dev) in bcm_acpi_probe()
1210 static int bcm_of_probe(struct bcm_device *bdev) in bcm_of_probe()
1225 struct bcm_device *dev; in bcm_probe()
1271 struct bcm_device *dev = platform_get_drvdata(pdev); in bcm_remove()
1488 struct bcm_device *bcmdev; in bcm_serdev_probe()
1539 struct bcm_device *bcmdev = serdev_device_get_drvdata(serdev); in bcm_serdev_remove()