Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\irq\devres.c Create Date:2022-07-28 10:12:01
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:devm_free_irq - free an interrupt*@dev: device to free interrupt for*@irq: Interrupt line to free*@dev_id: Device identity to free* Except for the extra @dev argument, this function takes the* same arguments and performs the same function as free_irq()

Proto:void devm_free_irq(struct device *dev, unsigned int irq, void *dev_id)

Type:void

Parameter:

TypeParameterName
struct device *dev
unsigned intirq
void *dev_id
141  struct irq_devres match_data = {irq, dev_id}
143  WARN_ON(devres_destroy(dev, devm_irq_release, devm_irq_match, & match_data))
145  _irq - free an interrupt allocated with request_irq*@irq: Interrupt line to free*@dev_id: Device identity to free* Remove an interrupt handler