Searched refs:condlock (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/media/platform/s5p-mfc/ |
D | s5p_mfc.c | 51 spin_lock(&dev->condlock); in clear_work_bit() 53 spin_unlock(&dev->condlock); in clear_work_bit() 61 spin_lock(&dev->condlock); in set_work_bit() 63 spin_unlock(&dev->condlock); in set_work_bit() 72 spin_lock_irqsave(&dev->condlock, flags); in clear_work_bit_irqsave() 74 spin_unlock_irqrestore(&dev->condlock, flags); in clear_work_bit_irqsave() 83 spin_lock_irqsave(&dev->condlock, flags); in set_work_bit_irqsave() 85 spin_unlock_irqrestore(&dev->condlock, flags); in set_work_bit_irqsave() 1083 spin_lock_init(&dev->condlock); in s5p_mfc_probe()
|
D | s5p_mfc_common.h | 312 spinlock_t condlock; /* lock when changing/checking if a context is member
|
D | s5p_mfc_opr_v5.c | 1160 spin_lock_irqsave(&dev->condlock, flags); in s5p_mfc_get_new_ctx() 1167 spin_unlock_irqrestore(&dev->condlock, flags); in s5p_mfc_get_new_ctx() 1171 spin_unlock_irqrestore(&dev->condlock, flags); in s5p_mfc_get_new_ctx()
|
D | s5p_mfc_opr_v6.c | 1509 spin_lock_irqsave(&dev->condlock, flags); in s5p_mfc_get_new_ctx() 1519 spin_unlock_irqrestore(&dev->condlock, flags); in s5p_mfc_get_new_ctx() 1523 spin_unlock_irqrestore(&dev->condlock, flags); in s5p_mfc_get_new_ctx()
|