Searched refs:gpio_fw (Results 1 – 3 of 3) sorted by relevance
50 unsigned int gpio_fw; member63 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()344 phy->gpio_fw = pdata->gpio_fw; in nxp_nci_i2c_probe()357 r = devm_gpio_request_one(&phy->i2c_dev->dev, phy->gpio_fw, in nxp_nci_i2c_probe()
170 unsigned int gpio_fw; member212 gpio_set_value_cansleep(phy->gpio_fw, 0); in pn544_hci_i2c_platform_init()248 gpio_set_value_cansleep(phy->gpio_fw, in pn544_hci_i2c_enable_mode()273 gpio_set_value_cansleep(phy->gpio_fw, 0); in pn544_hci_i2c_disable()922 phy->gpio_fw = desc_to_gpio(gpiod_fw); in pn544_hci_i2c_acpi_request_resources()1006 phy->gpio_fw = ret; in pn544_hci_i2c_of_request_resources()1009 ret = gpio_request(phy->gpio_fw, PN544_GPIO_NAME_FW); in pn544_hci_i2c_of_request_resources()1014 ret = gpio_direction_output(phy->gpio_fw, 0); in pn544_hci_i2c_of_request_resources()1032 gpio_free(phy->gpio_fw); in pn544_hci_i2c_of_request_resources()1099 phy->gpio_fw = pdata->get_gpio(NFC_GPIO_FW_RESET); in pn544_hci_i2c_probe()[all …]
23 unsigned int gpio_fw; member