Searched refs:get_gpio (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/sound/aoa/core/ |
D | gpio-feature.c | 55 static struct device_node *get_gpio(char *name, in get_gpio() function 232 get_gpio("headphone-mute", NULL, in ftr_gpio_init() 235 get_gpio("amp-mute", NULL, in ftr_gpio_init() 238 get_gpio("lineout-mute", NULL, in ftr_gpio_init() 241 get_gpio("hw-reset", "audio-hw-reset", in ftr_gpio_init() 244 if (get_gpio("master-mute", NULL, in ftr_gpio_init() 251 headphone_detect_node = get_gpio("headphone-detect", NULL, in ftr_gpio_init() 256 lineout_detect_node = get_gpio("lineout-detect", "line-output-detect", in ftr_gpio_init() 259 linein_detect_node = get_gpio("linein-detect", "line-input-detect", in ftr_gpio_init()
|
/linux-4.4.14/drivers/gpu/drm/msm/hdmi/ |
D | hdmi.c | 402 static int get_gpio(struct device *dev, struct device_node *of_node, const char *name) in get_gpio() function 439 hdmi_cfg->ddc_clk_gpio = get_gpio(dev, of_node, "qcom,hdmi-tx-ddc-clk"); in hdmi_bind() 440 hdmi_cfg->ddc_data_gpio = get_gpio(dev, of_node, "qcom,hdmi-tx-ddc-data"); in hdmi_bind() 441 hdmi_cfg->hpd_gpio = get_gpio(dev, of_node, "qcom,hdmi-tx-hpd"); in hdmi_bind() 442 hdmi_cfg->mux_en_gpio = get_gpio(dev, of_node, "qcom,hdmi-tx-mux-en"); in hdmi_bind() 443 hdmi_cfg->mux_sel_gpio = get_gpio(dev, of_node, "qcom,hdmi-tx-mux-sel"); in hdmi_bind() 444 hdmi_cfg->mux_lpm_gpio = get_gpio(dev, of_node, "qcom,hdmi-tx-mux-lpm"); in hdmi_bind()
|
/linux-4.4.14/include/linux/platform_data/ |
D | pn544.h | 40 int (*get_gpio)(int type); member
|
/linux-4.4.14/drivers/nfc/pn544/ |
D | i2c.c | 1077 phy->gpio_en = pdata->get_gpio(NFC_GPIO_ENABLE); in pn544_hci_i2c_probe() 1078 phy->gpio_fw = pdata->get_gpio(NFC_GPIO_FW_RESET); in pn544_hci_i2c_probe() 1079 phy->gpio_irq = pdata->get_gpio(NFC_GPIO_IRQ); in pn544_hci_i2c_probe()
|
/linux-4.4.14/drivers/tty/ |
D | synclink_gt.c | 520 static int get_gpio(struct slgt_info *info, struct gpio_desc __user *gpio); 1052 return get_gpio(info, argp); in ioctl() 3007 static int get_gpio(struct slgt_info *info, struct gpio_desc __user *user_gpio) in get_gpio() function
|