Home
last modified time | relevance | path

Searched refs:reset_gpios (Results 1 – 6 of 6) sorted by relevance

/linux/net/rfkill/
H A Drfkill-gpio.c57 static const struct acpi_gpio_params reset_gpios = { 0, 0, false }; variable
61 { "reset-gpios", &reset_gpios, 1 },
/linux/drivers/mfd/
H A Darizona-spi.c28 static const struct acpi_gpio_params reset_gpios = { 1, 0, false }; variable
32 { "reset-gpios", &reset_gpios, 1, },
/linux/drivers/nfc/st-nci/
H A Dspi.c203 static const struct acpi_gpio_params reset_gpios = { 1, 0, false }; variable
206 { "reset-gpios", &reset_gpios, 1 },
/linux/drivers/usb/dwc3/
H A Ddwc3-pci.c93 static const struct acpi_gpio_params reset_gpios = { 0, 0, false }; variable
97 { "reset-gpios", &reset_gpios, 1 },
/linux/drivers/bluetooth/
H A Dhci_intel.c1116 static const struct acpi_gpio_params reset_gpios = { 0, 0, false }; variable
1120 { "reset-gpios", &reset_gpios, 1, ACPI_GPIO_QUIRK_ONLY_GPIOIO },
/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_link.c10179 u8 reset_gpios; in bnx2x_84833_get_reset_gpios() local
10193 reset_gpios = (u8)(reset_pin[0] | reset_pin[1]); in bnx2x_84833_get_reset_gpios()
10205 reset_gpios = (u8)(reset_pin[0] | reset_pin[1]); in bnx2x_84833_get_reset_gpios()
10208 return reset_gpios; in bnx2x_84833_get_reset_gpios()
10215 u8 reset_gpios; in bnx2x_84833_hw_reset_phy() local
10233 reset_gpios = bnx2x_84833_get_reset_gpios(bp, shmem_base_path, in bnx2x_84833_hw_reset_phy()
10236 bnx2x_set_mult_gpio(bp, reset_gpios, MISC_REGISTERS_GPIO_OUTPUT_LOW); in bnx2x_84833_hw_reset_phy()
10239 reset_gpios); in bnx2x_84833_hw_reset_phy()
13508 u8 reset_gpios; in bnx2x_84833_common_init_phy() local
13509 reset_gpios = bnx2x_84833_get_reset_gpios(bp, shmem_base_path, chip_id); in bnx2x_84833_common_init_phy()
[all …]