Searched refs:host_int_flags (Results 1 – 1 of 1) sorted by relevance
70 gpio_flags_t host_int_flags; member120 if (config->host_int_flags & GPIO_INT_LEVEL_ACTIVE) { in gpio_callback()163 if (config->host_int_flags & GPIO_INT_LEVEL_ACTIVE) { in work_callback()165 gpio_pin_interrupt_configure_dt(&config->host_int_gpios, config->host_int_flags); in work_callback()290 return gpio_pin_interrupt_configure_dt(&config->host_int_gpios, config->host_int_flags); in mfd_npm2100_init()411 .host_int_flags = DT_INST_ENUM_IDX_OR(inst, host_int_type, 0) == 0 \