Home
last modified time | relevance | path

Searched refs:gpio_cc_int (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/power/power_delivery/
H A Dtcpci.c39 struct gpio_desc gpio_cc_int; member
507 if (!dm_gpio_get_value(&tcpci->gpio_cc_int)) in tcpci_poll_event()
635 err = gpio_request_by_name(dev, "int-n-gpios", 0, &tcpci->gpio_cc_int, GPIOD_IS_IN); in tcpci_register_port()
H A Dfusb302.c60 struct gpio_desc gpio_cc_int; member
1340 if (!dm_gpio_get_value(&chip->gpio_cc_int)) in fusb302_interrupt_handle()
1472 &chip->gpio_cc_int, GPIOD_IS_IN); in fusb302_probe()