Lines Matching refs:bcm_device
49 struct bcm_device { struct
75 struct bcm_device *dev; argument
132 static bool bcm_device_exists(struct bcm_device *device) in bcm_device_exists()
137 struct bcm_device *dev = list_entry(p, struct bcm_device, list); in bcm_device_exists()
146 static int bcm_gpio_set_power(struct bcm_device *dev, bool powered) in bcm_gpio_set_power()
165 struct bcm_device *bdev = data; in bcm_host_wake()
178 struct bcm_device *bdev = bcm->dev; in bcm_request_irq()
292 struct bcm_device *dev = list_entry(p, struct bcm_device, list); in bcm_open()
317 struct bcm_device *bdev = bcm->dev; in bcm_close()
485 struct bcm_device *bdev = NULL; in bcm_dequeue()
510 struct bcm_device *bdev = platform_get_drvdata(to_platform_device(dev)); in bcm_suspend_device()
533 struct bcm_device *bdev = platform_get_drvdata(to_platform_device(dev)); in bcm_resume_device()
558 struct bcm_device *bdev = platform_get_drvdata(to_platform_device(dev)); in bcm_suspend()
590 struct bcm_device *bdev = platform_get_drvdata(to_platform_device(dev)); in bcm_resume()
651 struct bcm_device *dev = data; in bcm_resource()
682 static int bcm_acpi_probe(struct bcm_device *dev) in bcm_acpi_probe()
749 static int bcm_acpi_probe(struct bcm_device *dev) in bcm_acpi_probe()
757 struct bcm_device *dev; in bcm_probe()
786 struct bcm_device *dev = platform_get_drvdata(pdev); in bcm_remove()