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()
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()
1118 gpio_free(phy->gpio_fw); in pn544_hci_i2c_probe()
1147 gpio_free(phy->gpio_fw); in pn544_hci_i2c_remove()