Searched refs:gpio_get (Results 1 – 18 of 18) sorted by relevance
62 if ! chassis_status=$(gpio_get "$GPIOCHIP_IO_EXP_SLOT_PWR_CTRL" "$IO_EXP_SLOT_PWR_STATUS"); then86 host_status=$(gpio_get "$GPIOCHIP_IO_EXP_HOST_POWER_STATUS" "$IO_EXP_P0_PWRGD_R_OUT")
91 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
14 host_status=$(gpio_get "$GPIOCHIP_IO_EXP_HOST_POWER_STATUS" "$IO_EXP_P0_PWRGD_R_OUT")
12 host_status=$(gpio_get "$GPIOCHIP_IO_EXP_HOST_POWER_STATUS" "$IO_EXP_P0_PWRGD_R_OUT")
32 gpio_get()
17 host_status=$(gpio_get "$GPIOCHIP_IO_EXP_HOST_POWER_STATUS" "$IO_EXP_P0_PWRGD_R_OUT")
84 chassis_status=$(gpio_get "$GPIOCHIP_IO_EXP_SLOT_PWR_CTRL" "$IO_EXP_SLOT_PWR_STATUS")
90 chassis_status=$(gpio_get "$GPIOCHIP_IO_EXP_SLOT_PWR_CTRL" "$IO_EXP_SLOT_PWR_STATUS")
39 amp->gpio_get(index), amp->gpio_current(index)); in nsc_gpio_dump()112 value = amp->gpio_get(m); in nsc_gpio_read()
43 .gpio_get = scx200_gpio_get,
215 .gpio_get = pc8736x_gpio_get,
34 int (*gpio_get)(void); member
264 int (*gpio_get)(struct gpio_chip *, unsigned int); member279 .gpio_get = mpc8572_gpio_get,359 if (devtype->gpio_get) in mpc8xxx_probe()360 gc->get = devtype->gpio_get; in mpc8xxx_probe()
27 int (*gpio_get) (unsigned iminor); member
89 chassis_status=$(gpio_get "$GPIOCHIP_IO_EXP_SLOT_PWR_CTRL" "$slot_num")
415 if (!pdata || !pdata->gpio_get || !pdata->gpio_put) { in s3c_camif_probe()432 ret = pdata->gpio_get(); in s3c_camif_probe()
103 Note that gpio_get*_optional() functions (and their managed variants), unlike