Home
last modified time | relevance | path

Searched refs:set_work_bit_irqsave (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/media/platform/samsung/s5p-mfc/
H A Ds5p_mfc_ctrl.c442 set_work_bit_irqsave(ctx); in s5p_mfc_open_mfc_inst()
467 set_work_bit_irqsave(ctx); in s5p_mfc_close_mfc_inst()
H A Ds5p_mfc_dec.c562 set_work_bit_irqsave(ctx); in reqbufs_capture()
858 set_work_bit_irqsave(ctx); in vidioc_decoder_cmd()
1038 set_work_bit_irqsave(ctx); in s5p_mfc_start_streaming()
1069 set_work_bit_irqsave(ctx); in s5p_mfc_stop_streaming()
1116 set_work_bit_irqsave(ctx); in s5p_mfc_buf_queue()
H A Ds5p_mfc_common.h767 void set_work_bit_irqsave(struct s5p_mfc_ctx *ctx);
H A Ds5p_mfc_enc.c1172 set_work_bit_irqsave(ctx); in enc_post_seq_start()
2302 set_work_bit_irqsave(ctx); in vidioc_encoder_cmd()
2526 set_work_bit_irqsave(ctx); in s5p_mfc_start_streaming()
2593 set_work_bit_irqsave(ctx); in s5p_mfc_buf_queue()
H A Ds5p_mfc.c80 void set_work_bit_irqsave(struct s5p_mfc_ctx *ctx) in set_work_bit_irqsave() function