Searched refs:rst_pin (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/ |
| H A D | gslx680_firefly.c | 138 int rst_pin; member 169 if (gpio_is_valid(gts->rst_pin)) in gslX680_shutdown_low() 170 gpio_set_value(gts->rst_pin, GPIO_LOW); in gslX680_shutdown_low() 177 if (gpio_is_valid(gts->rst_pin)) in gslX680_shutdown_high() 178 gpio_set_value(gts->rst_pin, GPIO_HIGH); in gslX680_shutdown_high() 995 ts->rst_pin = of_get_named_gpio_flags(np, "reset-gpio", 0, &rst_flags); 1005 if (gpio_is_valid(ts->rst_pin)) { 1007 …ret = devm_gpio_request_one(&client->dev, ts->rst_pin, (rst_flags & OF_GPIO_ACTIVE_LOW) ? GPIOF_OU… 1012 gpio_direction_output(ts->rst_pin, 0); 1013 gpio_set_value(ts->rst_pin, GPIO_HIGH);
|
| /OK3568_Linux_fs/kernel/drivers/pcmcia/ |
| H A D | at91_cf.c | 131 gpio_set_value(cf->board->rst_pin, s->flags & SS_RESET); in at91_cf_set_socket() 230 board->rst_pin = of_get_gpio(pdev->dev.of_node, 3); in at91_cf_dt_init() 260 if (!gpio_is_valid(board->det_pin) || !gpio_is_valid(board->rst_pin)) in at91_cf_probe() 288 status = devm_gpio_request(&pdev->dev, board->rst_pin, "cf_rst"); in at91_cf_probe()
|
| /OK3568_Linux_fs/kernel/include/linux/platform_data/ |
| H A D | atmel.h | 14 int rst_pin; /* card reset */ member
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/hyn_cst2xx/ |
| H A D | hyn_cst2xx.c | 157 int rst_pin; member 1641 gpio_direction_output(ts->rst_pin, 0); in hyn_ts_suspend() 1764 ts->rst_pin = of_get_named_gpio_flags(np, "wake-gpio", 0, &wake_flags); in hyn_ts_probe() 1766 if (gpio_is_valid(ts->rst_pin)) { in hyn_ts_probe() 1767 …rc = devm_gpio_request_one(&client->dev, ts->rst_pin, (wake_flags & OF_GPIO_ACTIVE_LOW) ? GPIOF_OU… in hyn_ts_probe() 1774 h_wake_pin = ts->rst_pin; in hyn_ts_probe()
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt9xx/ |
| H A D | gt9xx.c | 1115 GTP_GPIO_OUTPUT(ts->rst_pin, 0); // begin select I2C slave addr in gtp_reset_guitar() 1121 GTP_GPIO_OUTPUT(ts->rst_pin, 1); in gtp_reset_guitar() 1126 gpio_direction_input(ts->rst_pin); in gtp_reset_guitar() 1841 ret = GTP_GPIO_REQUEST(ts->rst_pin, "GTP_RST_PORT"); in gtp_request_io_port() 1844 GTP_ERROR("2Failed to request GPIO:%d, ERRNO:%d",(s32)ts->rst_pin, ret); in gtp_request_io_port() 1845 GTP_GPIO_FREE(ts->rst_pin); in gtp_request_io_port() 1867 gpio_direction_input(ts->rst_pin); in gtp_request_io_port() 2712 ts->rst_pin = of_get_named_gpio_flags(np, "reset-gpio", 0, &rst_flags); in goodix_ts_probe() 2862 GTP_GPIO_FREE(ts->rst_pin); in goodix_ts_probe()
|
| H A D | gt9xx.h | 130 int rst_pin; member
|
| H A D | gt9xx_update.c | 473 GTP_GPIO_OUTPUT(ts->rst_pin, 0); in gup_enter_update_mode() 481 GTP_GPIO_OUTPUT(ts->rst_pin, 1); in gup_enter_update_mode() 3094 GTP_GPIO_OUTPUT(ts->rst_pin, 0); in gup_enter_update_mode_fl() 3102 GTP_GPIO_OUTPUT(ts->rst_pin, 1); in gup_enter_update_mode_fl()
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/mediatek/ |
| H A D | mt8183-kukui-krane.dtsi | 323 rst_pin {
|