Ejemplo n.º 1
0
irqreturn_t mhl_int_irq_handler(int irq, void *dev_id)
{
	MHL_DEV_INFO("mhl_int_irq_handler() is called\n");

	mhl_int_irq_handler_sched();
	return IRQ_HANDLED;
}
Ejemplo n.º 2
0
irqreturn_t mhl_wakeup_int_irq_handler(int irq, void *dev_id)
{
	printk("mhl_int_irq_wakeup_handler() is called\n");
	mhl_int_irq_handler_sched();
	//SiI9234_interrupt_event();
	return IRQ_HANDLED;
}
Ejemplo n.º 3
0
irqreturn_t mhl_int_irq_handler(int irq, void *dev_id)
{

	//printk("mhl_int_irq_handler() is called\n");
	
	mhl_int_irq_handler_sched();
	return IRQ_HANDLED;
}
Ejemplo n.º 4
0
irqreturn_t mhl_int_irq_handler(int irq, void *dev_id)
{
#ifdef MHL_DEBUG
	printk("mhl_int_irq_handler() is called\n");
#endif
	
	mhl_int_irq_handler_sched();
	return IRQ_HANDLED;
}
Ejemplo n.º 5
0
irqreturn_t mhl_wake_up_irq_handler(int irq, void *dev_id)
{

	MHL_DEV_INFO(KERN_ERR "mhl_wake_up_irq_handler() is called\n");

	//if (gpio_get_value(GPIO_MHL_SEL))	
		mhl_int_irq_handler_sched();
	
	return IRQ_HANDLED;
}
Ejemplo n.º 6
0
irqreturn_t mhl_wake_up_irq_handler(int irq, void *dev_id)
{
#ifdef MHL_DEBUG
	printk(KERN_ERR "mhl_wake_up_irq_handler() is called\n");
#endif

	//if (gpio_get_value(GPIO_MHL_SEL))	
		mhl_int_irq_handler_sched();
	
	return IRQ_HANDLED;
}