Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/nfc/nxp-nci/
Di2c.c53 unsigned int gpio_fw; member
66 gpio_set_value(phy->gpio_fw, (mode == NXP_NCI_MODE_FW) ? 1 : 0); in nxp_nci_i2c_set_mode()
290 phy->gpio_fw = r; in nxp_nci_i2c_parse_devtree()
309 phy->gpio_fw = desc_to_gpio(gpiod_fw); in nxp_nci_i2c_acpi_config()
347 phy->gpio_fw = pdata->gpio_fw; in nxp_nci_i2c_probe()
364 r = devm_gpio_request_one(&phy->i2c_dev->dev, phy->gpio_fw, in nxp_nci_i2c_probe()
/Linux-v4.19/include/linux/platform_data/
Dnxp-nci.h23 unsigned int gpio_fw; member