Searched refs:irq_flag (Results 1 - 4 of 4) sorted by relevance
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/frw/ |
H A D | frw_event_sched.c | 304 unsigned long irq_flag; in frw_event_sched_pick_next_event_queue_wrr() local 311 oal_spin_lock_irq_save(&event_queue->st_lock, &irq_flag); in frw_event_sched_pick_next_event_queue_wrr() 314 oal_spin_unlock_irq_restore(&event_queue->st_lock, &irq_flag); in frw_event_sched_pick_next_event_queue_wrr() 320 oal_spin_unlock_irq_restore(&event_queue->st_lock, &irq_flag); in frw_event_sched_pick_next_event_queue_wrr() 334 oal_spin_unlock_irq_restore(&event_queue->st_lock, &irq_flag); in frw_event_sched_pick_next_event_queue_wrr()
|
H A D | frw_event.c | 587 unsigned long irq_flag; in frw_event_queue_dequeue() local 589 oal_spin_lock_irq_save(&event_queue->st_lock, &irq_flag); in frw_event_queue_dequeue() 591 oal_spin_unlock_irq_restore(&event_queue->st_lock, &irq_flag); in frw_event_queue_dequeue() 605 unsigned long irq_flag; in frw_event_post_event() local 634 oal_spin_lock_irq_save(&event_queue->st_lock, &irq_flag); in frw_event_post_event() 637 oal_spin_unlock_irq_restore(&event_queue->st_lock, &irq_flag); in frw_event_post_event() 656 oal_spin_unlock_irq_restore(&event_queue->st_lock, &irq_flag); in frw_event_post_event() 661 oal_spin_unlock_irq_restore(&event_queue->st_lock, &irq_flag); in frw_event_post_event()
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/ |
H A D | oal_mem.c | 440 unsigned long irq_flag = 0; in oal_mem_alloc_enhanced() local 454 oal_spin_lock_irq_save(&mem_subpool->st_spinlock, &irq_flag); in oal_mem_alloc_enhanced() 456 oal_spin_unlock_irq_restore(&mem_subpool->st_spinlock, &irq_flag); in oal_mem_alloc_enhanced() 466 oal_spin_unlock_irq_restore(&mem_subpool->st_spinlock, &irq_flag); in oal_mem_alloc_enhanced() 476 unsigned long irq_flag; in oal_mem_free_enhanced() local 489 oal_spin_lock_irq_save(&mem_subpool->st_spinlock, &irq_flag); in oal_mem_free_enhanced() 492 oal_spin_unlock_irq_restore(&mem_subpool->st_spinlock, &irq_flag); in oal_mem_free_enhanced() 497 oal_spin_unlock_irq_restore(&mem_subpool->st_spinlock, &irq_flag); in oal_mem_free_enhanced() 503 oal_spin_unlock_irq_restore(&mem_subpool->st_spinlock, &irq_flag); in oal_mem_free_enhanced() 508 oal_spin_unlock_irq_restore(&mem_subpool->st_spinlock, &irq_flag); in oal_mem_free_enhanced() [all...] |
/device/soc/rockchip/rk3588/kernel/drivers/power/supply/ |
H A D | bq25700_charger.c | 1303 int irq_flag; in bq25700_irq_handler_thread() local 1307 irq_flag = IRQF_TRIGGER_LOW; in bq25700_irq_handler_thread() 1309 irq_flag = IRQF_TRIGGER_HIGH; in bq25700_irq_handler_thread() 1319 irq_set_irq_type(irq, irq_flag | IRQF_ONESHOT); in bq25700_irq_handler_thread() 1940 int irq_flag; in bq25700_probe() local 2035 irq_flag = IRQF_TRIGGER_LOW; in bq25700_probe() 2037 irq_flag = IRQF_TRIGGER_HIGH; in bq25700_probe() 2043 irq_flag | IRQF_ONESHOT, in bq25700_probe()
|
Completed in 6 milliseconds