Home
last modified time | relevance | path

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

/openbmc/linux/drivers/irqchip/
H A Dirq-mbigen.c203 struct mbigen_device *mgn_chip; in mbigen_irq_domain_alloc() local
236 struct mbigen_device *mgn_chip) in mbigen_of_create_domain() argument
264 mgn_chip); in mbigen_of_create_domain()
285 struct mbigen_device *mgn_chip) in mbigen_acpi_create_domain() argument
321 mgn_chip); in mbigen_acpi_create_domain()
337 struct mbigen_device *mgn_chip; in mbigen_device_probe() local
341 mgn_chip = devm_kzalloc(&pdev->dev, sizeof(*mgn_chip), GFP_KERNEL); in mbigen_device_probe()
342 if (!mgn_chip) in mbigen_device_probe()
345 mgn_chip->pdev = pdev; in mbigen_device_probe()
353 if (!mgn_chip->base) { in mbigen_device_probe()
[all …]