Searched refs:wakeup_req (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/i2c/busses/ |
H A D | i2c-xiic.c | 379 int wakeup_req = 0; in xiic_process() local 418 wakeup_req = 1; in xiic_process() 422 wakeup_req = 1; in xiic_process() 474 wakeup_req = 1; in xiic_process() 524 if (wakeup_req) in xiic_process() 527 WARN_ON(xfer_more && wakeup_req); in xiic_process()
|
/kernel/linux/linux-6.6/drivers/i2c/busses/ |
H A D | i2c-xiic.c | 673 int wakeup_req = 0; in xiic_process() local 717 wakeup_req = 1; in xiic_process() 721 wakeup_req = 1; in xiic_process() 816 wakeup_req = 1; in xiic_process() 831 if (wakeup_req) in xiic_process() 834 WARN_ON(xfer_more && wakeup_req); in xiic_process()
|
/kernel/linux/linux-5.10/drivers/bluetooth/ |
H A D | hci_h5.c | 319 const unsigned char wakeup_req[] = { 0x05, 0xfa }; in h5_handle_internal_rx() local 361 } else if (memcmp(data, wakeup_req, 2) == 0) { in h5_handle_internal_rx() 718 const unsigned char wakeup_req[] = { 0x05, 0xfa }; in h5_dequeue() local 727 return h5_prepare_pkt(hu, HCI_3WIRE_LINK_PKT, wakeup_req, 2); in h5_dequeue()
|
/kernel/linux/linux-6.6/drivers/bluetooth/ |
H A D | hci_h5.c | 334 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()
|
Completed in 6 milliseconds