Home
last modified time | relevance | path

Searched refs:gpio_get (Results 1 – 18 of 18) sorted by relevance

/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/state/phosphor-state-manager/
H A Dchassis-poweron62 if ! chassis_status=$(gpio_get "$GPIOCHIP_IO_EXP_SLOT_PWR_CTRL" "$IO_EXP_SLOT_PWR_STATUS"); then
86 host_status=$(gpio_get "$GPIOCHIP_IO_EXP_HOST_POWER_STATUS" "$IO_EXP_P0_PWRGD_R_OUT")
H A Dchassis-poweroff91 chassis_status=$(gpio_get "$GPIOCHIP_IO_EXP_SLOT_PWR_CTRL" "$IO_EXP_SLOT_PWR_STATUS")
105 if ! chassis_status=$(gpio_get "$GPIOCHIP_IO_EXP_SLOT_PWR_CTRL" "$IO_EXP_SLOT_PWR_STATUS"); then
H A Dhost-poweron-failure14 host_status=$(gpio_get "$GPIOCHIP_IO_EXP_HOST_POWER_STATUS" "$IO_EXP_P0_PWRGD_R_OUT")
H A Dhost-poweroff14 host_status=$(gpio_get "$GPIOCHIP_IO_EXP_HOST_POWER_STATUS" "$IO_EXP_P0_PWRGD_R_OUT")
H A Dhost-poweron12 host_status=$(gpio_get "$GPIOCHIP_IO_EXP_HOST_POWER_STATUS" "$IO_EXP_P0_PWRGD_R_OUT")
H A Dpower-cmd32 gpio_get()
H A Dhost-powercycle17 host_status=$(gpio_get "$GPIOCHIP_IO_EXP_HOST_POWER_STATUS" "$IO_EXP_P0_PWRGD_R_OUT")
H A Dcheck-i3c-hub84 chassis_status=$(gpio_get "$GPIOCHIP_IO_EXP_SLOT_PWR_CTRL" "$IO_EXP_SLOT_PWR_STATUS")
H A Dchassis-powercycle90 chassis_status=$(gpio_get "$GPIOCHIP_IO_EXP_SLOT_PWR_CTRL" "$IO_EXP_SLOT_PWR_STATUS")
/openbmc/linux/drivers/char/
H A Dnsc_gpio.c39 amp->gpio_get(index), amp->gpio_current(index)); in nsc_gpio_dump()
112 value = amp->gpio_get(m); in nsc_gpio_read()
H A Dscx200_gpio.c43 .gpio_get = scx200_gpio_get,
H A Dpc8736x_gpio.c215 .gpio_get = pc8736x_gpio_get,
/openbmc/linux/include/media/drv-intf/
H A Ds3c_camif.h34 int (*gpio_get)(void); member
/openbmc/linux/drivers/gpio/
H A Dgpio-mpc8xxx.c264 int (*gpio_get)(struct gpio_chip *, unsigned int); member
279 .gpio_get = mpc8572_gpio_get,
359 if (devtype->gpio_get) in mpc8xxx_probe()
360 gc->get = devtype->gpio_get; in mpc8xxx_probe()
/openbmc/linux/include/linux/
H A Dnsc_gpio.h27 int (*gpio_get) (unsigned iminor); member
/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/phosphor-gpio-monitor/
H A Dcheck-interrupt89 chassis_status=$(gpio_get "$GPIOCHIP_IO_EXP_SLOT_PWR_CTRL" "$slot_num")
/openbmc/linux/drivers/media/platform/samsung/s3c-camif/
H A Dcamif-core.c415 if (!pdata || !pdata->gpio_get || !pdata->gpio_put) { in s3c_camif_probe()
432 ret = pdata->gpio_get(); in s3c_camif_probe()
/openbmc/linux/Documentation/driver-api/gpio/
H A Dconsumer.rst103 Note that gpio_get*_optional() functions (and their managed variants), unlike