Searched refs:get_gpio (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/sound/aoa/core/ |
H A D | gpio-feature.c | 54 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 D | deassert-uart-switch-button | 6 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 D | motor-init | 90 INIT_POS=$(get_gpio "$DETECT_PIN1") 99 INIT_POS=$(get_gpio "$DETECT_PIN1")
|
H A D | power-ctrl | 80 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 D | standby-power-enable | 20 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 D | minerva-common-functions | 23 get_gpio()
|
/openbmc/openbmc/meta-facebook/recipes-fb/obmc_functions/files/ |
H A D | fb-common-functions | 3 get_gpio()
|
/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-yosemite4/plat-tool/files/ |
H A D | yosemite4-common-functions | 23 get_gpio()
|
/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-yosemite4/plat-svc/files/ |
H A D | yosemite4-early-sys-init | 57 get_gpio PRSNT_SB_SLOT"${slot}"_N
|
/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-bletchley/plat-tools/files/ |
H A D | bletchley-common-functions | 3 get_gpio()
|
/openbmc/linux/drivers/tty/ |
H A D | synclink_gt.c | 462 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
|