Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/i2c/busses/
Di2c-xiic.c385 int wakeup_req = 0; in xiic_process() local
427 wakeup_req = 1; in xiic_process()
431 wakeup_req = 1; in xiic_process()
518 wakeup_req = 1; in xiic_process()
533 if (wakeup_req) in xiic_process()
536 WARN_ON(xfer_more && wakeup_req); in xiic_process()
/Linux-v6.1/drivers/bluetooth/
Dhci_h5.c333 const unsigned char wakeup_req[] = { 0x05, 0xfa }; in h5_handle_internal_rx() local
375 } else if (memcmp(data, wakeup_req, 2) == 0) { in h5_handle_internal_rx()
744 const unsigned char wakeup_req[] = { 0x05, 0xfa }; in h5_dequeue() local
753 return h5_prepare_pkt(hu, HCI_3WIRE_LINK_PKT, wakeup_req, 2); in h5_dequeue()