Home
last modified time | relevance | path

Searched refs:api (Results 1 – 17 of 17) sorted by relevance

/haiku/docs/develop/busses/bluetooth/
H A Doverview.rst21 on JSR82 api.
/haiku/src/add-ons/kernel/generic/ata_adapter/
H A Data_adapter.cpp530 uint8 api; in ata_adapter_detect_channel() local
538 api = pci->read_pci_config(pci_device, PCI_class_api, 1); in ata_adapter_detect_channel()
541 && channel_index == 0 && (api & PCI_ide_primary_native) == 0) { in ata_adapter_detect_channel()
548 && channel_index == 1 && (api & PCI_ide_secondary_native) == 0) { in ata_adapter_detect_channel()
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A DJamfile63 rijndael-api.c
/haiku/docs/develop/
H A Dindex.rst13 the operating system in some specific cases, however, the `API documentation <https://api.haiku-os.…
/haiku/
H A DReadMe.md7 | [API docs](https://api.haiku-os.org)**
/haiku/data/system/data/KeyboardLayouts/
H A DX-Bows Nature6 # https://www.haiku-os.org/docs/api/keyboard.html
/haiku/src/add-ons/kernel/busses/usb/
H A Duhci.cpp179 uint16 type, subType, api; in supports_device() local
194 || gDeviceManager->get_attr_uint16(parent, B_DEVICE_INTERFACE, &api, in supports_device()
200 if (type == PCI_serial_bus && subType == PCI_usb && api == PCI_usb_uhci) { in supports_device()
H A Dohci.cpp181 uint16 type, subType, api; in supports_device() local
196 || gDeviceManager->get_attr_uint16(parent, B_DEVICE_INTERFACE, &api, in supports_device()
202 if (type == PCI_serial_bus && subType == PCI_usb && api == PCI_usb_ohci) { in supports_device()
H A Dehci.cpp180 uint16 type, subType, api; in supports_device() local
195 || gDeviceManager->get_attr_uint16(parent, B_DEVICE_INTERFACE, &api, in supports_device()
201 if (type == PCI_serial_bus && subType == PCI_usb && api == PCI_usb_ehci) { in supports_device()
H A Dxhci.cpp185 uint16 type, subType, api; in supports_device() local
200 || gDeviceManager->get_attr_uint16(parent, B_DEVICE_INTERFACE, &api, in supports_device()
206 if (type == PCI_serial_bus && subType == PCI_usb && api == PCI_usb_xhci) { in supports_device()
/haiku/docs/develop/build/
H A Dsourcecode.rst79 * user - `API reference <https://api.haiku-os.org>`
/haiku/docs/develop/packages/
H A DMigration.rst85 .. _API documentation: https://www.haiku-os.org/docs/api/FindDirectory_8h.html
/haiku/docs/develop/file_systems/
H A Dxfs.rst125 `in the API reference <https://www.haiku-os.org/docs/api/fs_modules.html>`_
/haiku/src/system/kernel/device_manager/
H A Dlegacy_drivers.cpp386 #error Add checks here for new vs old api version! in load_driver()
/haiku/src/add-ons/kernel/drivers/network/wlan/iaxwifi200/dev/pci/
H A Dif_iwx.c738 uint32_t major, uint32_t minor, uint32_t api) in iwx_fw_version_str() argument
745 snprintf(buf, bufsize, "%u.%08x.%u", major, minor, api); in iwx_fw_version_str()
747 snprintf(buf, bufsize, "%u.%u.%u", major, minor, api); in iwx_fw_version_str()
1361 struct iwx_ucode_api *api; in iwx_read_firmware() local
1363 if (tlv_len != sizeof(*api)) { in iwx_read_firmware()
1367 api = (struct iwx_ucode_api *)tlv_data; in iwx_read_firmware()
1368 idx = le32toh(api->api_index); in iwx_read_firmware()
1374 if ((le32toh(api->api_flags) & (1 << i)) == 0) in iwx_read_firmware()
/haiku/src/add-ons/kernel/drivers/network/wlan/idualwifi7260/dev/pci/
H A Dif_iwm.c695 uint32_t major, uint32_t minor, uint32_t api) in iwm_fw_version_str() argument
702 snprintf(buf, bufsize, "%u.%08x.%u", major, minor, api); in iwm_fw_version_str()
704 snprintf(buf, bufsize, "%u.%u.%u", major, minor, api); in iwm_fw_version_str()
873 struct iwm_ucode_api *api; in iwm_read_firmware() local
875 if (tlv_len != sizeof(*api)) { in iwm_read_firmware()
879 api = (struct iwm_ucode_api *)tlv_data; in iwm_read_firmware()
880 idx = le32toh(api->api_index); in iwm_read_firmware()
886 if ((le32toh(api->api_flags) & (1 << i)) == 0) in iwm_read_firmware()
/haiku/docs/user/
H A Dbook.dox8 <a href="https://api.haiku-os.org">online version</a> for the most