Home
last modified time | relevance | path

Searched refs:gpiod (Results 126 – 150 of 186) sorted by relevance

12345678

/openbmc/linux/drivers/tty/serial/
H A Dmxs-auart.c1511 struct gpio_desc *gpiod; in mxs_auart_init_gpios() local
1526 gpiod = mctrl_gpio_to_gpiod(s->gpios, i); in mxs_auart_init_gpios()
1527 if (gpiod && (gpiod_get_direction(gpiod) == 1)) in mxs_auart_init_gpios()
1528 s->gpio_irq[i] = gpiod_to_irq(gpiod); in mxs_auart_init_gpios()
/openbmc/u-boot/arch/arm/dts/
H A Dstm32mp157c-ed1-u-boot.dtsi37 gpios = <&gpiod 11 GPIO_ACTIVE_HIGH>;
H A Dstm32f429-pinctrl.dtsi63 gpiod: gpio@40020c00 { label
H A Dstm32f469-pinctrl.dtsi63 gpiod: gpio@40020c00 { label
H A Dstm32h743i-disco.dts67 gpio3 = &gpiod;
H A Dstm32h743i-eval.dts66 gpio3 = &gpiod;
H A Dstm32746g-eval.dts72 gpio3 = &gpiod;
H A Dstm32f769-disco.dts69 gpio3 = &gpiod;
H A Dstm32h743-pinctrl.dtsi81 gpiod: gpio@58020c00 { label
/openbmc/linux/arch/arm/boot/dts/st/
H A Dstm32f469-pinctrl.dtsi60 gpiod: gpio@40020c00 { label
H A Dstm32mp157a-microgea-stm32mp1-microdev2.0-of7.dts31 gpios = <&gpiod 13 GPIO_ACTIVE_HIGH>;
H A Dstm32f429-pinctrl.dtsi60 gpiod: gpio@40020c00 { label
H A Dstm32mp15xx-dhcom-drc02.dtsi44 &gpiod {
H A Dstm32mp15xx-dhcom-som.dtsi202 &gpiod {
488 st,cmd-gpios = <&gpiod 2 0>;
H A Dstm32f746-disco.dts91 gpio = <&gpiod 5 0>;
/openbmc/phosphor-power/phosphor-power-supply/
H A Dutil.hpp278 gpiod::line line;
/openbmc/linux/drivers/usb/gadget/udc/
H A Dpch_udc.c1373 struct gpio_desc *gpiod; in pch_vbus_gpio_init() local
1379 gpiod = devm_gpiod_get_optional(d, NULL, GPIOD_IN); in pch_vbus_gpio_init()
1380 if (IS_ERR(gpiod)) in pch_vbus_gpio_init()
1381 return PTR_ERR(gpiod); in pch_vbus_gpio_init()
1382 gpiod_set_consumer_name(gpiod, "pch_vbus"); in pch_vbus_gpio_init()
1384 dev->vbus_gpio.port = gpiod; in pch_vbus_gpio_init()
1387 irq_num = gpiod_to_irq(gpiod); in pch_vbus_gpio_init()
/openbmc/s2600wf-misc/hsbp-manager/src/
H A Dhsbp_manager.cpp587 static gpiod::line nvmeLvc3AlertLine;
2778 gpiod::line_event gpioLineEvent = nvmeLvc3AlertLine.event_read(); in nvmeLvc3AlertHandler()
2780 if (gpioLineEvent.event_type == gpiod::line_event::FALLING_EDGE) in nvmeLvc3AlertHandler()
2802 gpiod::line& gpioLine, in hsbpRequestAlertGpioEvents()
2806 gpioLine = gpiod::find_line(name); in hsbpRequestAlertGpioEvents()
2817 {"hsbp-manager", gpiod::line_request::EVENT_BOTH_EDGES, 0}); in hsbpRequestAlertGpioEvents()
/openbmc/linux/arch/arm64/boot/dts/freescale/
H A Dimx8mm-venice-gw7905.dtsi104 "gpioc", "gpiod", "", "",
H A Dimx8mp-venice-gw7905.dtsi91 "", "gpiod", "", "",
H A Dimx8ulp.dtsi21 gpio0 = &gpiod;
535 gpiod: gpio@2e200080 { label
/openbmc/linux/drivers/net/ethernet/oki-semi/pch_gbe/
H A Dpch_gbe_main.c2627 struct gpio_desc *gpiod; in pch_gbe_minnow_platform_init() local
2634 gpiod = devm_gpiod_get(&pdev->dev, NULL, GPIOD_OUT_HIGH); in pch_gbe_minnow_platform_init()
2635 if (IS_ERR(gpiod)) in pch_gbe_minnow_platform_init()
2636 return dev_err_probe(&pdev->dev, PTR_ERR(gpiod), in pch_gbe_minnow_platform_init()
2639 gpiod_set_value(gpiod, 1); in pch_gbe_minnow_platform_init()
2641 gpiod_set_value(gpiod, 0); in pch_gbe_minnow_platform_init()
/openbmc/linux/include/linux/
H A Dleds.h659 struct gpio_desc *gpiod; member
/openbmc/linux/arch/arm64/boot/dts/st/
H A Dstm32mp251.dtsi169 gpiod: gpio@44270000 { label
/openbmc/linux/drivers/regulator/
H A Dcore.c66 struct gpio_desc *gpiod; member
2561 struct gpio_desc *gpiod; in regulator_ena_gpio_request() local
2563 gpiod = config->ena_gpiod; in regulator_ena_gpio_request()
2569 if (pin->gpiod == gpiod) { in regulator_ena_gpio_request()
2583 pin->gpiod = gpiod; in regulator_ena_gpio_request()
2611 gpiod_put(pin->gpiod); in regulator_ena_gpio_free()
2638 gpiod_set_value_cansleep(pin->gpiod, 1); in regulator_ena_gpio_ctrl()
2649 gpiod_set_value_cansleep(pin->gpiod, 0); in regulator_ena_gpio_ctrl()

12345678