Home
last modified time | relevance | path

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

/linux-6.15/drivers/bluetooth/
H A Dbtnxpuart.c142 u8 h2c_wakeup_gpio; member
157 u8 h2c_wakeup_gpio; member
493 if (device_property_read_u8(&serdev->dev, "nxp,wakein-pin", &psdata->h2c_wakeup_gpio)) { in ps_setup()
494 psdata->h2c_wakeup_gpio = 0xff; /* 0xff: use default pin/gpio */ in ps_setup()
497 psdata->h2c_wakeup_gpio = 0xff; in ps_setup()
592 pcmd.h2c_wakeup_gpio = 0xff; in send_wakeup_method_cmd()
596 pcmd.h2c_wakeup_gpio = psdata->h2c_wakeup_gpio; in send_wakeup_method_cmd()
1528 psdata->h2c_wakeup_gpio = wakeup_parm.h2c_wakeup_gpio; in nxp_enqueue()