Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\irqdesc.h Create Date:2022-07-28 07:32:47
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:q_set_chip_handler_name_locked - Set chip, handler and name from a locked region*@data: Pointer to the irq_data structure for which the chip is set*@chip: Pointer to the new irq chip*@handler: Flow control handler function for this interrupt*@name: Name

Proto:static inline void irq_set_chip_handler_name_locked(struct irq_data *data, struct irq_chip *chip, irq_flow_handler_t handler, const char *name)

Type:void

Parameter:

TypeParameterName
struct irq_data *data
struct irq_chip *chip
irq_flow_handler_thandler
const char *name
228  desc = irq_data_to_desc(data)
230  handle_irq = handler
231  name = name
232  chip = chip