Lines Matching refs:gpio_fw
170 unsigned int gpio_fw; member
212 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()
1139 gpio_free(phy->gpio_fw); in pn544_hci_i2c_probe()
1168 gpio_free(phy->gpio_fw); in pn544_hci_i2c_remove()