Home
last modified time | relevance | path

Searched refs:get_gpio (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/sound/aoa/core/
H A Dgpio-feature.c54 static struct device_node *get_gpio(char *name, in get_gpio() function
234 get_gpio("headphone-mute", NULL, in ftr_gpio_init()
237 get_gpio("amp-mute", NULL, in ftr_gpio_init()
240 get_gpio("lineout-mute", NULL, in ftr_gpio_init()
243 get_gpio("hw-reset", "audio-hw-reset", in ftr_gpio_init()
246 if (get_gpio("master-mute", NULL, in ftr_gpio_init()
253 headphone_detect_node = get_gpio("headphone-detect", NULL, in ftr_gpio_init()
258 lineout_detect_node = get_gpio("lineout-detect", "line-output-detect", in ftr_gpio_init()
261 linein_detect_node = get_gpio("linein-detect", "line-input-detect", in ftr_gpio_init()
/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/
H A Ddeassert-uart-switch-button6 uart_lsb=$(get_gpio "uart-switch-lsb")
7 uart_msb=$(get_gpio "uart-switch-msb")
/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-bletchley/motor-ctrl/files/
H A Dmotor-init90 INIT_POS=$(get_gpio "$DETECT_PIN1")
99 INIT_POS=$(get_gpio "$DETECT_PIN1")
H A Dpower-ctrl80 rev_id0=$(get_gpio "REV_ID0")
81 rev_id1=$(get_gpio "REV_ID1")
82 rev_id2=$(get_gpio "REV_ID2")
/openbmc/openbmc/meta-facebook/meta-catalina/recipes-catalina/plat-svc/files/
H A Dstandby-power-enable20 gpio_val=$(get_gpio "$net_name")
114 if ! gpio_val=$(get_gpio "STBY_POWER_PG_3V3"); then
/openbmc/openbmc/meta-facebook/meta-minerva/recipes-minerva/plat-tool/files/
H A Dminerva-common-functions23 get_gpio()
/openbmc/openbmc/meta-facebook/recipes-fb/obmc_functions/files/
H A Dfb-common-functions3 get_gpio()
/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-yosemite4/plat-tool/files/
H A Dyosemite4-common-functions23 get_gpio()
/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-yosemite4/plat-svc/files/
H A Dyosemite4-early-sys-init57 get_gpio PRSNT_SB_SLOT"${slot}"_N
/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-bletchley/plat-tools/files/
H A Dbletchley-common-functions3 get_gpio()
/openbmc/linux/drivers/tty/
H A Dsynclink_gt.c462 static int get_gpio(struct slgt_info *info, struct gpio_desc __user *gpio);
980 return get_gpio(info, argp); in ioctl()
2898 static int get_gpio(struct slgt_info *info, struct gpio_desc __user *user_gpio) in get_gpio() function