Home
last modified time | relevance | path

Searched refs:ccwgdev (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/s390/net/
H A Dlcs.c2027 if (!get_device(&ccwgdev->dev)) in lcs_probe_device()
2034 put_device(&ccwgdev->dev); in lcs_probe_device()
2037 dev_set_drvdata(&ccwgdev->dev, card); in lcs_probe_device()
2038 ccwgdev->cdev[0]->handler = lcs_irq; in lcs_probe_device()
2039 ccwgdev->cdev[1]->handler = lcs_irq; in lcs_probe_device()
2040 card->gdev = ccwgdev; in lcs_probe_device()
2045 ccwgdev->dev.type = &lcs_devtype; in lcs_probe_device()
2112 dev_err(&ccwgdev->dev, in lcs_new_device()
2264 lcs_shutdown_device(ccwgdev); in lcs_remove_device()
2270 dev_set_drvdata(&ccwgdev->dev, NULL); in lcs_remove_device()
[all …]