Lines Matching refs:interrupt_gpio
50 const struct gpio_dt_spec interrupt_gpio; member
377 if (!config->interrupt_gpio.port) { in phy_ti_dp83825_cfg_link()
448 if (!config->interrupt_gpio.port) { in phy_ti_dp83825_cfg_link()
485 if (config->interrupt_gpio.port) { in phy_ti_dp83825_monitor_work_handler()
503 if (!config->interrupt_gpio.port) { in phy_ti_dp83825_monitor_work_handler()
538 if (!config->interrupt_gpio.port) { in phy_ti_dp83825_init()
544 ret = gpio_pin_configure_dt(&config->interrupt_gpio, GPIO_INPUT); in phy_ti_dp83825_init()
550 BIT(config->interrupt_gpio.pin)); in phy_ti_dp83825_init()
551 ret = gpio_add_callback_dt(&config->interrupt_gpio, &data->gpio_callback); in phy_ti_dp83825_init()
556 ret = gpio_pin_interrupt_configure_dt(&config->interrupt_gpio, GPIO_INT_EDGE_TO_ACTIVE); in phy_ti_dp83825_init()
584 #define INTERRUPT_GPIO(n) .interrupt_gpio = GPIO_DT_SPEC_INST_GET_OR(n, int_gpios, {0}),