Searched refs:gpiod_fw (Results 1 – 2 of 2) sorted by relevance
/drivers/nfc/nxp-nci/ |
D | i2c.c | 321 struct gpio_desc *gpiod_en, *gpiod_fw, *gpiod_irq; in nxp_nci_i2c_acpi_config() local 324 gpiod_fw = devm_gpiod_get_index(&client->dev, NULL, 1, GPIOD_OUT_LOW); in nxp_nci_i2c_acpi_config() 327 if (IS_ERR(gpiod_en) || IS_ERR(gpiod_fw) || IS_ERR(gpiod_irq)) { in nxp_nci_i2c_acpi_config() 339 phy->gpio_fw = desc_to_gpio(gpiod_fw); in nxp_nci_i2c_acpi_config()
|
/drivers/nfc/pn544/ |
D | i2c.c | 883 struct gpio_desc *gpiod_en, *gpiod_irq, *gpiod_fw; in pn544_hci_i2c_acpi_request_resources() local 909 gpiod_fw = devm_gpiod_get_index(dev, PN544_GPIO_NAME_FW, 2, in pn544_hci_i2c_acpi_request_resources() 911 if (IS_ERR(gpiod_fw)) { in pn544_hci_i2c_acpi_request_resources() 916 phy->gpio_fw = desc_to_gpio(gpiod_fw); in pn544_hci_i2c_acpi_request_resources()
|