Home
last modified time | relevance | path

Searched refs:rst_flags (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Dgslx680_firefly.c964 enum of_gpio_flags rst_flags; local
995 ts->rst_pin = of_get_named_gpio_flags(np, "reset-gpio", 0, &rst_flags);
1006 ts->rst_val = (rst_flags & OF_GPIO_ACTIVE_LOW) ? 0 : 1;
1007 …ret = devm_gpio_request_one(&client->dev, ts->rst_pin, (rst_flags & OF_GPIO_ACTIVE_LOW) ? GPIOF_OU…
H A Dgsl3673.c236 enum of_gpio_flags rst_flags; in gsl3673_init() local
247 &rst_flags); in gsl3673_init()
H A Dgsl3673_800x1280.c234 enum of_gpio_flags rst_flags; in gsl3673_init() local
240 &rst_flags); in gsl3673_init()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/vtl_ts/
H A Dvtl_ts.c92 enum of_gpio_flags rst_flags; in vtl_ts_config() local
158 ts->config_info.rst_gpio_number = of_get_named_gpio_flags(np, "rst_gpio_number", 0, &rst_flags); in vtl_ts_config()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath9k/
H A Dhw.c1353 u32 rst_flags; in ath9k_hw_set_reset() local
1373 rst_flags = AR_RTC_RC_MAC_WARM | AR_RTC_RC_MAC_COLD | in ath9k_hw_set_reset()
1395 rst_flags = AR_RTC_RC_MAC_WARM; in ath9k_hw_set_reset()
1397 rst_flags |= AR_RTC_RC_MAC_COLD; in ath9k_hw_set_reset()
1418 REG_WRITE(ah, AR_RTC_RC, rst_flags); in ath9k_hw_set_reset()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/gsl3676/
H A Dgsl3676.c234 enum of_gpio_flags rst_flags; in gsl_init() local
240 &rst_flags); in gsl_init()
/OK3568_Linux_fs/kernel/drivers/input/sensors/
H A Dsensor-dev.c1580 enum of_gpio_flags rst_flags, pwr_flags; in sensor_probe() local
1610 pdata->reset_pin = of_get_named_gpio_flags(np, "reset-gpio", 0, &rst_flags); in sensor_probe()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt9xx/
H A Dgt9xx.c2618 enum of_gpio_flags rst_flags, pwr_flags; in goodix_ts_probe() local
2712 ts->rst_pin = of_get_named_gpio_flags(np, "reset-gpio", 0, &rst_flags); in goodix_ts_probe()