Searched refs:gpio_fw (Results 1 – 3 of 3) sorted by relevance
54 unsigned int gpio_fw; member68 gpio_set_value(phy->gpio_fw, (mode == NXP_NCI_MODE_FW) ? 1 : 0); in nxp_nci_i2c_set_mode()295 phy->gpio_fw = r; in nxp_nci_i2c_parse_devtree()337 phy->gpio_fw = desc_to_gpio(gpiod_fw); in nxp_nci_i2c_acpi_config()376 phy->gpio_fw = pdata->gpio_fw; in nxp_nci_i2c_probe()394 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()915 phy->gpio_fw = desc_to_gpio(gpiod_fw); in pn544_hci_i2c_acpi_request_resources()985 phy->gpio_fw = ret; in pn544_hci_i2c_of_request_resources()988 ret = gpio_request(phy->gpio_fw, PN544_GPIO_NAME_FW); in pn544_hci_i2c_of_request_resources()993 ret = gpio_direction_output(phy->gpio_fw, 0); in pn544_hci_i2c_of_request_resources()1011 gpio_free(phy->gpio_fw); in pn544_hci_i2c_of_request_resources()1078 phy->gpio_fw = pdata->get_gpio(NFC_GPIO_FW_RESET); in pn544_hci_i2c_probe()[all …]
23 unsigned int gpio_fw; member