Home
last modified time | relevance | path

Searched refs:GPIOF_OUT_INIT_LOW (Results 1 – 14 of 14) sorted by relevance

/linux-6.15/include/linux/
H A Dgpio.h21 #define GPIOF_OUT_INIT_LOW ((0 << 0) | (0 << 1)) macro
/linux-6.15/sound/soc/codecs/
H A Dak5386.c185 GPIOF_OUT_INIT_LOW, in ak5386_probe()
H A Dak4641.c568 GPIOF_OUT_INIT_LOW, "ak4641 power"); in ak4641_i2c_probe()
574 GPIOF_OUT_INIT_LOW, "ak4641 npdn"); in ak4641_i2c_probe()
H A Duda1380.c757 GPIOF_OUT_INIT_LOW, "uda1380 reset"); in uda1380_i2c_probe()
764 GPIOF_OUT_INIT_LOW, "uda1380 power"); in uda1380_i2c_probe()
H A Darizona-jack.c1326 mode = GPIOF_OUT_INIT_LOW; in arizona_jack_codec_dev_probe()
1360 GPIOF_OUT_INIT_LOW, in arizona_jack_codec_dev_probe()
H A Dtlv320aic32x4.c1388 GPIOF_OUT_INIT_LOW, "tlv320aic32x4 rstn"); in aic32x4_probe()
H A Dtwl4030.c263 GPIOF_OUT_INIT_LOW, in twl4030_init_chip()
/linux-6.15/drivers/nfc/s3fwrn5/
H A Duart.c154 GPIOF_OUT_INIT_LOW, "s3fwrn82_fw_wake"); in s3fwrn82_uart_probe()
H A Di2c.c207 GPIOF_OUT_INIT_LOW, "s3fwrn5_fw_wake"); in s3fwrn5_i2c_probe()
/linux-6.15/drivers/nfc/nfcmrvl/
H A Dmain.c117 GPIOF_OUT_INIT_LOW, in nfcmrvl_nci_register_dev()
/linux-6.15/drivers/leds/
H A Dleds-gpio.c241 ret = devm_gpio_request_one(dev, template->gpio, GPIOF_OUT_INIT_LOW, in gpio_led_get_gpiod()
/linux-6.15/drivers/media/usb/em28xx/
H A Dem28xx-dvb.c738 flags = GPIOF_OUT_INIT_LOW; /* disable LNA */ in em28xx_pctv_290e_set_lna()
1711 GPIOF_OUT_INIT_LOW, NULL); in em28xx_dvb_init()
/linux-6.15/drivers/usb/gadget/udc/
H A Dpxa27x_udc.c2364 GPIOF_OUT_INIT_LOW, in pxa_udc_probe()
/linux-6.15/drivers/net/wireless/ath/ath9k/
H A Dhw.c2726 err = devm_gpio_request_one(ah->dev, gpio, out ? GPIOF_OUT_INIT_LOW : GPIOF_IN, label); in ath9k_hw_gpio_cfg_soc()