| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/ |
| H A D | chipone_icn8318.c | 51 struct gpio_desc *wake_gpio; member 136 gpiod_set_value_cansleep(data->wake_gpio, 1); in icn8318_start() 148 gpiod_set_value_cansleep(data->wake_gpio, 0); in icn8318_stop() 196 data->wake_gpio = devm_gpiod_get(dev, "wake", GPIOD_OUT_LOW); in icn8318_probe() 197 if (IS_ERR(data->wake_gpio)) { in icn8318_probe() 198 error = PTR_ERR(data->wake_gpio); in icn8318_probe()
|
| H A D | edt-ft5x06.c | 106 struct gpio_desc *wake_gpio; member 1130 tsdata->wake_gpio = devm_gpiod_get_optional(&client->dev, in edt_ft5x06_ts_probe() 1132 if (IS_ERR(tsdata->wake_gpio)) { in edt_ft5x06_ts_probe() 1133 error = PTR_ERR(tsdata->wake_gpio); in edt_ft5x06_ts_probe() 1147 else if (tsdata->wake_gpio) in edt_ft5x06_ts_probe() 1152 if (tsdata->wake_gpio) { in edt_ft5x06_ts_probe() 1154 gpiod_set_value_cansleep(tsdata->wake_gpio, 1); in edt_ft5x06_ts_probe() 1250 tsdata->wake_gpio ? desc_to_gpio(tsdata->wake_gpio) : -1, in edt_ft5x06_ts_probe() 1347 struct gpio_desc *wake_gpio = tsdata->wake_gpio; in edt_ft5x06_ts_resume() local 1349 gpiod_set_value_cansleep(wake_gpio, 0); in edt_ft5x06_ts_resume() [all …]
|
| H A D | chipone_icn8505.c | 71 struct gpio_desc *wake_gpio; member
|
| /OK3568_Linux_fs/kernel/net/rfkill/ |
| H A D | rfkill-bt.c | 196 struct rfkill_rk_gpio *wake = &rfkill->pdata->wake_gpio; in rfkill_rk_sleep_bt_internal() 242 wake = &rfkill->pdata->wake_gpio; in rfkill_rk_sleep_bt() 565 data->wake_gpio.io = gpio; in bluetooth_platdata_parse_dt() 566 data->wake_gpio.enable = (flags == GPIO_ACTIVE_HIGH) ? 1 : 0; in bluetooth_platdata_parse_dt() 569 data->wake_gpio.io = -1; in bluetooth_platdata_parse_dt() 679 ret = rfkill_rk_setup_gpio(pdev, &pdata->wake_gpio, pdata->name, in rfkill_rk_probe() 766 if (gpio_is_valid(rfkill->pdata->wake_gpio.io)) in rfkill_rk_remove() 767 gpio_free(rfkill->pdata->wake_gpio.io); in rfkill_rk_remove()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | rfkill-bt.h | 64 struct rfkill_rk_gpio wake_gpio; // Host wake or sleep BT member
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/rockchip/ |
| H A D | px30-mini-evb-v11.dtsi | 29 BT,wake_gpio = <&gpio2 RK_PB0 GPIO_ACTIVE_HIGH>;
|
| H A D | rk3528-evb3-lp4x-v10.dtsi | 63 BT,wake_gpio = <&gpio3 RK_PB4 GPIO_ACTIVE_HIGH>;
|
| H A D | rk3528-evb1-ddr4-v10.dtsi | 31 BT,wake_gpio = <&gpio1 RK_PB4 GPIO_ACTIVE_HIGH>;
|
| H A D | rk3528-evb2-ddr3-v10.dtsi | 62 BT,wake_gpio = <&gpio1 RK_PB4 GPIO_ACTIVE_HIGH>;
|
| H A D | rk3566-evb5-lp4x-v10.dtsi | 285 BT,wake_gpio = <&gpio4 RK_PA6 GPIO_ACTIVE_HIGH>;
|
| H A D | rk3399-videostrong-linux.dts | 125 BT,wake_gpio = <&gpio2 26 GPIO_ACTIVE_HIGH>; /* GPIO2_D2 */
|
| H A D | rk3399-excavator-sapphire.dtsi | 88 BT,wake_gpio = <&gpio2 26 GPIO_ACTIVE_HIGH>; /* GPIO2_D2 */
|
| H A D | rk3588-vehicle-evb-v21.dtsi | 117 BT,wake_gpio = <&gpio0 RK_PC7 GPIO_ACTIVE_HIGH>;
|
| H A D | rk3588-vehicle-evb-v20.dtsi | 106 BT,wake_gpio = <&gpio0 RK_PC7 GPIO_ACTIVE_HIGH>;
|
| H A D | rk3562-test1-ddr3-v10.dtsi | 166 BT,wake_gpio = <&gpio0 RK_PC7 GPIO_ACTIVE_HIGH>;
|
| H A D | rk3566-evb-mipitest-v10.dtsi | 457 BT,wake_gpio = <&gpio4 RK_PA6 GPIO_ACTIVE_HIGH>;
|
| H A D | rk3566-evb1-ddr4-v10.dtsi | 442 BT,wake_gpio = <&gpio4 RK_PA6 GPIO_ACTIVE_HIGH>;
|
| H A D | rk3568-evb2-lp4x-v10.dtsi | 469 BT,wake_gpio = <&gpio2 RK_PC1 GPIO_ACTIVE_HIGH>;
|
| H A D | rk3568-evb6-ddr3-v10.dtsi | 436 BT,wake_gpio = <&gpio2 RK_PC1 GPIO_ACTIVE_HIGH>;
|
| /OK3568_Linux_fs/kernel/drivers/hsi/controllers/ |
| H A D | omap_ssi.h | 92 struct gpio_desc *wake_gpio; member
|
| H A D | omap_ssi_port.c | 36 return gpiod_get_value(omap_port->wake_gpio); in ssi_wakein() 1058 if (!omap_port->wake_gpio) { in ssi_wake_irq() 1063 cawake_irq = gpiod_to_irq(omap_port->wake_gpio); in ssi_wake_irq() 1175 omap_port->wake_gpio = cawake_gpio; in ssi_port_probe()
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | rk3229-at-3nod.dts | 58 BT,wake_gpio = <&gpio3 27 GPIO_ACTIVE_HIGH>;
|
| H A D | rk3229-at-3nod-func.dts | 69 BT,wake_gpio = <&gpio3 27 GPIO_ACTIVE_HIGH>;
|
| H A D | rk3229-at-gva.dts | 76 BT,wake_gpio = <&gpio3 27 GPIO_ACTIVE_HIGH>;
|
| /OK3568_Linux_fs/u-boot/arch/arm/dts/ |
| H A D | rk3229-gva.dts | 60 BT,wake_gpio = <&gpio3 27 GPIO_ACTIVE_HIGH>;
|