Searched refs:rst_flags (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/ |
| H A D | gslx680_firefly.c | 964 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 D | gsl3673.c | 236 enum of_gpio_flags rst_flags; in gsl3673_init() local 247 &rst_flags); in gsl3673_init()
|
| H A D | gsl3673_800x1280.c | 234 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 D | vtl_ts.c | 92 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 D | hw.c | 1353 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 D | gsl3676.c | 234 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 D | sensor-dev.c | 1580 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 D | gt9xx.c | 2618 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()
|