Searched refs:sleep_req (Results 1 – 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/bluetooth/ |
D | hci_h5.c | 321 const unsigned char sleep_req[] = { 0x07, 0x78 }; in h5_handle_internal_rx() local 354 } else if (memcmp(data, sleep_req, 2) == 0) { in h5_handle_internal_rx()
|
/kernel/linux/linux-5.10/drivers/macintosh/ |
D | via-pmu.c | 2052 struct adb_request sleep_req; in powerbook_sleep_3400() local 2071 pmu_request(&sleep_req, NULL, 5, PMU_SLEEP, 'M', 'A', 'T', 'T'); in powerbook_sleep_3400() 2072 pmu_wait_complete(&sleep_req); in powerbook_sleep_3400()
|