Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:q_setup_alt_chip - Switch to alternative chip*@d: irq_data for this interrupt*@type: Flow type to be initialized* Only to be called from chip->irq_set_type() callbacks.

Proto:int irq_setup_alt_chip(struct irq_data *d, unsigned int type)

Type:int

Parameter:

TypeParameterName
struct irq_data *d
unsigned inttype
513  gc = irq_data_get_irq_chip_data(d)
514  ct = chip_types
517  When i < num_ct cycle
518  If type & type Then
519  chip = chip
521  Return 0
524  Return -EINVAL