Searched refs:host_notify_domain (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/i2c/
H A Di2c-core-base.c480 if (!adap->host_notify_domain)
486 irq = irq_create_mapping(adap->host_notify_domain, client->addr);
1410 struct irq_domain *domain = adap->host_notify_domain;
1420 adap->host_notify_domain = NULL;
1449 adap->host_notify_domain = domain;
1471 irq = irq_find_mapping(adap->host_notify_domain, addr);
/linux-master/include/linux/
H A Di2c.h747 struct irq_domain *host_notify_domain; member in struct:i2c_adapter

Completed in 103 milliseconds