Searched refs:sleep_req (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.6/drivers/bluetooth/ |
D | hci_h5.c | 335 const unsigned char sleep_req[] = { 0x07, 0x78 }; in h5_handle_internal_rx() local 368 } else if (memcmp(data, sleep_req, 2) == 0) { in h5_handle_internal_rx()
|
/Linux-v6.6/drivers/macintosh/ |
D | via-pmu.c | 2044 struct adb_request sleep_req; in powerbook_sleep_3400() local 2063 pmu_request(&sleep_req, NULL, 5, PMU_SLEEP, 'M', 'A', 'T', 'T'); in powerbook_sleep_3400() 2064 pmu_wait_complete(&sleep_req); in powerbook_sleep_3400()
|