Searched refs:sleep_req (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/bluetooth/ |
H A D | hci_h5.c | 336 const unsigned char sleep_req[] = { 0x07, 0x78 }; in h5_handle_internal_rx() local 369 } else if (memcmp(data, sleep_req, 2) == 0) { in h5_handle_internal_rx()
|
/linux/drivers/macintosh/ |
H A 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()
|