• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/platform/x86/

Lines Matching defs:hci_result

396 	u32 hci_result;
401 hci_read2(HCI_WIRELESS, &value, &value2, &hci_result);
402 if (hci_result == HCI_SUCCESS)
405 return hci_result;
410 u32 hci_result;
415 hci_read2(HCI_WIRELESS, &value, &value2, &hci_result);
418 return hci_result;
458 u32 hci_result;
463 hci_result = hci_get_radio_state(&value);
464 if (hci_result != HCI_SUCCESS) {
491 u32 hci_result;
494 hci_read1(HCI_LCD_BRIGHTNESS, &value, &hci_result);
495 if (hci_result == HCI_SUCCESS) {
523 u32 hci_result;
526 hci_write1(HCI_LCD_BRIGHTNESS, value, &hci_result);
527 if (hci_result != HCI_SUCCESS)
573 u32 hci_result;
576 hci_read1(HCI_VIDEO_OUT, &value, &hci_result);
577 if (hci_result == HCI_SUCCESS) {
605 u32 hci_result;
640 hci_read1(HCI_VIDEO_OUT, &video_out, &hci_result);
641 if (hci_result == HCI_SUCCESS) {
671 u32 hci_result;
674 hci_read1(HCI_FAN, &value, &hci_result);
675 if (hci_result == HCI_SUCCESS) {
696 u32 hci_result;
705 hci_write1(HCI_FAN, value, &hci_result);
706 if (hci_result != HCI_SUCCESS)
728 u32 hci_result;
732 hci_read1(HCI_SYSTEM_EVENT, &value, &hci_result);
733 if (hci_result == HCI_SUCCESS) {
736 } else if (hci_result == HCI_EMPTY) {
738 } else if (hci_result == HCI_NOT_SUPPORTED) {
739 hci_write1(HCI_SYSTEM_EVENT, 1, &hci_result);
892 u32 hci_result, value;
898 hci_read1(HCI_SYSTEM_EVENT, &value, &hci_result);
899 if (hci_result == HCI_SUCCESS) {
919 } else if (hci_result == HCI_NOT_SUPPORTED) {
920 hci_write1(HCI_SYSTEM_EVENT, 1, &hci_result);
923 } while (hci_result != HCI_EMPTY);
1011 u32 hci_result;
1051 hci_write1(HCI_SYSTEM_EVENT, 1, &hci_result);