HomeSort by: relevance | last modified time | path
    Searched defs:irq_list_head (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/
amdgpu_dm_irq.c 119 struct irq_list_head *irq_list_head = local in function:dm_irq_work_func
120 container_of(work, struct irq_list_head, work);
121 struct list_head *handler_list = &irq_list_head->head;
372 * will be deferred to a workqueue. See &struct irq_list_head.
377 struct irq_list_head *lh;
405 struct irq_list_head *lh;
amdgpu_dm_irq.c 119 struct irq_list_head *irq_list_head = local in function:dm_irq_work_func
120 container_of(work, struct irq_list_head, work);
121 struct list_head *handler_list = &irq_list_head->head;
372 * will be deferred to a workqueue. See &struct irq_list_head.
377 struct irq_list_head *lh;
405 struct irq_list_head *lh;
amdgpu_dm.h 71 * struct irq_list_head - Linked-list for low context IRQ handlers.
76 struct irq_list_head { struct
242 struct irq_list_head irq_handler_list_low_tab[DAL_IRQ_SOURCES_NUMBER];
amdgpu_dm.h 71 * struct irq_list_head - Linked-list for low context IRQ handlers.
76 struct irq_list_head { struct
242 struct irq_list_head irq_handler_list_low_tab[DAL_IRQ_SOURCES_NUMBER];

Completed in 24 milliseconds