Searched refs:channel_module_name (Results 1 – 2 of 2) sorted by relevance
/haiku/headers/private/drivers/ |
H A D | ata_adapter.h | 157 const char *channel_module_name, uint16 command_block_base, 163 device_node *controller_node, const char *channel_module_name, 191 const char *channel_module_name, bool can_dma, bool can_cq,
|
/haiku/src/add-ons/kernel/generic/ata_adapter/ |
H A D | ata_adapter.cpp | 488 const char *channel_module_name, uint16 command_block_base, in ata_adapter_publish_channel() argument 516 return sDeviceManager->register_node(controller_node, channel_module_name, attrs, in ata_adapter_publish_channel() 525 device_node *controller_node, const char *channel_module_name, in ata_adapter_detect_channel() argument 625 return ata_adapter_publish_channel(controller_node, channel_module_name, in ata_adapter_detect_channel() 778 const char *channel_module_name, bool can_dma, bool can_cq, uint32 dma_alignment, in ata_adapter_probe_controller() argument 817 ata_adapter_detect_channel(pci, device, controller_node, channel_module_name, in ata_adapter_probe_controller() 821 ata_adapter_detect_channel(pci, device, controller_node, channel_module_name, in ata_adapter_probe_controller()
|