Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/i2c/busses/
Di2c-xiic.c673 int wakeup_req = 0; in xiic_process() local
717 wakeup_req = 1; in xiic_process()
721 wakeup_req = 1; in xiic_process()
815 wakeup_req = 1; in xiic_process()
830 if (wakeup_req) in xiic_process()
833 WARN_ON(xfer_more && wakeup_req); in xiic_process()
/linux-6.12.1/drivers/bluetooth/
Dhci_h5.c334 const unsigned char wakeup_req[] = { 0x05, 0xfa }; in h5_handle_internal_rx() local
376 } else if (memcmp(data, wakeup_req, 2) == 0) { in h5_handle_internal_rx()
747 const unsigned char wakeup_req[] = { 0x05, 0xfa }; in h5_dequeue() local
756 return h5_prepare_pkt(hu, HCI_3WIRE_LINK_PKT, wakeup_req, 2); in h5_dequeue()